.mobile-body {
    position: fixed;
    top: 86px;
    bottom: 72px;
    width: 100%;
    background-color: #f7f7f7;
}

.mobile-header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: 86px;
    border-radius: 0 0 18px 18px;
    background-color: #004c7d;
    color: #ffffff;
}

.mobile-header-left-block {
    margin-left: 20px;
    display: flex;
}

.mobile-header-left-block span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block
}

.mobile-header-left-block span span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.mobile-header-right-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    gap: 8px;
}


.workspace-user-menu-items-mobile {
    top: 12px;
    right: -10px;
}

.workspace-user-menu-items-mobile {
    top: 12px;
    right: -10px;
}

.mobile-footer {
    border-top: 1px solid #d3dae6;
    height: 72px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    overflow: auto;
}

.mobile-footer.hide {
    display: none;
}

.mobile-footer-wrapper {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 0 16px;
}

.mobile-footer span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 6px;
}

.mobile-footer-img {
    display: block;
    margin: 0 auto;
}

.mobile-view-tile-list {
    overflow: auto;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 0px 12px 4px #E9E9E9;
}

.mobile-view-tile-list::-webkit-scrollbar {
    width: 0
}

.mobile-view-tile {
    background-color: #ffffff;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    min-width: 340px;
    box-shadow: 0px 0px 12px 4px #E9E9E9;
}

.mobile-view-tile-main-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.73px;
}

.mobile-view-tile-caption-text {
    font-size: 12px;
    font-weight: 400;
    color: #69707d;
    text-align: left !important;
}

.mobile-view-tile-value-text {
    font-size: 12px;
    font-weight: 400;
    float: right;
    text-align: right;
}

.mobile-view-tile-hr {
    background-color: #D3DAE6;
    height: 1px;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 6px;
}

.mobile-view-tile-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.mobile-view-tile-no-data {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 16px;
    color: #69707D;
}

.mobile-view-tile-pagination {
    display: flex;
    justify-content: center;
    padding: 0 0 16px;
}

.mobile-view-operation-button {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    height: 24px;
}

.context-mobile {
    position: static;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: 16px;
    font-family: Inter;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.single-operation-button-mobile {
    position: fixed;
    bottom: 52px;
    z-index: 1;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}

.single-operation-button-mobile button {
    align-items: center;
}

.some-operation-button-wrapper-mobile {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    animation-duration: 500ms;
    animation-name: opacityBackground;
}

@keyframes opacityBackground {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.some-operation-button-mobile {
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 350px;
}

.some-operation-button-list-wrapper-mobile {
    background-color: white;
    border-radius: 4px;
    width: 100%;
    animation-duration: 300ms;
    animation-name: upModal;
}

.some-operation-button-list-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.some-operation-button-group-mobile {
    position: fixed;
    z-index: 1;
    margin-left: -24px;
    bottom: 60px;
    left: 50%;
}

.some-operation-button-popover-dropdown-arrow {
    transform: rotate(180deg);
    width: 40px;
    margin-bottom: 4px;
}

.some-operation-button-list-label-mobile {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(52, 55, 65, 1);
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    text-align: center;
}

.some-operation-button-list-hr-mobile {
    background-color: #D3DAE6;
    width: 100%;
    height: 1px;
}
.operation-button-text-mobile {
    width: 100%;
    margin-bottom: 10px;
}

.center-form-mobile {
    margin: 10px;
}

.center-form-footer-mobile {
    position: fixed;
    bottom: 0px;
    left: 0;
    height: 52px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dee0ea;
    border-radius: 8px 8px 0px 0px;
}

.center-form-title-mobile {

}

.product-view-tabs-mobile {
    display: flex;
    min-height: 50px;
    margin: 0 10px 0px 0;
    overflow-x: scroll;
    overflow-y: visible;
    gap: 10px;
}

.product-view-mobile-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #1A1C21;
    margin-bottom: 17px;
}

.product-view-tabs-mobile::-webkit-scrollbar {
    width: 0
}
.welcome-page-organization-list-mobile {
    margin-top: 0;
}
.welcome-page-organization-list-mobile::-webkit-scrollbar {
    width: 0;
}

.mobile .workspace-products-menu-item.group,
.main-page-header-text-mobile {
    margin-right: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
}

.main-page-header-text-active-mobile {
    color: #096DD9 !important;
    margin-right: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.main-page-header-text-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--text-secondary);
}
.main-page-header-text-mobile img {
    width: 32px;
    height: 32px;
    opacity: .6;
}
.main-page-header-text-active-mobile img {
    opacity: 1;
}

.mobile-form-footer {
    position: fixed !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    left: calc(50% - 384px / 2);
    bottom: 0px;
    background: #dee0ea;
    border-radius: 8px 8px 0px 0px;
}

.form-control-mobile {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 12px 8px 12px;
    border: 1px solid #D3DAE6;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #343741;
    outline: none;
    height: 32px;
    background: #FFFFFF;
}

.universal-operation-overlay-wrapper-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: #ffffff;
    margin: 0 20px;
}

.universal-operation-overlay-mobile {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.universal-operation-overlay-scroll-mobile {
    overflow: scroll;
}

.universal-operation-overlay-scroll-mobile::-webkit-scrollbar {
    width: 0
}

.universal-operation-overlay-mobile::-webkit-scrollbar {
    width: 0
}

.validation-overlay-mobile {
    background-color: rgba(255, 255, 255, 1);
}

.form-group-mobile {
    margin-bottom: 0px;
}

.button-mobile {
    background-color: #096DD9;
    border-color: #096DD9;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 6px;
    border-radius: 4px;
    line-height: 24px;
    border: 1px solid;
    padding: 8px 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

.stepper-wrapper-mobile {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    background-color: #f7f7f7;
    padding-bottom: 16px;
}

.stepper-mobile {
    display: flex;
    gap: 21px;
    margin-bottom: 12px;

}

.stepper-step-mobile {
    width: 62px;
    height: 8px;
    radius: 16px;
    background-color: #EAE0D3;
    border-radius: 16px;
}

.stepper-step-mobile-active {
    background-color: #096DD9;
}

.stepper-mobile-label {
    font-size: 14px;
    font-weight: 500;
    color: #69707D

}

.universal-operation-back-button-mobile {
    background-color: #f7f7f7;
    padding-bottom: 10px;
}

.universal-operation-back-button-mobile span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.universal-operation-back-button-mobile img {
    vertical-align: sub;
    margin-right: 8px;
}

.universal-operation-overlay-content-mobile {
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.universal-operation-overlay-content-mobile::-webkit-scrollbar {
    width: 0
}

.inline-spinner-mobile {
    background-color: #f7f7f7;
}


.universal-fields-mobile {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.universal-fields-mobile iframe {
    border: none;
}

.universal-fields-label-mobile {
    margin-bottom: 4px;
}

.universal-fields-label-mobile-caption {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}

.universal-fields-label-mobile-required-mark {
    color: #F52249;
    font-size: 14px;
    line-height: 22px;
}

.universal-mobile-form {
    padding: 24px 16px 0;
}

.button-operations-mobile {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}

.button-operations-wrapper-mobile {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
}

.product-info-view-card-mobile-item {
    overflow: scroll;
    display: flex;
    flex-direction: column;
}

.product-info-view-card-mobile-data-blocks {
    overflow: scroll;
}

.product-info-view-card-mobile-data-blocks::-webkit-scrollbar {
    width: 0
}

.universal-operation-overlay-modal-wrapper-mobile {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.universal-operation-overlay-modal-mobile {
    background-color: white;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    animation-duration: 1s;
    animation-name: upModal;
    max-height: 85%;
    overflow: scroll;
}

.universal-operation-overlay-modal-mobile::-webkit-scrollbar {
    width: 0
}

.universal-variant-mobile {
    display: flex;
    justify-content: space-around;
}

.group-operations-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

@keyframes upModal {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0%);
    }
}


@media (max-height: 481px) {
    .mobile-header {
        height: 60px
    }

    .mobile-body {
        top: 60px;
        bottom: 50px;
    }

    .mobile-footer {
        height: 50px;
    }

    .center-form-title-mobile {
        margin-bottom: 40px;
    }

    .stepper-wrapper-mobile {
        padding-top: 0;
    }

    .some-operation-button-group-mobile {
        bottom: 40px;
    }

    .some-operation-button-mobile {
        margin-bottom: 40px;
    }
}

.mobile .product-info-tabs {
    margin-top: 24px;
}

.universal-fields-mobile.ru_dynamika_lk_app_units_pages_operations_request_CreateOrganization:first-child {
    min-height: 50vh;
}

.universal-fields-mobile.ru_dynamika_lk_app_units_pages_operations_request_CreateOrganization iframe {
    width: 93% !important;
    height: 50% !important;
}