[id^=NotiflixNotifyWrap]{pointer-events:none;z-index:4001;opacity:1;width:280px;max-width:96%;box-sizing:border-box;background:0 0;position:fixed;top:10px;right:10px}[id^=NotiflixNotifyWrap].nx-flex-center-center{max-height:calc(100vh - 20px);flex-flow:column wrap;justify-content:center;align-items:center;margin:auto;display:flex;overflow-x:hidden;overflow-y:auto}[id^=NotiflixNotifyWrap]::-webkit-scrollbar{width:0;height:0}[id^=NotiflixNotifyWrap]::-webkit-scrollbar-thumb{background:0 0}[id^=NotiflixNotifyWrap]::-webkit-scrollbar-track{background:0 0}[id^=NotiflixNotifyWrap] *{box-sizing:border-box}[id^=NotiflixNotifyOverlay]{-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}[id^=NotiflixNotifyWrap]>div{pointer-events:all;-ms-user-select:none;user-select:none;width:100%;color:#fff;background:#1e1e1e;border-radius:5px;flex-wrap:wrap;align-items:center;margin:0 0 10px;padding:10px 12px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.4;display:inline-flex;position:relative}[id^=NotiflixNotifyWrap]>div:last-child{margin:0}[id^=NotiflixNotifyWrap]>div.nx-with-callback{cursor:pointer}[id^=NotiflixNotifyWrap]>div.nx-with-icon{min-height:56px;padding:8px}[id^=NotiflixNotifyWrap]>div.nx-paused{cursor:auto}[id^=NotiflixNotifyWrap]>div.nx-notify-click-to-close{cursor:pointer}[id^=NotiflixNotifyWrap]>div.nx-with-close-button{padding:10px 36px 10px 12px}[id^=NotiflixNotifyWrap]>div.nx-with-icon.nx-with-close-button{padding:6px 36px 6px 6px}[id^=NotiflixNotifyWrap]>div>span.nx-message{cursor:inherit;word-break:break-all;word-break:break-word;font-weight:400;font-family:inherit!important}[id^=NotiflixNotifyWrap]>div>span.nx-close-button{cursor:pointer;-o-transition:all .2s ease-in-out;color:inherit;width:20px;height:20px;margin:auto;transition:all .2s ease-in-out;position:absolute;top:0;bottom:0;right:8px}[id^=NotiflixNotifyWrap]>div>span.nx-close-button:hover{transform:rotate(90deg)}[id^=NotiflixNotifyWrap]>div>span.nx-close-button>svg{width:16px;height:16px;position:absolute;top:2px;right:2px}[id^=NotiflixNotifyWrap]>div>.nx-message-icon{width:40px;height:40px;text-align:center;border-radius:inherit;margin:auto;font-size:30px;line-height:40px;position:absolute;top:0;bottom:0;left:8px}[id^=NotiflixNotifyWrap]>div>.nx-message-icon-fa.nx-message-icon-fa-shadow{color:inherit;text-shadow:0 0 10px rgba(0,0,0,.3);background:rgba(0,0,0,.15);box-shadow:inset 0 0 34px rgba(0,0,0,.2)}[id^=NotiflixNotifyWrap]>div>span.nx-with-icon{float:left;width:calc(100% - 40px);box-sizing:border-box;margin:0 0 0 40px;padding:0 0 0 10px;position:relative}[id^=NotiflixNotifyWrap]>div.nx-rtl-on>.nx-message-icon{left:auto;right:8px}[id^=NotiflixNotifyWrap]>div.nx-rtl-on>span.nx-with-icon{margin:0 40px 0 0;padding:0 10px 0 0}[id^=NotiflixNotifyWrap]>div.nx-rtl-on>span.nx-close-button{left:8px;right:auto}[id^=NotiflixNotifyWrap]>div.nx-with-icon.nx-with-close-button.nx-rtl-on{padding:6px 6px 6px 36px}[id^=NotiflixNotifyWrap]>div.nx-with-close-button.nx-rtl-on{padding:10px 12px 10px 36px}[id^=NotiflixNotifyOverlay].nx-with-animation,[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-fade{animation:notify-animation-fade .3s ease-in-out}@keyframes notify-animation-fade{0%{opacity:0}to{opacity:1}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-zoom{animation:notify-animation-zoom .3s ease-in-out}@keyframes notify-animation-zoom{0%{transform:scale(0)}50%{transform:scale(1.05)}to{transform:scale(1)}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-right{animation:notify-animation-from-right .3s ease-in-out}@keyframes notify-animation-from-right{0%{opacity:0;right:-300px}50%{opacity:1;right:8px}to{opacity:1;right:0}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-left{animation:notify-animation-from-left .3s ease-in-out}@keyframes notify-animation-from-left{0%{opacity:0;left:-300px}50%{opacity:1;left:8px}to{opacity:1;left:0}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-top{animation:notify-animation-from-top .3s ease-in-out}@keyframes notify-animation-from-top{0%{opacity:0;top:-50px}50%{opacity:1;top:8px}to{opacity:1;top:0}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-bottom{animation:notify-animation-from-bottom .3s ease-in-out}@keyframes notify-animation-from-bottom{0%{opacity:0;bottom:-50px}50%{opacity:1;bottom:8px}to{opacity:1;bottom:0}}[id^=NotiflixNotifyOverlay].nx-with-animation.nx-remove,[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-fade.nx-remove{opacity:0;animation:notify-remove-fade .3s ease-in-out}@keyframes notify-remove-fade{0%{opacity:1}to{opacity:0}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-zoom.nx-remove{animation:notify-remove-zoom .3s ease-in-out;transform:scale(0)}@keyframes notify-remove-zoom{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(0)}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-top.nx-remove{opacity:0;animation:notify-remove-to-top .3s ease-in-out}@keyframes notify-remove-to-top{0%{opacity:1;top:0}50%{opacity:1;top:8px}to{opacity:0;top:-50px}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-right.nx-remove{opacity:0;animation:notify-remove-to-right .3s ease-in-out}@keyframes notify-remove-to-right{0%{opacity:1;right:0}50%{opacity:1;right:8px}to{opacity:0;right:-300px}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-bottom.nx-remove{opacity:0;animation:notify-remove-to-bottom .3s ease-in-out}@keyframes notify-remove-to-bottom{0%{opacity:1;bottom:0}50%{opacity:1;bottom:8px}to{opacity:0;bottom:-50px}}[id^=NotiflixNotifyWrap]>div.nx-with-animation.nx-from-left.nx-remove{opacity:0;animation:notify-remove-to-left .3s ease-in-out}@keyframes notify-remove-to-left{0%{opacity:1;left:0}50%{opacity:1;left:8px}to{opacity:0;left:-300px}}[id^=NotiflixReportWrap]{z-index:4002;width:100%;height:100%;box-sizing:border-box;color:#1e1e1e;background:0 0;border-radius:25px;flex-flow:column wrap;justify-content:center;align-items:center;padding:10px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:fixed;top:0;left:0}[id^=NotiflixReportWrap] *{box-sizing:border-box}[id^=NotiflixReportWrap]>div[class*=-overlay]{width:100%;height:100%;z-index:0;background:rgba(255,255,255,.5);position:fixed;top:0;left:0}[id^=NotiflixReportWrap]>div.nx-report-click-to-close{cursor:pointer}[id^=NotiflixReportWrap]>div[class*=-content]{width:320px;max-width:100%;max-height:96vh;border-radius:inherit;-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,.05));filter:drop-shadow(0 0 5px rgba(0,0,0,.05));z-index:1;background:#f8f8f8;border:1px solid rgba(0,0,0,.03);padding:10px;position:relative;overflow-x:hidden;overflow-y:auto}[id^=NotiflixReportWrap]>div[class*=-content]::-webkit-scrollbar{width:0;height:0}[id^=NotiflixReportWrap]>div[class*=-content]::-webkit-scrollbar-thumb{background:0 0}[id^=NotiflixReportWrap]>div[class*=-content]::-webkit-scrollbar-track{background:0 0}[id^=NotiflixReportWrap]>div[class*=-content]>div[class$=-icon]{-ms-user-select:none;user-select:none;width:110px;height:110px;margin:6px auto 12px;display:block}[id^=NotiflixReportWrap]>div[class*=-content]>div[class$=-icon] svg{min-width:100%;max-width:100%;height:auto}[id^=NotiflixReportWrap]>*>h5{word-break:break-all;word-break:break-word;float:left;width:100%;text-align:center;border-bottom:1px solid rgba(0,0,0,.1);margin:0 0 10px;padding:0 0 10px;font-size:16px;font-weight:500;line-height:1.4;font-family:inherit!important}[id^=NotiflixReportWrap]>*>p{word-break:break-all;word-break:break-word;float:left;width:100%;margin:0 0 10px;padding:0 10px;font-size:13px;font-weight:400;line-height:1.4;font-family:inherit!important}[id^=NotiflixReportWrap] a#NXReportButton{word-break:break-all;word-break:break-word;-ms-user-select:none;user-select:none;-o-transition:all .25s ease-in-out;cursor:pointer;float:right;color:#fff;background:#32c682;padding:7px 17px;font-size:14px;font-weight:500;line-height:1.4;transition:all .25s ease-in-out;border-radius:inherit!important;font-family:inherit!important}[id^=NotiflixReportWrap] a#NXReportButton:hover{box-shadow:inset 0 -60px 5px -5px rgba(0,0,0,.25)}[id^=NotiflixReportWrap].nx-rtl-on a#NXReportButton{float:left}[id^=NotiflixReportWrap]>div[class*=-overlay].nx-with-animation{animation:report-overlay-animation .3s ease-in-out}@keyframes report-overlay-animation{0%{opacity:0}to{opacity:1}}[id^=NotiflixReportWrap]>div[class*=-content].nx-with-animation.nx-fade{animation:report-animation-fade .3s ease-in-out}@keyframes report-animation-fade{0%{opacity:0}to{opacity:1}}[id^=NotiflixReportWrap]>div[class*=-content].nx-with-animation.nx-zoom{animation:report-animation-zoom .3s ease-in-out}@keyframes report-animation-zoom{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}[id^=NotiflixReportWrap].nx-remove>div[class*=-overlay].nx-with-animation{opacity:0;animation:report-overlay-animation-remove .3s ease-in-out}@keyframes report-overlay-animation-remove{0%{opacity:1}to{opacity:0}}[id^=NotiflixReportWrap].nx-remove>div[class*=-content].nx-with-animation.nx-fade{opacity:0;animation:report-animation-fade-remove .3s ease-in-out}@keyframes report-animation-fade-remove{0%{opacity:1}to{opacity:0}}[id^=NotiflixReportWrap].nx-remove>div[class*=-content].nx-with-animation.nx-zoom{opacity:0;animation:report-animation-zoom-remove .3s ease-in-out}@keyframes report-animation-zoom-remove{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}to{opacity:0;transform:scale(0)}}[id^=NotiflixConfirmWrap]{z-index:4003;width:100%;height:100%;box-sizing:border-box;background:0 0;flex-flow:column wrap;justify-content:center;align-items:center;padding:10px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:fixed;top:0;left:0}[id^=NotiflixConfirmWrap].nx-position-center-top{justify-content:flex-start}[id^=NotiflixConfirmWrap].nx-position-center-bottom{justify-content:flex-end}[id^=NotiflixConfirmWrap].nx-position-left-top{justify-content:flex-start;align-items:flex-start}[id^=NotiflixConfirmWrap].nx-position-left-center{align-items:flex-start}[id^=NotiflixConfirmWrap].nx-position-left-bottom{justify-content:flex-end;align-items:flex-start}[id^=NotiflixConfirmWrap].nx-position-right-top{justify-content:flex-start;align-items:flex-end}[id^=NotiflixConfirmWrap].nx-position-right-center{align-items:flex-end}[id^=NotiflixConfirmWrap].nx-position-right-bottom{justify-content:flex-end;align-items:flex-end}[id^=NotiflixConfirmWrap] *{box-sizing:border-box}[id^=NotiflixConfirmWrap]>div[class*=-overlay]{width:100%;height:100%;z-index:0;background:rgba(255,255,255,.5);position:fixed;top:0;left:0}[id^=NotiflixConfirmWrap]>div[class*=-overlay].nx-with-animation{animation:confirm-overlay-animation .3s ease-in-out}@keyframes confirm-overlay-animation{0%{opacity:0}to{opacity:1}}[id^=NotiflixConfirmWrap].nx-remove>div[class*=-overlay].nx-with-animation{opacity:0;animation:confirm-overlay-animation-remove .3s ease-in-out}@keyframes confirm-overlay-animation-remove{0%{opacity:1}to{opacity:0}}[id^=NotiflixConfirmWrap]>div[class*=-content]{width:300px;max-width:100%;max-height:96vh;-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,.05));filter:drop-shadow(0 0 5px rgba(0,0,0,.05));color:#1e1e1e;z-index:1;text-align:center;background:#f8f8f8;border-radius:25px;margin:0;padding:10px;position:relative;overflow-x:hidden;overflow-y:auto}[id^=NotiflixConfirmWrap]>div[class*=-content]::-webkit-scrollbar{width:0;height:0}[id^=NotiflixConfirmWrap]>div[class*=-content]::-webkit-scrollbar-thumb{background:0 0}[id^=NotiflixConfirmWrap]>div[class*=-content]::-webkit-scrollbar-track{background:0 0}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]{float:left;width:100%;text-align:inherit}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>h5{float:left;width:100%;color:#32c682;text-align:inherit;border-bottom:1px solid rgba(0,0,0,.1);margin:0;padding:0 0 10px;font-size:16px;font-weight:500;line-height:1.4;font-family:inherit!important}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>div{float:left;width:100%;color:inherit;text-align:inherit;margin:15px 0 20px;padding:0 10px;font-size:14px;font-weight:400;line-height:1.4;font-family:inherit!important}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>div>div{float:left;width:100%;margin:15px 0 0;padding:0;font-family:inherit!important}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>div>div>input{float:left;width:100%;height:40px;-o-transition:all .25s ease-in-out;text-align:left;border:1px solid rgba(0,0,0,.1);border-radius:25px;margin:0;padding:0 15px;font-size:14px;font-weight:400;line-height:1;transition:all .25s ease-in-out;font-family:inherit!important}[id^=NotiflixConfirmWrap].nx-rtl-on>div[class*=-content]>div[class*=-head]>div>div>input{text-align:right}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>div>div>input:hover{border-color:rgba(0,0,0,.1)}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>div>div>input:focus{border-color:rgba(0,0,0,.3)}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>div>div>input.nx-validation-failure{border-color:#ff5549}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-head]>div>div>input.nx-validation-success{border-color:#32c682}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-buttons]{-ms-user-select:none;user-select:none;border-radius:inherit;float:left;width:100%;text-align:inherit}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-buttons]>a{cursor:pointer;-o-transition:all .25s ease-in-out;float:left;width:48%;color:#f8f8f8;text-align:inherit;padding:9px 5px;font-size:15px;font-weight:500;line-height:1.4;transition:all .25s ease-in-out;border-radius:inherit!important;font-family:inherit!important}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-buttons]>a.nx-confirm-button-ok{background:#32c682;margin:0 2% 0 0}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-buttons]>a.nx-confirm-button-cancel{background:#a9a9a9;margin:0 0 0 2%}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-buttons]>a.nx-full{width:100%;margin:0}[id^=NotiflixConfirmWrap]>div[class*=-content]>div[class*=-buttons]>a:hover{box-shadow:inset 0 -60px 5px -5px rgba(0,0,0,.25)}[id^=NotiflixConfirmWrap].nx-rtl-on>div[class*=-content]>div[class*=-buttons],[id^=NotiflixConfirmWrap].nx-rtl-on>div[class*=-content]>div[class*=-buttons]>a{transform:rotateY(180deg)}[id^=NotiflixConfirmWrap].nx-with-animation.nx-fade>div[class*=-content]{animation:confirm-animation-fade .3s ease-in-out}@keyframes confirm-animation-fade{0%{opacity:0}to{opacity:1}}[id^=NotiflixConfirmWrap].nx-with-animation.nx-zoom>div[class*=-content]{animation:confirm-animation-zoom .3s ease-in-out}@keyframes confirm-animation-zoom{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}[id^=NotiflixConfirmWrap].nx-with-animation.nx-fade.nx-remove>div[class*=-content]{opacity:0;animation:confirm-animation-fade-remove .3s ease-in-out}@keyframes confirm-animation-fade-remove{0%{opacity:1}to{opacity:0}}[id^=NotiflixConfirmWrap].nx-with-animation.nx-zoom.nx-remove>div[class*=-content]{opacity:0;animation:confirm-animation-zoom-remove .3s ease-in-out}@keyframes confirm-animation-zoom-remove{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}to{opacity:0;transform:scale(0)}}[id^=NotiflixLoadingWrap]{-ms-user-select:none;user-select:none;z-index:4000;width:100%;height:100%;text-align:center;box-sizing:border-box;background:rgba(0,0,0,.8);flex-flow:column wrap;justify-content:center;align-items:center;margin:auto;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}[id^=NotiflixLoadingWrap] *{box-sizing:border-box}[id^=NotiflixLoadingWrap].nx-loading-click-to-close{cursor:pointer}[id^=NotiflixLoadingWrap]>div[class*=-icon]{width:60px;height:60px;-o-transition:top .2s ease-in-out;margin:0 auto;transition:top .2s ease-in-out;position:relative}[id^=NotiflixLoadingWrap]>div[class*=-icon] img,[id^=NotiflixLoadingWrap]>div[class*=-icon] svg{max-width:unset;max-height:unset;width:100%;height:auto;position:absolute;top:0;left:0}[id^=NotiflixLoadingWrap]>p{width:100%;text-align:center;margin:10px auto 0;padding:0 10px;font-size:15px;font-weight:400;line-height:1.4;position:relative;font-family:inherit!important}[id^=NotiflixLoadingWrap].nx-with-animation{animation:loading-animation-fade .3s ease-in-out}@keyframes loading-animation-fade{0%{opacity:0}to{opacity:1}}[id^=NotiflixLoadingWrap].nx-with-animation.nx-remove{opacity:0;animation:loading-animation-fade-remove .3s ease-in-out}@keyframes loading-animation-fade-remove{0%{opacity:1}to{opacity:0}}[id^=NotiflixLoadingWrap]>p.nx-loading-message-new{animation:loading-new-message-fade .3s ease-in-out}@keyframes loading-new-message-fade{0%{opacity:0}to{opacity:1}}[id^=NotiflixBlockWrap]{-ms-user-select:none;user-select:none;box-sizing:border-box;z-index:1000;text-align:center;width:100%;height:100%;border-radius:inherit;background:rgba(255,255,255,.9);flex-flow:column wrap;justify-content:center;align-items:center;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;animation-duration:.4s;display:flex;position:absolute;top:0;left:0}[id^=NotiflixBlockWrap] *{box-sizing:border-box}[id^=NotiflixBlockWrap]>span[class*=-icon]{width:45px;height:45px;margin:0 auto;display:block;position:relative}[id^=NotiflixBlockWrap]>span[class*=-icon] svg{width:inherit;height:inherit}[id^=NotiflixBlockWrap]>span[class*=-message]{width:100%;margin:10px auto 0;padding:0 10px;font-size:14px;font-weight:400;line-height:1.4;display:block;position:relative;font-family:inherit!important}[id^=NotiflixBlockWrap].nx-with-animation{animation:block-animation-fade .3s ease-in-out}@keyframes block-animation-fade{0%{opacity:0}to{opacity:1}}[id^=NotiflixBlockWrap].nx-with-animation.nx-remove{opacity:0;animation:block-animation-fade-remove .3s ease-in-out}@keyframes block-animation-fade-remove{0%{opacity:1}to{opacity:0}}.basicLightbox{width:100%;height:100vh;opacity:.01;z-index:1000;will-change:opacity;background:rgba(0,0,0,.8);justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;top:0;left:0}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;z-index:1;will-change:transform;transition:transform .4s;transform:scale(.9)}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{max-width:95%;max-height:95%;margin:auto;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}.visually-hidden{width:1px;height:1px;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.container__movie{margin-top:20px;margin-bottom:40px}@media screen and (min-width:768px){.container__movie{margin-bottom:60px}}@media screen and (min-width:1280px){.container__movie{margin-top:32px}}@media screen and (min-width:768px){.movie__gallery{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}}@media screen and (min-width:1280px){.movie__gallery{gap:0;margin-bottom:-32px;margin-right:-16px}}.movie-card{cursor:pointer;background-color:#fff}@media screen and (max-width:767px){.movie-card:not(:last-child){margin-top:20px}}@media screen and (min-width:768px){.movie-card{width:336px;height:495px}}@media screen and (min-width:1280px){.movie-card{width:394px;height:634px;margin-bottom:32px;margin-right:16px}}.movie-card__poster{width:280px;height:402px;border-radius:5px;margin-bottom:10px;font-size:30px;font-weight:500;line-height:1.07;display:block}@media screen and (min-width:768px){.movie-card__poster{width:100%;height:455px;margin-bottom:8px}}@media screen and (min-width:1280px){.movie-card__poster{height:574px}}.movie-card__info{font-weight:500}.movie-card__title{text-transform:uppercase;color:#000;font-size:12px;line-height:1.16}@media screen and (min-width:768px){.movie-card__title{line-height:1.33}}@media screen and (min-width:1280px){.movie-card__title{font-size:20px;line-height:1.2}}.movie-card__additionaly{color:#b92f2c;font-size:12px;line-height:1.33}@media screen and (min-width:1280px){.movie-card__additionaly{font-size:20px;line-height:1.2}}.movie-card__poster{opacity:0;animation:ani .5s forwards}@keyframes ani{0%{opacity:0}to{opacity:1}}body{font-family:Roboto}:root{--main-text-color:#000;--second-text-color:#8c8c8c;--dark-text-color:#545454;--white-text-color:#fff;--header-bg-color:rgba(0,0,0,.56);--accent-color:#b92f2c;--hover-animation:300ms cubic-bezier(.38,.53,.8,.71);--second-white-color:#f7f7f7;--second-dark-bg-color:#1a1818;--main-dark-bg-color:#383838}.backdrop-auth{z-index:101;width:100%;height:100%;opacity:1;visibility:visible;background:rgba(0,0,0,.8);padding-top:auto;padding-bottom:auto;transition:opacity .3s cubic-bezier(.38,.53,.8,.71),visibility .3s cubic-bezier(.38,.53,.8,.71);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.visibility{opacity:0;visibility:hidden;pointer-events:none}.auth-container{z-index:101;width:310px;background:#fff;border-radius:8px;padding-bottom:30px;transition:transform .3s cubic-bezier(.38,.53,.8,.71);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1);box-shadow:1px 1px 100px -9px #b92f2c}@media screen and (min-width:480px){.auth-container{width:390px}}.auth-container .hidden-tab{transform:translate(-50%,-50%)scale(.2)}.tabs{color:var(--main-text-color);opacity:1;visibility:visible;pointer-events:none;background:#fff;border-top-left-radius:8px;border-top-right-radius:8px;flex-wrap:wrap;margin-bottom:30px;transition:opacity .3s cubic-bezier(.38,.53,.8,.71),visibility .3s cubic-bezier(.38,.53,.8,.71);display:flex}.tabs-list{width:50%;height:50px;opacity:1;visibility:visible;justify-content:center;align-items:center;display:flex}.tabs-list:hover,.tabs-list:focus{cursor:pointer}.top-left{color:var(--white-text-color);background:var(--main-dark-bg-color);opacity:1;visibility:visible;pointer-events:all;border-top-left-radius:8px;transition:background-color .3s cubic-bezier(.38,.53,.8,.71)}.top-right{color:var(--white-text-color);background:var(--main-dark-bg-color);opacity:1;visibility:visible;pointer-events:all;border-top-right-radius:8px;transition:background-color .3s cubic-bezier(.38,.53,.8,.71)}.form{opacity:1;visibility:visible;pointer-events:all;flex-wrap:wrap;justify-content:center;align-items:center;transition:opacity .3s cubic-bezier(.38,.53,.8,.71),visibility .3s cubic-bezier(.38,.53,.8,.71);display:flex}.form input,.form button{width:80%;height:50px;border:1px solid var(--main-dark-bg-color);border-radius:8px}.form :not(:last-child){margin-bottom:30px;padding:8px}.confirm-btn{width:80%;height:50px;color:var(--white-text-color);background-color:var(--main-dark-bg-color);border:solid;border-radius:8px;margin-left:auto;margin-right:auto;transition:box-shadow .3s cubic-bezier(.38,.53,.8,.71)}.confirm-btn:hover,.confirm-btn:focus{cursor:pointer;box-shadow:inset 1px 1px 47px -9px #b92f2c}.del-msg{text-align:center;opacity:1;visibility:visible;margin-bottom:30px;font-size:25px;transition:opacity .3s cubic-bezier(.38,.53,.8,.71),visibility .3s cubic-bezier(.38,.53,.8,.71)}.hidden-tab{opacity:0;visibility:hidden;pointer-events:none;width:1px;height:1px;clip:rect(0 0 0 0);border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.login-eye-position.show-pswd,.upd-eye-position.show-pswd,.reg-eye-position.show-pswd{fill:var(--main-dark-bg-color);margin:0;padding:0}.login-eye-position.hide-pswd,.upd-eye-position.hide-pswd,.reg-eye-position.hide-pswd{fill:#929292;margin:0;padding:0}.login-eye-position{position:absolute;top:172px;right:49px}.reg-eye-position,.upd-eye-position{position:absolute;top:251px;right:49px}.auth-modal-cross{fill:#fff;background-color:rgba(255,255,255,.1);border:1px solid #fff;transition:fill .3s cubic-bezier(.38,.53,.8,.71),box-shadow .3s cubic-bezier(.38,.53,.8,.71);position:absolute;top:-30px;right:-30px}.auth-modal-cross:focus,.auth-modal-cross:hover{fill:#b92f2c;background-color:rgba(255,255,255,.1);box-shadow:1px 1px 55px 13px #b92f2c}footer{background-color:#f7f7f7}p{margin:0;padding:0}.team-modal-open{cursor:pointer;color:#545454;background-color:#f7f7f7;border-style:none;padding:0;text-decoration:underline}.footer__container{color:#545454;margin-left:auto;margin-right:auto;padding-top:0;padding-bottom:0}.footer__image{width:14px;height:13px;fill:#b92f2c;margin:auto 10px}@media screen and (min-width:320px){.footer__copyright{justify-content:center;margin:0;padding-top:28px;padding-bottom:12px;display:flex}.footer__developers{justify-content:center;margin:0;padding-bottom:28px;display:flex}.page__footer,.team-modal-open{font-size:14px}}@media screen and (min-width:768px){.page__footer{justify-content:center;display:flex}.footer__copyright,.footer__developers{padding-top:30px;padding-bottom:30px}.page__footer,.team-modal-open{font-size:16px}}@media screen and (min-width:1280px){.page__footer{justify-content:center;display:flex}.footer__copyright,.footer__developers{padding-top:29px;padding-bottom:29px}}.btn-to-top{z-index:1000;width:50px;height:50px;color:#000;cursor:pointer;opacity:0;visibility:hidden;color:#b92f2c;background:#fdfdfd;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:5vh;right:3vw;box-shadow:0 1px 2px rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)}.btn-to-top--visible{opacity:1;visibility:visible}.btn-to-top:hover{color:#fdfdfd;background-color:#b92f2c;transition:all .3s;animation:bounce 1s}.btn-to-top__text{text-align:center;font-family:Roboto;font-weight:500}@keyframes bounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-10px)}80%{transform:translateY(-5px)}}.header__container{padding-top:20px}@media screen and (min-width:768px){.header__container{padding-top:32px}}.header__bg{max-width:280px;min-height:460px;background-image:linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 65.37%),url(header-m.bac2017d.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;flex-direction:column;justify-content:space-between;padding:15px 15px 20px;display:flex}@media (min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2x){.header__bg{background-image:linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 65.37%),url(header-m-2x.0aa4c7c2.jpg)}}@media screen and (min-width:768px){.header__bg{min-width:704px;min-height:222px;background-image:url(header-t.24aba01e.jpg);border-radius:15px;padding:16px}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2),screen and (min-width:768px) and (min-resolution:192dpi),screen and (min-width:768px) and (min-resolution:2x){.header__bg{background-image:url(header-t-2x.cc226907.jpg)}}@media screen and (min-width:768px) and (min-width:1280px){.header__bg{min-width:1216px;min-height:316px;background-image:url(header-d.24aba01e.jpg);border-radius:15px;padding:16px 32px 32px}}@media screen and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2),screen and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi),screen and (min-width:768px) and (min-width:1280px) and (min-resolution:2x){.header__bg{background-image:url(header-d-2x.cc226907.jpg)}}.header__bg .header__wrapper{flex-direction:column;gap:8px;display:flex}@media screen and (min-width:768px){.header__bg .header__wrapper{flex-direction:row-reverse;justify-content:flex-end;align-items:center;display:flex}}@media screen and (min-width:768px) and (min-width:1280px){.header__bg .header__wrapper{gap:4px;padding-top:0}}.header__bg .button{border:0;border-color:inherit;padding:0}.header__bg .header__button-container{display:flex}@media screen and (min-width:768px){.header__bg .header__button-container{margin-top:0;margin-bottom:0;padding-top:0}}.header__bg .button-home.current,.header__bg .button-library.current{color:#fff;background:#000}.header__bg .header__icon{width:40px;height:34px;cursor:pointer;color:#000;background:#fff;border-radius:100px;justify-content:center;align-items:center;margin-left:4px;padding:6px 10px;display:flex}@media screen and (min-width:768px){.header__bg .header__icon{width:40px;height:38px;margin-left:8px;padding:9px 10px}}@media screen and (min-width:1280px){.header__bg .header__icon{width:40px;height:38px;margin-left:8px;padding:9px 10px}}.header__bg .button-home{width:87px;height:34px;text-transform:uppercase;cursor:pointer;color:#000;background:#fff;border-radius:100px;justify-content:center;align-items:center;padding:10px 26px;font-family:Roboto;font-size:12px;font-weight:500;line-height:.857143;display:flex}@media screen and (min-width:768px){.header__bg .button-home{width:83px;height:38px;padding:4px 16px}}@media screen and (min-width:1280px){.header__bg .button-home{width:99px;height:42px;margin-left:8px;padding:8px 16px}}.header__bg .icon-autorization{fill:#b11;stroke:#b11;transition:all .25s cubic-bezier(.4,0,.2,1)}.header__bg .icon-autorization:hover,.header__bg .icon-autorization:focus{fill:#070707}.header__bg .button-library{width:113px;height:34px;text-transform:uppercase;cursor:pointer;color:#000;background:#fff;border-radius:100px;justify-content:center;align-items:center;margin-left:4px;font-family:Roboto;font-size:12px;font-weight:500;line-height:.857143;display:flex}@media screen and (min-width:768px){.header__bg .button-library{width:109px;height:38px;padding:4px 16px}}@media screen and (min-width:1280px){.header__bg .button-library{width:109px;height:38px;margin-left:8px;padding:4px 16px}}.header__bg .header__search{max-width:252px;display:flex}@media screen and (min-width:1280px){.header__bg .header__search{height:42px}}.header__bg .header__search-input{height:34px;width:252px;color:#000;border:0;border-top-left-radius:100px;border-bottom-left-radius:100px;outline:rgba(0,0,0,0);padding-left:14px;padding-right:0;font-family:Roboto}@media screen and (min-width:768px){.header__bg .header__search-input{max-width:120px;height:38px}}@media screen and (min-width:1280px){.header__bg .header__search-input{max-width:142px;height:42px}}.header__bg .header__search-btn{width:45px;cursor:pointer;background-color:#fff;border:none;border-top-right-radius:100px;border-bottom-right-radius:100px;justify-content:center;align-items:center;padding:7px;display:flex}.header__bg .header__search-input::-ms-input-placeholder{color:#000;font-family:Roboto;font-size:12px;font-weight:400;line-height:.857143}.header__bg .header__search-input::placeholder{color:#000;font-family:Roboto;font-size:12px;font-weight:400;line-height:.857143}@media screen and (min-width:768px){.header__bg .header__search-input::-ms-input-placeholder{font-family:Roboto;font-size:14px;line-height:.875}.header__bg .header__search-input::placeholder{font-family:Roboto;font-size:14px;line-height:.875}}.header__bg .header__search-btn{border-left:0;border-color:inherit}.header__bg .header__search-icon{width:14px;height:14px;stroke-width:0;stroke:currentColor;stroke:#000;fill:#fff;display:inline-block}@media screen and (min-width:768px){.header__bg .header__search-icon{width:16px;height:16px}}.header__bg .header__btn-watched{width:102px;height:34px;text-transform:uppercase;cursor:pointer;color:#b92f2c;background:#fff;border-radius:100px;padding:10px 23px;font-size:12px;font-weight:500;line-height:.857143}@media screen and (min-width:768px){.header__bg .header__btn-watched{height:38px;padding:12px 23px}}@media screen and (min-width:1280px){.header__bg .header__btn-watched{width:120px;height:42px;margin-right:8px;padding:14px 32px}}.header__bg .header__btn-queue{width:86px;height:34px;text-transform:uppercase;cursor:pointer;color:#fff;background:#b92f2c;border-radius:100px;padding:10px 24px;font-size:12px;font-weight:500;line-height:.857143}@media screen and (min-width:768px){.header__bg .header__btn-queue{height:38px;padding:12px 24px}}@media screen and (min-width:1280px){.header__bg .header__btn-queue{height:42px;padding:14px 24px}}.header__bg .header__logo-link{align-items:center;display:flex}.header__bg .header__logo-icon{width:32px;height:32px;stroke-width:0;stroke:currentColor;stroke:#fff;fill:rgba(0,0,0,0);margin-right:8px;display:inline-block}@media screen and (min-width:768px){.header__bg .header__logo-icon{width:40px;height:40px}}@media screen and (min-width:1280px){.header__bg .header__logo-icon{width:59px;height:59px;margin-right:16px}}.header__bg .header__title{color:#fff;font-size:32px;font-weight:500;line-height:.842105}@media screen and (min-width:768px){.header__bg .header__title{font-size:40px;line-height:.851064}}@media screen and (min-width:1280px){.header__bg .header__title{font-size:64px;line-height:.853333}}.header__bg .header__btn{margin-top:16px}@media screen and (min-width:768px){.header__bg .header__btn{margin-top:0;display:none}}.header__bg .header__btn-top{margin-left:auto}@media screen and (max-width:768px){.header__bg .header__btn-top{display:none}}.header__bg .header__logo{flex-direction:column-reverse;align-items:center;display:flex}@media screen and (min-width:768px){.header__bg .header__logo{flex-direction:row-reverse;justify-content:flex-end;padding-bottom:0;display:flex}}.header__logo-icon{-webkit-animation:rotate-vert-center .5s cubic-bezier(.455,.03,.515,.955) both;animation:rotate-vert-center 1.5s cubic-bezier(.455,.03,.515,.955) both}@keyframes rotate-vert-center{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{transform:rotateY(360deg)}}.header__style{padding-top:20px}@media screen and (min-width:768px){.header__style{padding-top:32px}}.header__bgr{max-width:280px;min-height:460px;background-image:linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 65.37%),url(header-m.bac2017d.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;flex-direction:column;justify-content:space-between;padding:15px 15px 20px;display:flex}@media (min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2x){.header__bgr{background-image:linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 65.37%),url(header-m-2x.0aa4c7c2.jpg)}}@media screen and (min-width:768px){.header__bgr{min-width:704px;min-height:222px;background-image:url(header-t.24aba01e.jpg);border-radius:15px;padding:16px;position:relative}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2),screen and (min-width:768px) and (min-resolution:192dpi),screen and (min-width:768px) and (min-resolution:2x){.header__bgr{background-image:url(header-t-2x.cc226907.jpg)}}@media screen and (min-width:768px) and (min-width:1280px){.header__bgr{min-width:1216px;min-height:316px;background-image:url(header-d.24aba01e.jpg);border-radius:15px;padding:16px 32px 32px}}@media screen and (min-width:768px) and (min-width:1280px) and (min-device-pixel-ratio:2),screen and (min-width:768px) and (min-width:1280px) and (min-resolution:192dpi),screen and (min-width:768px) and (min-width:1280px) and (min-resolution:2x){.header__bgr{background-image:url(header-d-2x.cc226907.jpg)}}.header__bgr .header__wrap{flex-direction:column;gap:8px;display:flex}@media screen and (min-width:768px){.header__bgr .header__wrap{flex-direction:row-reverse;justify-content:flex-end;align-items:center;display:flex}}@media screen and (min-width:768px) and (min-width:1280px){.header__bgr .header__wrap{gap:4px;padding-top:0}}.header__bgr .button{border:0;border-color:inherit;padding:0}.header__bgr .header__first-navlist{display:flex}@media screen and (min-width:768px){.header__bgr .header__first-navlist{margin-top:0;margin-bottom:0;padding-top:0}}.header__bgr .btn-home.current,.header__bgr .btn-library.current{color:#fff;background:#000}.header__bgr .btn-home{width:87px;height:34px;text-transform:uppercase;cursor:pointer;color:#000;background:#fff;border-radius:100px;justify-content:center;align-items:center;padding:10px 26px;font-family:Roboto;font-size:12px;font-weight:500;line-height:.857143;display:flex}@media screen and (min-width:768px){.header__bgr .btn-home{width:83px;height:38px;padding:4px 16px}}@media screen and (min-width:1280px){.header__bgr .btn-home{width:99px;height:42px;margin-left:8px;padding:8px 16px}}.header__bgr .btn-library{width:113px;height:34px;text-transform:uppercase;cursor:pointer;color:#000;background:#fff;border-radius:100px;justify-content:center;align-items:center;margin-left:4px;font-family:Roboto;font-size:12px;font-weight:500;line-height:.857143;display:flex}@media screen and (min-width:768px){.header__bgr .btn-library{width:109px;height:38px;padding:4px 16px}}@media screen and (min-width:1280px){.header__bgr .btn-library{width:109px;height:38px;margin-left:8px;padding:4px 16px}}.header__bgr .header__searchlib{max-width:252px;display:flex}@media screen and (min-width:1280px){.header__bgr .header__searchlib{height:42px}}.header__bgr .header__searchlib-input{height:34px;width:252px;color:#000;border:0;border-top-left-radius:100px;border-bottom-left-radius:100px;outline:rgba(0,0,0,0);padding-left:14px;padding-right:0;font-family:Roboto}@media screen and (min-width:768px){.header__bgr .header__searchlib-input{max-width:120px;height:38px}}@media screen and (min-width:1280px){.header__bgr .header__searchlib-input{max-width:142px;height:42px}}.header__bgr .header__searchlib-btn{width:45px;cursor:pointer;background-color:#fff;border:none;border-top-right-radius:100px;border-bottom-right-radius:100px;justify-content:center;align-items:center;padding:7px;display:flex}.header__bgr .header__searchlib-input::-ms-input-placeholder{color:#000;font-size:12px;font-weight:400;line-height:.857143}.header__bgr .header__searchlib-input::placeholder{color:#000;font-size:12px;font-weight:400;line-height:.857143}@media screen and (min-width:768px){.header__bgr .header__searchlib-input::-ms-input-placeholder{font-size:14px;line-height:.875}.header__bgr .header__searchlib-input::placeholder{font-size:14px;line-height:.875}}.header__bgr .header__searchlib-btn{border-left:0;border-color:inherit}.header__bgr .header__lib-icon{width:40px;height:34px;cursor:pointer;color:#000;background:#fff;border-radius:100px;justify-content:center;align-items:center;margin-left:4px;padding:6px 10px;display:flex}@media screen and (min-width:768px){.header__bgr .header__lib-icon{width:40px;height:38px;margin-left:8px;padding:9px 10px}}@media screen and (min-width:1280px){.header__bgr .header__lib-icon{width:40px;height:38px;margin-left:8px;padding:9px 10px}}.header__bgr .icon-autorization{fill:#b11;stroke:#b11;transition:all .25s cubic-bezier(.4,0,.2,1)}.header__bgr .icon-autorization:hover,.header__bgr .icon-autorization:focus{fill:#070707}.header__bgr .header__libbtn-icon{width:14px;height:14px;stroke-width:0;stroke:currentColor;stroke:#000;fill:#fff;display:inline-block}@media screen and (min-width:768px){.header__bgr .header__libbtn-icon{width:16px;height:16px}}.header__bgr .item__btn-watched{width:102px;height:34px;color:#b92f2c;text-transform:uppercase;cursor:pointer;background:#fff;border:0;border-radius:100px;padding:10px 23px;font-family:Roboto;font-size:12px;font-weight:500;line-height:.857143}@media screen and (min-width:768px){.header__bgr .item__btn-watched{width:102px;height:38px;padding:12px 23px}}@media screen and (min-width:1280px){.header__bgr .item__btn-watched{width:120px;height:42px;margin-right:8px;padding:14px 32px}}.header__bgr .item__btn-watched:hover,.header__bgr .item__btn-watched:focus{color:#fff;background:#b92f2c;border-radius:100px;box-shadow:0 0 7px rgba(27,27,27,.15)}.header__bgr .item__btn-queue{text-transform:uppercase;cursor:pointer;width:86px;height:34px;color:#b92f2c;background-color:#fff;border:0;border-radius:100px;font-family:Roboto;font-size:12px;font-weight:500;line-height:.857143}@media screen and (min-width:768px){.header__bgr .item__btn-queue{width:86px;height:38px;padding:12px 23px}}@media screen and (min-width:1280px){.header__bgr .item__btn-queue{width:86px;height:42px;margin-right:8px}}.header__bgr .item__btn-queue:hover,.header__bgr .item__btn-queue:focus{color:#fff;background:#b92f2c;transition:all .7ms;box-shadow:0 0 7px rgba(27,27,27,.15)}.header__bgr .is-active{color:#fff;background:#b92f2c;border-radius:100px}.header__btn-queue{width:86px;height:34px;text-transform:uppercase;cursor:pointer;color:#fff;background:#b92f2c;border-radius:100px;padding:10px 24px;font-size:12px;font-weight:500;line-height:.857143}@media screen and (min-width:768px){.header__btn-queue{height:38px;padding:12px 24px}}@media screen and (min-width:1280px){.header__btn-queue{height:42px;padding:14px 24px}}.header__link-logo{justify-content:center;align-items:center;display:flex}@media screen and (min-width:768px){.header__link-logo{justify-content:flex-start}}.header__icon-svg{width:32px;height:32px;stroke-width:0;stroke:currentColor;stroke:#fff;fill:rgba(0,0,0,0);margin-right:8px;display:inline-block}@media screen and (min-width:768px){.header__icon-svg{width:40px;height:40px}}@media screen and (min-width:1280px){.header__icon-svg{width:59px;height:59px;margin-right:16px}}.header__link{color:#fff;font-size:32px;font-weight:500;line-height:.842105}@media screen and (min-width:768px){.header__link{font-size:40px;line-height:.851064}}@media screen and (min-width:1280px){.header__link{font-size:64px;line-height:.853333}}.header__btn{margin-top:16px}@media screen and (min-width:768px){.header__btn{margin-top:0;display:none}}.header__btn-top{margin-left:auto}@media screen and (max-width:768px){.header__btn-top{display:none}}.header__logo{flex-direction:column-reverse;align-items:center;display:flex}@media screen and (min-width:768px){.header__logo{flex-direction:row-reverse;justify-content:flex-end;padding-bottom:0;display:flex}}.second-navlist{justify-content:center;gap:4px;margin-top:16px;margin-bottom:4px;display:flex}@media screen and (min-width:768px){.second-navlist{margin-top:0;margin-bottom:0;padding:0;position:absolute;top:16px;right:16px}}.item__btn-watched{width:102px;height:34px;color:#b92f2c;background:#fff;border:0;border-radius:100px}.item__btn-watched :hover,.item__btn-watched :focus{color:#fff;background:#b92f2c;border-radius:0;box-shadow:0 0 7px rgba(27,27,27,.15)}.header__icon-svg{-webkit-animation:rotate-vert-center .5s cubic-bezier(.455,.03,.515,.955) both;animation:rotate-vert-center 1.5s cubic-bezier(.455,.03,.515,.955) both}.library__container{margin-top:20px;margin-bottom:40px}@media screen and (min-width:768px){.library__container{margin-bottom:60px}}@media screen and (min-width:1280px){.library__container{margin-top:32px}}.library__mes{justify-content:center;padding:100px 0;display:flex}.library__messege{color:#d53838;opacity:0;font-family:Roboto;font-size:24px;font-style:normal;font-weight:500;line-height:14px;animation:ani .5s forwards}.not-active{visibility:hidden}.backdrop{width:100vw;height:100vh;z-index:999;opacity:1;visibility:visible;pointer-events:auto;background-color:rgba(0,0,0,.8);transition:opacity .3s cubic-bezier(.38,.53,.8,.71),visibility .3s cubic-bezier(.38,.53,.8,.71);position:fixed;top:0;left:0;overflow-y:scroll}.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.backdrop.is-hidden.modal{opacity:0;position:relative;top:50%;left:50%;transform:translate(-50%,-100%)}.modal{width:280px;background-color:#f7f7f7;border-radius:6px;padding:50px 20px 30px;transition:transform .3s cubic-bezier(.38,.53,.8,.71),opacity .3s cubic-bezier(.38,.53,.8,.71);position:relative;top:20px;left:0%;overflow:hidden;transform:translate(-50%)scale(1);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2)}@media screen and (min-width:768px) and (max-width:1023px){.modal{width:628px;padding:42px 28px 28px}}@media screen and (min-width:1024px){.modal{padding:42px 28px 28px}}.modal__close-btn{width:25px;height:25px;box-sizing:border-box;cursor:pointer;fill:#000;background-color:#f7f7f7;border:1px solid rgba(0,0,0,.8);border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;transition:color .3s cubic-bezier(.38,.53,.8,.71);display:inline-flex;position:absolute;top:-30px;right:-30px}.modal__close-btn:hover,.modal__close-btn:focus{fill:#ff6b08;border-color:#ff6b08}body.dark__theme .modal__close-btn{fill:#8c8c8c;background-color:#1a1818;border-color:#8c8c8c}body.dark__theme .modal__close-btn:hover,body.dark__theme .modal__close-btn:focus{fill:#ff6b08;border-color:#ff6b08}@media screen and (min-width:768px){.library__container-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}}@media screen and (min-width:1280px){.library__container-list{gap:0;margin-bottom:-32px;margin-right:-16px}}.films__item{cursor:pointer;background-color:#fff;transition:transform .25s linear}@media screen and (max-width:767px){.films__item:not(:last-child){margin-top:20px}}@media screen and (min-width:768px){.films__item{width:336px;height:495px}}@media screen and (min-width:1280px){.films__item{width:394px;height:634px;margin-bottom:32px;margin-right:16px}}.films__item:hover,.films__item:focus{transform:scale(1.03)}.films__img{width:280px;height:402px;border-radius:5px;margin-bottom:10px;display:block}@media screen and (min-width:768px){.films__img{width:100%;height:455px;margin-bottom:8px}}@media screen and (min-width:1280px){.films__img{height:574px}}.movie-card__additionaly{color:#b92f2c;font-size:12px;line-height:1.33}@media screen and (min-width:1280px){.movie-card__additionaly{font-size:20px;line-height:1.2}}.film__information div:first-child{margin-bottom:20px}.film__information div:first-child .film__item:last-child{margin-bottom:0}.films__description{font-weight:500}.films__title{text-transform:uppercase;color:#000;font-size:12px;line-height:1.16}@media screen and (min-width:768px){.films__title{line-height:1.33}}@media screen and (min-width:1280px){.films__title{font-size:20px;line-height:1.2}}.films__meta{color:#b92f2c;align-items:center;font-size:12px;font-weight:500;line-height:1.33;display:flex}.films__data:before{content:"";width:1px;height:12px;background-color:#b92f2c;margin-left:5px;margin-right:5px;display:inline-block}.films__rating{width:36px;height:16px;text-transform:uppercase;color:var(--white-text-color);background-color:#b92f2c;border-radius:5px;justify-content:center;align-items:center;font-size:12px;font-weight:500;line-height:1.17;display:flex;position:absolute;top:5px;right:5px}body.dark__theme .films__title{color:var(--white-text-color)}body.dark__theme .films__item{box-shadow:0 2px 4px rgba(255,255,255,.5)}body.dark__theme .films__item:hover{box-shadow:0 2px 4px rgba(255,165,0,.9)}body.dark__theme .films__item:hover .films__img{opacity:.7}.visually-hidden{width:1px;height:1px;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.container__movie{margin-top:20px;margin-bottom:40px}@media screen and (min-width:768px){.container__movie{margin-bottom:60px}}@media screen and (min-width:1280px){.container__movie{margin-top:32px}}@media screen and (min-width:768px){.movie__gallery{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}}@media screen and (min-width:1280px){.movie__gallery{gap:0;margin-bottom:-32px;margin-right:-16px}}.movie-card{cursor:pointer;background-color:#fff}@media screen and (max-width:767px){.movie-card:not(:last-child){margin-top:20px}}@media screen and (min-width:768px){.movie-card{width:336px;height:495px}}@media screen and (min-width:1280px){.movie-card{width:394px;height:634px;margin-bottom:32px;margin-right:16px}}.movie-card__poster{width:280px;height:402px;border-radius:5px;margin-bottom:10px;font-size:30px;font-weight:500;line-height:1.07;display:block}@media screen and (min-width:768px){.movie-card__poster{width:100%;height:455px;margin-bottom:8px}}@media screen and (min-width:1280px){.movie-card__poster{height:574px}}.movie-card__info{font-weight:500}.movie-card__title{text-transform:uppercase;color:#000;font-size:12px;line-height:1.16}@media screen and (min-width:768px){.movie-card__title{line-height:1.33}}@media screen and (min-width:1280px){.movie-card__title{font-size:20px;line-height:1.2}}.movie-card__additionaly{color:#b92f2c;font-size:12px;line-height:1.33}@media screen and (min-width:1280px){.movie-card__additionaly{font-size:20px;line-height:1.2}}.movie-card__poster{opacity:0;animation:ani .5s forwards}.container{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media screen and (min-width:320px){.container{width:320px}}@media screen and (min-width:768px){.container{width:768px;padding-left:32px;padding-right:32px}}@media screen and (min-width:1280px){.container{width:1280px}}html{box-sizing:border-box;scroll-behavior:smooth}img{max-width:100%;height:auto;display:block}*,:before,:after{box-sizing:inherit}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none;display:block}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}.library__container{opacity:0;animation:ani .8s forwards}.modal-backdrop{opacity:0;visibility:hidden;pointer-events:none;width:100%;height:100%;transition:all .25s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.modal-backdrop.modal-open{pointer-events:all;opacity:1;visibility:visible;overflow:overlay;width:100%;height:100%;background-color:rgba(0,0,0,.2);padding:20px 10px 38px;transition:all .25s cubic-bezier(.4,0,.2,1)}.modal{min-width:280px;background-color:#fff;border-radius:0;padding:48px 20px 40px;position:relative;top:50%;left:50%}@media screen and (max-width:767px){.modal{transform:translate(-50%,-50%)}}@media only screen and (min-width:768px){.modal{min-width:704px;min-height:461px;grid-column-gap:68px;grid-template-columns:264px 1fr;padding:40px 72px 64px 36px;display:grid;transform:translate(-50%,-50%)}}@media only screen and (min-width:1280px){.modal{min-width:806px;min-height:558px;grid-column-gap:16px;grid-template-columns:359px 1fr;padding:40px 12px;display:grid}}.btn__closs-modal{width:30px;height:30px;cursor:pointer;background-color:rgba(0,0,0,0);border:none;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:8px;right:8px}.btn__closs-modal:hover,.btn__closs-modal:focus{color:#b92f2c}.modal__movi-poster{filter:inherit;max-width:360px;object-fit:fill;border-radius:5px;margin-bottom:20px;margin-left:0;display:block;position:relative}@media screen and (min-width:768px){.modal__movi-poster{max-width:264px;max-height:374px;margin-bottom:0}}@media screen and (min-width:1280px){.modal__movi-poster{max-width:375px;max-height:478px}}.modal__movi-img{width:240px;height:357px;border-radius:5px}@media screen and (min-width:768px){.modal__movi-img{width:264px;height:374px}}@media screen and (min-width:1280px){.modal__movi-img{width:375px;height:478px}}.modal__title{text-align:left;margin-bottom:20px;font-size:20px;font-weight:500;line-height:1.15}@media only screen and (min-width:1280px){.modal__title{font-size:30px;font-weight:500;line-height:1.07}}.modal__info-card,.modal__about{margin-bottom:20px}.modal__about-title{text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:500;line-height:1.67}@media only screen and (min-width:1280px){.modal__about-title{line-height:1.33}}.modal__about-text{font-size:12px;font-weight:500;line-height:1.67}.info-card__list-parametrs{grid-template-columns:108px 2fr;display:grid}.info-card__item-point{color:#000;font-size:12px;font-weight:500;line-height:1.33}.info-card__item-paramter{color:#8c8c8c;font-size:12px;font-weight:500;line-height:1.33}.orig-title{min-height:100%}.info-card__list-parametrs>li:not(:nth-last-of-type(-n+2)){margin-bottom:8px}.info-card__list-parametrs>li>span:first-child{width:30px;height:14px;color:#fff;text-align:center;background-color:#b92f2c;border-radius:5px;display:inline-block}.info-card__list-parametrs>li>span{text-align:center;color:#8c8c8c;font-size:12px;font-weight:500;line-height:1.33;display:inline-block}.info-card__list-parametrs>li>span:last-child{width:36px;height:16px;color:#000;text-align:center;background-color:#f7f7f7;border-radius:5px;display:inline-block}.modal__buttons{justify-content:left;gap:4px;display:flex}.modal__button{color:#b92f2c;text-align:center;text-transform:uppercase;cursor:pointer;width:126px;height:34px;background:#fff;border:1px solid #000;border-radius:100px;padding:9px 11px;font-family:Roboto;font-size:12px;font-weight:500;line-height:1.16;transition:all .25s cubic-bezier(.4,0,.2,1)}.modal__button:hover,.modal__button:focus{color:#fff;background:#b92f2c;border:none;box-shadow:0 0 7px rgba(27,27,27,.15)}@media only screen and (min-width:768px){.modal__button{width:139px;height:38px;padding:12px 18px}}@media only screen and (min-width:1280px){.modal__button{width:167px;height:42px;padding:14px 32px}}.modal__add-queue{width:111px;padding:9px 13px}@media only screen and (min-width:768px){.modal__add-queue{width:120px}}@media only screen and (min-width:1280px){.modal__add-queue{width:134px;padding:14px 24px}}.trailler-svg{fill:#cb0909;flex-wrap:wrap;align-content:center;transition:width .5s,height .5s;display:flex}.modal_movi-info{margin-left:0}iframe{min-width:50vw;height:60vh;position:relative}#youtube-close-btn{width:48px;z-index:2;background-color:rgba(0,0,0,0);border:rgba(0,0,0,0);position:absolute;top:-47px;right:-10px}#youtube-close-btn .fa-regular{width:35px;height:35px;color:var(--second-text-color);border-radius:50%;font-size:30px}#youtube-close-btn .fa-regular:hover,#youtube-close-btn .fa-regular:focus{color:var(--accent-color);cursor:pointer}.basicLightbox.basicLightbox--visible{background-color:rgba(0,0,0,.9)}.modal__watch-traier{margin-top:10px;margin-left:0;margin-right:auto;display:block}button:disabled,button[disabled],button:disabled:hover,button[disabled]:hover{color:#666;background-color:#ccc;border:1px solid #999}body.show-modal-team .team-backdrop{opacity:1;visibility:visible;pointer-events:initial;height:100wh;overflow:hidden}body.show-modal-team{overflow:hidden}.team-backdrop{width:100vw;height:100vh;z-index:99;pointer-events:none;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.3);justify-content:center;align-items:center;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:hidden}.modal-team{max-width:768px;width:100%;min-height:160px;max-height:90vh;background-color:#f7f7f7;border-radius:10px;padding:40px;transition:transform .2s ease-in-out;position:relative;overflow:hidden;transform:scale(1.1);box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}@media screen and (max-width:1279px){.modal-team{width:600px;padding:20px}}@media screen and (max-width:768px){.modal-team{width:300px;padding:20px}}.close-modal-team-button{width:14px;height:14px;cursor:pointer;background-color:rgba(0,0,0,0);border-style:none;border-color:rgba(0,0,0,.1);border-radius:50%;justify-content:center;align-items:center;transition-property:background-color;transition-duration:.25s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:15px;right:15px}.close-modal-team-button:hover,.close-modal-team-button:focus{fill:#b92f2c}.close-modal-team-button:hover .close-modal-team-icon,.close-modal-team-button:focus .close-modal-team-icon{fill:var(--main-color);transition:fill .25s cubic-bezier(.4,0,.2,1)}.close-modal-team-icon{width:14px;height:14px;position:absolute}.team-list-item{border-radius:10px;flex-direction:column;flex-basis:calc(25% - 30px);padding-bottom:20px;display:flex;overflow:hidden}@media screen and (max-width:1279px){.team-list-item{flex-basis:calc(25% - 15px)}}@media screen and (max-width:768px){.team-list-item{flex-basis:calc(50% - 10px)}}.team-list{flex-wrap:wrap;justify-content:space-around;gap:5%;display:flex}.team-list-content{padding-top:10px}.team-list-name{text-align:center;letter-spacing:.03em;color:var(--tertiary-color);margin-bottom:5px;font-size:14px;font-weight:500;line-height:1.19}.team-list-text{text-align:center;letter-spacing:.03em;color:#b92f2c;font-size:12px;font-weight:500;line-height:1.19}.team-list-img{width:100%;height:120px;object-fit:cover;border-radius:14px;display:block}.modal-team-title{margin-bottom:20px;margin-left:auto;margin-right:auto;display:inline-block}.github-icon{height:15px;width:15px}.team-link{width:30px;height:30px;background-color:var(--footer-color-text);border-radius:50%;justify-content:center;align-items:center;margin:auto;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.team-link:focus,.team-link:hover{background-color:#b92f2c}body{position:relative}.preloader{width:100%;height:100%;z-index:999;opacity:1;visibility:visible;background-color:#fff;transition:all 1s;position:absolute;top:0;left:0}.preloader .ld-roller{width:80px;height:80px;position:absolute;top:500px;left:50%;transform:translate(-50%,-50%)}.preloader.done{opacity:0;visibility:hidden}.preloader .ld-roller div{transform-origin:40px 40px;animation:ld-roller 1.5s cubic-bezier(.5,0,.5,1) infinite}.preloader .ld-roller div:after{content:" ";width:7px;height:7px;background:#ff0101;border-radius:50%;margin:-4px 0 0 -4px;display:block;position:absolute}.preloader .ld-roller div:nth-child(1){animation-delay:-.036s}.preloader .ld-roller div:nth-child(1):after{top:63px;left:63px}.preloader .ld-roller div:nth-child(2){animation-delay:-.072s}.preloader .ld-roller div:nth-child(2):after{top:68px;left:56px}.preloader .ld-roller div:nth-child(3){animation-delay:-.108s}.preloader .ld-roller div:nth-child(3):after{top:71px;left:48px}.preloader .ld-roller div:nth-child(4){animation-delay:-.144s}.preloader .ld-roller div:nth-child(4):after{top:72px;left:40px}.preloader .ld-roller div:nth-child(5){animation-delay:-.18s}.preloader .ld-roller div:nth-child(5):after{top:71px;left:32px}.preloader .ld-roller div:nth-child(6){animation-delay:-.216s}.preloader .ld-roller div:nth-child(6):after{top:68px;left:24px}.preloader .ld-roller div:nth-child(7){animation-delay:-.252s}.preloader .ld-roller div:nth-child(7):after{top:63px;left:17px}.preloader .ld-roller div:nth-child(8){animation-delay:-.288s}.preloader .ld-roller div:nth-child(8):after{top:56px;left:12px}@keyframes ld-roller{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:60px;margin-bottom:60px;display:none}.pagination>button{cursor:pointer;border:none;border-radius:5px;padding:0;font-size:12px;font-weight:500;line-height:1.33}.pagination__btn--previous,.pagination__btn--first-page,.pagination__dots--start{display:none}.pagination__btn--previous,.pagination__btn--next{width:40px;height:40px}.pagination__btn--first-page,.pagination__btn--last-page,.pagination__btn{background-color:rgba(0,0,0,0)}.pagination__dots--end,.pagination__dots--start{color:#000;font-size:12px;font-weight:500;line-height:1.33}.pagination__btn--current{width:40px;height:40px;color:#fff;background-color:#b92f2c}@media screen and (max-width:767px){.pagination__btn--first-page,.pagination__btn--last-page,.pagination__dots--end,.pagination__dots--start{width:1px;height:1px;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}}.movie-card{transition:transform .25s linear}.movie-card:hover,.movie-card:focus{transform:scale(1.03)}
/*# sourceMappingURL=library.6299e2db.css.map */
