html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}a{background-color:rgba(0,0,0,0)}img{border-style:none}button{font-family:inherit;font-size:100%;line-height:1.15;margin:0;overflow:visible;text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}[hidden]{display:none}html{min-height:100%;height:auto;scroll-behavior:smooth}*{box-sizing:border-box}a{text-decoration:none;color:#fff;transition:all .3s ease}a:hover{color:#388e3c}body{background-color:#1c1c1c;font-family:"Karla",serif;font-size:16px;font-weight:400;font-style:normal;margin:0;padding:0;box-sizing:border-box;position:relative}@media only screen and (min-width: 768px){body{font-size:20px}}img{display:block;width:100%}.container{max-width:1250px;padding:0 15px;margin:0 auto}.d-flex{display:flex}@media only screen and (min-width: 768px){.d-md-flex{display:flex}}.justify-center{justify-content:center}.items-center{align-items:center}.text-center{text-align:center}.column{flex-direction:column}.center{display:flex;justify-content:center;align-items:center}.list{row-gap:10px}@media only screen and (min-width: 768px){.list{row-gap:15px}}ul{margin:0;padding:0;list-style:none}*:focus{outline:none}::-moz-focus-inner,::-moz-focus-outer{border:0;outline:none}b,strong{font-weight:bolder}h1,h2,h3,h4,h5,h6{margin:0}@media only screen and (min-width: 768px){a{font-size:18px}}@media only screen and (min-width: 1200px){a{font-size:20px}}ul{margin:0;padding:0;list-style:none}h1{font-size:28px;margin:15px 0}@media only screen and (min-width: 768px){h1{font-size:36px}}@media only screen and (min-width: 992px){h1{font-size:54px}}@media only screen and (min-width: 1200px){h1{font-size:58px}}h2{font-size:22px;margin:0 0 15px;font-family:"Rubik",sans-serif}@media only screen and (min-width: 768px){h2{font-size:26px}}@media only screen and (min-width: 992px){h2{font-size:30px}}@media only screen and (min-width: 1200px){h2{font-size:42px}}h3{font-size:20px;margin:0 0 15px}@media only screen and (min-width: 768px){h3{font-size:22px}}@media only screen and (min-width: 992px){h3{font-size:24px}}@media only screen and (min-width: 1200px){h3{font-size:29px}}h4{margin:0 0 15px;font-size:18px}@media only screen and (min-width: 992px){h4{font-size:20px}}p{margin:0 0 15px}@media only screen and (min-width: 768px){p{font-size:18px}}@media only screen and (min-width: 992px){p{font-size:20px;line-height:37px}}@media only screen and (min-width: 1200px){p{font-size:24px}}@media only screen and (min-width: 768px){li{font-size:18px}}@media only screen and (min-width: 992px){li{font-size:18px}}@media only screen and (min-width: 768px){blockquote{font-size:18px}}@media only screen and (min-width: 992px){blockquote{font-size:24px;line-height:32px}}site{font-size:18px;text-transform:uppercase}.icon-check::before{content:"✓";margin-right:5px}.icon-cross::before{content:"✖";margin-right:5px}.icon-bullet::before{content:"∙";margin-right:5px}.header{position:fixed;z-index:100;padding:10px 0;width:100%;background-color:#1c1c1c}@media only screen and (min-width: 768px){.header{padding:20px 0}}.header .container{display:flex;justify-content:space-between;align-items:center}.header__nav{position:fixed;width:100%;flex-direction:column;align-items:center;height:100%;right:0;top:0;transition:all .3s ease;transform:translateX(100%);z-index:8;overflow-y:scroll;background-color:#3b3b3b}@media only screen and (min-width: 768px){.header__nav{overflow-y:hidden;position:relative;transform:none;background-color:rgba(0,0,0,0)}}.header__list{width:100%;flex-direction:column;align-items:center;gap:32px;margin:80px 0 30px}@media only screen and (min-width: 768px){.header__list{justify-content:flex-end;flex-direction:row;margin:0}}@media only screen and (min-width: 1200px){.header__list{gap:33px}}.header__btn-menu{padding:0;background-color:rgba(0,0,0,0);border:none;flex-direction:column;justify-content:space-between;align-items:center;width:20px;height:20px;cursor:pointer;position:relative;z-index:10}.header__btn-menu::before,.header__btn-menu::after{content:"";width:20px;height:1px;transition:all .3s ease;background-color:#fff}.header__btn-menu span{width:100%;height:1px;transition:all .3s ease;background-color:#fff}@media only screen and (min-width: 768px){.header__btn-menu{display:none}}.menu-active .header__btn-menu::before{transform:rotate(45deg) translate(5px, 7px)}.menu-active .header__btn-menu::after{transform:rotate(-45deg) translate(6px, -8px)}.menu-active .header__btn-menu span{opacity:0}.menu-active .header__nav{transform:translateX(0)}.banner{background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),url(assets/images/bg-hero-movie.webp);background-size:cover;background-position:top;background-repeat:no-repeat;position:relative;padding:70px 0 20px;color:#fff;text-align:center}@media only screen and (min-width: 768px){.banner{padding:90px 0 30px;text-align:left}}@media only screen and (min-width: 992px){.banner{padding:100px 0 40px}}@media only screen and (min-width: 1200px){.banner{padding:175px 0 50px}}.banner__content{margin-bottom:50px}@media only screen and (min-width: 768px){.banner__content{max-width:420px}}@media only screen and (min-width: 992px){.banner__content{max-width:545px}}@media only screen and (min-width: 1200px){.banner__content{max-width:595px;margin-bottom:130px}}.banner__content p{margin-bottom:35px}@media only screen and (min-width: 992px){.banner__content p{max-width:465px}}@media only screen and (min-width: 1200px){.banner__content p{line-height:36px;max-width:585px;margin-bottom:30px}}.banner__update{flex-wrap:wrap;justify-content:center;font-size:13px;align-items:self-end}@media only screen and (min-width: 768px){.banner__update{font-size:15px}}@media only screen and (min-width: 992px){.banner__update{font-size:20px}}.banner__img{width:17px;height:17px;margin-right:5px}@media only screen and (min-width: 992px){.banner__img{width:20px;height:20px}}.banner__text-decoration{color:#fff;text-decoration:underline;margin:0 5px;font-size:13px;cursor:pointer;transition:all .3s ease}@media only screen and (min-width: 768px){.banner__text-decoration{font-size:15px}}@media only screen and (min-width: 992px){.banner__text-decoration{font-size:20px}}.emblem{color:#fff;font-size:22px;font-weight:500;transition:all .3s ease}@media only screen and (min-width: 768px){.emblem{font-size:26px}}@media only screen and (min-width: 1200px){.emblem{font-size:30px}}.emblem__logo{width:30px}@media only screen and (min-width: 768px){.emblem__logo{width:35px}}.btn{display:inline-block;color:#000;background-color:#5e7e5e;padding:15px 20px;border-radius:45px;font-weight:600;transition:all .3s ease;cursor:pointer;border:none;margin:0 auto;box-shadow:0px 4px 6px rgba(0,0,0,.5)}@media only screen and (min-width: 992px){.btn{font-size:20px}}.btn:hover{color:#fff;background-color:#388e3c}.btn-primary{background-color:#2a2a2a;color:#fff}.btn-secondary{background-color:#fff}.btn-warning{background-color:#5e7e5e}.btn-outline-primary{background-color:rgba(0,0,0,0);border:1px solid #fff;color:#fff}@media only screen and (min-width: 768px){.btn-outline-primary{margin:0}}.btn-outline-warning{background-color:rgba(0,0,0,0);border:1px solid #5e7e5e;color:#5e7e5e}.workflow{padding:20px 0;text-align:center;color:#fff}@media only screen and (min-width: 768px){.workflow{padding:30px 0;text-align:left}}.workflow__content-wrapper{padding:10px;background-color:#3b3b3b;border-radius:24px;row-gap:25px;box-shadow:0px 4px 6px rgba(59,59,59,.5)}@media only screen and (min-width: 768px){.workflow__content-wrapper{padding:20px 30px;flex-direction:row;flex-wrap:wrap}}@media only screen and (min-width: 992px){.workflow__content-wrapper{row-gap:65px}}.workflow__item{width:100%}@media only screen and (min-width: 768px){.workflow__item{display:flex;align-items:center}}@media only screen and (min-width: 992px){.workflow__item{justify-content:space-between}}.workflow__content{margin-bottom:10px}@media only screen and (min-width: 992px){.workflow__content{max-width:560px}}.workflow__image{border-radius:10px}@media only screen and (min-width: 768px){.workflow__image{width:50%}}@media only screen and (min-width: 992px){.workflow__image{width:45%}}.workflow__text{margin-bottom:15px}@media only screen and (min-width: 768px){.workflow__text{margin-bottom:20px}}.workflow__list{margin-bottom:15px}@media only screen and (min-width: 768px){.workflow__list{margin-bottom:20px}}.product-info{padding:20px 0;text-align:center;color:#fff}@media only screen and (min-width: 768px){.product-info{padding:30px 0}}@media only screen and (min-width: 992px){.product-info{padding:50px 0}}.product-info__list{gap:20px}@media only screen and (min-width: 992px){.product-info__list{gap:55px;max-width:960px;margin:0 auto}}.product-info__item{padding:10px;border-radius:20px;background:linear-gradient(90deg, rgba(43, 43, 43, 1) 0%, rgba(59, 59, 59, 1) 100%);}@media only screen and (min-width: 768px){.product-info__item{flex-direction:row;align-items:start;text-align:left}}@media only screen and (min-width: 992px){.product-info__item{padding:35px 20px 60px 30px}}.product-info img{width:35px;height:35px}@media only screen and (min-width: 768px){.product-info img{margin-right:10px}}@media only screen and (min-width: 992px){.product-info img{width:48px;height:48px;margin-right:20px}}@media only screen and (min-width: 768px){.product-info h2{margin-bottom:25px}}@media only screen and (min-width: 992px){.product-info h2{margin-bottom:30px}}@media only screen and (min-width: 1200px){.product-info h2{margin-bottom:38px}}.product-info blockquote{margin:20px 0}@media only screen and (min-width: 768px){.product-info blockquote{margin:0 0 20px}}.product-info p{text-transform:uppercase}@media only screen and (min-width: 992px){.product-info p{font-size:18px}}.team-secure{text-align:center;color:#fff;padding:20px 0}@media only screen and (min-width: 768px){.team-secure{padding:30px 0}}@media only screen and (min-width: 992px){.team-secure{padding:35px 0 100px}}.team-secure img{width:100px;margin:0 auto 15px}@media only screen and (min-width: 992px){.team-secure img{width:220px}}.team-secure .row{margin:0 -15px;row-gap:30px}@media only screen and (min-width: 768px){.team-secure .row{flex-direction:row;flex-wrap:wrap}}@media only screen and (min-width: 992px){.team-secure .row{flex-wrap:nowrap}}.team-secure .col{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.team-secure .col{width:50%}}@media only screen and (min-width: 992px){.team-secure .col{width:25%}}.pricing{padding:20px 0;color:#fff;text-align:center}@media only screen and (min-width: 768px){.pricing{padding:30px 0}}@media only screen and (min-width: 992px){.pricing{padding:70px 0 35px}}@media only screen and (min-width: 992px){.pricing__title{margin-bottom:20px}}@media only screen and (min-width: 992px){.pricing__description{font-size:18px}}.pricing img{width:50px}@media only screen and (min-width: 992px){.pricing img{width:64px}}.pricing p{text-align:center;margin-bottom:10px;line-height:20px}.pricing__list{text-align:center;margin-bottom:20px}.pricing a{margin-top:auto}.row{margin:0 -15px;row-gap:20px}@media only screen and (min-width: 768px){.row{flex-direction:row;flex-wrap:wrap}}@media only screen and (min-width: 992px){.row{margin-top:50px}}.row__title-card{margin-bottom:20px}.col{padding:0 15px}@media only screen and (min-width: 768px){.col{width:50%}}@media only screen and (min-width: 992px){.col{width:33.33%}}.item{padding:15px;background-color:#3b3b3b;border-radius:24px}@media only screen and (min-width: 768px){.item{height:100%;padding:30px 15px}}.solutions{padding:20px 0;color:#fff;text-align:center}@media only screen and (min-width: 768px){.solutions{padding:30px 0}}@media only screen and (min-width: 992px){.solutions{padding:40px 0}}.solutions .container{display:flex;flex-direction:column;row-gap:20px}@media only screen and (min-width: 992px){.solutions .container{row-gap:64px}}.solutions__card{padding:10px;background-color:#2a2a2a;border-radius:24px}@media only screen and (min-width: 768px){.solutions__card{flex-direction:row;align-items:center;text-align:left}}@media only screen and (min-width: 992px){.solutions__card{padding:37px 35px}}.solutions__text{margin-bottom:15px}@media only screen and (min-width: 768px){.solutions__text{margin:0 20px 0 0}.solutions__text:nth-child(2){margin:0 0 0 20px}}@media only screen and (min-width: 992px){.solutions__text{margin-right:40px}.solutions__text:nth-child(2){margin:0 0 0 40px}}@media only screen and (min-width: 992px){.solutions__title{margin:0 0 15px}}.solutions a{margin-top:20px}@media only screen and (min-width: 992px){.solutions a{margin-top:30px}}.solutions img{border-radius:10px}@media only screen and (min-width: 768px){.solutions img{width:50%}}.contact-us{padding:20px 0;text-align:center;color:#fff}@media only screen and (min-width: 768px){.contact-us .container{display:flex;justify-content:space-between}}@media only screen and (min-width: 768px){.contact-us{padding:30px 0}}@media only screen and (min-width: 992px){.contact-us{padding:40px 0}}.feedback-form{row-gap:15px;margin-bottom:20px}@media only screen and (min-width: 768px){.feedback-form{width:50%;margin:0 15px 0 0}}@media only screen and (min-width: 992px){.feedback-form{width:40%}}.feedback-form input{height:40px;border-radius:10px;border:none;padding-left:15px}@media only screen and (min-width: 768px){.checkbox-container{justify-content:center}}.privacy-policy{font-size:12px}@media only screen and (min-width: 768px){.privacy-policy{font-size:14px}}.privacy-policy a{font-size:12px;text-decoration:underline}@media only screen and (min-width: 768px){.privacy-policy a{font-size:14px}}.contact-info{row-gap:15px}.contact-info h4{margin-bottom:10px}.contact-info p{margin:0}.community{text-align:center;color:#fff;padding:20px 0}@media only screen and (min-width: 768px){.community{padding:30px 0}}@media only screen and (min-width: 992px){.community{padding:40px 0}}.community .container{display:flex;flex-direction:column;row-gap:20px}@media only screen and (min-width: 992px){.community .container{row-gap:70px}}.community__links{margin-top:20px;row-gap:10px}@media only screen and (min-width: 768px){.community__links{flex-direction:row;align-items:center;gap:30px}}@media only screen and (min-width: 992px){.community__links{margin-top:35px}}@media only screen and (min-width: 768px){.community__links .btn-outline-white{margin:0}}@media only screen and (min-width: 768px){.community__subscribe{flex-direction:row;align-items:center;gap:10px}}.community input{height:40px;border-radius:8px;padding-left:15px;border:none;margin:15px 0 10px}@media only screen and (min-width: 768px){.community input{margin:0}}@media only screen and (min-width: 992px){.community input{height:50px;width:232px}}@media only screen and (min-width: 992px){.community h3{margin:0 0 15px}}.community p{font-size:18px;line-height:20px}.card{border-radius:24px;padding:10px}@media only screen and (min-width: 768px){.card{padding:20px;text-align:left}}@media only screen and (min-width: 992px){.card{padding:30px 34px 35px}}.card-source{background-color:#3b3b3b}.card-newsletter{background-color:#000}@media only screen and (min-width: 768px){.card-newsletter{gap:20px;flex-direction:row;align-items:flex-end}}@media only screen and (min-width: 992px){.card-newsletter{padding:25px 30px 35px}}.footer{padding:20px 0;color:#fff}@media only screen and (min-width: 768px){.footer{padding:30px 0}}@media only screen and (min-width: 992px){.footer{padding:30px 0 40px}}.footer__brand{width:60%}@media only screen and (min-width: 768px){.footer__brand{width:50%}}@media only screen and (min-width: 768px){.footer__top{justify-content:space-between}}@media only screen and (min-width: 768px){.footer__text{font-size:18px}}.footer__bottom{margin-top:30px}@media only screen and (min-width: 768px){.footer__bottom{justify-content:space-between;margin-top:50px}}@media only screen and (min-width: 992px){.footer__bottom{margin-top:118px}}.footer__list{row-gap:5px}@media only screen and (min-width: 992px){.footer__list{row-gap:8px}}@media only screen and (min-width: 992px){.footer__copyright{font-size:18px}}.footer__list-legal{margin-bottom:20px;gap:10px}@media only screen and (min-width: 768px){.footer__list-legal{flex-direction:row;gap:25px}}.footer .emblem{margin-bottom:5px}@media only screen and (min-width: 768px){.footer .emblem{margin-bottom:15px}}@media only screen and (min-width: 992px){.footer .emblem{margin-bottom:23px}}.footer h4{text-transform:uppercase}.page-space{padding:70px 0 20px;color:#fff;border-bottom:1px solid #5e7e5e}@media only screen and (min-width: 768px){.page-space{padding:100px 0 30px}}@media only screen and (min-width: 992px){.page-space{padding-top:120px}}.thank-page{padding:100px 0;color:#fff;text-align:center}@media only screen and (min-width: 768px){.thank-page{padding:135px 0}}@media only screen and (min-width: 992px){.thank-page{padding:330px 0}}.contacts{text-align:center;color:#3b3b3b}@media only screen and (min-width: 1200px){.contacts{padding:100px 0}}.contacts .container{display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width: 768px){.contacts .container form{width:100%;margin:0 0 20px 0}}.contacts .container form .checkbox-container{align-items:center}.contacts__decoration-text{color:#5e7e5e}.contacts__form{background-color:#fff;padding:10px;border-radius:15px 15px 0 0}@media only screen and (min-width: 768px){.contacts__form{padding:20px}}@media only screen and (min-width: 992px){.contacts__form{border-radius:15px 0 0 15px;padding:25px 175px 25px 25px}}.contacts__form a{color:#3b3b3b}.contacts__form input{border:1px solid #3b3b3b}@media only screen and (min-width: 992px){.contacts__wrapper{flex-direction:row;position:relative}}@media only screen and (min-width: 768px){.contacts .contact-info{flex-direction:row;justify-content:space-between}}@media only screen and (min-width: 992px){.contacts .contact-info{gap:15px}}.contacts .contact-info a{color:#5e7e5e}.contacts__maps-info{margin-bottom:20px;background:linear-gradient(90deg, rgba(43, 43, 43, 1) 0%, rgba(59, 59, 59, 1) 100%);;padding:10px;border-radius:0 0 15px 15px}@media only screen and (min-width: 768px){.contacts__maps-info{padding:20px;width:100%;height:400px;margin:0 15px 0 0}}@media only screen and (min-width: 992px){.contacts__maps-info{margin:0;height:521px;border-radius:0 15px 15px 0;width:30%}}@media only screen and (min-width: 1200px){.contacts__maps-info{height:534px;width:37%}}@media only screen and (min-width: 992px){.contacts iframe{position:absolute;top:26px;right:33px;width:35%;height:470px}}@media only screen and (min-width: 1200px){.contacts iframe{width:40%;height:483px}}.contacts .contact-info{margin:auto 0}.banner-about{background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),url(assets/images/bg-about-cinema.webp);color:#fff;background-position:top}@media only screen and (min-width: 768px){.banner-about{padding:120px 0 50px}}@media only screen and (min-width: 992px){.banner-about{padding:300px 0 250px}}.about-us{padding:20px 0;color:#fff}.about-us__item{background:linear-gradient(90deg, rgba(43, 43, 43, 1) 0%, rgba(59, 59, 59, 1) 100%);;padding:10px;margin-bottom:30px}.about-us__item p{margin:15px 0}.about-us__list{row-gap:15px}@media only screen and (min-width: 768px){.about-us__list{flex-direction:row;gap:10px}}.about-us__workflow{margin:20px 0}@media only screen and (min-width: 768px){.about-us__workflow{margin:30px 0}}@media only screen and (min-width: 992px){.about-us__workflow{margin:50px 0}}.about-us__list-item{background-color:#5e7e5e;padding:10px}.banner-blog{background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),url(assets/images/bg-blog-culture.webp)}@media only screen and (min-width: 768px){.banner-blog{padding:120px 0 50px}}@media only screen and (min-width: 992px){.banner-blog{padding:300px 0 250px}}.blog{padding:20px 0}@media only screen and (min-width: 768px){.blog{padding:30px 0}}@media only screen and (min-width: 992px){.blog{padding:50px 0}}.blog img{width:100%;margin:0}.blog .item{background:linear-gradient(90deg, rgba(43, 43, 43, 1) 0%, rgba(59, 59, 59, 1) 100%);}.blog__tips{margin:20px 0}@media only screen and (min-width: 992px){.blog__tips{margin:50px 0}}.blog__tips-list{row-gap:20px}.blog__tips-item{background-color:#5e7e5e;padding:15px;border-radius:15px}@media only screen and (min-width: 768px){.blog__tips-item{align-items:center;font-size:24px}}.blog__tips-item img{margin-top:10px}@media only screen and (min-width: 768px){.blog__tips-item img{margin:0 0 0 15px;width:70%}}@media only screen and (min-width: 992px){.blog__tips-item img{width:60%}}.blog__history{margin-bottom:20px}.blog__history strong{color:#5e7e5e}.blog__history-list{row-gap:25px}.blog__history-item{background:linear-gradient(90deg, rgba(43, 43, 43, 1) 0%, rgba(59, 59, 59, 1) 100%);;padding:15px;border-radius:24px}.blog__history-item img{margin-top:20px;border-radius:0 0 24px 24px}.overview{color:#fff}.reviews{row-gap:25px;margin-bottom:30px}.reviews img{margin-bottom:20px}.reviews__item{padding:15px;border-bottom:2px solid #5e7e5e}.categories{margin:20px 0}@media only screen and (min-width: 768px){.categories{gap:15px}}.categories__item{border:1px solid #5e7e5e;border-radius:15px;padding:10px;background:linear-gradient(90deg, rgba(43, 43, 43, 1) 0%, rgba(59, 59, 59, 1) 100%);;box-shadow:0px 4px 6px rgba(0,0,0,.5)}.criteria-list{margin:20px 0;row-gap:5px}@media only screen and (min-width: 768px){.criteria-list{margin:35px 0 45px;flex-direction:row;justify-content:space-between;gap:15px}}.faq-section{row-gap:30px;margin-bottom:40px}.faq-item{background-color:#3b3b3b;padding:20px}.form-faq{margin:50px 0}@media only screen and (min-width: 768px){.form-faq{margin:60px auto}}.form-faq h3,.form-faq p{margin:0}
