@charset "UTF-8";.b3-integrations__search{position:relative;margin-bottom:24px}.b3-integrations__search-input{background:none;width:100%;height:48px;padding:8px 16px 8px 42px;border:2px solid;border-radius:88px;font-family:Suisse Intl,sans-serif;color:currentColor;font-size:16px;font-weight:500;-webkit-transition:border-color .3s;transition:border-color .3s}.b3-integrations__search-input::-webkit-input-placeholder{color:currentColor;-webkit-transition:color .3s;transition:color .3s}.b3-integrations__search-input::-moz-placeholder{color:currentColor;-moz-transition:color .3s;transition:color .3s}.b3-integrations__search-input:-ms-input-placeholder{color:currentColor;-ms-transition:color .3s;transition:color .3s}.b3-integrations__search-input::-ms-input-placeholder{color:currentColor;-ms-transition:color .3s;transition:color .3s}.b3-integrations__search-input::placeholder{color:currentColor;-webkit-transition:color .3s;transition:color .3s}.b3-integrations__search-input:-webkit-autofill{-webkit-background-clip:text;-webkit-text-fill-color:#FFFFFF;-webkit-transition:background-color 5000s 0s,color 5000s 0s;transition:background-color 5000s 0s,color 5000s 0s}.b3-integrations__search-input:focus{outline:none;border-color:#3cf}.b3-integrations__search-input:focus::-webkit-input-placeholder{color:#92c1eb}.b3-integrations__search-input:focus::-moz-placeholder{color:#92c1eb}.b3-integrations__search-input:focus:-ms-input-placeholder{color:#92c1eb}.b3-integrations__search-input:focus::-ms-input-placeholder{color:#92c1eb}.b3-integrations__search-input:focus::placeholder{color:#92c1eb}.b3-integrations__search-button{position:absolute;left:16px;top:50%;width:20px;aspect-ratio:1/1;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.b3-integrations__search-button svg{display:block;width:100%;height:100%}.b3-integrations__search-button--clear{left:auto;right:16px;opacity:0;pointer-events:none;-webkit-transition:opacity .3s;transition:opacity .3s}.b3-integrations__search-input:not(:-moz-placeholder-shown)+.b3-integrations__search-button--clear{opacity:1;pointer-events:auto}.b3-integrations__search-input:not(:-ms-input-placeholder)+.b3-integrations__search-button--clear{opacity:1;pointer-events:auto}.b3-integrations__search-input:not(:placeholder-shown)+.b3-integrations__search-button--clear{opacity:1;pointer-events:auto}.b3-integrations__list{display:grid;gap:16px}.b3-integrations__message{display:none}@media (min-width: 479px){.b3-integrations__list{gap:22px}}@media (min-width: 768px){.b3-integrations__search{margin-bottom:40px}.b3-integrations__search-input{height:64px;padding-left:52px;font-size:20px}.b3-integrations__search-button{width:24px}.b3-integrations__list{grid-template-columns:repeat(2,1fr);gap:16px}.b3-integrations__message{font-size:20px}}@media (min-width: 992px){.b3-integrations__list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.b3-integrations__search{margin-bottom:48px}.b3-integrations__search-input{height:80px;padding-left:68px;font-size:24px}.b3-integrations__search-button{left:24px;width:32px}.b3-integrations__search-button--clear{left:auto;right:24px}.b3-integrations__list{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1440px){.b3-integrations__list{gap:22px}}.b3-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 24px;border-radius:32px;background-color:#fff;color:#040404}.b3-card__body{display:grid;gap:16px}.b3-card__header{display:grid;grid-template-columns:64px 1fr;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.b3-card__logo{width:100%}.b3-card__category{color:#1db0f3;font-size:12px;font-weight:450;line-height:140%}.b3-card__category:before{content:"•";vertical-align:middle;margin-right:2px;line-height:1}.b3-card__title{font-size:23px;font-weight:500;line-height:100%;letter-spacing:-.69px}.b3-card__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:12px;font-weight:450;line-height:140%}.b3-card__status-icon{width:10px;height:10px;border-radius:50%;background:currentColor}.b3-card__status svg{display:block;width:100%;height:100%;fill:#fff}.b3-card__status--done{color:#68c46c}.b3-card__status--progress{color:#ff7b00}.b3-card__status--planned{color:#3f71e5}.b3-card__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.b3-card__tag{padding:7px 12px;border-radius:88px;font-size:10px;line-height:100%;background:#3f71e533;color:#3f71e5}.b3-card__tag--rest-api{background:#daf2f3;color:#00acbe}.b3-card__tag--postgre-sql{background:#fdf7c5;color:#ad5412}.b3-card__tag--soap{background:#eed3ff;color:#6334a4}.b3-card__tag--kafka{background:#d0dbf0;color:#133e93}.b3-card__tag--rabbit-mq{background:#f0d0de;color:#93134a}.b3-card__tag--django{background:#d4d9e4;color:#5f636d}.b3-card__tag--websocket{background:#d0f0d1;color:#139328}.b3-card__tag--ai,.b3-card__tag--ds{background:#f0dbd0;color:#932813}.b3-card__text{font-size:12px;line-height:120%}.b3-card__button{width:100%;height:48px;padding:8px}@media (min-width: 768px){.b3-card{padding:24px 28px}.b3-card__title{font-size:26px;letter-spacing:-.78px}.b3-card__tag{font-size:12px}.b3-card__text{font-size:14px}.b3-card__button{height:52px}}@media (min-width: 992px) and (max-width: 1365px){.b3-card__title{font-size:23px;letter-spacing:-.69px}.b3-card__tag{font-size:10px}.b3-card__text{font-size:12px}}.b3-form{width:100%}.b3-form__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:24px;width:100%}.b3-form__fields--disabled{opacity:.6;pointer-events:none}.b3-form__fields-row{display:grid;gap:16px;width:100%}.b3-form__checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-bottom:24px}.b3-form__required-fields{color:#979797;padding-left:15px}.b3-form__submit{width:100%}.b3-form__error{font-size:12px;font-weight:300;line-height:120%;color:#ff2547;margin-top:24px;margin-bottom:12px;display:none;-webkit-transition:font-size .25s linear;transition:font-size .25s linear}.b3-form__stage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px 20px 16px;border-radius:24px;background:#f5f6f9}.b3-form__stage-header{font-size:16px;line-height:100%;letter-spacing:-.48px}.b3-form__stage-status{margin-bottom:8px;color:#3e3e3e;font-weight:500}.b3-form__stage-title{color:#cecece;font-weight:450}.b3-form__stage-text{max-width:370px;font-size:11px;font-weight:300;line-height:120%}.b3-form__stage-img{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:149px;aspect-ratio:1/1;margin-top:8px}.b3-form__stage-img img{position:absolute;max-width:100%;max-height:100%;opacity:0}.b3-form__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:16px}.b3-form__progress-logo{-ms-flex-negative:0;flex-shrink:0;width:24px}.b3-form__progress-line{position:relative;width:100%;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.b3-form__progress-stick{width:2px;margin-right:2px;height:100%;-ms-flex-negative:0;flex-shrink:0;border-radius:5px;background-color:#f5f6f9}.b3-form__final-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-bottom:24px}.b3-form__final-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 48px;border-radius:24px;background:#f5f6f9;-ms-flex-negative:0;flex-shrink:0;width:100%}.b3-form__final-img img{width:149px}.b3-form__final-button{width:100%}.b3-form__final-access{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.b3-form__final-access_string{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:0}.b3-form__final-access_label{color:#6a6c6f;font-family:monospace;font-size:18px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1.08px;text-transform:uppercase}.b3-form__final-access_value{color:#262729;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:64px;font-style:normal;font-weight:500;line-height:normal}.b3-form__final-access_value .subdomain{color:#ff7e2c}.b3-form .suggestions-promo{display:none}.b3-form .suggestions-suggestions{border:none;width:100%;padding:16px;border-radius:8px;background:#fff;-webkit-box-shadow:10px 24px 88px 0 rgba(0,0,0,.12);box-shadow:10px 24px 88px #0000001f;margin-top:4px}.b3-form .suggestions-suggestions .suggestions-nowrap{white-space:normal}.b3-form .suggestions-subtext{font-size:10px}.b3-form .smart-captcha{height:100px;margin-bottom:24px}@media (min-width: 479px){.b3-form__fields{gap:20px;margin-bottom:40px}.b3-form__error{font-size:14px}.b3-form__stage{padding:40px 32px 16px}.b3-form__stage-header{font-size:22px;letter-spacing:-.66px}.b3-form__stage-status{margin-bottom:12px}.b3-form__stage-text{font-size:16px}.b3-form__stage-img{height:212px;margin-top:32px}.b3-form__progress{gap:12px;margin-top:32px}.b3-form__progress-logo{width:32px}.b3-form__progress-line{height:20px}.b3-form__progress-stick{width:3px;margin-right:3px}.b3-form__final-img{height:180px;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b3-form__final-img img{width:226px}.b3-form .suggestions-suggestions{padding:24px}.b3-form .suggestions-subtext{font-size:12px}}@media (min-width: 768px){.b3-form__fields-row{grid-template-columns:1fr 1fr;gap:16px}.b3-form__error{font-size:15px}.b3-form__stage{padding:40px 164px 40px 32px;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:210px}.b3-form__stage-img{height:244px;margin-top:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.b3-form__progress{gap:16px}.b3-form__progress-logo{width:55px}.b3-form__progress-line{height:24px}.b3-form__progress-stick{width:5px;margin-right:4px}.b3-form__final-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.b3-form__final-img{height:200px;padding-left:32px;padding-right:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b3-form__final-access_value{font-size:28px}.b3-form .suggestions-suggestions{padding:8px 16px;border-radius:12px}}@media (min-width: 992px){.b3-form__fields{margin-bottom:32px}.b3-form__error{font-size:18px}.b3-form__stage{min-height:260px}.b3-form__stage-header{font-size:28px;letter-spacing:-.84px}.b3-form__stage-status{margin-bottom:16px}.b3-form__stage-text{max-width:474px;font-size:20px}.b3-form__stage-img{height:330px}.b3-form__progress{margin-top:48px}.b3-form__final-content{margin-bottom:64px}.b3-form__final-img{height:260px}.b3-form__final-img img{width:240px}.b3-form__final-access_value{font-size:40px}.b3-form .suggestions-subtext{font-size:14px}}@media (min-width: 1280px){.b3-form__error{font-size:20px}.b3-form__stage-header{font-size:30px;letter-spacing:-.9px}.b3-form__stage-status{margin-bottom:16px}.b3-form__stage-text{font-size:22px}.b3-form__final-access_value{font-size:56px}.b3-form .suggestions-subtext{font-size:16px}}@media (max-width: 767px){.b3-form__fields--disabled,.b3-form__final-access_string{display:none}}.b3-modal{position:fixed;z-index:201;top:0;right:0;bottom:0;left:0;overflow:auto;padding:16px;visibility:hidden;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.b3-modal__container{position:relative;z-index:1;width:1132px;max-width:100%;margin:auto;padding:24px 20px;border-radius:32px;background:#fff}.b3-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;margin-bottom:16px}.b3-modal__close{-ms-flex-negative:0;flex-shrink:0;width:28px;aspect-ratio:1/1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#f5f6f9;color:#040404;cursor:pointer}.b3-modal__close svg{width:15px;aspect-ratio:1/1}.b3-modal__title{font-size:19px;font-weight:500;line-height:100%;letter-spacing:-.57px}.b3-modal__title span{color:#e2e2e2}.b3-modal__text{font-size:12px;font-weight:300;line-height:120%;-webkit-transition:font-size .25s linear;transition:font-size .25s linear}.b3-modal__text--size-sm{font-size:10px}.b3-modal__content{position:relative;margin-top:16px}@media (min-width: 479px){.b3-modal{padding:16px 26px}.b3-modal__container{padding:40px 32px}.b3-modal__header{gap:24px;margin-bottom:32px}.b3-modal__close{width:40px}.b3-modal__close svg{width:17px}.b3-modal__title{font-size:26px;letter-spacing:-.78px}.b3-modal__text,.b3-modal__text--size-sm{font-size:15px}.b3-modal__content{margin-top:32px}}@media (min-width: 768px){.b3-modal{padding:16px 34px}.b3-modal__container{padding:40px}.b3-modal__close{width:47px}.b3-modal__close svg{width:20px}.b3-modal__title{font-size:34px;letter-spacing:-1.02px}.b3-modal__text,.b3-modal__text--size-sm{font-size:16px}}@media (min-width: 992px){.b3-modal{padding:16px 54px}.b3-modal__header{margin-bottom:40px}.b3-modal__title{font-size:44px;letter-spacing:-1.32px}.b3-modal__text{font-size:20px}.b3-modal__text--size-sm{font-size:16px}.b3-modal__content{margin-top:40px}}@media (min-width: 1280px){.b3-modal__close{width:55px}.b3-modal__close svg{width:24px}.b3-modal__title{font-size:50px;letter-spacing:-1.5px}.b3-modal__text{font-size:22px}.b3-modal__text--size-sm{font-size:19px}}.b3-input{font-size:10px;color:#040404;width:100%}.b3-input__control{position:relative;width:100%}.b3-input__label{position:absolute;top:0;bottom:0;left:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#929292;cursor:text;-webkit-transition:font-size .2s ease-out,-webkit-transform .2s ease-out;transition:font-size .2s ease-out,-webkit-transform .2s ease-out;transition:transform .2s ease-out,font-size .2s ease-out;transition:transform .2s ease-out,font-size .2s ease-out,-webkit-transform .2s ease-out;-webkit-transform-origin:left center;transform-origin:left center}.b3-input__label span{padding:0 8px}.b3-input__field{display:block;width:100%;padding:8px 16px;min-height:40px;background:none;border-radius:8px;border:1px solid #F5F6F9;background-color:#f5f6f9;line-height:1;-webkit-transition:background-color .4s,border-color .4s;transition:background-color .4s,border-color .4s}.b3-input__field[id=subdomain]{padding-right:130px}.b3-input__field::-webkit-outer-spin-button,.b3-input__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.b3-input__field:-webkit-autofill,.b3-input__field:-webkit-autofill:hover,.b3-input__field:-webkit-autofill:focus,.b3-input__field:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #F5F6F9 inset!important;-webkit-text-fill-color:#040404!important;-webkit-animation-name:onAutoFillStart;animation-name:onAutoFillStart;-webkit-animation-duration:1ms;animation-duration:1ms}.b3-input__field:not(:-webkit-autofill){-webkit-animation-name:onAutoFillCancel;animation-name:onAutoFillCancel;-webkit-animation-duration:1ms;animation-duration:1ms}.b3-input__field:focus{outline:none}.b3-input__field--textarea{min-width:100%;max-width:100%;resize:vertical;padding:10px 12px}.b3-input .b3-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;padding-left:15px}.b3-input .b3-checkbox__input{position:absolute;opacity:0;width:0;height:0}.b3-input .b3-checkbox__input:checked+.b3-checkbox__control{border:2px solid #5282ff;background-color:#5282ff}.b3-input .b3-checkbox__input:checked+.b3-checkbox__control img{display:-webkit-box;display:-ms-flexbox;display:flex}.b3-input .b3-checkbox__input:disabled+.b3-checkbox__control{background-color:#f5f6f9;border-color:#f5f6f9;cursor:not-allowed}.b3-input .b3-checkbox__control{position:relative;width:28px;height:28px;-ms-flex-negative:0;flex-shrink:0;border:2px solid rgb(204,204,204);border-radius:4px;-webkit-transition:all .2s;transition:all .2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-input .b3-checkbox__icon{width:90%;display:none}.b3-input .b3-checkbox__label{margin-left:8px;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0}.b3-input .b3-checkbox__link{margin-left:4px;font-weight:400;font-size:18px;line-height:28px;letter-spacing:0;color:#3f71e5}.b3-input__info{position:absolute;top:0;bottom:0;right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;-webkit-transition:opacity .2s;transition:opacity .2s}.b3-input__message{position:absolute;margin-left:16px;margin-top:6px;font-size:8px;font-weight:450;line-height:1}.b3-input--filled .b3-input__label{-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:8px;height:10px}.b3-input--error .b3-input__field{border-color:#ff2547;background-color:#fff}.b3-input--error .b3-input__label span{background:#fff}.b3-input--error .b3-input__message{color:#ff2547;background-color:#fff;padding-left:8px;padding-right:8px;margin-top:-8px}.b3-input--error.b3-input--filled .b3-input__label span{color:#ff2547}.b3-input--error .b3-checkbox__control{border-color:#ff2547}.b3-input__field[disabled]{color:#9e9e9e;-webkit-text-fill-color:#9E9E9E!important}.b3-input__field[disabled]~.b3-input__info{color:#9e9e9e}@-webkit-keyframes onAutoFillStart{0%{opacity:.99}to{opacity:1}}@keyframes onAutoFillStart{0%{opacity:.99}to{opacity:1}}@-webkit-keyframes onAutoFillCancel{0%{opacity:.99}to{opacity:1}}@keyframes onAutoFillCancel{0%{opacity:.99}to{opacity:1}}@media (min-width: 479px){.b3-input{font-size:14px}.b3-input__field[id=subdomain]{padding-right:110px}.b3-input__field{min-height:52px;border-radius:12px}.b3-input__message{margin-top:8px;font-size:10px}.b3-input--filled .b3-input__label{font-size:10px}}@media (min-width: 768px){.b3-input__message{font-size:12px}}@media (min-width: 992px){.b3-input{font-size:16px}.b3-input__field[id=subdomain]{padding-right:120px}.b3-input__field{min-height:58px}.b3-input--filled .b3-input__label{font-size:11px}}@media (min-width: 1280px){.b3-input{font-size:18px}.b3-input__field[id=subdomain]{padding-right:130px}.b3-input__field{min-height:62px}.b3-input--filled .b3-input__label{font-size:12px}}.b3-ad{position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#1c222b}.b3-ad__h1{font-family:Bounded;font-weight:700;font-size:6.4rem;line-height:7.2rem;letter-spacing:0}.b3-ad__h2{font-family:Bounded;font-weight:700;font-size:4.8rem;line-height:120%;letter-spacing:0}.b3-ad__h3{font-family:Bounded;font-weight:700;font-size:3.2rem;line-height:4.4rem;letter-spacing:0}.b3-ad__h4{font-family:Bounded;font-weight:700;font-size:2.4rem;line-height:3.2rem;letter-spacing:0}.b3-ad__text-16{font-weight:400;font-size:1.6rem;line-height:2.4rem;letter-spacing:0}.b3-ad__text-18{font-weight:400;font-size:1.8rem;line-height:2.8rem;letter-spacing:0}.b3-ad__text-20{font-weight:400;font-size:2rem;line-height:3.2rem;letter-spacing:0}.b3-ad__text-22{font-weight:400;font-size:2.2rem;line-height:3.2rem;letter-spacing:0}.b3-ad__text-24{font-weight:400;font-size:2.4rem;line-height:3.2rem;letter-spacing:0}.b3-ad .text-bold{font-weight:700}.b3-ad__link{color:#0251e7;cursor:pointer}.b3-ad-modal__button{height:5.6rem;border-radius:2rem;padding:1.4rem 4rem;font-weight:500;font-size:1.8rem;line-height:2.8rem;vertical-align:middle;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.b3-ad-content{position:relative;max-width:172rem;margin-left:16rem;margin-right:16rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 32rem)}.b3-ad .top-image-block{position:absolute;top:0;left:0;width:100%;max-width:172.8rem;height:86.1rem}.b3-ad .top-image-block__background{position:absolute;height:86.1rem;width:200.8rem;top:0;right:-64rem;max-width:none}.b3-ad .top-image-block__image{position:absolute;top:10.2rem;right:-20.7rem;width:77rem}.b3-ad .top-image-block__mascot{z-index:1;position:absolute;top:42.2rem;right:34.5rem;width:35.8rem;height:38.7rem}.b3-ad .top-image-block__gradient{position:absolute;right:-64rem;bottom:0;width:200.8rem;height:34.2rem;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#FFFFFF));background:linear-gradient(180deg,#fff0,#fff)}.b3-ad-prompt{position:relative;width:100%;max-width:140.8rem;height:87.9rem}.b3-ad-prompt__content{width:calc(100% - 50rem);margin-top:7rem}.b3-ad-prompt__title .blue{color:#0251e7;padding-left:1rem}.b3-ad-prompt__advantages{margin-top:2.4rem}.b3-ad-prompt__input{margin-top:4.8rem;width:calc(100% - 10rem)}.b3-ad-prompt__input .b3-input__field{max-height:30rem;min-height:auto;border:none;background-color:transparent;-webkit-backdrop-filter:blur(1.5rem);backdrop-filter:blur(1.5rem);-webkit-box-shadow:0 0 5.5rem 0 rgba(2,81,231,.32);box-shadow:0 0 5.5rem #0251e752;padding:2.4rem 10rem 2.4rem 4rem;margin-right:5rem;border-radius:1.6rem;font-weight:400;font-size:2rem;line-height:3.2rem;vertical-align:middle;resize:none;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.b3-ad-prompt__input .b3-input__field::-webkit-scrollbar{display:none}.b3-ad-prompt__button{margin-top:2.4rem;background:-webkit-gradient(linear,left top,left bottom,from(#FF903F),to(#F46800));background:linear-gradient(180deg,#ff903f,#f46800);height:5.6rem;gap:1rem;border-radius:1.6rem;padding:1.4rem 4rem;font-weight:500;font-size:1.8rem;line-height:2.8rem;vertical-align:middle}.b3-ad-slogan{position:relative;margin-top:9.6rem;margin-left:-9.6rem;margin-right:-9.6rem;min-height:39.6rem;overflow:hidden;border-radius:9.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:160rem;background:url(/assets/img/ad/slogan-background.png) center/cover no-repeat}.b3-ad-slogan__background{position:absolute;top:0;left:0;width:100%;height:100%}.b3-ad-slogan__title{position:relative;margin-top:9.6rem;width:72%;color:#fff;text-align:center}.b3-ad-slogan__text{position:relative;margin-top:2.4rem;width:72%;color:#fff;text-align:center}.b3-ad-ai{margin-top:25.6rem;width:100%;max-width:140.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-ai__title{text-align:center}.b3-ad-ai__title .blue{color:#0251e7;margin-left:.8rem}.b3-ad-ai__text{width:65%;margin-top:2.4rem;text-align:center}.b3-ad-ai__items{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-column-gap:4rem;grid-row-gap:4.8rem;width:100%;margin-top:3.2rem;margin-bottom:6.4rem}.b3-ad-ai__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.b3-ad-ai__item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:8.8rem}.b3-ad-ai__item-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:3.2rem}.b3-ad-ai__item-text{margin-top:1.6rem}.b3-ad-certificates{margin-top:25.6rem;margin-left:-16rem;margin-right:-16rem;max-width:172rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0;width:100vw}.b3-ad-certificates .certificate-item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b3-ad-certificates .certificate-item.blue{background:-webkit-gradient(linear,left top,left bottom,from(#0251E7),to(#E6EEFD));background:linear-gradient(180deg,#0251e7,#e6eefd);padding-top:4.8rem}.b3-ad-certificates .certificate-item.white{background:-webkit-gradient(linear,left top,left bottom,from(#E6EEFD),color-stop(25%,#FFFFFF),color-stop(75%,#FFFFFF),to(#E6EEFD));background:linear-gradient(180deg,#e6eefd,#fff 25%,#fff 75%,#e6eefd);padding-bottom:4.8rem}.b3-ad-certificates .certificate-item__information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 3.6rem}.b3-ad-certificates .certificate-item__title{width:100%;text-align:left}.b3-ad-certificates .certificate-item__title.white{color:#fff}.b3-ad-certificates .certificate-item__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:1.2rem}.b3-ad-certificates .certificate-item__badge{height:3.2rem;padding:.2rem 2rem;border-radius:2.7rem;background:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#E8E8E8));background:linear-gradient(180deg,#fff,#e8e8e8);border-bottom:.1rem solid rgb(255,255,255);margin-right:1.2rem}.b3-ad-certificates .certificate-item__text{font-weight:400;font-size:2rem;line-height:3.2rem;letter-spacing:.1rem}.b3-ad-certificates .certificate-item__text.white{color:#fff}.b3-ad-certificates .certificate-item__img{width:100%}.b3-ad-certificates .certificate-item__img.national-code{width:calc(100% - 5.4rem);margin-bottom:-7rem;margin-left:1.8rem;margin-right:3.6rem}.b3-ad-certificates .certificate-item__img.turnkey-system{width:calc(100% - 2.8rem)}.b3-ad-task-tracker{max-width:160.8rem;position:relative;margin-top:25.6rem;margin-left:-10rem;margin-right:-10rem;border-radius:9.6rem;background:url(/assets/img/ad/task-tracker/task-background-img.png) center/cover no-repeat;overflow:hidden}.b3-ad-task-tracker__background{background-color:#bdb6f8;width:62rem;height:18rem;position:absolute;right:-4rem;bottom:-14rem;rotate:-8deg;opacity:.5}.b3-ad-task-tracker__background-image{position:absolute;width:100%;height:100%;top:0;left:0;border-radius:9.6rem}.b3-ad-task-tracker__title{margin-top:19.6rem;margin-left:10rem;margin-right:10rem;letter-spacing:.2rem;color:#fff}.b3-ad-task-tracker__text{margin-top:3.2rem;margin-left:10rem;margin-right:10rem;width:70%;letter-spacing:.1rem;color:#fff}.b3-ad-task-tracker__slider{margin-top:4.8rem}.b3-ad-task-tracker__slider .itc-slider-wrapper{background:transparent}.b3-ad-task-tracker__slider .itc-slider-items{gap:2.4rem;margin-left:calc((20% - 10rem)*-1);margin-right:calc((20% - 10rem)*-1)}.b3-ad-task-tracker__slider .itc-slider-btn{background-color:#fff;width:5.6rem;height:5.6rem;border-radius:50%;-webkit-box-shadow:0 1rem 1.5rem 0 rgba(0,0,0,.11);box-shadow:0 1rem 1.5rem #0000001c}.b3-ad-task-tracker__slider .itc-slider-btn-prev{left:2.4rem}.b3-ad-task-tracker__slider .itc-slider-btn-next{right:2.4rem}.b3-ad-task-tracker__slide{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:calc(20% - 2.4rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-task-tracker .b3-ad-modal__button{margin-top:4.8rem;margin-bottom:19.6rem;margin-left:10rem;color:#0251e7}.b3-ad-product_features{margin-top:25.6rem;width:100%;max-width:140.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-product_features__title{text-align:center}.b3-ad-product_features__text{margin-top:2.4rem;text-align:center}.b3-ad-product_features__modules{margin-top:6.4rem;margin-bottom:6.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4rem}.b3-ad-product_features__modules .module{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.b3-ad-product_features__modules .module__img{position:absolute}.b3-ad-product_features__modules .module__img.data{left:10rem;top:2.2rem;width:calc(100% - 22.1rem)}.b3-ad-product_features__modules .module__img.processes{left:7rem;top:3.4rem;width:calc(100% - 14.2rem)}.b3-ad-product_features__modules .module__img.interfaces{left:9.6rem;top:2.5rem;width:calc(100% - 19rem)}.b3-ad-product_features__modules .module__img-background{width:100%;border-radius:4rem}.b3-ad-product_features__modules .module__title{margin-top:3.2rem;padding-left:4rem;padding-right:4rem}.b3-ad-product_features__modules .module__items{margin:3.2rem 4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b3-ad-product_features__modules .module__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.b3-ad-product_features__modules .module__item:not(:last-child){margin-bottom:2rem}.b3-ad-product_features__modules .module__item img{width:2.8rem;height:2.8rem}.b3-ad-product_features__modules .module__text{margin-left:1.6rem}.b3-ad-tariffs{position:relative;width:100%;margin-top:25.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-tariffs__background{position:absolute;width:100vw;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.08)),color-stop(56.73%,rgba(2,81,231,.08)),to(rgba(255,255,255,.08)));background:linear-gradient(360deg,#ffffff14,#0251e714 56.73%,#ffffff14)}.b3-ad-tariffs__title{text-align:center}.b3-ad-tariffs__main-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:6.4rem;max-width:140.8rem}.b3-ad-tariffs__main-content .bottom-right-border{z-index:-1;position:absolute;bottom:0;right:0;width:100%;height:100%}.b3-ad-tariffs__cloud{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;background:url(/assets/img/ad/tariffs/cloud-back.png) center/cover no-repeat;border-radius:3rem}.b3-ad-tariffs__cloud .top-left-border{position:absolute;top:0;left:0;width:100%;height:100%}.b3-ad-tariffs__cloud-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:6rem 6.4rem}.b3-ad-tariffs__cloud-title{text-align:start}.b3-ad-tariffs__cloud-text{margin-top:2.4rem}.b3-ad-tariffs__cloud-img{margin:6rem 6.4rem 6rem 0;min-width:51.2rem}.b3-ad-tariffs__cloud-img img{width:51.2rem;height:37rem}.b3-ad-tariffs__cloud-tariff{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;margin-top:2.4rem}.b3-ad-tariffs__base-item{width:100%;margin-right:4.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b3-ad-tariffs__base-item-resources{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:.6rem;padding-bottom:.6rem}.b3-ad-tariffs__base-item-resources .resource-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem}.b3-ad-tariffs__base-item-resources .resource-item__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b3-ad-tariffs__base-item-resources .resource-item__icon{width:2.8rem;height:2.8rem}.b3-ad-tariffs__base-item-resources .resource-item__name,.b3-ad-tariffs__base-item-resources .resource-item__right{vertical-align:middle;margin-left:.8rem}.b3-ad-tariffs__base-item .values{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.b3-ad-tariffs__base-item .values .admin{position:relative;margin-right:3.8rem}.b3-ad-tariffs__base-item .values .admin:after{content:"";position:absolute;top:50%;right:-2.2rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:.6rem;height:.6rem;background-color:#97a3b6;border-radius:50%}.b3-ad-tariffs__base-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-tariffs__base-price .picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:22.8rem}.b3-ad-tariffs__free-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:22.8rem;padding:1.6rem 2rem .4rem;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;background:-webkit-gradient(linear,left top,left bottom,from(#FFECB3),to(#FFCA28));background:linear-gradient(180deg,#ffecb3,#ffca28)}.b3-ad-tariffs__free-month .flame-icon{width:3.9rem;height:3.6rem}.b3-ad-tariffs__free-month .one-month{margin-top:.8rem}.b3-ad-tariffs__free-month-after{margin-top:2rem}.b3-ad-tariffs__items{padding:1.8rem 6.4rem 1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:3.2rem;width:100%;max-width:140.8rem;margin-top:4rem}.b3-ad-tariffs__items-title{margin-top:7.2rem}.b3-ad-tariffs__item{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fff;-webkit-box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.04);box-shadow:0 .2rem .8rem #0000000a;opacity:1;border-radius:3.2rem;padding:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-tariffs__item-top-left-border{position:absolute;width:calc(100% - 3.2rem);top:0;left:0}.b3-ad-tariffs__item-top-right-border{position:absolute;width:calc(100% - 3.2rem);top:0;right:0}.b3-ad-tariffs__item-head{position:absolute;top:-1.7rem;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);height:3.4rem;padding-top:.2rem;padding-right:2.4rem;padding-left:2.4rem;gap:1rem;opacity:1;border-radius:1.2rem;background:-webkit-gradient(linear,left top,left bottom,from(#FDD835),to(#F57F17));background:linear-gradient(180deg,#fdd835,#f57f17);font-weight:500;font-size:1.3rem;line-height:3.2rem;letter-spacing:.2rem;text-align:center;text-transform:uppercase}.b3-ad-tariffs__item-title{text-align:center}.b3-ad-tariffs__item-text{text-align:center;margin-top:1.2rem}.b3-ad-tariffs__item-resources{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:3.2rem}.b3-ad-tariffs__item-resources .resource-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.6rem}.b3-ad-tariffs__item-resources .resource-item__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b3-ad-tariffs__item-resources .resource-item__icon{width:2.4rem;height:2.4rem}.b3-ad-tariffs__item-resources .resource-item__name,.b3-ad-tariffs__item-resources .resource-item__right{vertical-align:middle;margin-left:.8rem}.b3-ad-tariffs__item-value{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.b3-ad-tariffs__item-currency{font-weight:400;font-size:1.2rem;line-height:1.4rem;letter-spacing:0;color:#677489;position:absolute;bottom:.4rem;right:-6rem}.b3-ad-tariffs__item-requests{margin-top:2rem;font-weight:400;font-size:1.6rem;line-height:2.4rem;letter-spacing:0;text-align:center;color:#677489}.b3-ad-tariffs__ai{margin-top:7.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.b3-ad-tariffs__ai-img{min-width:51.2rem;height:35.7rem;margin-right:6rem}.b3-ad-tariffs__ai-img img{width:51.2rem;height:35.7rem}.b3-ad-tariffs__ai-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:6rem 6.4rem 6rem 0;border-radius:6rem;background:-webkit-gradient(linear,right top,left top,from(#FFFFFF),color-stop(92.7%,rgba(255,255,255,0)),color-stop(168.3%,rgba(255,255,255,0)));background:linear-gradient(270deg,#fff,#fff0 92.7%,#fff0 168.3%)}.b3-ad-tariffs__ai-description{margin-right:3.2rem}.b3-ad-tariffs__ai-text{margin-top:1.6rem}.b3-ad-tariffs__ai-functions{margin-top:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b3-ad-tariffs__ai-functions .ai-function{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:1.6rem}.b3-ad-tariffs__ai-functions .ai-function__icon{width:2.8rem;height:2.8rem;margin-right:1.2rem}.b3-ad-tariffs__ai-functions .ai-function__text{vertical-align:middle}.b3-ad-tariffs__ai-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-tariffs__ai-price .picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:22.8rem}.b3-ad-tariffs__free-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:22.8rem;padding:1.6rem 2rem .4rem;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;background:-webkit-gradient(linear,left top,left bottom,from(#F9FBE7),to(#CDDC39));background:linear-gradient(180deg,#f9fbe7,#cddc39)}.b3-ad-tariffs__free-days .ai-fingers{width:3.9rem;height:3.6rem}.b3-ad-tariffs__free-days .ai-free-days{margin-top:.8rem}.b3-ad-tariffs__free-days-after{margin-top:2rem;text-align:center}.b3-ad-tariffs__admins{margin-top:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b3-ad-tariffs__admins-icon{width:2.4rem;height:2.4rem;margin-right:1.2rem}.b3-ad-tariffs__delimiter{width:calc(100% - 12.8rem);height:.1rem;background:-webkit-gradient(linear,right top,left top,from(rgba(249,251,254,0)),color-stop(50%,#92B4F5),to(rgba(249,251,254,0)));background:linear-gradient(270deg,#f9fbfe00,#92b4f5,#f9fbfe00);margin-top:4.8rem}.b3-ad-tariffs__info{margin-top:4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b3-ad-tariffs__info-text{margin-right:.4rem}.b3-ad-tariffs__boxed-solution{margin-top:7.2rem;width:100%;max-width:140.8rem;border-radius:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:url(/assets/img/ad/tariffs/boxed-solution-background.png) center/cover no-repeat}.b3-ad-tariffs__boxed-solution-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5.8rem 2rem 5.8rem 6.4rem}.b3-ad-tariffs__boxed-solution-title{text-align:start}.b3-ad-tariffs__boxed-solution-text{margin-top:2.4rem}.b3-ad-tariffs__boxed-solution-img{margin:3.2rem 6.4rem 3.2rem 2rem;min-width:36rem}.b3-ad-tariffs__boxed-solution-img img{width:36rem;height:26.1rem}.b3-ad-tariffs__button{font-weight:500;font-size:1.8rem;line-height:2.8rem;letter-spacing:0;vertical-align:middle;padding:1.4rem 4rem;border-radius:2rem;color:#0251e7;margin-top:2.4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.b3-ad-benefits{width:100%;max-width:140.8rem;position:relative;margin-top:25.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-benefits__background{position:absolute;width:100vw;height:250%;max-width:none;z-index:-1;top:-90%}.b3-ad-benefits__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.b3-ad-benefits__title{width:100%}.b3-ad-benefits__title .blue{color:#0251e7}.b3-ad-benefits__text{margin-top:2.4rem;text-align:left;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b3-ad-benefits__text-left{width:70%}.b3-ad-benefits__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.b3-ad-benefits__button{width:6.4rem;height:6.4rem;background-color:#fff;border-radius:50%;-webkit-box-shadow:0 .2rem .8rem 0 rgba(0,0,0,.04);box-shadow:0 .2rem .8rem #0000000a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;opacity:.7}.b3-ad-benefits__button:hover{opacity:1}.b3-ad-benefits__button.next{margin-left:1.2rem}.b3-ad-benefits__slider{margin-top:4.8rem;width:100%}.b3-ad-benefits__slider .itc-slider-wrapper{background:transparent}.b3-ad-benefits__slider .itc-slider-items{gap:4rem;margin-right:-14%;padding-bottom:6.4rem}.b3-ad-benefits__slider .itc-slider-btn{background-color:#fff;width:6.4rem;height:6.4rem;border-radius:50%;-webkit-box-shadow:0 1rem 1.5rem 0 rgba(0,0,0,.11);box-shadow:0 1rem 1.5rem #0000001c}.b3-ad-benefits__slider .itc-slider-btn.itc-slider-btn-prev{right:12rem;left:auto;top:-18rem}.b3-ad-benefits__slider .itc-slider-btn.itc-slider-btn-next{right:4.8rem;top:-18rem}.b3-ad-benefits__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:calc(33.33% - 4rem);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:linear-gradient(103.98deg,#fff 29.32%,#ffffff54 105.48%);-webkit-box-shadow:.4rem .4rem .4rem 0 rgba(255,255,255,.25) inset;box-shadow:.4rem .4rem .4rem #ffffff40 inset;-webkit-box-shadow:-.4rem -.4rem .4rem 0x rgb(255,255,255) inset;box-shadow:-.4rem -.4rem .4rem #fff inset;-webkit-box-shadow:0 .4rem 1.08rem 0 rgba(186,200,215,.3);box-shadow:0 .4rem 1.08rem #bac8d74d;-webkit-backdrop-filter:blur(1.7rem);backdrop-filter:blur(1.7rem);border-radius:3rem;padding:3.2rem 4rem}.b3-ad-benefits__slide .slide__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b3-ad-benefits__slide .slide__img{width:9.6rem;max-width:none}.b3-ad-benefits__slide .slide__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:3.2rem}.b3-ad-benefits__slide .slide__title{vertical-align:middle}.b3-ad-benefits__slide .slide__text{margin-top:1.2rem}.b3-ad-clients{width:100%;margin-top:25.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-clients__title{text-align:center;margin-bottom:3.2rem}.b3-ad-clients__row{margin-top:6.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-left:19.6rem;margin-right:19.6rem;max-width:133.6rem;gap:6.4rem}.b3-ad-clients__client{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-clients__client img{height:8.8rem;width:auto;-o-object-fit:contain;object-fit:contain}.b3-ad-clients__client-title{text-align:center;margin-top:2.4rem;font-weight:500;font-size:2rem;line-height:2.8rem;letter-spacing:0;color:#677489}.b3-ad-it-system{width:100%;max-width:140.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:25.6rem}.b3-ad-it-system__title{color:#1c222b}.b3-ad-it-system__title span.blue{margin-left:.8rem;color:#0251e7}.b3-ad-it-system__text{margin-top:2.4rem}.b3-ad-it-system__content{margin-top:4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;gap:4rem}.b3-ad-it-system__column{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b3-ad-it-system__column.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b3-ad-it-system__column.left .b3-ad-it-system__item{margin-bottom:12.8rem}.b3-ad-it-system__column.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b3-ad-it-system__column.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.b3-ad-it-system__column.right .b3-ad-it-system__item{margin-top:12.8rem}.b3-ad-it-system__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:4rem;padding-right:4rem}.b3-ad-it-system__item-background{position:absolute;top:-7.4rem;z-index:-1;width:42.2rem;height:38.7rem;-webkit-filter:blur(6rem);filter:blur(6rem)}.b3-ad-it-system__item-title{text-align:center;margin-top:2rem}.b3-ad-it-system__item-text{text-align:center;margin-top:1.6rem}.b3-ad-it-system .b3-ad-modal__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:4.8rem;margin-left:auto;margin-right:auto}.b3-ad-contacts{margin-top:25.6rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b3-ad-contacts__background{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;position:relative;background:url(/assets/img/ad/contacts/map-background-img.png) center/cover no-repeat}.b3-ad-contacts__background-img{position:absolute;width:100%;height:100%;-o-object-fit:fill;object-fit:fill;top:0;left:0;z-index:1;opacity:.4}.b3-ad-contacts__background-gradient{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.8;background:linear-gradient(135.39deg,#0251e7 59.58%,#fff 144.49%,#b6cdf8 144.49%);z-index:2}.b3-ad-contacts__content{margin:7.4rem auto;position:relative;max-width:172rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;width:100%;z-index:3}.b3-ad-contacts__information{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:3.8rem;padding:7.2rem 6.4rem;opacity:1;background:#fff;-webkit-box-shadow:0 1rem 4.5rem 0 rgba(0,0,0,.1019607843);box-shadow:0 1rem 4.5rem #0000001a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b3-ad-contacts__company-name{margin-top:3.2rem}.b3-ad-contacts__text-block{margin-top:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b3-ad-contacts__text{margin-top:2.4rem}.b3-ad-contacts__text.numbers{margin-top:0}.b3-ad-contacts__details{margin-top:4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.b3-ad-contacts__link{font-weight:400;font-size:2.2rem;line-height:3.2rem;letter-spacing:0;color:#0251e7;cursor:pointer}.b3-ad-contacts__mascot{max-width:calc((100% - 4rem)/2)}.b3-ad .b3-button--primary{background-color:#0251e7}
