

/* Start:/local/modules/nota.documents/css/style.css?177749109966458*/
/* start style components  */
/* start style breadcrumb  */
.bx-breadcrumb {
    margin: 32px 0;
}

@media screen and (max-width: 768px) {
    .bx-breadcrumb {
        margin: 24px 0;
    }
}

@media screen and (max-width: 540px) {
    .bx-breadcrumb {
        margin: 12px 0;
    }
}

.breadcrumb {
    padding-left: 0;
}

.breadcrumb__item:after {
    background-color: #CEC3F8;
}
/* end style breadcrumb  */
/* start style form search  */
.form-search__wrapper {
    display: flex;
}

.form-search__filed {
    width: 100%;
}

.document-constructor__form-search.form-search {
    position: relative;
}

.document-templates__filters .document-constructor__form-search.form-search {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
}

.document-constructor__form-search.form-search .form-search__input {
    background-color: transparent;
    padding: 15px 16px;
    margin-left: -54px;
    transition: margin 0.3s ease-in;
}

.document-constructor__form-search.form-search .form-search__input::placeholder {
    color: #9F9F9F;
}

.document-constructor__form-search.form-search .form-search__btn {
    background-color: transparent;
    padding: 18px;
}

.document-constructor__form-search.form-search .form-search__btn_close {
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.1s ease-in;
    padding: 18px;
    visibility: hidden;
}

.document-constructor__form-search.form-search.clerable .form-search__btn_close {
    opacity: 1;
    visibility: visible;
}

.document-constructor__form-search.form-search.clerable .form-search__input {
    margin-left: -16px;
}

.document-constructor__form-search.form-search .form-search__btn svg.icon-search {
    fill: #9D87F1;
}

.my-documents-page.maxapp-my-documents-page {
    padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .document-constructor__form-search.form-search .form-search__input {
        padding: 12px 16px;
        margin-left: -48px;
    }

    .document-constructor__form-search.form-search.clerable .form-search__input {
        margin-left: -16px;
    }

    .document-constructor__form-search.form-search .form-search__btn {
        padding: 12px;
    }
}

@media screen and (max-width: 540px) {
    .form-search__wrapper {
        flex-direction: column;
    }

    .document-constructor__form-search.form-search .form-search__input {
        padding: 4px 16px;
        margin-left: -48px;
    }

    .document-constructor__form-search.form-search.clerable .form-search__input {
        margin-left: -16px;
    }

    .document-constructor__form-search.form-search .form-search__btn {
        padding: 9px 15px;
    }
}
/* end style form search  */
/* start style filter button */
.document-templates__filters .filters-button {
    display: none;
    align-items: center;
    justify-content: center;
    color: #9D87F1;
    border-radius: 8px;
    border: 1px solid #9D87F1;
    height: 56px;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.document-templates__filters .filters-button__icon {
    margin-right: 10px;
}

.document-templates__filters .filters-button__count {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #9D87F1;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 830px) {
    .document-templates__filters .document-constructor__form-search.form-search {
        height: 36px;
    }
    .document-templates__filters .filters-button {
        display: flex;
        width: 163px;
        padding-left: 22px;
        padding-right: 22px;
        height: 36px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-left: 12px;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }
    .document-templates__filters .filters-button__icon {
        margin-right: 0;
    }
    .document-templates__filters .filters-button__count {
        margin-left: 0;
    }
}

@media screen and (max-width: 540px) {
    .document-templates__filters .filters-button {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .my-documents-page.maxapp-my-documents-page .document-templates__filters .filters-button  {
        margin-top: 16px;
    }

    .my-documents-page.maxapp-my-documents-page .my-documents__list {
        margin-top: 8px;
    }

    .my-documents-page.maxapp-my-documents-page .my-documents__item:first-of-type {
        border-top: none;
    }

    .my-documents-page.maxapp-my-documents-page .my-documents__item {
        font-size: 14px;
        line-height: 1.5;
        padding: 16px 0 12px;
    }

    .my-documents-page.maxapp-my-documents-page .my-documents__data  {
        margin-top: 8px;
    }
}
/* end style filter button */
/* start style filters side  */
.filters-side {
    margin-top: 16px;
}

.filters-side.active {
    transform: translateX(0);
}

.filters-side__header {
    display: none;
    align-items: center;
    margin-bottom: 16px;
}

.filters-side__back {
    margin-right: 16px;
}

.filters-side__name {
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
}

.filters-side__clear {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #9D87F1;
}

.filters-side__clear svg {
    margin-right: 5px;
}

.filters-side__footer {
    display: none;
    width: 100%;
    align-items: center;
    margin-top: auto;
}

.filters-side__footer .button_close {
    margin-right: 2%;
}

.filters-side__footer button {
    flex: 1 0 49%;
}

@media screen and (max-width: 830px) {
    .filters-side {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        height: calc(100vh - var(--header-height));
        padding: 20px;
        width: 360px;
        left: 0;
        top: 0;
        transform: translateX(-600px);
        transition: transform .3s ease-in;
        z-index: 10;
        margin-top: 0;
    }

    .filters-side__header {
        display: flex;
    }

    .filters-side__footer {
        display: flex;
        margin-top: 16px;
    }

    .maxapp-filters-side .filters-side__footer {
        margin-top: auto;
    }

    .custom-select:hover .custom-select__header {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
}

@media screen and (max-width: 540px) {
    .filters-side {
        width: 100%;
    }
}
/* end style filters side */
/* start style filters  */
.filters-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filters-group__item:last-of-type {
    margin-right: auto;
}

.filter-group__select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 16px;
}

.filter-group__right {
    display: flex;
    flex-wrap: wrap;
}

.filter-group__right > * {
    margin-right: 32px;
    margin-bottom: 10px;
}

.filter-group__right > *:last-child {
    margin-right: 0;
}

.filters-group__clear.custom-select__header-icon {
    display: none;
}

.filters-group__clear {
    border-left: 1px solid #E3E3E3;
    bottom: 0;
    margin-left: 12px;
    right: 0;
    top: 0;
    position: absolute;
    width: 35px;
}

.filters-group__clear .icon {
    color: #7E6CC1;
}

.filters-group .custom-select__header-selected {
    display: block;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%!important;
}

.filters-group .custom-select__body {
    width: 320px;
}
.filters-group .custom-select__body.right_oriented{
    left: unset;
}
.filters-group .custom-select.select-active .filters-group__open {
    display: none;
}

.filters-group .custom-select.select-active .filters-group__clear {
    display: flex;
}

.filters-group .custom-select__header {
    padding: 9px 12px;
    font-size: 16px;
    line-height: 24px;
    min-height: 40px;
}

.filters-group .custom-select__header-icon.filters-group__clear {
    display: none;
}

.filters-group .custom-select .custom-select__header:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.filters-group .custom-select .custom-select__scroll {
    max-height: 284px;
    padding-right: 20px;
}

.filters-group .select-item__not-result {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    width: 100%;
    padding: 8px 16px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    user-select: none;
}

@media screen and (max-width: 830px) {
    .filters-group .filter-group__select {
        flex-direction: column;
        margin-right: 0;
        width: 100%;
    }

    .filters-group .filter-group__select .filters-group__item {
        max-width: 100%;
        width: 100%;
    }

    .filters-group .filter-group__right {
        flex-direction: column;
    }
}

.filter-additional__view {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}

.filter-additional__view .additional-view {
    background: #9D87F1;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    border-radius: 4px;
    margin-top: 10px;
    max-width: 100%;
}

.filter-additional__view .additional-view__name {
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.filter-additional__view .additional-view__clear {
    display: flex;
    font-size: 12px;
    cursor: pointer;
}

.filter-group__select .filter-additional__view {
    display: none;
}

.document-templates__filters .btn_size_medium {
    padding: 6px 28px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.template-filter .template-filter__header,
.template-filter .template-filter__footer {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.template-filter .template-filter__header {
    height: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.template-filter .template-filter__footer .js-filters-apply,
.template-filter .template-filter__footer .js-filters-apply {
    display: none;
}

.filters-side__back {
    cursor: pointer;
}

.custom-select__label {
    align-items: center !important;
}

@media screen and (max-width: 830px) {
    .document-templates .filters-side.header_out, .my-documents .filters-side.header_out {
        --header-height: 0px !important;
    }
    .filters-group .custom-select__body {
        width: auto;
    }

    .filter-additional__view {
        display: none;
    }

    .filter-group__select .filter-additional__view {
        display: flex;
    }

    .filter-additional__view .additional-view {
        margin-top: 8px;
    }

    .filters-side__body {
        overflow-y: auto;
        margin: 0 -10px;
        padding: 0 10px;
    }

    .filters-side__body .filters-group {
        max-width: 100%;
        max-height: 100%;
    }

    .template-filter {
        height: 0;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .active .template-filter {
        position: fixed;
        top: -8px;
        z-index: 502;
        height: calc(100vh - var(--header-height));
        padding: 20px 0;
        border-radius: 0;
        border: none;
    }

    .template-filter .template-filter__footer {
        align-items: center;
        margin-top: 20px;
        padding: 0 20px;
        bottom: 0;
        border: none;
    }

    .template-filter .template-filter__header,
    .template-filter .template-filter__footer {
        display: flex;
    }

    .template-filter .template-filter__footer .js-filters-apply,
    .template-filter .template-filter__footer .js-filters-apply {
        display: block;
        width: 100%;
    }

    .template-filter .template-filter__footer .js-filter-apply-all,
    .template-filter .template-filter__footer .filters-side__clear {
        display: none;
    }

    .template-filter .js-scrollbar {
        /*height: calc(100vh - var(--header-height) - 140px) !important;*/
        /*max-height: calc(100vh - var(--header-height) - 140px) !important;*/
    }
}

/* end style filters  */
/* start style additional filters  */
.custom-select__footer {
    display: flex;
    padding: 8px 16px;
    border-top: 1px solid #E3E3E3;
}

.custom-select__footer .js-addition-apply {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 22px;
}


@media screen and (max-width: 830px) {
    .filter-additional__view {
        display: none;
    }

    .filter-group__select .filter-additional__view {
        display: flex;
    }
}
/* end style filters  */
/* start style additional filters  */
.custom-select__footer {
    display: flex;
    padding: 8px 16px;
    border-top: 1px solid #E3E3E3;
}
.template-filter .custom-select__footer {
    display: flex;
}
.custom-select__footer .js-addition-apply {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 22px;
}
/* end style additional filters  */
/* start style card promo  */
.card-promo {
    display: flex;
    border-radius: 5px;
}

.card-promo_color_purple {
    background-color: #EBE7FC;
}

.card-promo_color_purple-gradient {
    background: linear-gradient(90deg, #474B95 0%, #7552AE 100%);
}

.card-promo_color_purple-gradient .card-promo__title {
    color: #fff;
}

.card-promo_color_purple-gradient .card-promo__body {
    color: #fff;
}

.card-promo__info {
    max-width: 470px;
    padding: 45px;
}

.card-promo__title {
    font-family: 'Golos Text';
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.card-promo__body {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.6);
}

.card-promo__footer .btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.card-promo__image {
    margin-left: auto;
    margin-right: 90px;
    width: 390px;
}
.card-promo__image img {
    width: 100%;
}
/* start style card promo  */
/* start style rubrics  */
.rubrics {
    columns: 2;
    column-gap: 140px;
}

.rubrics__block {
    display: inline-block;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 36px;
    margin-bottom: 32px;
    min-width: 540px;
}

.rubrics__block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rubrics__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 12px;
}

.rubrics__header a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.rubrics__nowrap {
    white-space: nowrap;
}

.rubrics__counter {
    color: #7E6CC1;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 8px;
}

@media screen and (max-width: 540px) {
    .rubrics__block {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .rubrics__header {
        font-size: 18px;
        line-height: 23px;
    }
}

.rubrics__item {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
}

.rubrics__item:last-child {
    margin-bottom: 0;
}

.rubrics__link {
    color: #7E6CC1;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}

.rubrics__link::before {
    content: '';
    display: block;
    background-color: #9D87F1;
    height: 4px;
    width: 4px;
    margin-right: 16px;
}

.rubrics__link_disabled {
    color: #9F9F9F;
    pointer-events: none;
}

.rubrics__link_disabled::before {
    background-color: #9F9F9F;
}

@media screen and (max-width: 768px) {
    .rubrics__item {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 540px) {
    .rubrics__item {
        font-size: 12px;
        line-height: 20px;
    }
}
/* end style rubrics */
.simplebar-vertical {
    width: 6px !important;
    right: 8px !important;
    background: #F3F3F3 !important;
    border-radius: 12px !important;
}
.simplebar-scrollbar:before {
    left: 0 !important;
    right: 0 !important;
    background: #9D87F1 !important;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
}
/* start style modal */
.modalConstructor.modal {
    position: fixed;
    background-color: transparent;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 500;
    visibility: hidden;
}

.modalConstructor.modal.transparent_overlay {
    background-color: transparent;
}

.modalConstructor .modal__overlay {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    right: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s ease-out;
    visibility: hidden;
}

.modalConstructor .modal__dialog {
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
    left: 50%;
    position: absolute;
    top: 50%;
    padding: 24px 36px 24px 32px;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease-out;
}

.my-documents-page.maxapp-my-documents-page .modalConstructor .modal__dialog {
    padding: 16px;
    max-width: 580px;
    width: calc(100vw - 32px);
}

.my-documents-page.maxapp-my-documents-page .modalConstructor .modal__dialog .modal__header {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
}

.my-documents-page.maxapp-my-documents-page .modalConstructor .modal__dialog .modal__body {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}

.my-documents-page.maxapp-my-documents-page .modalConstructor .modal__footer .btn {
    padding: 9px 23px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.my-documents-page.maxapp-my-documents-page .document-templates__filters .btn_size_medium {
    text-decoration: none;
    text-transform: none;
    padding: 9px 23px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.my-documents-page.maxapp-my-documents-page .checkbox__text {
    font-size: 14px;
    line-height: 1.3;
}

.my-documents-page.maxapp-my-documents-page .checkbox__view {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
}

.my-documents-page.maxapp-my-documents-page .filters-group .custom-select__header-selected {
    font-size: 14px;
    line-height: 1.5;
    opacity: 1;
}

.my-documents-page.maxapp-my-documents-page .custom-select__header-icon .icon {
    transform: rotate(-90deg);
    font-size: 14px;
}

.modalConstructor.modal_show.modal {
    visibility: visible;
}

.modalConstructor.modal_show .modal__overlay {
    opacity: 1;
    visibility: visible;
}

.modalConstructor.modal_hide .modal__overlay {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.modalConstructor .modal__header {
    color: #101117;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
}

.modalConstructor .modal__body {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.modalConstructor .modal__footer {
    display: flex;
}

.modalConstructor .modal__footer .btn {
    width: 100%;
}

.modalConstructor .modal__footer .btn:not(:last-child) {
    margin-right: 10px;
}

.modalConstructor.modal .modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000;
    line-height: 10px;
    cursor: pointer;
}

.modalConstructor.modal_size_small .modal__dialog {
    max-width: 420px;
}

.modalConstructor.modal_size_small .modal__dialog .modal__header {
    margin-bottom: 8px;
}

.modalConstructor.modal_size_medium .modal__dialog {
    max-width: 460px;
}

.modalConstructor.modal_size_medium .modal__dialog .modal__header {
    margin-bottom: 24px;
}

.modalConstructor.modal_size_large .modal__dialog {
    padding: 35px;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 980px;
    max-height: 98%;
}

.modalConstructor.modal_size_large .modal__dialog .modal__header {
    margin-bottom: 32px;
}

.modalConstructor.modal_size_large .modal__dialog .modal__body[data-simplebar] {
    max-height: calc(98vh - 150px);
}

.modalConstructor.modal_size_large .modal__dialog .modal__body .simplebar-content {
    padding-right: 15px !important;
}

@media screen and (max-width: 768px) {
    .modalConstructor.modal .modal__close .icon {
        width: 0.8em;
        height: 0.8em;
    }

    .modalConstructor.modal_size_medium .modal__dialog {
        padding: 18px 32px 18px 28px;
    }

    .modalConstructor.modal_size_medium .modal__dialog .modal__header {
        margin-bottom: 14px;
    }

    .modalConstructor.modal_size_large .modal__dialog {
        padding: 30px;
        max-width: 98%;
        width: 98%;
    }

    .modalConstructor.modal_size_large .modal__dialog .modal__header {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 540px) {
    .modalConstructor.modal .modal__close .icon {
        width: 0.6em;
        height: 0.6em;
    }


    .modalConstructor.modal_size_large .modal__dialog {
        padding: 14px 14px 14px 22px;
    }

    .modalConstructor.modal_size_medium .modal__dialog {
        width: 95%;
        padding: 14px 26px 14px 22px;
    }

    .modalConstructor.modal_size_medium .modal__dialog .modal__header {
        margin-bottom: 8px;
    }

    .modalConstructor.modal_size_large .modal__dialog .modal__header {
        margin-bottom: 16px;
    }
}
/* end style modal */

.link-to-more {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #9D87F1;
    text-decoration: none;
}
/* start style notificator */
.document-notificator {
    background: #fff;
    box-shadow: 0px 4px 28px rgba(63, 67, 106, 0.16);
    padding: 16px 24px;
    color: #000000;
    border-radius: 8px;
    width: 370px;
    position: fixed;
    right: 40px;
    transform: translateX(300px);
    transition: opacity 0.3s, transform 0.3s, top 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 110;
}

.document-notificator.show {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}

.document-notificator__close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.document-notificator__content {
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    max-width: calc(100% - 20px);
}

@media screen and (max-width: 768px) {
    .document-notificator {
        padding: 12px 20px;
        border-radius: 8px;
        right: 30px;
    }

    .document-notificator__close {
        right: 10px;
        top: 10px;
    }

    .document-notificator__close .icon {
        width: 0.8em;
        height: 0.8em;
    }

    .document-notificator__content {
        font-size: 13px;
        line-height: 15px;
    }
}

@media screen and (max-width: 540px) {
    .document-notificator {
        padding: 10px 16px;
        border-radius: 8px;
        right: 10px;
        width: 270px;
    }

    .document-notificator__close {
        top: 5px;
    }

    .document-notificator__close .icon {
        width: 0.8em;
        height: 0.8em;
    }

    .document-notificator__content {
        font-size: 12px;
        line-height: 13px;
    }
}
/* end style notificator */
.not-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

.not-mobile__message {
    margin-top: 30px;
    max-width: 340px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

.empty-search {
    border: 1px solid #F3F3F3;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    padding: 75px 0;
    text-align: center;
}

.empty-search__title {
    font-weight: 800;
}

.document-templates__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    padding: 9px 21px;
    margin-left: 410px;
}

/* end components styles */
/* start pages constructor styles */
.page_constructor .bx-breadcrumb {
    margin: 0;
}

.page_constructor_meta .bx-breadcrumb .breadcrumb__link,
.page_constructor_main .bx-breadcrumb .breadcrumb__link {
    color: #EBE7FC
}
/* end pages constructor styles */
/* start page meta styles */
/* start page meta intro styles */
.page_constructor_meta .bx-breadcrumb {
    margin-top: 32px;
}

.document-constructor__meta.page-intro {
    padding-top: calc(var(--header-height) - var(--breadcrumbHeight))
}

.document-constructor__meta .page-intro__wrapper {
    flex-direction: column;
    margin-bottom: 84px;
}

.document-constructor__meta .page-intro__title {
    margin-bottom: 24px;
    font-size: 64px;
    line-height: 72px;
}

.document-constructor__meta .page-intro__description {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    max-width: 960px;
}

@media screen and (max-width: 768px) {
    .document-constructor__meta .page-intro__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .document-constructor__meta .page-intro__description {
        max-width: 680px;
    }

    .document-constructor__meta .page-intro__wrapper {
        margin-bottom: 62px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__meta .page-intro__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .document-constructor__meta .page-intro__description {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .document-constructor__meta .page-intro__wrapper {
        margin-bottom: 24px;
    }
}

.document-constructor__meta .get-service {
    align-items: center;
}

@media screen and (max-width: 768px) {
    .document-constructor__meta .page-intro__container {
        padding-bottom: 42px;
    }

    .document-constructor__meta .get-service .get-service__item:last-child {
        margin-right: 40px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 540px) and (max-width: 768px) {
    .document-constructor__meta .get-service .get-service__item:last-child {
        margin-right: 40px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__meta .page-intro__container {
        padding-bottom: 30px;
    }

    .document-constructor__meta .get-service {
        flex-direction: column;
        align-items: flex-start;
    }

    .document-constructor__meta .get-service  .get-service__items {
        width: 100%;
        margin-bottom: 24px;
    }

    .document-constructor__meta .get-service .get-service__btn {
        width: 100%;
    }
}
/* end page meta intro styles */
/* start page meta scroll styles */
.page.page_constructor_meta {
    padding-bottom: 84px;
}

.document-constructor__meta-content .section-scroll {
    position: relative;
}

.document-constructor__meta-content .section-scroll__service-wrapper {
    position: absolute;
    top: 250px;
    bottom: 0;
    right: 0;
    max-width: 355px;
    width: 100%;
}

.document-constructor__meta-content .section-scroll__service {
    position: inherit;
    top: 0;
    max-width: 355px;
    transition: top 0.3s ease;
}

.document-constructor__meta-content .section-scroll__service_state_fixed {
    position: fixed;
    top: 25px;
}

.page_constructor_meta .section-scroll__service-mobile-wrapper {
    display: none;
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page_constructor_meta .section-scroll__service-mobile {
    background: #FFFFFF;
    box-shadow: 0px -4px 34px rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 16px;
    border-radius: 0;
}

.page_constructor_meta .section-scroll__service-mobile_state_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.page_constructor_meta .section-scroll__service-mobile {
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1360px) {
    .page_constructor_meta .section-scroll__service-wrapper {
        display: none;
    }

    .page_constructor_meta .section-scroll__service-mobile-wrapper {
        display: flex;
    }
}

.page_constructor_meta .section-scroll__service-mobile.get-service_type_row .get-service__item {
    margin-bottom: 0;
}

.page_constructor_meta .section-scroll__service-mobile.get-service_type_row .get-service__item-text {
    color: #000;
}

.page_constructor_meta .section-scroll__service-mobile .get-service__btn {
    font-size: 14px;
    line-height: 22px;
}

.document-constructor__meta-content {
    position: relative;
    margin-top: 84px;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .document-constructor__meta-content {
        position: relative;
        margin-top: 40px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__meta-content {
        position: relative;
        margin-top: 20px;
        margin-bottom: 16px;
    }
}
/* end page meta scroll styles */
/* start page meta sections styles */
.document-constructor__meta-content .section-need {
    max-width: 810px;
    margin-bottom: 60px;
}

.document-constructor__meta-content .section-need__title {
    margin-bottom: 32px;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
}

.document-constructor__meta-content .section-need__list-step {
    margin-bottom: 40px;
}

.document-constructor__meta-content .section-need__list-step .list-step__item:not(:last-child) {
    padding-bottom: 64px;
}

.document-constructor__meta-content .section-need__list-step .list-step__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
}

.document-constructor__meta-content .section-faq {
    max-width: 810px;
}

.document-constructor__meta-content .section-faq__title {
    margin-bottom: 32px;
}

.document-constructor__meta-content .tabs__button-title {
    color: #9d87f1;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    .document-constructor__meta-content .section-need {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .document-constructor__meta-content .section-need__title {
        margin-bottom: 28px;
        font-size: 36px;
        line-height: 48px;
    }

    .document-constructor__meta-content .section-need__list-step .list-step__item:not(:last-child) {
        padding-bottom: 32px;
    }

    .document-constructor__meta-content .section-need__list-step .list-step__title {
        font-size: 24px;
        line-height: 32px;
    }

    .document-constructor__meta-content .section-faq {
        max-width: 100%;
    }

    .document-constructor__meta-content .section-faq__title {
        margin-bottom: 28px;
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__meta-content .section-need {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .document-constructor__meta-content .section-need__title {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 26px;
    }

    .document-constructor__meta-content .section-need__list-step {
        margin-bottom: 24px;
    }

    .document-constructor__meta-content .section-need__list-step .list-step__item:not(:last-child) {
        padding-bottom: 26px;
    }

    .document-constructor__meta-content .section-need__list-step .list-step__title {
        font-size: 14px;
        line-height: 22px;
    }

    .document-constructor__meta-content .section-need__btn {
        width: 100%;
    }

    .document-constructor__meta-content .section-faq {
        max-width: 100%;
    }

    .document-constructor__meta-content .section-faq__title {
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 26px;
    }

    .document-constructor__meta-content .tabs__button-title {
        font-size: 16px;
        line-height: 24px;
    }
}
/* end page meta sections styles */
/* end page meta styles */
/* start page main styles */
.page_constructor_main .bx-breadcrumb {
    margin-top: 32px;
}

.page_constructor_main .title {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    line-height: 39px;
}

@media screen and (max-width: 768px) {
    .page_constructor_main .title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 540px) {
    .page_constructor_main .title {
        font-size: 22px;
        line-height: 26px;
    }

    .page_constructor_main .title .link-to-more {
        margin-top: 8px;
    }
}

/* start page main intro styles */
.document-constructor__main.page-intro {
    padding-top: calc(var(--header-height) - var(--breadcrumbHeight))
}

.document-constructor__main.page-intro {
    background-color: #554592;
    background-image:
        url('/local/images/konstruktor_dokumentov_cuted.png'),
        linear-gradient(45deg, rgba(99,71,164,1) 0%, rgba(65,64,140,1) 50%, rgba(37,31,84,1) 100%);
    background-size: auto, cover;
    background-position: top calc(var(--header-height)) right, center;
}

.document-constructor__main .document-constructor__header {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
}

.document-constructor__main .document-constructor__header-title.title {
    font-weight: 800;
    font-size: 64px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.document-constructor__main .document-constructor__header-main {
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 32px;
    max-width: 360px;
    margin-right: 60px;
    margin-bottom: 8px;
}

.document-constructor__main .document-constructor__header-list {
    max-width: 330px;
    margin-left: 16px;
}

.document-constructor__main .document-constructor__header-item {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
}

.document-constructor__main .document-constructor__header-item::before {
    content: '';
    display: block;
    background-color: #9D87F1;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 8px;
    left: -16px;
}

.document-constructor__main .document-constructor__header-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .document-constructor__main .document-constructor__header {
        max-width: 445px;
    }
}

@media screen and (max-width: 768px) {
    .document-constructor__main.page-intro {
        background-size: 70%, cover;
        background-position: top 30% right, center;
    }

    .document-constructor__main .page-intro__container {
        padding-bottom: 42px;
    }

    .document-constructor__main .document-constructor__header {
        max-width: 365px;
    }

    .document-constructor__main .document-constructor__header-title.title {
        font-size: 48px;
        line-height: 56px;
        max-width: 100%;
    }

    .document-constructor__main .document-constructor__header-main {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
    }

    .document-constructor__main .document-constructor__header-list {
        max-width: 100%;
    }

    .document-constructor__main .document-constructor__header-item {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__main.page-intro {
        background-size: 90%, cover;
        background-position: top 160px right -100px, center;
    }

    .document-constructor__main .page-intro__container {
        padding-bottom: 30px;
    }

    .document-constructor__main .document-constructor__header-title.title {
        margin-bottom: 16px;
    }

    .document-constructor__main .document-constructor__header {
        max-width: 255px;
    }

    .document-constructor__main .document-constructor__header-title.title {
        font-size: 32px;
        line-height: 38px;
        max-width: 100%;
    }

    .document-constructor__main .document-constructor__header-main {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }

    .document-constructor__main .document-constructor__header-list {
        max-width: 100%;
    }

    .document-constructor__main .document-constructor__header-item {
        font-size: 12px;
        line-height: 20px;
    }
}
/* end page main intro styles */
/* start page main intro document list styles */
.document-constructor__main .document-items {
    margin-top: 64px;
}

.document-constructor__main .document-items__header {
    display: flex;
    color: #fff;
    margin-bottom: 32px;
    align-items: baseline;
}

.document-constructor__main .document-items__header .link-to-more {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .document-constructor__main .document-items {
        margin-top: 54px;
    }

    .document-constructor__main .document-items__header {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__main .document-items {
        margin-top: 34px;
    }

    .document-constructor__main .document-items__header {
        flex-direction: column;
        margin-bottom: 24px;
        width: 288px;
    }

    .document-constructor__main .document-items__header .link-to-more {
        margin-left: 0;
    }
}

.document-constructor__main .document-items__list {
    display: flex;
    flex-flow: row wrap;
}

.document-constructor__main .document-items__list .document-item {
    margin-bottom: 20px;
}

.document-constructor__main .document-items__list .document-item {
    margin-right: 20px;
}

.document-constructor__main .document-items__list .document-item:last-child {
    margin-right: 0;
}

.document-constructor__main .document-item {
    flex: 1 0 calc(25% - 20px);
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    min-width: 290px;
    max-width: calc(25% - 20px);
    height: 210px;
}

.document-constructor__main .document-item__company {
    color: #9D87F1;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.document-constructor__documents .document-item__title {
    color: #000;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.document-constructor__main .my-documents__draft {
    color: #000;
    align-self: start;
    margin-left: 0
}

.document-constructor__main .document-item__type {
    color: #BDBDBD;
    margin-top: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 1010px) {
    .document-constructor__main .document-items__list .document-item {
        margin-bottom: 20px;
    }

    .document-constructor__main .document-items__list .document-item {
        margin-right: 20px;
    }

    .document-constructor__main .document-item {
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media screen and (max-width: 900px) {
    .document-constructor__main .document-items__list .document-item {
        margin-bottom: 12px;
        margin-right: 12px;
    }

    .document-constructor__main .document-items__list .document-item:nth-child(even) {
        margin-right: 0;
    }

    .document-constructor__main .document-item {
        flex: 1 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        height: 190px;
    }
}

@media screen and (max-width: 768px) {
    .document-constructor__main .document-items__list .document-item {
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .document-constructor__main .document-items__list .document-item:nth-child(even) {
        margin-right: 0;
    }

    .document-constructor__main .document-item {
        flex: 1 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        height: 170px;
    }

    .document-constructor__main .document-item__company {
        font-size: 14px;
        line-height: 18px;
    }

    .document-constructor__documents .document-item__title {
        font-size: 14px;
        line-height: 18px;
    }

    .document-constructor__main .document-item__type {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 640px) {
    .document-constructor__main .document-items__list .document-item {
        margin-bottom: 20px;
    }

    .document-constructor__main .document-items__list .document-item {
        margin-right: 0px;
    }

    .document-constructor__main .document-item {
        flex: 1 0 100%;
        max-width: 100%;
        height: 170px;
    }
}

.document-constructor__main .documents {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
    margin-bottom: 53px;
}

.document-constructor__main .documents__item {
    padding: 7px;
    flex: 0 1 25%;
}

.document-constructor__main .documents__item-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.document-constructor__main .documents__top {
    display: flex;
    padding: 14px 14px 0;
    background: #F9F9F9;
    overflow: hidden;
}

.document-constructor__main .documents__top img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.document-constructor__main .documents__body {
    padding: 20px 15px 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 130%;
}

.document-constructor__main .documents__category {
    color: #9D87F1;
    margin-bottom: 8px;
}

.document-constructor__main .documents__title {
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.document-constructor__main .documents__date {
    color: #666666;
}
/* end page main intro document list styles */
/* start page main content styles */
.document-constructor__main-content {
    margin-top: 60px;
    margin-bottom: calc(var(--page-pb) * -1);
}

.document-constructor__main-content .document-constructor__form-search {
    border: 1px solid #fff
}

.document-constructor__rubric {
    display: flex;
    margin-bottom: 24px;
    align-items: baseline;
}

.document-constructor__rubric .link-to-more {
    margin-left: 20px;
    color: #7E6CC1;
}

@media screen and (max-width: 768px) {
    .document-constructor__main-content {
        margin-top: 40px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__main-content {
        margin-top: 32px;
    }
    .document-constructor__rubric {
        flex-direction: column;
        margin-bottom: 18px;
    }

    .document-constructor__rubric .link-to-more {
        margin-left: 0;
    }
}

.document-constructor__search {
    margin-bottom: 48px;
    background: #474593;
    border-radius: 12px;
    padding: 24px;
}

.document-constructor__search_dashboard {
    position: relative;
}

.document-constructor__search_dashboard .document-constructor__search-error {
    position: absolute;
    top: calc(100% - 4px);
}

@media screen and (max-width: 767px) {
    .document-constructor__search_dashboard .document-constructor__search-error {
        position: relative;
        top: initial;
    }
}


@media screen and (max-width: 540px) {
    .document-constructor__search {
        margin-bottom: 40px;
    }
}

.document-constructor__search-error {
    display: none;
    font-size: 14px;
    color: #F1274C;
    line-height: 22px;
    padding: 4px 12px;
}

.document-constructor__search_error .document-constructor__form-search {
    border: 1px solid #F1274C !important;
}

.document-constructor__search_error .form-search__input {
    color: #F1274C;
}

.document-constructor__search_error .document-constructor__search-error {
    display: block;
}

.document-constructor__search-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.6;
    color: #fff;
    margin-top: 4px;
}

@media screen and (max-width: 540px) {
    .document-constructor__search {
        margin-bottom: 40px;
        padding: 16px;
    }

    .document-constructor__search-text {
        font-size: 12px;
        line-height: 20px;
    }
}

.document-constructor__rubrics {
    margin-bottom: 84px;
}

@media screen and (max-width: 1200px) {
    .document-constructor__rubrics.rubrics {
        column-gap: 80px;
    }
    .document-constructor__rubrics.rubrics .rubrics__block {
        min-width: 440px;
    }
}

@media screen and (max-width: 1010px) {
    .document-constructor__rubrics.rubrics {
        column-gap: 60px;
    }
    .document-constructor__rubrics.rubrics .rubrics__block {
        min-width: 400px;
    }
}

@media screen and (max-width: 910px) {
    .document-constructor__rubrics.rubrics {
        columns: 1;
        margin-bottom: 48px;
    }

    .document-constructor__rubrics.rubrics .rubrics__block {
        min-width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__rubrics {
        margin-bottom: 40px;
    }
}

.document-constructor__not_fl {
    display: flex;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .document-constructor__not_fl {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__not_fl {
        margin-bottom: 32px;
    }
}

.fl-widget {
    flex: 1 0 50%;
    min-height: 276px;
    padding: 28px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.fl-widget:not(:last-child) {
    flex: 1 0 calc(50% - 24px);
    margin-right: 24px;
}

.fl-widget_gray {
    background-color: #F9F9F9;
}

.fl-widget_purple {
    background-color: #7E6CC1;
}

.fl-widget__title {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 16px;
}

.fl-widget__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.fl-widget__footer {
    margin-top: auto;
}

.fl-widget_access-container {
    display: flex;
    align-items: end;
}

.fl-widget_access .fl-widget__content {
    align-self: flex-start;
}

.fl-widget_access .fl-widget__title {
    color: #fff;
    width: 390px;
    margin-bottom: 34px;
}

.fl-widget_access .fl-widget__footer {
    display: flex;
}

.fl-widget_access .fl-widget__buttons {
    display: flex;
    flex-direction: column;
}

.fl-widget_access .fl-widget__buttons > *{
    margin-bottom: 12px;
}
.fl-widget_access .fl-widget__buttons > *:last-child{
    margin-bottom: 0;
}

.fl-widget__img-container {
    margin-left: -82px;
}
.fl-widget__img{
    position:relative;
    top: 5px;
    width: 230px;
}

@media screen and (max-width: 1210px) {
    .document-constructor__not_fl {
        flex-direction: column;
    }

    .fl-widget {
        min-height: 100%;
        padding: 24px;
    }

    .fl-widget:not(:last-child) {
        flex: 1 0 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .fl-widget.fl-widget_access{
        padding-bottom:32px;
    }

    .fl-widget_access-container {
        justify-content: space-between;
    }

    .fl-widget_access .fl-widget__title{
        margin-bottom: 32px;
        width: 360px;
    }
    .fl-widget__title{
        font-size:28px;
        line-height:1.2;
    }
    .fl-widget__img-container {
        margin-left: -115px;
    }

    .fl-widget__img{
        width: 199px;
    }
    .fl-widget_access .fl-widget__buttons {
        width: inherit;
    }

    .fl-widget_access .fl-widget__buttons > *:not(:last-child) {
        margin-right:12px;
    }
    .fl-widget_access .fl-widget__buttons > * {
        margin-bottom:0;
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 24px;
    }
    .fl-widget_access .fl-widget__footer {
        justify-content: space-between;
    }

    .fl-widget_access .fl-widget__buttons {
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .fl-widget_access-container{
        position: relative;
    }

    .fl-widget__content {
        width: 100%;
    }

    .fl-widget__img-container {
        margin-left: 0;
        order: 1;
        position: absolute;
        left: unset;
        top: 1px;
        right: -5px;
    }
    .fl-widget_access .fl-widget__footer {
        width: inherit;
    }
}

@media screen and (max-width: 540px) {
    .fl-widget{
        padding: 16px;
        }
    .fl-widget.fl-widget_access{
        padding-bottom:16px;
    }
    .fl-widget_access .fl-widget__buttons > *:not(:last-child){
        margin-right:0;
        margin-bottom:12px;
    }
    .fl-widget_access .fl-widget__buttons > :last-child{
        margin-bottom: 0;
    }
    .fl-widget_access .fl-widget__title {
        font-size: 22px;
        margin-bottom: 32px;
        width: 100%;
    }
    .fl-widget_access-container{
        flex-wrap: wrap;
    }
    .fl-widget_access .fl-widget__content{
        flex-direction: column;
        display: flex;
    }
    .fl-widget__img-container{
        position: static;
        order: -1;
        width: 100%;
        text-align: center;
        margin: -8px 0 -14px;
    }
    .fl-widget__img{
        width: 175px;
        top:0;
    }
    .fl-widget_access .fl-widget__buttons {
        flex-wrap: wrap;
    }
    .document-constructor__card-promo {
        margin-bottom: 32px;
    }
}

.document-constructor__card-promo {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .document-constructor__card-promo {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__card-promo {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 960px) {
    .document-constructor__card-promo .card-promo__image {
        width: 290px;
        min-width: 290px;
        margin: auto;
    }

    .document-constructor__card-promo .card-promo__title {
        font-size: 28px;
        line-height: 36px;
    }

    .document-constructor__card-promo .card-promo__body {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .document-constructor__card-promo .card-promo__image {
        min-width: 250px;
        width: 250px;
    }

    .document-constructor__card-promo .card-promo__info {
        max-width: 100%;
        margin: auto;
    }

    .document-constructor__card-promo .card-promo__title {
        font-size: 22px;
        line-height: 120%;
    }

    .document-constructor__card-promo .card-promo__body {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__card-promo .card-promo__image {
        display: none;
    }

    .document-constructor__card-promo .card-promo__info {
        max-width: 100%;
        text-align: center;
        margin: auto;
    }

    .document-constructor__card-promo .card-promo__title {
        font-size: 22px;
        line-height: 120%;
    }

    .document-constructor__card-promo .card-promo__body {
        font-size: 14px;
        line-height: 22px;
    }
}

.document-constructor__feedback {
    background: #F9F9F9;
    padding: 60px 0;
    margin-top: 60px;
}

.document-constructor__feedback .feedback__title {
    margin-bottom: 32px;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .document-constructor__feedback {
        padding: 40px 0;
        margin-top: 40px;
    }

    .document-constructor__feedback .feedback__title {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 540px) {
    .document-constructor__feedback {
        padding: 16px 0;
        margin-top: 32px;
    }
}

.document-constructor__feedback .card-layout_microservice {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.document-constructor__feedback .card-layout_microservice .form-feedback {
    max-width: 700px;
    margin-right: 40px;
}

.document-constructor__feedback .card-layout_microservice .input-groups {
    padding: 10px;
}

.document-constructor__feedback .card-layout_microservice .card-layout__feedback-info {
    max-width: 100%;
}

@media screen and (max-width: 1070px) {
    .document-constructor__feedback .card-layout__feedback {
        flex-direction: column-reverse;
    }

    .document-constructor__feedback .card-layout_microservice .form-feedback {
        max-width: 100%;
    }

    .document-constructor__feedback .card-layout_microservice .card-layout__feedback-info {
        max-width: 100%;
        margin-bottom: 24px;
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .document-constructor__feedback .card-layout_microservice {
        margin: 0;
    }
}
/* end page main content styles */
/* end page main styles */
/* start page myDocuments styles */
.my-documents .title {
    margin-top: 24px;
    margin-bottom: 24px;
}

.my-documents.my-documents-page .document-templates__body {
    margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
    .my-documents .title {
        margin-top: 12px;
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 540px) {
    .my-documents .title {
        font-size: 26px;
        line-height: 32px;
    }
}

.my-documents__alert {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    padding: 16px 20px;
}

.my-documents__alert svg {
    fill: #9F9F9F;
    margin-right: 15px;
    min-width: 19px;
}

.my-documents__alert p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.my-documents__alert a {
    font-size: 16px;
    line-height: 24px;
    color: #9D87F1;
    text-decoration: none;
}

.my-documents__alert-info {
    margin-bottom: 44px;
}

@media screen and (max-width: 540px) {
    .my-documents__alert-info {
        margin-bottom: 24px;
    }

    .my-documents__alert p {
        font-size: 14px;
        line-height: 20px;
    }


    .my-documents__alert a {
        font-size: 14px;
        line-height: 20px;
    }
}

.my-documents-page .filters-group__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 270px;
}

.my-documents .form-search {
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .my-documents-page .filters-group {
        flex-direction: column;
    }

    .my-documents-page .filters-group .filter-group__select {
        flex-direction: column;
        width: 100%;
    }

    .my-documents-page .filters-group .filters-group__item {
        margin-bottom: 8px;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .my-documents-page .filter-group__right {
        margin-left: auto;
    }
}

.my-documents__list {
    margin-top: 44px;
    margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
    .my-documents .form-search {
        margin-bottom: 0;
    }

    .my-documents__list {
        margin-top: 24px;
        margin-bottom: 32px;
    }
}

.my-documents__item {
    border-top: 1px solid #F3F3F3;
    width: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
}

@media screen and (max-width: 540px){
    .my-documents__item {
        font-size: 14px;
        line-height: 20px;
    }
}

.my-documents__item:first-child {
    padding-top: 0;
    border: none;
}

.my-documents__title {
    display: flex;
    width: 100%;
}

.my-documents__item .my-documents__document {
    transition: fill 0.3s;
}

.my-documents__item:hover .my-documents__document {
    fill: #9D87F1;
}

.my-documents__item.my-documents__item_disabled .my-documents__name{
    color: #9F9F9F;
    cursor: default;
}

.my-documents__item.my-documents__item_disabled .my-documents__document {
    fill: #9F9F9F;
}

.my-documents__item.my-documents__item_disabled:hover .my-documents__document {
    fill: #9F9F9F;
}

.my-documents__document {
    width: 12px;
    height: 14px;
    min-width: 12px;
    min-height: 14px;
    margin-right: 14px;
    margin-top: 5px;
    fill: #000;
}
@media(max-width: 540px) {
    .my-documents__document {
        margin-top: 2px;
    }
}

.maxapp-my-documents-page .my-documents__document {
    margin-right: 12px;
    min-width: 16px;
}

.my-documents__document {
    min-width: 12px;
    min-height: 14px;
}

.my-documents__element {
    display: inline;
    text-decoration: none;
    width: 100%;
}

.my-documents__name {
    display: inline;
    max-width: 540px;
    color: #000;
    text-decoration: none;
    margin-right: 8px;
    word-break: break-word;
}

.maxapp-my-documents-page .my-documents__name {
    margin-right: 0;
}

.my-documents__element::first-letter {
    text-transform: uppercase;
}

.my-documents__draft-info {
    display: none;
    align-items: center;
    min-width: 225px;
}

.my-documents .title.maxapp-my-documents-title {
    font-weight: 700;
    margin-bottom: 16px;
}

.dashboard-constructor .my-documents__item.my-documents__item_draft .my-documents__draft-info,
.document-item_draft .my-documents__draft-info,
.my-documents__item_draft .my-documents__draft-info {
    display: inline-flex;
}

.my-documents__draft {
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    background: #CEC3F8;
    border-radius: 50px;
    color: #000;
}

.my-documents__expired {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #9F9F9F;
    margin-left: 8px;
}

.my-documents__expired svg {
    margin-right: 5px;
}

.my-documents__new {
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    background: #FFD633;
    color: #000;
    border-radius: 50px;
}

.my-documents__data {
    display: flex;
    width: 100%;
}

.my-documents__info {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.my-documents__business {
    color: #9F9F9F;
    max-width: 180px;
    width: 100%;
    text-align: right;
    margin-right: 80px;
}

.my-documents__date {
    color: #9F9F9F;
    max-width: 150px;
    width: 100%;
}

.my-documents__actions {
    display: flex;
}

.my-documents__actions-button {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    border: none;
    position: relative;
    text-decoration: none;
    color: #000;
}


.my-documents__actions.maxapp-my-documents__actions .my-documents__actions-button {
    height: 36px;
    width: 36px;
    border-radius: 0;
}

.my-documents__actions-button:not(:last-child) {
    margin-right: 5px;
}

.my-documents__actions-button:hover {
    background: #F9F9F9;
}

.my-documents__actions-button:hover .my-documents__tooltip {
    display: flex;
}

@media screen and (max-width: 1150px) {
    .my-documents__item {
        flex-direction: column;
    }

    .my-documents__data {
        margin-top: 14px;
        margin-left: 26px;
        width: calc(100% - 26px);
    }

    .my-documents__business {
        text-align: left;
        width: initial;
        margin-right: 24px;
    }

    .my-documents__actions {
        margin-left: auto;
    }
}

@media screen and (max-width: 610px) {
    .my-documents__data {
        flex-direction: column;
    }

    .my-documents__actions {
        justify-content: space-around;
        margin-top: 20px;
        margin-left: 0;
    }

    .my-documents__actions.maxapp-my-documents__actions {
        justify-content: space-between;
        margin-top: 8px;
        margin-left: 0;
    }
}

.my-documents__tooltip {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    z-index: 5;
    width: auto;
    white-space: nowrap;
    border-radius: 4px;
    top: -130%;
    -webkit-box-shadow: 0px 5px 15px -4px rgb(0 0 0 / 30%);
        box-shadow: 0px 5px 15px -4px rgb(0 0 0 / 30%);
    text-decoration: none;
    color: #000;
}

.my-documents__tooltip-wrapper {
    position: relative;
    padding: 4px 8px 6px;
}

.my-documents__tooltip-wrapper::before {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    bottom: -6px;
    left: calc(50% - 5px);
    background: url('/local/images/document-constructor-tooltip.svg') no-repeat bottom center;
}

.my-documents-page .document-templates__more {
    margin: auto;
}

@media screen and (max-width: 540px) {
    .my-documents-page .document-templates__more {
        width: 100%;
    }
}
/* end page myDocuments styles */
/* start page allDocuments styles */
.document-templates .filters-group__item {
    flex: 1 0 20%;
    max-width: calc((100% - 30px) / 4);
}

.document-templates > .container,
.my-documents-page > .container {
    display: flex;
    flex-direction: column;
}

.document-templates__filtered {
    margin-bottom: 44px;
}

.document-templates__fixed {
    width: 100%;
    left: 0;
    top: 0;
    padding: 16px 0;
    padding-bottom: 84px;
    background-color: #fff;
    transition: top 0.3s ease, padding-bottom 0.3s ease;
}

.document-templates__header {
    display: flex;
    margin-top: 11px;
}

.document-templates__header.document-templates__header-alert {
    margin-top: 44px;
}

.document-templates__header .document-templates__filters {
    width: calc(100% - 398px);
    margin-bottom: 0;
}

.document-templates__category {
    width: 398px;
    min-width: 398px;
}

@media screen and (max-width: 1150px) {
    .document-templates__header {
        flex-direction: column;
    }

    .document-templates__header-alert .document-templates__category {
        margin-bottom: 0;
    }

    .document-templates__category {
        min-width: 100%;
        width: 100%;
        margin-bottom: 24px;
    }

    .document-templates__header .document-templates__filters {
        width: 100%;
        margin-bottom: 0;
    }

    .document-templates__header .document-templates__filters .filters-group .filter-group__right {
        width: inherit;
    }
}

@media screen and (max-width: 768px) {
    .document-templates__header {
        margin-top: 8px;
    }

    .document-templates__category.title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 540px) {
    .document-templates__header {
        margin-top: 12px;
    }

    .document-templates__category.title {
        font-size: 26px;
        line-height: 32px;
    }

    .document-templates__header .document-templates__filters .filters-group {
        flex-wrap: wrap;
    }

    .document-templates__header .document-templates__filters .filters-group .filter-group__right {
        width: 100%;
    }
}

.document-templates__list {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.document-templates__list .spinner {
    position: fixed;
}

.document-templates__item {
    display: flex;
    width: 100%;
    padding-top: 44px;
}

.document-templates__item:not(:first-child) {
    border-top: 1px solid #E3E3E3;
}

.document-templates__item:first-child {
    padding-top: 0;
}

.document-templates__body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.my-documents__name .marker {
    color: #7E6CC1;
    font-weight: 700;
}

.document-templates__body .my-documents__list {
    margin-top: 0;
    margin-bottom: 32px;
}

.document-templates__body .my-documents__list:last-child {
    margin-bottom: 44px;
}

.document-templates__body .my-documents__item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 1150px) {
    .document-templates__body .my-documents__item {
        flex-direction: row;
    }

    .document-templates__list {
        margin-top: 36px;
    }

    .document-templates__item {
        flex-direction: column;
    }

    .document-templates__body .my-documents__list {
        margin-top: 0;
        margin-bottom: 28px;
    }

    .document-templates__body .my-documents__list:last-child {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 540px) {
    .document-templates__list {
        margin-top: 32px;
    }

    .document-templates__item {
        padding-top: 40px;
    }

    .document-templates__body .my-documents__list {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .document-templates__body .my-documents__list:last-child {
        margin-bottom: 24px;
    }
}

.document-templates__body-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
}

.document-templates__body-title a {
    color: #000;
    text-decoration: none;
}

.document-templates__empty {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.document-templates__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.document-templates__title a {
    color: #000;
    text-decoration: none;
}

.document-templates .document-templates__more {
    margin-left: 398px;
    padding: 11px 22px;
    font-size: 12px;
    line-height: 1.5;
    width: 170px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .document-templates__title {
        margin-bottom: 28px;
    }

    .document-templates .document-templates__more {
        margin-left: 0px;
    }
}

@media screen and (max-width: 540px) {
    .document-templates__body-title {
        font-size: 16px;
        line-height: 21px;
    }

    .document-templates__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .document-templates .document-templates__more {
        width: 100%;
    }
}
/* end page allDocuments styles */

.body-overflow {
    overflow: hidden;
}
/* End */


/* Start:/local/components/nota/constructor.main/templates/.default/style.css?174431145619675*/
/**
 * Swiper 7.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 31, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.document-constructor__feedback .input-file{cursor:default}
.page-intro.document-constructor__main {
  background-attachment: unset;
  background-position: top 100px right, center;
}
.page-intro .cards{
  margin: 90px 0 40px 0;
}

.document-constructor__situations {
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    background: #F3F3F3;
    border-radius: 8px;
    gap: 47px;
    margin-bottom: 40px;
}

.document-constructor__situations-image {
    flex: 0 0 126px;
    width: 126px;
    height: 126px;
}

.document-constructor__situations-image img {
    height: 100%;
}

.document-constructor__situations-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 0 0px;
}

.document-constructor__situations-desc__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
}

.document-constructor__situations-desc__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #666666;
}

.document-constructor__situations-buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.document-constructor__situations-buttons__select {
    width: 320px;
    margin-bottom: auto;
}

.document-constructor__situations-buttons__select .custom-select__header-selected {
    color: #9F9F9F;
}

.document-constructor__situations-buttons__select .custom-select__header-selected.active {
    color: #000;
}

.document-constructor__situations-buttons__submit {
    border-radius: 8px;
    cursor: pointer;
}

.onboarding__text ul {
    list-style: disc;
    margin-left: 25px;
}

.onboarding__text li::marker {
    color: black;
}
.all-documents-btn{
    border-radius: 8px;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 32px;
}
.autocomplete-options-wrapper{
    position: absolute;
    top: calc(100% + 8px);
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    z-index: 1;
    transition: opacity .3s;
    overflow: hidden;
    padding: 8px;
}
.autocomplete-options-wrapper.show-options{
    opacity: 1;
    pointer-events: initial;
}
.autocomplete-option{
    cursor: pointer;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 0;
    transition: background-color .3s;
}
.autocomplete-option:hover {
    background-color: #F7F4FF;
}
.main-search-input{
    z-index: 2;
}
.form-search .search-autocomplete{
    position: absolute;
    left: 54px;
    opacity: .4;
    width: calc(100% - 54px);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .document-constructor__situations {
        gap: 24px 32px;
    }
    .document-constructor__form-search.form-search.clerable .form-search__input.search-autocomplete{
        margin-left: -28px;
    }
    .document-constructor__situations-image {
        flex: 0 0 90px;
        width: 90px;
        height: 90px;
    }

    .document-constructor__situations-desc {
        gap: 12px;
    }

    .document-constructor__situations-desc__title {
        font-size: 20px;
    }

    .document-constructor__situations-desc__text {
        font-size: 16px;
    }

    .document-constructor__situations-buttons {
        flex-direction: row;
        flex: 100%;
        width: 100%;
        gap: 16px;
        align-items: center;
        justify-content: space-between;
    }

    .document-constructor__situations-buttons__select {
        width: auto;
        flex: 1 0 0px;
    }
}

@media (max-width: 767px) {
    .document-constructor__situations {
        gap: 12px;
    }

    .document-constructor__situations-image {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }
    .document-constructor__form-search.form-search.clerable .form-search__input.search-autocomplete{
        margin-left: -22px;
        margin-top: 2px;
    }
    .document-constructor__situations-desc {
        width: 100%;
        flex: 100%;
    }

    .document-constructor__situations-desc__title {
        font-size: 18px;
    }

    .document-constructor__situations-desc__text {
        font-size: 14px;
    }

    .document-constructor__situations-buttons {
        gap: 8px;
    }

    .document-constructor__situations-buttons__select,
    .document-constructor__situations-buttons__submit {
        width: 100%;
        flex: 100%;
    }
    .all-documents-btn{
        margin-top: 24px;
    }
}
/* End */


/* Start:/local/templates/extranet/assets/css/service/verification-vk.css?176003547920053*/
.verification-form .page-layout__note-header .icon{color:#9d87f1;height:16px;margin-right:13px;margin-top:4px;min-width:16px;width:16px}.verification-form .page-layout__info{font-size:16px;line-height:150%;margin-bottom:24px;opacity:.6}.verification-form .page-layout__header-text{margin-bottom:24px}.verification-form .page-layout__note-header{margin-top:0}.verification-form .note__main{font-size:16px;line-height:140%}.verification-form .custom-select__header{padding:13px 16px}.verification-form .custom-select__label{font-size:18px;line-height:140%}.verification-form .form{margin-bottom:44px}.verification-form .form:last-child{margin-bottom:0}.verification-form .input-group:not(:last-child){margin-bottom:16px}.verification-form .list-btns_vertical .list-btns__btn{border-radius:12px;padding:23px}.verification-form .list-btns_vertical .list-btns__btn:not(:last-child){margin-bottom:20px}.verification-form .list-btns_margin_top{margin-top:44px}.verification-form .input-groups:not(:last-child){margin-bottom:24px}.verification-form .radiobutton__card{align-items:center;background:#fff;border:1px solid #e3e3e3;border-radius:12px;flex-direction:row;min-height:auto;padding:24px}.verification-form .radiobutton__card-icon{align-self:center;border-radius:170px;height:83px;margin-right:20px;max-width:83px;object-fit:cover;width:100%}.verification-form .radiobutton__card-text{display:flex;flex-direction:column}.verification-form .radiobutton__card-title{font-size:18px;line-height:130%;margin-bottom:8px;padding:0}.verification-form .radiobutton__card-info{color:#666;font-size:16px;line-height:140%}.verification-form .radiobutton__card-info:not(:last-child){margin-bottom:8px}.verification-form .radiobutton:not(disabled):hover .radiobutton__card{background:#fff;border:1px solid #cec3f8;box-shadow:0 4px 40px rgba(0,0,0,.1)}.verification-form .radiobutton input:checked+.radiobutton__card,.verification-form .radiobutton input:checked:hover .radiobutton__card{background:#fff;border:1px solid #9d87f1;box-shadow:0 4px 28px rgba(0,0,0,.1)}.verification-form .note_alert_text .icon{color:#000}.verification-form .note_empty{min-height:154px}.verification-form .note_empty .note__text{color:#9f9f9f;font-size:14px;font-weight:400;line-height:130%}.verification-form .btn_color_blue{background:#07f;border-color:#07f;color:#fff;font-size:17px;font-weight:500;letter-spacing:-.013em;line-height:22px;min-width:335px;position:relative}.verification-form .btn_color_blue img{left:14px;position:absolute;top:50%;transform:translateY(-50%)}.modal_agreements{border-radius:8px;max-width:700px;padding:36px}.modal_agreements a,.modal_agreements button{cursor:pointer}.modal_agreements .mfp-close{cursor:pointer;display:flex;height:27px;padding:5px;position:absolute;right:19px;top:19px;width:27px}.modal_agreements .mfp-close .icon{color:#000;height:17px;width:17px}.modal_agreements .modal__title{color:#101117;font-size:24px;font-weight:700;line-height:130%;margin-bottom:24px}.modal_agreements .modal__subtitle{font-size:18px;font-weight:700;line-height:26px;margin-bottom:16px}.modal_agreements .modal__text{margin-bottom:24px}.modal_agreements .modal__text ul li{font-size:18px;line-height:130%}.modal_agreements .modal__text ul li:not(:last-child){margin-bottom:16px}.modal_agreements .modal__text ul li:before{margin-right:16px}.modal_agreements .list-btns{gap:12px;justify-content:flex-end;margin:0;padding:0}.modal_agreements .list-btns .btn{font-size:12px;font-weight:600;letter-spacing:.04em;line-height:150%;margin:0;padding:10px 21px;text-transform:uppercase}.modal_agreements .list-btns .btn .icon{height:16px;margin-right:8px;width:16px}.modal_agreements .list-btns .btn_color_white-purple{color:#000}.page_personal_agreements .tabs_agreements .text-typography_verification{color:#000;font-size:20px;line-height:140%}.page_personal_agreements .tabs_agreements .text-typography_verification p:not(:last-child),.page_personal_agreements .tabs_agreements .text-typography_verification ul:not(:last-child){margin-bottom:16px}.page_personal_agreements .tabs_agreements .text-typography_verification ul:not(:first-child){margin-top:16px}.page_personal_agreements .tabs_agreements .text-typography_verification ul li:not(:last-child){margin-bottom:16px}@media only screen and (max-width:1279px){.verification-form.page-layout_message .list-btns{width:fit-content}.verification-form.page-layout_message .list-btns__btn{min-width:fit-content;width:fit-content}.verification-form.page-layout_message .page-layout__header .title{font-size:40px}.verification-form.page-layout_message .page-layout__text-header{margin-bottom:20px}.verification-form.page-layout_message .page-layout__text-title{font-size:28px;line-height:120%}.verification-form.page-layout_message .text-typography{font-size:18px;line-height:140%}.verification-form .list-btns_vertical .list-btns__btn:not(:last-child){margin-bottom:0}.verification-form .list-step_sidebar{--circle-size:28px;background:transparent;border-radius:0;display:flex;flex-direction:row;justify-content:flex-start;padding:0}.verification-form .list-step_sidebar::-webkit-scrollbar{height:0}.verification-form .list-step__item{flex:1 1 20%;margin-bottom:0}.verification-form .list-step__item:after{background-color:#e3e3e3;content:"";height:1px;left:0;position:absolute;top:12px;width:100%}.verification-form .list-step__item:first-child:after{left:50%;right:0;width:50%}.verification-form .list-step__item:last-child:after{left:0;width:50%}.verification-form .list-step__item .list-step__circle{background-color:#fff}.verification-form .list-step__item_selected .list-step__circle{background-color:#000}.verification-form .list-step__item_success .list-step__circle{background-color:#9d87f1}.verification-form .list-step__item_alert .list-step__circle{background-color:#ffd633}.verification-form .list-step__circle{align-self:center;margin-bottom:8px;margin-right:0}.verification-form .list-step__header{align-items:center;display:flex;flex-direction:column;text-align:center}.verification-form .list-step__title{font-size:14px;line-height:120%;text-align:center}}@media only screen and (max-width:1024px){.verification-form .page-layout__header .title{font-size:36px;line-height:120%}.verification-form .page-layout__header-text{font-size:18px;line-height:140%;margin-bottom:20px;margin-top:20px}.verification-form .page-layout__note-header{margin-top:0}.verification-form .page-layout__sub-section{margin-bottom:40px}.verification-form .page-layout__info{font-size:14px;margin-bottom:20px}.verification-form .label{font-size:14px;line-height:150%}.verification-form .form{margin-bottom:40px}.verification-form .form__section{margin-bottom:24px}.verification-form .list-btns{gap:16px;margin:0;padding:0}.verification-form .list-btns__btn{margin:0}.verification-form .list-btns_space_small{width:fit-content}.verification-form .list-btns_space_small .btn{padding:9px 27px;width:fit-content}.verification-form .list-btns_vertical .list-btns__btn{font-size:18px;line-height:140%}.verification-form .custom-select__header{font-size:14px;line-height:150%;min-height:auto;padding:11px 12px}.verification-form .custom-select__label{font-size:16px;line-height:150%}.verification-form .list-btns_margin_top{margin-top:40px}.verification-form .radiobutton__card{align-items:flex-start;padding:16px}.verification-form .radiobutton__card-icon{align-self:flex-start;height:64px;max-width:64px}.verification-form .radiobutton__card-title{font-size:16px;line-height:130%}.verification-form .radiobutton__card-info{font-size:14px}.verification-form .input-group:not(:last-child){margin-bottom:12px}.verification-form .input-groups:not(:last-child){margin-bottom:20px}.verification-form .btn_color_blue{font-size:16px;font-weight:500}.modal_agreements{max-width:580px;padding:24px}.modal_agreements .modal__title{margin-bottom:16px}.modal_agreements .modal__subtitle{font-size:16px;line-height:150%;margin-bottom:12px}.modal_agreements .modal__text{margin-bottom:20px}.modal_agreements .modal__text ul li{font-size:16px;line-height:150%}.modal_agreements .modal__text ul li:not(:last-child){margin-bottom:12px}.modal_agreements .list-btns .btn{padding:8px 21px}.modal_authorization-small#modal-success .list-btns .btn_color_purple{width:fit-content}.page_personal_agreements .btn_verification{padding:10px 32px}.page_personal_agreements .tabs_agreements .text-typography_verification{font-size:18px}.page_personal_agreements .tabs_agreements .text-typography_verification p:not(:last-child),.page_personal_agreements .tabs_agreements .text-typography_verification ul:not(:last-child){margin-bottom:12px}.page_personal_agreements .tabs_agreements .text-typography_verification ul:not(:first-child){margin-top:12px}.page_personal_agreements .tabs_agreements .text-typography_verification ul li{font-size:16px;line-height:150%}.page_personal_agreements .tabs_agreements .text-typography_verification ul li:not(:last-child){margin-bottom:12px}}@media only screen and (max-width:767px){.verification-form.page-layout_message .list-btns{width:100%}.verification-form.page-layout_message .list-btns__btn{min-width:100%;width:100%}.verification-form.page-layout_message .page-layout__header .title{font-size:26px}.verification-form.page-layout_message .page-layout__text-header{margin-bottom:16px}.verification-form.page-layout_message .page-layout__text-title{font-size:22px}.verification-form.page-layout_message .text-typography{font-size:16px;line-height:150%}.verification-form.page-layout_message .list-btns .btn{font-size:16px;line-height:140%;order:2;padding:13px 21px}.verification-form.page-layout_message .list-btns .btn_color_purple{order:1}.verification-form.page-layout_message .reg-business__sent_wrapper .list-btns{padding:0}.verification-form.page-layout_message .reg-business__sent_wrapper .list-btns .btn{font-size:14px;line-height:150%;min-height:43px;padding:10px 21px}.verification-form .page-layout__header .title{font-size:26px}.verification-form .page-layout__header-text{font-size:16px;line-height:150%;margin-bottom:16px;margin-top:16px}.verification-form .page-layout__note-header{margin-top:0;padding:12px}.verification-form .page-layout__note-header .icon{height:12px;margin-right:9px;margin-top:2px;min-width:12px;width:12px}.verification-form .page-layout__sub-section{margin-bottom:32px}.verification-form .page-layout__info{font-size:12px;line-height:150%;margin-bottom:16px}.verification-form .label{margin-bottom:4px}.verification-form .form{margin-bottom:32px}.verification-form .form__section{margin-bottom:20px}.verification-form .list-btns_space_small{width:100%}.verification-form .list-btns_space_small .btn{font-size:14px;line-height:150%;order:2;padding:10px 27px;width:100%}.verification-form .list-btns_space_small .btn.btn_color_blue{font-size:16px;font-weight:500;min-width:100%;order:1}.verification-form .list-btns_space_small .btn_color_purple{order:1}.verification-form .list-btns_vertical{gap:12px}.verification-form .list-btns_vertical .list-btns__btn{font-size:16px;line-height:150%}.verification-form .list-step_sidebar{--circle-size:24px}.verification-form .list-step__title{font-size:11px;line-height:120%}.verification-form .list-step__item:first-child{margin-left:-8px;min-width:76px}.verification-form .list-step__item:not(:first-child) .list-step__title{max-width:60px}.verification-form .list-btns_margin_top{margin-top:32px}.verification-form .radiobutton__card-icon{height:52px;margin-right:16px;max-width:52px}.verification-form .radiobutton__card-title{font-size:14px;margin-bottom:4px}.verification-form .radiobutton__card-info{font-size:12px}.verification-form .radiobutton__card-info:not(:last-child){margin-bottom:4px}.verification-form .input-group:not(:last-child){margin-bottom:8px}.verification-form .input-groups:not(:last-child){margin-bottom:16px}.verification-form .note_empty{min-height:164px}.modal_agreements{max-width:288px;padding:16px 24px}.modal_agreements .modal__title{font-size:16px;line-height:140%}.modal_agreements .modal__subtitle{font-size:14px;line-height:150%;margin-bottom:8px}.modal_agreements .modal__text{margin-bottom:24px}.modal_agreements .modal__text ul li{font-size:14px;line-height:150%}.modal_agreements .modal__text ul li:not(:last-child){margin-bottom:8px}.modal_agreements .list-btns .btn{order:2;padding:8px 21px}.modal_agreements .list-btns .btn_color_purple{order:1}.modal_authorization-small#modal-success .list-btns .btn_color_purple{width:100%}.page_personal_agreements .btn_verification{padding:11px 32px;width:100%}.page_personal_agreements .tabs_agreements .btn{font-size:16px;width:100%}.page_personal_agreements .tabs_agreements .text-typography_verification{font-size:16px}.page_personal_agreements .tabs_agreements .text-typography_verification p:not(:last-child),.page_personal_agreements .tabs_agreements .text-typography_verification ul:not(:last-child){margin-bottom:8px}.page_personal_agreements .tabs_agreements .text-typography_verification ul:not(:first-child){margin-top:8px}.page_personal_agreements .tabs_agreements .text-typography_verification ul li{font-size:14px}.page_personal_agreements .tabs_agreements .text-typography_verification ul li:not(:last-child){margin-bottom:8px}}.page.page_constructor.page_constructor_main .bx-breadcrumb{margin-top:0}.page.page_constructor.page_constructor_main .breadcrumb{transform:translateY(32px)}.page.page_constructor.page_constructor_main .page-intro__container{border:none;padding-top:112px}.page.page_constructor.page_constructor_main .reg-business__header{margin-bottom:84px}.page.page_constructor.page_constructor_main .reg-business__header_title{line-height:70px;max-width:999px}.page.page_constructor.page_constructor_main .get-service_type_row .get-service__item-title{color:#cec3f8}.page.page_constructor.page_constructor_main .get-service__item-text,.page.page_constructor.page_constructor_main+.page_service_index .section-content__title,.page.page_constructor.page_constructor_main+.page_service_index .section-faq__header .title,.page.page_constructor.page_constructor_main+.page_service_index .section-need__header .title{font-weight:700}.page.page_constructor.page_constructor_main+.page_service_index .section-scroll__service-wrapper{max-width:329px}.page.page_constructor.page_constructor_main+.page_service_index .section-scroll__get-service{padding:35px}.page.page_constructor.page_constructor_main+.page_service_index .section-scroll__get-service .get-service__item{margin-bottom:24px}@media(max-width:1024px){.page.page_constructor.page_constructor_main .page-intro__container{padding-top:110px}.page.page_constructor.page_constructor_main .reg-business__header_title{line-height:110%;margin-bottom:60px}.page.page_constructor.page_constructor_main .page-intro__wrapper_header{margin-bottom:60px}.page.page_constructor.page_constructor_main+.page_service_index .section-content__text-typography{font-size:18px;line-height:140%}.page.page_constructor.page_constructor_main+.page_service_index .list-step__content{font-size:14px;line-height:150%}}@media(max-width:767px){.page.page_constructor.page_constructor_main .bx-breadcrumb{margin-top:0}.page.page_constructor.page_constructor_main .breadcrumb{transform:translateY(12px)}.page.page_constructor.page_constructor_main .page-intro__container{padding-top:64px}.page.page_constructor.page_constructor_main .page-intro__wrapper_header,.page.page_constructor.page_constructor_main .reg-business__header_title{margin-bottom:24px}.page.page_constructor.page_constructor_main .page-intro__container{--introBreadcrumbTop:12px}.page.page_constructor.page_constructor_main .btn{width:100%}.page.page_constructor.page_constructor_main+.page_service_index .section-content__text-typography{font-size:16px;line-height:150%}.page.page_constructor.page_constructor_main+.page_service_index .section-content__title,.page.page_constructor.page_constructor_main+.page_service_index .section-need__header .title{font-size:26px;line-height:120%}.page.page_constructor.page_constructor_main+.page_service_index .list-step__content{font-size:12px;line-height:150%}.page.page_constructor.page_constructor_main+.page_service_index .list-step__title{font-size:16px;line-height:150%}.page.page_constructor.page_constructor_main+.page_service_index .section-faq .title{font-size:26px;line-height:120%}.page.page_constructor.page_constructor_main+.page_service_index .section-faq .tabs__button-title{font-size:14px;line-height:150%}}@media only screen and (max-width:540px){.document-not-fl .document-not-fl__title.document__title{font-size:26px;line-height:120%;margin-bottom:16px}.document-not-fl .document-not-fl__description{font-size:14px;line-height:160%;margin-bottom:24px}.document-not-fl .document-not-fl__buttons a{font-size:12px;font-weight:600;letter-spacing:.04em;line-height:20px;padding:9px;text-transform:uppercase}.document-not-fl .document-not-fl__buttons a .icon{height:16px;margin-right:8px;width:16px}.document-not-fl .document-not-fl__image img{max-width:100%}}.document-constructor__main.page-intro{background-image:linear-gradient(45deg,#6347a4,#41408c 50%,#251f54);background-position:100% 0,50%}.document-constructor__main.page-intro .document-constructor__header{max-width:100%;position:relative;width:100%}.document-constructor__main.page-intro .document-constructor__header-image{max-width:588px;position:absolute;right:-55px;top:-91px;z-index:-1}.document-constructor__main.page-intro .document-constructor__header-title{max-width:815px}.document-constructor__main.page-intro .cards{margin-top:32px}@media only screen and (max-width:1250px){.document-constructor__main.page-intro .document-constructor__header-image{max-width:382px;right:-32px;top:-29px}}@media only screen and (max-width:1110px){.document-constructor__main.page-intro .document-constructor__header-image{max-width:307px}}@media only screen and (max-width:1024px){.document-constructor__main.page-intro .document-constructor__header{flex-direction:column}.document-constructor__main.page-intro .document-constructor__header-image{top:-9px}.document-constructor__main.page-intro .document-constructor__header-list{max-width:100%;width:100%}.document-constructor__main.page-intro .document-constructor__header-item{font-size:14px;line-height:22px;max-width:408px}.document-constructor__main.page-intro .document-constructor__header-main{font-size:18px;line-height:26px;margin-bottom:8px;max-width:408px}.document-constructor__main.page-intro .document-constructor__header-title{font-size:48px;line-height:110%;max-width:400px}}@media only screen and (max-width:860px){.document-constructor__main.page-intro .document-constructor__header-title{max-width:408px}}@media only screen and (max-width:768px){.document-constructor__main.page-intro{background-size:100%}}@media only screen and (max-width:767px){.document-constructor__main.page-intro .document-constructor__header-image{max-width:316px}}@media only screen and (max-width:640px){.document-constructor__main.page-intro .document-constructor__header-image{bottom:0;left:-14px;margin:0 auto -22px;max-width:316px;order:1;position:relative;right:-15px;top:0}.document-constructor__main.page-intro .document-constructor__header-list{margin-right:0;max-width:100%;order:4;width:100%}.document-constructor__main.page-intro .document-constructor__header-item{font-size:12px;line-height:20px;margin-right:0;max-width:100%}.document-constructor__main.page-intro .document-constructor__header-main{font-size:14px;line-height:22px;margin-bottom:8px;margin-right:0;max-width:100%;order:3}.document-constructor__main.page-intro .document-constructor__header-title{font-size:32px;margin-bottom:16px;margin-right:0;max-width:100%;order:2}.document-constructor__main.page-intro .cards{margin-top:40px}}@media only screen and (max-width:830px){.document-templates .filters-side,.my-documents .filters-side{position:fixed;top:var(--header-height);z-index:501}.document-templates .filters-side.header_out,.my-documents .filters-side.header_out{--header-height:0;height:100vh}}
/* End */


/* Start:/local/components/nota/promo.values.list/templates/.default/style.css?17388650752475*/
.production-service__description-text .w100{
  width: 100%;
}
.production-service__description-text .serv_text_with_card {
  display:flex;
  padding-right: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: self-start;
}
.page_promo .production-promo__services .serv_text_with_card .production-service__text{
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  min-width: 255px;
  max-width: 468px;
}
.production-service__description-text .cards .data-card .data-card-value{
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}
.production-service__description-text .cards .data-card .data-card-value .sub-t{
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.production-service__description-text .serv_text_with_card .cards{
  margin-bottom: 0;
  width: 48%;
  min-width: 248px;
}
.page_promo .production-promo__services .cards .data-card{
  padding: 16px 32px;
  gap: 8px;
  max-width: unset;
}
.page_promo .production-promo__services .cards{
  gap: 12px;
}
.cards.mb0{
  margin-bottom: 0;
}
.cards.mt16{
  margin-top: 16px;
}
@media screen and (max-width: 1150px) {
  .production-service__description-text.w100,
  .production-service__description-text.w100 .serv_text_with_card,
  .production-service__description-text.w100 .serv_text_with_card .production-service__text,
  .production-service__description-text.w100 .serv_text_with_card .cards {
    width: 100%;
    max-width: unset;
  }
  .production-service__description-text.w100 .serv_text_with_card .cards{
    margin-top: 16px;
  }

  .production-service__description-text .serv_text_with_card {
    flex-direction: column;
  }

  .production-service__description-text .serv_text_with_card .cards{
    flex-wrap: wrap;
  }


  .production-promo__services .production-service__description {
    margin-bottom: 24px;
  }

  .page_promo .production-promo__services .cards .data-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .page_promo .production-promo__services .cards .data-card .data-card-value {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
  }
}
@media screen and (max-width: 500px) {
  .production-service__description .production-service__description-text .production-service__title{
    font-size: 18px;
    line-height: 140%;
  }
  .production-service__description .production-service__description-text .serv_text_with_card .production-service__text {
    font-size: 16px;
    line-height: 130%;
  }
}
/* End */


/* Start:/local/templates/extranet/css/services/development-onboarding.css?17388650942010*/
/* ONBOARDING */
.onboarding{
    top:50%;
    left:50%;
    gap:16px;
}
.onboarding.center{
    width: 420px;
}
.onboarding__image{
    background-color: #EBE7FC;
    height: 267px;
    display:flex;
    align-items:center;
    justify-content: center;
    width:100%;
    border-radius: 8px;
}
.onboarding__image img{
    width:auto;
    max-width: 100%;
}
.onboarding__mobile-image{
    display:none;
}
.onboarding.center .onboarding__title {
    font-weight: 700;
    letter-spacing: -1px;
}
.onboarding__text{
    line-height:150%;
    color: black;
}
.onboarding__count{
    color:#666666;
}
.onboarding.center .onboarding__btns{
    padding-top:16px;
}

.onboarding__next.btn,
.onboarding.center .onboarding__btn.btn{
    background-color:#FFD633;
    border-radius:6px!important;
    height:32px;
    color:black!important;
    padding:0 20px!important;
    border:none;
    font-size:14px!important;
    line-height:20px!important;
    display:flex!important;
    align-items:center;
    font-weight:500!important;
    text-transform: none;
}
.onboarding__link{
    color: #7E6CC1;
}
@media(max-width:1279px){
    .onboarding__count {
        font-size: 14px;
    }
}
@media(max-width:767px){
    /*  responsive onboarding */
    .onboarding{
        border-radius:8px;
        gap: 8px;
    }
    .onboarding:not(.center) .onboarding__title{
        margin-bottom: 8px;
        padding-right: 24px;
    }
    .onboarding.center{
        width: 288px;
        gap:8px;
        border-radius: 8px;
    }
    .onboarding__count {
        font-size: 12px;
    }
    .onboarding__image{
        padding: 8px;
        height: unset;
    }
    .onboarding__normal-image.mobile_hidden{
        display:none
    }
    .onboarding__mobile-image{
        display: inline-block;
    }
    .onboarding.center .onboarding__title{
        padding-right:0;
    }
    .onboarding.center .onboarding__btns {
        padding-top: 8px;
    }
    .onboarding__close svg{
        width: 16px;
        height: 16px;
    }
}
/* End */
/* /local/modules/nota.documents/css/style.css?177749109966458 */
/* /local/components/nota/constructor.main/templates/.default/style.css?174431145619675 */
/* /local/templates/extranet/assets/css/service/verification-vk.css?176003547920053 */
/* /local/components/nota/promo.values.list/templates/.default/style.css?17388650752475 */
/* /local/templates/extranet/css/services/development-onboarding.css?17388650942010 */
