@charset "UTF-8";@font-face{font-family:Rubik;font-display:swap;src:url(../print-fonts/Rubik-Bold.woff2) format("woff2"),url(../print-fonts/Rubik-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Rubik;font-display:swap;src:url(../print-fonts/Rubik-Regular.woff2) format("woff2"),url(../print-fonts/Rubik-Regular.woff) format("woff");font-weight:400;font-style:normal}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--color-bg:#160E31;--brand-color:#ff8c00;--color-green:#0D9737}body{font-family:Rubik;line-height:1.6;color:#fff;background-color:var(--color-bg);position:relative}a{text-decoration:none;color:inherit}section a:not([class]){color:#fff;text-decoration:underline}section a:not([class]):hover{opacity:.9}.contentSection ul{list-style:none;padding-left:8px}.contentSection ul li{position:relative;padding-left:24px}.contentSection ul li:before{content:"";position:absolute;top:9px;left:0;width:8px;height:8px;background-color:var(--brand-color);border-radius:99px}.contentSection ul li:not(:last-child){margin-bottom:8px}.contentSection ol{list-style:none;padding-left:8px;counter-reset:myCount}.contentSection ol li{position:relative;padding-left:24px}.contentSection ol li:before{content:counter(myCount) ".";counter-increment:myCount;font-weight:700;color:var(--brand-color);position:absolute;top:0;left:0}.contentSection ol li:not(:last-child){margin-bottom:8px}.container{max-width:1343px;margin:0 auto}.logo{display:-webkit-box;display:-ms-flexbox;display:flex}.logo img{max-width:auto;height:auto;max-height:56px}.header{background-color:#270949;position:relative;z-index:100}.header__body{padding:8px 16px;display:grid;grid-template-columns:auto 1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.header__button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:none;gap:16px;padding-left:0}.header__menu a:hover{text-decoration:underline}.btn{padding:4px 16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:99px;white-space:nowrap}.btn_primary{background:linear-gradient(225deg,#ff9b21,#ff7c02,#ffca00,#ff8c00);color:var(--color-bg);-webkit-transform:.2s;-ms-transform:.2s;transform:.2s}.btn_primary:hover{-webkit-transform:.2s;-ms-transform:.2s;transform:.2s;background:linear-gradient(225deg,#ff8c00,#ffca00,#ff9b21,#ffca00)}.btn_secondary{color:var(--brand-color);background-color:transparent;border:1px solid var(--brand-color)}.btn_third{background-color:var(--brand-color);color:var(--color-bg);border-radius:8px}.btn_big{padding:8px 32px;font-size:18px}.btn:hover{opacity:.9}.fScreen{position:relative;min-height:400px}.fScreen__body{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.fScreen__content{position:relative;z-index:20;padding:32px 16px;max-width:650px;margin:0 auto;text-align:center}.fScreen__content>:not(:last-child){margin-bottom:24px}.fScreen__title{font-size:40px;color:#f8c301;text-shadow:0 4px 0 #7e04f7}.fScreen__text{font-size:18px}.fScreen__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.fScreen__image:after{content:"";z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(22,14,49,.8)),color-stop(80%,rgba(22,14,49,.9)),to(#160e31));background:linear-gradient(180deg,rgba(22,14,49,.8) 0,rgba(22,14,49,.9) 80%,#160e31 100%)}.ibg{background-repeat:no-repeat;background-size:cover;background-position:center}.ibg img{display:none}.text-big{font-size:42px;font-weight:700}.contentSection h1,.title{font-size:30px;color:#fff;margin-bottom:22px}.contentSection h2,.subtitle{font-size:24px;color:#fff;margin-bottom:22px}.bold,.contentSection h3{font-weight:700;color:#fff}.contentSection{padding:32px 16px}.columnContent__item>:not(:last-child),.nlc-mb-16>:not(:last-child){margin-bottom:16px}.contentSection h1,.contentSection h2,.contentSection h3{margin-top:30px}.contentSection h1:first-child,.contentSection h2:first-child,.contentSection h3:first-child{margin-top:0}.contentSection img{width:100%;display:block;margin:0 auto;height:auto;border-radius:8px;-o-object-fit:cover;object-fit:cover}.columnContent{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;margin:24px 0!important}.columnContent__item{-webkit-box-flex:1;-ms-flex:1;flex:1}.columnContent.columnContent--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.banner{position:fixed;bottom:16px;left:16px;width:400px;display:grid;background-color:var(--color-bg);border-radius:16px;grid-template-columns:50px 1fr auto;gap:16px;border:1px solid var(--brand-color);place-items:center;color:#fff;padding:8px 16px;z-index:100}.banner__image{display:-webkit-box;display:-ms-flexbox;display:flex}.banner__title{font-weight:700;margin-bottom:4px}.banner__subtitle{font-size:14px}.banner__closer{position:absolute;cursor:pointer;top:0;right:0;width:24px;height:24px;color:#fff;background-color:transparent;border:none;display:grid;place-items:center;font-size:12px}.banner.hide{display:none}.faq-section{padding:40px 16px;max-width:900px;margin:0 auto}.faq-items{display:grid;grid-template-columns:1fr;gap:20px}.faq-item{overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.faq-question{padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:#3b324e;color:#fff}.faq-question:after{content:"✖";-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.faq-question{font-size:18px;font-weight:400;border-radius:8px}.faq-answer{padding:0;max-height:0;overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:0 0 8px 8px}.faq-item.active .faq-answer{padding:16px;max-height:none;border:1px solid #545e6e;border-top:none}.faq-item.active .faq-question{border-radius:8px 8px 0 0}.faq-item.active .faq-question:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.divider{border-bottom:1px solid #3e444e;max-width:868px;margin:0 auto}.footer{padding:16px;background-color:#1d0536;border-top:1px solid #545e6e}.footer__links{padding:24px 0 40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;list-style-type:none;padding-left:0}.footer__links a:hover{text-decoration:underline}.footer__partners{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px 0;gap:16px}.footer__partners img{height:32px}.footer__text{font-size:12px;padding:24px 0}.footer__bottom{font-family:Arial;font-size:12px;text-align:center;padding:16px}@media (max-width:767.98px){.header__body{grid-template-columns:auto 1fr}.header__menu_wrapper{grid-column:span 2;grid-row:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fScreen__title{font-size:32px}.fScreen .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.columnContent.columnContent--reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.columnContent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.divider{max-width:50%}.footer__partners{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:660px){.banner{width:calc(100% - 32px);padding:16px}}@media (max-width:479.98px){.banner{grid-template-columns:1fr;text-align:center;gap:8px}}