@import "css/variables.css";
@import "css/button.css";
@import "css/link.css";
@import "css/input.css";
@import "css/checkbox.css";
@import "css/navigation.css";
@import "css/card.css";
@import "css/info-card.css";
@import "css/tooltip.css";
@import "css/toggle.css";
@import "css/dropdown.css";
@import "css/popup.css";

@import "css/guides.css";
@import "css/history.css";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font: 16px 'Euclid Circular A', Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    color: var(--color-subtitle);
}

main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.navigation__body{
    gap: unset;
}

.long_name{
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table_cl_head th{
    color: #687A7A;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400; !important;
    line-height: 130%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus {
        font-size: 16px;
    }
}

.inactive_dd {
    pointer-events: none !important;
}

.inactive input {
    pointer-events: none !important;
}

.half_divide_layout section {
    /*flex: 1;*/
    min-width: 50%;
    /*min-width: 50dvw;*/
    min-height: 100%;
    display: flex;
    box-sizing: border-box;
}

.half_divide_layout__left_section {
    background-color: #F1F7F6;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    overflow: hidden;
    background-image: url(/local/templates/crmpay/img/background.png)
}

.half_divide_layout__left_section{
    /*position: relative;*/
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
}

.half_divide_layout__left_section img.left_side_image {
    max-height: 79dvh;
    height: auto;
    object-fit: contain;
    /*background: red;*/
}

.half_divide_layout__right_section {
    padding: 3.125rem;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
}

.half_divide_layout__page_header{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.half_divide_layout__page_header__logo{
    padding-top: .2rem;
}

.half_divide_layout__page_caption{
    display: flex;
    flex-flow: row nowrap;
    gap: .4rem;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
}

.half_divide_layout__page_content{
    padding-top: 1rem;
    flex: 1;
}

.half_divide_layout__page_actions{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: stretch;
    padding-top: 1.1rem;
}

.page_form{
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}

.registration_set_password{
    display: flex;
    flex-flow: column nowrap;
    /*gap: 1.5rem;*/
}

.registration_set_password_head{
    padding-top: 1.5rem;
}

.registration_set_password_block{
    padding-top: 1.7rem;
}

.registration_set_password_caption{
    padding-top: .9rem;
    text-align: center;
    font-size: .9375rem;
}

.filling_inn_actions_confirm_text{
    padding-top: .9rem;
    text-align: center;
    font-size: .9375rem;
}

.filling_company_actions_confirm_text{
    padding-top: .9rem;
    text-align: center;
    font-size: .9375rem;
}

.filling_payment_actions_confirm_text{
    padding-top: .9rem;
    text-align: center;
    font-size: .9375rem;
}

.half_divide_layout__page_data{
    display: flex;
    flex-flow: column nowrap;
    gap: .75rem;
    padding-top: .4rem;
}

.hdv__page_data{
    display: flex;
    flex-flow: column nowrap;
}


.hdv__page_content{
    display: flex;
    flex-flow: column nowrap;
    padding-top: 1.4rem;
}

.hdv__page_header{
    display: flex;
    flex-flow: column nowrap;
}

.password_set_success{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 0;
}

h1.hdv__page_head{
    width: 100%;
    font-size: 2.25rem;
    font-weight: 500;
    color: var(--Black);
    text-align: left;
    margin: 0;
}

.hdv__page_caption_text{
    padding-top: .75rem;
    font-size: 1rem;
    color: var(--Subtitle);
    line-height: 140%;
}

.hdv__page_form{
    padding-top: 1.8rem;
    display: flex;
    flex-flow: column nowrap;
}

.hdv__page_additional_actions{
    padding-top: 1rem;
    display: flex;
    flex-flow: column nowrap;
}

.hdv__page_additional_actions_caption{
    padding-top: 1rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    font-size: .85rem;
}

.check_phone_form{
    display: flex;
    flex-flow: column;
}

.check_phone_form__caption{
    padding-top: 1rem;
    font-size: .8rem;
}

.check_phone_form__action{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding-top: 2rem;
}

.check_phone_form__caption_link{
    font-size: .9rem;
}

.registration_page_head{
    padding-top: .8rem;
}

.message_bag{
    display: flex;
    flex-flow: column nowrap;
    gap: .25rem;
    padding-top: 1rem;
}

.message_bag__message{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: .95rem;
    gap: .35rem;
    padding-left: 1rem;
    color: var(--Subtitle);
}

.message_bag__message svg{
    width: 1.375rem !important;
    height: 1.375rem !important;
}

.set_password_fields{
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}

.set_password_form_actions{
    padding-top: 2.5rem;
}

.registration_set_password_block .set_password_form_actions{
    padding-top: 2rem;
}

.hdv__page_data.password_set_success{
    height: 100%;
    justify-content: center;
    align-items: stretch;
}

.hdv__page_data.password_set_success .hdv__page_content,
.hdv__page_data.password_set_success .hdv__page_form{
    padding-top: 0;
}

.password_set_success_items{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.password_set_success_actions{
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    padding-top: 1.5rem;
}

.filling_inn_page{
    display: flex;
    flex-flow: column nowrap;
}

.filling_company_page{
    display: flex;
    flex-flow: column nowrap;
}

.filling_logo_page{
    display: flex;
    flex-flow: column nowrap;
}

.filling_payment_page{
    display: flex;
    flex-flow: column nowrap;
}

.filling_inn_title{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}

.filling_company_title{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}
.filling_logo_title{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}
.filling_payment_title{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}

.filling_inn_subtitle{
    font-size: 1.125rem;
    font-weight: 500;
    padding-top: 2.3rem;
    color: var(--Black);
}

.filling_company_subtitle{
    font-size: 1.125rem;
    font-weight: 500;
    padding-top: 2.3rem;
    color: var(--Black);
}
.filling_payment_subtitle{
    font-size: 1.125rem;
    font-weight: 500;
    padding-top: 2.3rem;
    color: var(--Black);
}

.filling_inn_form{
    display: flex;
    flex-flow: column nowrap;
    padding-top: 1.25rem;
}

.filling_inn_actions{
    padding-top: 2.5rem;
}

.filling_company_actions{
    padding-top: 1.5rem;
}
.filling_logo_actions{
    padding-top: 1rem !important;
}

.filling_payment_actions{
    padding-top: 1.2rem;
}

@media screen and (max-width: 1200px){
    .hdv__page_content{
        padding-top: 1rem;
    }

    .hdv__page_back{
        padding-left: .2rem;
    }

    .back_link__icon_wrapper{
        width: 1.5rem;
        height: 1.5rem;
    }

    .back_link__icon_wrapper svg{
        width: 1rem;
        height: 1rem;
    }
    .back_link__text{
        font-size: .8rem;
        line-height: 140%;
    }

    .hdv__page_caption_text{
        font-size: .85rem;
    }

    .hdv__page_form{
        padding-top: 1.5rem;
    }

    .hdv__page_additional_actions_caption{
        flex-flow: column nowrap;
        gap: .25rem;
        font-size: .8rem;
    }

    .check_phone_form{
        display: flex;
        flex-flow: column;
    }

    .display_block_on_small{
        display: block;
    }

    .check_phone_form__action{
        padding-top: 1.5rem;
    }

    .registration_page_head{
        padding-top: .2rem;
    }

    .check_phone_form__caption{
        padding-top: .5rem;
        font-size: .75rem;
    }

    .registration_set_password_head{
        padding-top: 1rem;
    }

    .registration_set_password_block{
        padding-top: 1.7rem;
    }

    .registration_set_password_caption{
        padding-top: 1.3rem;
        text-align: center;
        font-size: .8125rem;
    }

    .message_bag{
        display: flex;
        flex-flow: column nowrap;
        gap: .25rem;
        padding-top: .5rem;
    }

    .message_bag__message{
        font-size: .8rem;
        padding-left: .8rem;
        /*white-space: nowrap;*/
    }

    .message_bag__message svg{
        width: 1rem !important;
        height: 1rem !important;
    }

    .half_divide_layout__page_content:has(.hdv__page_data.password_set_success){
        padding-top: 0;
    }

    img.password_set_success_image{
        height: 7rem;
        width: 7rem;
    }

    .user_type_toggle {
        border-radius: .875rem;
        max-height: 2.75rem !important;
        font-size: .75rem;
    }

    .user_type {
        border-radius: .625rem;
        padding: .56rem 1rem!important;
        margin: 0;
        font-size: .75rem;
    }

    .filling_inn_title{
        padding-top: 1.2rem;
        align-items: end;
    }

    .filling_inn_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_company_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_payment_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_inn_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_payment_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_title{
        padding-top: 1rem;
        font-size: 1rem;
        align-items: end;
    }

    .filling_logo_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_payment_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_company_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_logo_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_payment_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }

    .filling_company_actions{
        padding-top: 1rem;
    }
    .filling_logo_actions{
        padding-top: .75rem !important;
    }
    .filling_payment_actions{
        padding-top: .5rem;
    }

    .set_password_form_actions{
        padding-top: 1.5rem;
    }

    .registration_set_password_block .set_password_form_actions{
        padding-top: 1.5rem;
    }
}


@media screen and (max-width: 1281px) {
    .half_divide_layout__right_section {
        padding: 1.5rem;
    }
}

svg {
    stroke: var(--color-subtitle);
}

.final_accept_card__checkbox .final_accept_card__checkbox{
    background: #b1b1b1;
}

.connection_card {
    
}

.page_footer {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    flex: 0;
}

.page_content {
    flex: 1;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 5rem;
}

.page_section {
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
}

.flex {
    display: flex;
}

.flex-row {
    flex-flow: row;
}

.flex-column {
    flex-flow: column;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}


.gap-big {
    gap: 2rem;
}

.gap-medium-md {
    gap: 1.5rem;
}

.gap-medium {
    gap: 1rem;
}

.gap-small {
    gap: .75rem;
}

.gap-xs {
    gap: .5rem;
}

.gap-xxs {
    gap: .25rem;
}

.bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.footer_copyright {
    padding-left: .85rem;
}

.footer_politics {
    padding-top: .75rem;
    color: var(--color-positive, #239654);
}

.page_footer_static {
    font-size: .85rem;
    color: var(--color-subtitle, #687A7A);
}

.page_footer_actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.footer_flag span {
    padding-left: .25rem;
}

h1.page_head {
    width: 100%;
    font-size: 2.25rem;
    font-weight: 500;
    color: var(--Black);
    text-align: left;
    margin: 0;
}

h3.sub_title {
    margin: 0;
    color: var(--Black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.remember_block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

hr {
    border: none;
    height: 0.1rem;
    background: var(--Border);
    width: 100%;
    padding: 0;
    margin: 0;
}

.caption_text {
    font-size: .95rem;
    color: var(--color-subtitle);
}

.page_caption_text{
    font-size: 1rem;
    line-height: 140%;
}

.page_caption_text span {
    display: block;
}

.color-positive {
    color: var(--color-positive);
}

.color-negative {
    color: var(--color-negative);
}

.input_form {
    padding-top: 1.65rem;
    display: flex;
    flex-flow: column;
    gap: 1.25rem;
}

.filling_company_form {
    padding-top: 1.65rem;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
}
.filling_logo_form {
    padding-top: 2.2rem;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
}
.filling_payment_form {
    padding-top: 1.65rem;
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
}


/*data-filling*/
.inn_title {
    display: flex;
    align-items: center;
}

.confirm_block {
    text-align: center;
}

.user_type_toggle {
    border-radius: .875rem;
    border: 1px solid var(--Border);
    background: var(--White);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
    max-height: 2.75rem;
    padding: .25rem;
    gap: .25rem;
    font-size: .875rem;
}

.user_type {
    border-radius: .625rem;
    padding: .56rem 1.25rem;
}

.user_type.active {
    color: white;
    background: var(--color-positive);
}


.input_row {
    display: flex;
    gap: 1.25rem;
}

.input_row .half {
    flex: 0.5;
    margin-right: 20px;
}

.input_row .input_field {
    flex: 1;
}

.logo_upload_block {
    display: flex;
    gap: 1.85rem;
    align-items: center;
}

.logo_upload_block .logo_desc_text {

}

.logo_img {
    border-radius: 70px;
    width: 200px;
    height: 200px;
}

.logo_upload_block .image_wrap {
    cursor: pointer;
}

.logo_upload_block .logo_desc_text .bright {
    color: black;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 14px;
}

.logo_upload_block .logo_desc_text .dim {
    color: var(--Subtitle);
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
}


.load_logo_btns {
    display: flex;
    gap: 20px;
}

.load_logo_btns button {
    flex: 1;
}

.load_logo_btns.loaded .button-upload svg path {
    stroke: var(--color-positive);
}

.load_logo_btns.loaded .button-upload:hover svg path {
    stroke: white;
}

.logo_file_input {
    display: none;
}

.app_layout {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    background: var(--Background, #F1F7F6);
    overflow: auto;
}

.app_layout__page {
    flex: 999;
}

.app_layout__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
    padding: 2rem 1.5rem 1rem 2rem;
}

.app_layout__page_head{
    color: var(--Black, #032221);
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.header__company_data_wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: .5rem;
}

.header__company_logo, .header__company_logo img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .85rem;
    border: 1px solid var(--Border, #EBF0ED);
    background: var(--White, #FFF);
}

.header__company_data {
    display: flex;
    flex-flow: column nowrap;
    font-size: .85rem;
    white-space: nowrap;
}

.header__company_data-header {
    color: var(--color-dark);
}


.app_layout__header--actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.app_layout__content {
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    gap: 1.08rem;
    padding: .87rem 1.87rem;
}

.show_on_small_screen {
    display: none !important;
}

.requisites_table{
    border: 1px solid var(--Border);
    border-radius: .65rem;
}

.requisites_table > table {
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    font-size: .8125rem;
}

.requisites_table > table tbody td {
    padding: 1.2rem 1rem;
    border: 1px solid var(--Border);
}
.requisites_table > table tbody td:first-child {
    max-width: unset;
    border-left: none;
}
.requisites_table > table tbody tr:first-child td {
    border-top: none;
}
.requisites_table > table tbody td:last-child {
    border-right: none;
    color: var(--Black);
    font-weight: 500;
}
.requisites_table > table tbody tr:last-child td {
    border-bottom: none;
}

.technical_support_card__form{
    display: flex;
    flex-flow: column nowrap;
    gap: .5rem;
}

.technical_support_card__actions{
    padding-top: .7rem;
}

.technical_support_card__submit_button{
    margin-top: 1rem;
}

.technical_support_card__form .input_field input,
.technical_support_card__form .input_field textarea
{
    font-size: 0.875rem;
}

.login_page_actions{
    padding-top: 1.5rem;
}

.half_divide_layout__page_footer_actions{
    margin-top: 3rem;
}


@media screen and (max-width: 1025px) {
    .contacts_page .app_layout__content{
        flex-direction: column-reverse;
    }


}
@media screen and (max-width: 1281px) {
    .requisites_table table tbody{
        display: flex;
        flex-wrap: wrap;
    }

    .requisites_table > table tbody td:first-child {
        display: none;
    }

    .requisites_table > table tbody tr,
    .requisites_table > table tbody tr td
    {
        padding: .5rem .5rem;
        display: block;
        border: none;
    }
    .requisites_table > table tbody tr td:before
    {
        content: attr(data-name);
        padding: .5rem 0;
        width: 100%;
        display: block;
        color: var(--Grey);
        font-weight: normal;
    }

    .requisites_table > table tbody tr
    {
        position: relative;
        width: 100%;
        border-bottom: 1px solid var(--Border);
    }

    .requisites_table > table tbody tr:last-child
    {
        border-bottom: none;
    }

    .requisites_table > table tbody td {
        padding: .5rem 1rem;
    }
}


@media screen and (max-width: 1200px) {
    .login_page_actions{
        padding-top: .5rem;
    }

    h1.page_head {
        font-size: 1.75rem;
    }

    h1.hdv__page_head {
        font-size: 1.75rem;
        line-height: 110%;
    }

    .half_divide_layout__left_section {
        display: none!important;
    }

    .app_layout__header {
        flex-direction: column-reverse;
        align-items: stretch;
        justify-content: stretch;
        gap: 1.88rem;
        padding: .87rem .63rem .5rem .63rem;
    }

    .app_layout__page_head{
        font-size: 1.5rem;
    }

    .app_layout__header--actions {
        width: 100%;
    }


    .hide_on_small_screen {
        display: none !important;
    }

    .show_on_small_screen {
        display: flex !important;
    }

    .app_layout__content{
        padding: 1rem 0;
        gap: .63rem;
    }

    .half_divide_layout__page_caption{
        flex-flow: column nowrap;
        padding-top: .5rem;
        gap: .1rem;
        font-size: .8125rem;
    }
    .half_divide_layout__page_caption.login_page_caption{
        padding-top: 0;
    }

    .page_header__logo{
        width: 6rem !important;
        height: 1.125rem !important;
    }

    .half_divide_layout__right_section {
        padding: .85rem .63rem;
        gap: 0rem;
    }

    .half_divide_layout__page_content{
        padding-top: 2rem;
    }

    h1.page_head {
        line-height: 110%;
    }

    .input_form {
        padding-top: 1.3rem;
        display: flex;
        flex-flow: column;
        gap: 1rem;
    }

    .half_divide_layout__page_actions{
        padding-top: .70rem;
    }

    .page_footer_static{
        padding-bottom: .5rem;
    }

    .page_footer{
        padding-bottom: .5rem;
        gap: .5rem;
    }

    .page_caption_text{
        font-size: .875rem;
    }
    .page_caption_text span {
        display: inline;
    }

    .logo_upload_block .logo_desc_text {
        text-align: center;
    }
    .logo_upload_block .logo_desc_text .bright {
        font-size: .85rem !important;
    }
    .logo_upload_block .logo_desc_text .dim {
        font-size: .75rem !important;
    }

    .technical_support_card__actions{
        padding-top: 1.2rem;
    }

}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 22rem;
    display: none;
    z-index: 99;
}

.sidebar__backdrop {
    background: rgba(0, 0, 0, 60%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.sidebar.sidebar_open{
    display: flex;
}
.sidebar__backdrop.sidebar_open{
    display: block;
}

@media screen and (max-width: 1200px) {
    .input_row {
        align-items: unset;
        flex-direction: column;
        gap: 1rem;
    }

    .logo_upload_block {
        gap: 14px;
        align-items: center;
        flex-direction: column;
    }

    .load_logo_btns {
        gap: 10px;
        flex-direction: column;
    }

    .logo_img {
        border-radius: 35px;
        width: 100px;
        height: 100px;
    }

    .logo_upload_block .logo_desc_text .bright {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .logo_upload_block .logo_desc_text .dim {
        font-size: 0.8rem;
    }
    .sidebar{
        max-width: 17rem;
    }
}

@media (min-width: 450px) and (max-width: 1200px) {
    .input_row {
        align-items: unset;
        flex-direction: column;
        gap: 1rem;
    }

    .logo_upload_block {
        gap: 14px;
        align-items: center;
        flex-direction: column;
    }

    .load_logo_btns {
        gap: 10px;
        flex-direction: column;
    }

    .logo_img {
        border-radius: 35px;
        width: 100px;
        height: 100px;
    }

    .logo_upload_block .logo_desc_text .bright {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .logo_upload_block .logo_desc_text .dim {
        font-size: 0.8rem;
    }
    .sidebar{
        max-width: 17rem;
    }
}


.integration_message__wrapper{
    display: flex;
    flex-flow: column nowrap;
    border-radius: .625rem;
    padding: .8rem 1rem;
}

.integration_message__header{
    display: flex;
    flex-flow: row nowrap;
    gap: 1rem;
    align-items: center;
    font-weight: 500;
    line-height: 125%;
}

.integration_message__error .integration_message__header{
    color: #FE3336;
}

.integration_message__success .integration_message__header{
    color: var(--Green);
}

.integration_message__success{
    background: #E9F5EE;
}
.integration_message__error{
    background: rgba(254, 51, 54, 0.08);
}

.integration_message__icon{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: .3rem;
}

.integration_message__success .integration_message__icon{
    background: var(--Green);
}

.integration_message__error .integration_message__icon{
    background: #FE3336;
}

.integration_message__body{
    padding-top: 1rem;
    color: black;
}
.integration_message__error .integration_message__body a{
    color: #FE3336;
}

.bx-session-message {
    display: none !important;
}

/*preferences_styles*/


.prf_page .app_layout__header{
    padding: 1.9rem 1rem 0.9rem 1.79rem;
}

.prf_page h1{
    font-weight: 500;
}

.prf_page .integration_message__error{
    display: inline-flex;
    padding: 0.875rem 1.125rem 0.875rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.375rem;
}

.prf_page .integration_message__header{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.prf_page .integration_message__body{
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-top: 0.4rem;
}

.prf_page .integration_message__body{
    padding-top: 0.38rem;
}

.connection_card .connection_card_input_first{
    margin-bottom: 0.9rem;
}

.connection_card{
    flex-shrink: 0;
}

.connection_card .card_header{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.connection_card .connection_card_input_second{
    margin-bottom: 0.3rem;
}

.prf_page .connection_card__actions{
    margin-top: 1.5rem;
}

.prf_page .integration_message__success{
    display: inline-flex;
    padding: 0.5625rem 13rem 0.5625rem 1rem;
    align-items: center;
}

.webhook_create_guide_link {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 0.75rem;
}

.webhook_create_guide_link a{
    text-decoration-line: underline;
}

/*settings_card*/

.settings_card{
    margin-top: unset;
    flex-shrink: 0;
}

.settings_card .card_header{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.settings_card_dropdown_label{
    color: var(--Black, #032221);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 1rem;
    padding-top: 0.2rem;
}

.settings_card_dropdown .dropdown__select{
    height: 3rem;
    margin-top: 0.5rem;
    display: flex;
    padding: 0.75rem;
    align-items: center;
    gap: 0.875rem;
}

.add_deal_id_checkbox {
    margin-top: 10px;
}

.add_deal_id_checkbox label.checkbox_label_style {
    cursor: pointer;
    margin-bottom: 0px;
    color: var(--Black, #032221);
}

.settings_card_dropdown_label2{
    color: var(--Black, #032221);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 1rem;
    padding-top: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dropdown .dropdown__caret{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 14L17 10' stroke='%23687A7A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.dropdown_search {
    margin-bottom: 0.5rem;
}

.dropdown_menu__hide {
    display: none;
}

.prf_page .settings_card__actions{
    margin-top: 1.4rem;
}

.prf_page .button{
    color: var(--White, #FFF);
    font-size: 0.875rem;
    font-stretch: ultra-condensed;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    font-family: Euclid Circular A;
}

.prf_page .button.search_agreement{
    margin-bottom: 0.8rem;
}

/*payment_card*/

.settings_tooltip{
    cursor: pointer;
}

.prf_page .tooltiptext{
    position: absolute; left:0.5rem;
}

.prf_page .tooltip_icon-black{
    max-width: 1rem;
}

.payment_test_card{
    /*margin-left: 0.2rem;*/
    /*padding-left: 1.4rem;*/
    margin-top: unset;
    max-width: 31.125rem;
}

.payment_test_card .card_header{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.payment_test_card .card_content{
    padding-top: 0.8rem;
    padding-left: 0.1rem;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    gap: unset;
}

.payment_test_play_video_link{
    padding-top: 0.2rem;
    margin-bottom: 1.5rem;
}

.payment_test_play_video_icon{
    position: relative; top: 0.3rem; margin-right: 0.4rem;
}

.payment_test_card_input_first{
    margin-top: 1.4rem;
    margin-bottom: 0.8rem;
}

.payment_test_card_input_second{
    margin-top: 0.8rem;
    margin-bottom: 0.7rem;
}

.payment_test_card_input_first .input_field__control{
    display: flex;
    padding: 0.7rem 1rem 0.7rem 0.6rem;
    align-items: center;
    gap: 0.875rem;
}

.payment_test_contact_icon{

}

.payment_test_card_input_second .input_field__control{
    display: flex;
    padding: 0.7rem 1rem 0.7rem 0.6rem;
    align-items: center;
    gap: 0.875rem;
}

.payment_test_cash_icon{

}

.payment_test_dropdown_label{
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: black;
    padding-left: 1rem;
}

.payment_test_dropdown .dropdown__select{
    /*width: 28.125rem;*/
    height: 3rem;
    margin-top: 0.7rem;
    display: flex;
    padding: 0.75rem;
    align-items: center;
    gap: 0.875rem;
}

/*final_accept_card*/

.final_accept_card{
    margin-top: unset;
    max-width: 31.125rem;
    flex-shrink: 0;
    margin-left: 0.1rem;
}

.final_accept_card svg {
    stroke: unset;
}

.create_link_card_second svg {
    stroke: unset;
}

.final_accept_card .card_content{
    gap: unset;
}

.final_accept_card .card_content{
    padding-top: unset;
}

.final_accept_card__header_title{
    color: var(--Black, #032221);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-right: 7.25rem;
    margin-bottom: 0.75rem;
    padding-top: 1rem;
}

.final_accept_card__header_text{
    color: var(--Subtitle, #687A7A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.final_accept_card__header_text2{
    color: var(--Subtitle, #687A7A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    white-space: nowrap;
    margin-bottom: 1.25rem;
}

.final_accept_card__videoinstruction_section{
    margin-top: 1.25rem;
    margin-bottom: 10.70rem;
}

.final_accept_card__videoinstruction_section_text{
    float: left;
    width: 46%;
    color: var(--Black, #032221);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.final_accept_card__videoinstruction_section_video{
    float: left;
    width: 52%;
    padding-left: 0.6rem;
}

.final_accept_card__text_section{
    margin-top: 1.25rem;
    color: var(--Subtitle, #687A7A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 1.87rem;
}

.final_accept_card__text{
    margin-bottom: 0.62rem;
}

.prf_page .checkbox_label_style{
    color: var(--Subtitle, #687A7A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 1rem;
}

.prf_page .checkbox_label_style::before{
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 7px;
}

.final_accept_card_button_first{
    display: flex;
    width: 28.125rem;
    padding: 0.9375rem 3.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.63rem;
    color: var(--White, #FFF);
}

.final_accept_card_button_second{
    display: flex;
    width: 28.125rem;
    padding: 0.9375rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    color: var(--Subtitle, #687A7A);
}

.final_accept_card_button_second .button{
    color: black;
}

.final_accept_card_button_second button{
    color: black;
}
.final_accept_card_button_second_text .button{
    color: var(--Subtitle, #687A7A);
}

.final_failure_card{
    margin-top: unset;
    max-width: 31.125rem;
    flex-shrink: 0;
    padding: 0rem 1.5rem 1.5rem 1.5rem;
}

.final_failure_card svg {
    stroke: unset;
}

.final_failure_text_title{
    color: var(--Black, #032221);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0.75rem;
}

.final_failure_text{
    color: var(--Subtitle, #687A7A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-right: 6rem;
    margin-bottom: 1.5rem;
}

.final_failure_card__actions{
    margin-top: 0.4rem;
}

.final_failure_button_first{
    display: flex;
    width: 28.125rem;
    padding: 0.875rem 6.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.75rem;
    color: var(--White, #FFF);
}

.final_failure_button_second{
    display: flex;
    width: 28.125rem;
    padding: 0.9375rem 6.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

/*final_end_card*/

.final_end_card {
    max-width: 31.125rem;
    flex-shrink: 0;
    width: 100%;
}

/*region history_income*/

/*endregion*/

/*region clients*/

.main_card_cl{
   padding-top: unset;
}

.main_card_cl .input_field__wrapper{
    padding-top: unset;
}

.search_section_cl{
    display: flex;
    gap: 1.125rem;
}

.search_col_cl{
    width: 50%;
}

.download_col_cl{
    width: 25%;
}

.add_col_cl{
    width: 25%;
}

.app_cl table{
    border-collapse: collapse;
    border:none;
}

.table_section_cl{
    border: solid 1px #EBF0ED;
    border-radius: 1rem;
    margin-bottom: 1.25rem;
}

.button_add_cl,.button_download_cl {
    width: 100%;
    height: 100%;
}

.page_pag_cl:hover{
    background-color: #E9F5EE;
    color: #239654;
    border-radius: 0.625rem;
}

.download-icon path:hover{
    stroke: white;
}

.table_cl tbody{
    width: 100%;
}

.download_icon_cl{
    padding-right: 0.625rem;
}

.download_icon_cl svg{
    stroke: #239654;
}

.app_cl .button.button-flat {
    background: #E9F5EE;
}

.history-page .button.button-flat {
    background: #E9F5EE;
}

.history-page .button.button-flat:hover {
    background: #239654;
}

.history-page .download_icon_cl svg{
    stroke: #239654;
}

.history-page .button.button-flat:hover svg{
    stroke: white;
}

.app_cl .button.button-flat:hover {
    background: #239654;
}

.button_download_cl:hover svg{
    stroke: white;
}

.app_layout__header_temp{
    display: flex;
    flex-direction: row;
}

.icon_add{
    width: 2rem;
    height: 2rem;
    border: 1px solid #687A7A;
    border-radius: 15px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    right: 2px;
}


.mobile_section_cl{
    display: none;
}

.table_cl{
    width: 100%;
    border: solid 1px #EBF0ED;
    border-radius: 1rem;
}

.table_section_cl table {
    table-layout: fixed;
}

.col_fio_cl{
    width: 30%;
}


.table_cl tbody td{
    border-top: 1px solid #EBF0ED;
}

.hovered-row{
    background-color: #F1F7F6;
}


.name_icon_cl{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.75rem;
}

.app_info .name_icon_cl{
    width: 3rem;
    height: 3rem;
    margin-left: 0.5rem;
}

.add_info_button{
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.table_title_cl th{
    color: #687a7a;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.table_cl th,td{
    padding: 16px;
}

.table_cl td{
    color: black;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
}

.mid_cl{
    text-align: center;
}

.paggination_section_cl{
    display: flex;
    justify-content: space-between;

}

.page_pag_cl{
    padding: 8px 12px;
}

.dots_cl{
    padding: 8px 12px;
}

.pagination_cl{
    display: flex;
}

.caret_icon{
    position: relative;
    top: 6px;
}

.pagination_cl .active{
    text-align: center;
    align-items: center;
    color: white;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #239654;
    border-radius: 0.625rem;
}

.start_title_cl{
    text-align: start;
}

.pagination_cl_mobile{
    display: none;
}

.icon_search_cl{
    fill: #239654;
    stroke: #239654;
}

/*endregion*/

/*region add*/

.row_ad{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    padding-bottom: 18px;
}

.row_ad2{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin-bottom: 1rem;
}

.add_card{
    max-width: 31.125rem;
}

.add_card .card_content{
    padding-top: unset;
}

.add_name_section{
    padding-bottom: 15px;
}

.add_hr{
    margin-bottom: 18px;
}

.add_link_add, .add_link_delete{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.add_link_delete{
    color: #687A7A;
}

.add_buttons{
    display: flex;
    justify-content: space-between;
    padding: 0 3px 30px 5px;
}

.add_link_icon{
    position: relative;
    right: 6px;
    top: 6px;
}

.delete_link_icon{
    position: relative;
    right: 6px;
    top: 6px;
}

.calendar_section{
    max-width: 18rem;
    max-height: 18rem;
    height: auto;
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 1rem;
    display: none;
}

.calendar_section.show {
    display: block;
}

.date_input_add {
    position: relative;
}

.app_add .calendar_section{
    position: absolute;
    z-index: 100;
}

.calendar_section{
    position: absolute;
    z-index: 3;
    top: 44px;
    right: 45px;
}

.calendar_section td{
    padding: 5px;
}

.calendar_section tbody td:not(.empty):hover {
    background-color: #139652;
    color: #FFF;
    border-radius: 0.625rem;
}

.calendar_section tbody td:empty {
    pointer-events: none;
}

.calendar_hr{
    margin: 1rem 0 1.12rem 0;
}

.calendar_section tbody td{
    color: #032221;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.calendar_head{
    display: flex;
    justify-content: space-between;
}

.calendar_title{
    color: #032221;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.calendar_buttons{
    display: flex;
    gap: 0.38rem;
}

.row_ad2 .input_field__control input{
    color: #687A7A;
}

.left_arrow_calendar, .right_arrow_calendar{
    display: flex;
    border-radius: 1.8125rem;
    background: #F1F7F6;
    width: 2.125rem;
    height: 2.125rem;
    justify-content: center;
    align-items: center;
}

/*endregion*/

/*region info*/

.container{
    max-width: 1440px;
}

.app_info .card{
    padding: unset;
    padding-left: 1rem;
    padding-right: 1rem;
}

.app_info .app_layout__content{
    padding: 0.87rem 1.87rem;
}

.cards_section_information{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.name_section_info__fio_email{
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
}

.name_section_info{
    display: flex;
    justify-content: space-between;
}

.name_section_info_into{
    display: flex;
    justify-content: space-between;
}

.name_section_info_into_mobile{
    display: none;
}

.name_section_info__email_phone{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.first_card_info{
    margin-bottom: 10px;
}

.bold_information{
    color: #032221;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.cards_section_information .card_content{
    text-align: center;
    gap: unset;
}

.icons_information{
    display: flex;
    border-radius: 20px;
    background: #F1F7F6;
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 25px;
}

.app_info thead th{
    text-align: start;
}

.app_info .last_td_info{
    padding-left: 1.5rem;
}

.app_info .td_start_info{
    padding-left: 1.5rem;
}

.fio_info{
    color: #032221;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.table_section_info_mobile{
    display: none;
}

.td_dot_info ,.table_dot_mobile{
    display: flex;
    gap: 4px;
}

.app_info table{
    border-collapse: collapse;
    border:none;
}

.app_info .table_section_pl{
    border: solid 1px #EBF0ED;
    border-radius:16px 16px 0 0;
}

.table_card_information svg{
    stroke: none;
}
/*endregion*/
/*region agreement*/
.app_agreement .container{
    display: contents;
    gap: 20px;
}

.app_agreement .card_header__head{
    padding-bottom: 24px;
}

.card_agreements{
    max-height: 700px;
    overflow-y: auto;
}

.hr_agreement{
    margin-bottom: 24px;
}

.agreement_section{
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.name_agreement{
    color: #032221;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.date_agreement{
    color: #687A7A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-top: 3px;
}

.app_agreement .card_footer{
    padding-top: unset;
}

.agreements-main-scroll {
    max-height: 400px; /* Установите максимальную высоту блока, чтобы появилась полоса прокрутки */
    overflow-y: auto; /* Добавьте вертикальную полосу прокрутки при необходимости */
}

.scrollable-content {
    padding-right: 17px; /* Учтите ширину вертикальной полосы прокрутки, чтобы избежать обрезания содержимого */
}

.scroll-indicator {
    width: 10px; /* Установите ширину индикатора по вашему выбору */
    height: 100%;
    background-color: #ccc; /* Цвет индикатора прокрутки */
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.3s ease; /* Анимация изменения цвета индикатора при прокрутке */
}

.scroll_ag{
    height: auto;
    overflow: auto;
}

.scroll_ag_mobile{
    display: none;
}
/*endregion*/

/*region create link*/

.row_cr{
    display: contents;
    gap: 20px;
}

.create_link .tooltip{
    position: absolute;
    left: 580px;
}

.checkbox_cr{
    padding-bottom: 10px;
}

.button_cr{
    padding-top: 10px;
}

.copy_link_icon{
    fill: none;
}

.create_link_card_first{
    width: 31.125rem;
}

.create_link_card_second{
    width: 31.125rem;
    height: auto;
    padding-bottom: 0.5rem;
}

.create_link_card_second .card_content{
    gap: unset;
}

.create_link_card_second .tooltiptext {
    left: 775px;
    bottom: 5px;
}

.copy_link_icon_second{
    margin-right: 8px;
}

.title_text_cr{
    padding-top: 12px;
    padding-bottom: 24px;
}



.last_button_cr{
    margin-top: 30px;
}
/*endregion  */

/*region my_links*/

.table_section_pl_mobile{
    display: none;
}

.my_links_pl table{
    border-collapse: collapse;

    border:none;
}

.td_my_links,.td_my_links_first{
    text-align: start;
}

.my_links_pl .table_section_pl{
    border: solid 1px #EBF0ED;
    border-radius:16px 16px 0 0;
}

.small_icon_table{
    width: 50px;
}

.small_icon_table .tooltiptext{
    visibility: visible;
}

.create_link_card_second .tooltiptext{
    visibility: visible;
}

.small_icon_table svg{
    stroke: none;
}

.table_title_pl{
    text-align: start;
}

.my_links_pl .container{
    width: 100%;
}

.my_links_pl .card_footer{
    padding: unset;
}

.my_links_pl .card_content{
    gap: 50px;
}


/*endregion*/

@media screen and (max-width: 1200px) {

    .add_card {
        max-width: 100%;
    }

    .app_layout{
        
    }

    .app_agreement .container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .app_info .app_layout__content {
        padding: 1rem 0;
    }

    .my_links_pl .tooltip .tooltiptext {
        left: -82px;
    }
    .my_links_pl .tooltip .tooltiptext:after {
        left: 88%;
    }

    .prf_page .pref_coll {
        width: 100%;
    }

    .prf_page .app_layout__content {
        gap: 20px;
    }

    .final_end_card {
        max-width: unset;
    }

    .prf_page .app_layout__header{
        padding: 15px 10px;
    }

    .integration_message__icon {
        padding: unset;
    }

    .card{
        
    }

    .settings_card .card_header__head{
        padding: 0 30px 0 0;
    }
    .final_accept_card{
        max-width: 87%;
    }

    .final_accept_card .card_content{
        max-width: 95%;
    }

    .final_failure_card{
        max-width: 87%;
    }

    .payment_test_card{
        max-width: 87%;
    }

    .final_accept_card__header_title{
        padding-right: unset;
    }

    .final_accept_card__videoinstruction_section_text{
        width: 100%;
    }

    .final_accept_card__videoinstruction_section_video{
        width: 100%;
        padding: 10px 0;
    }

    .final_accept_card__header_text2{
        white-space: unset;
    }

    .button{
        width: 100%;
    }

    .final_accept_card_button_first, .final_failure_button_first, .final_failure_button_second{
        padding: 0.7rem 1.5rem;
    }

    .final_failure_card{
        padding: 5px 10px 5px 5px
    }

    .final_accept_card__video_picture{
        width: 97%;
    }

    .payment_test_card .card_header__number{
        width: 2.7rem;
    }
    .prf_page .integration_message__success{
        padding: 14px 60px 14px 0;
        width: 100%;
    }

    .app_layout__page{
        
    }

    .hdv__page_content{
        padding-top: 1rem;
    }

    .hdv__page_back{
        padding-left: .2rem;
    }

    .back_link__icon_wrapper{
        width: 1.5rem;
        height: 1.5rem;
    }

    .back_link__icon_wrapper svg{
        width: 1rem;
        height: 1rem;
    }
    .back_link__text{
        font-size: .8rem;
        line-height: 140%;
    }

    .hdv__page_caption_text{
        font-size: .85rem;
    }

    .hdv__page_form{
        padding-top: 1.5rem;
    }

    .hdv__page_additional_actions_caption{
        flex-flow: column nowrap;
        gap: .25rem;
        font-size: .8rem;
    }

    .check_phone_form{
        display: flex;
        flex-flow: column;
    }

    .display_block_on_small{
        display: block;
    }

    .check_phone_form__action{
        padding-top: 1.5rem;
    }

    .registration_page_head{
        padding-top: .2rem;
    }

    .check_phone_form__caption{
        padding-top: .5rem;
        font-size: .75rem;
    }

    .registration_set_password_head{
        padding-top: 1rem;
    }

    .registration_set_password_block{
        padding-top: 1.7rem;
    }

    .registration_set_password_caption{
        padding-top: 1.3rem;
        text-align: center;
        font-size: .8125rem;
    }

    .message_bag{
        display: flex;
        flex-flow: column nowrap;
        gap: .25rem;
        padding-top: .5rem;
    }

    .message_bag__message{
        font-size: .8rem;
        padding-left: .8rem;
        /*white-space: nowrap;*/
    }

    .message_bag__message svg{
        width: 1rem !important;
        height: 1rem !important;
    }

    .half_divide_layout__page_content:has(.hdv__page_data.password_set_success){
        padding-top: 0;
    }

    img.password_set_success_image{
        height: 7rem;
        width: 7rem;
    }

    .user_type_toggle {
        border-radius: .875rem;
        max-height: 2.75rem !important;
        font-size: .75rem;
    }

    .user_type {
        border-radius: .625rem;
        padding: .56rem 1rem!important;
        margin: 0;
        font-size: .75rem;
    }

    .filling_inn_title{
        padding-top: 1.2rem;
        align-items: end;
    }

    .filling_inn_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_company_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_payment_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_inn_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_payment_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_title{
        padding-top: 1rem;
        font-size: 1rem;
        align-items: end;
    }

    .filling_logo_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_payment_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_company_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_logo_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_payment_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }

    .filling_company_actions{
        padding-top: 1rem;
    }
    .filling_logo_actions{
        padding-top: .75rem !important;
    }
    .filling_payment_actions{
        padding-top: .5rem;
    }

    .set_password_form_actions{
        padding-top: 1.5rem;
    }

    .registration_set_password_block .set_password_form_actions{
        padding-top: 1.5rem;
    }

    .card_header__number{
        width: 2.7rem;
    }

    .input_field__wrapper{
        padding-top: 0.5rem;
    }

    .dropdown{
        padding-top: 0.5rem;
    }

    /*region client*/
    .app_cl{

    }

    .app_cl .app_layout__page{
        
    }

    .app_cl  .container{
        width: 100%;
    }

    .main_card_cl{

    }
    /*endregion   */

    /*region add*/
    .app_add{

    }

    .app_add .app_layout__page{
        
    }

    .add_card{
        
    }

    .row_ad ,.row_ad2{
        display: grid;
    }
    /*endregion*/

    /*region info*/
    .container{
        
    }

    .app_info{

    }

    .app_info .first_card_info {
        
    }

    .app_info .app_layout__page{
        
    }

    .app_info .card{
        max-width: unset;
    }
    /*endregion   */
    /*region agreement*/

    .app_agreement{

    }

    .app_agreement .app_layout__page{
        
    }

    .app_agreement .card{
        max-width: unset;
    }

    .agreement_section{
        flex-direction: column;
        gap: 10px;
    }

    .app_agreement .app_layout__page_head{
        width: 200px;
    }

    .scroll_ag{
        display: none;
    }

    .scroll_ag_mobile{
        display: block;
        height: auto;
        overflow: inherit;
    }
    /*endregion*/

    /*region create link*/

    .create_link{

    }

    .create_link .app_layout__page{
        
    }

    .create_link .tooltip{
        left: 160px;
    }

    .create_link {
        width: 100%;
        max-width: 100%;
    }

    .create_link .app_layout__page {
        width: 100%;
    }
    
    /*endregion   */
    /*region my_links*/

    .my_links_pl{

    }

    .my_links_pl .card{
        max-width: 100%;
    }

    .my_links_pl .app_layout__page{
        
    }

    .button.button_pl{
        border-radius: 10px;
        color: var(--Green, #239654);
        background: var(--Background);
        height: 40px;
        display: flex;
        justify-content: center;
        align-content: space-around;
        text-decoration: unset;
        gap: 8px;
    }

    .button.button_pl svg path{
        stroke: var(--Green, #239654);
    }

    .button.button_pl .tooltip {
        display: none;
    }

    .button.button_pl:hover {
        background: var(--Background);
        color: var(--Green, #239654);
    }
    /*endregion*/

    .calendar_section{
        z-index: 3;
        top: -233px;
        right: 45px;
    }

    .row_ad, .row_ad2{
        grid-template-columns: none;
    }
}

@media screen  and (max-width: 450px){
    .app_layout{
        width: 420px;
    }

    .prf_page .app_layout__header{
        padding: 15px 10px;
    }

    .integration_message__icon {
        padding: unset;
    }

    .card{
        max-width: 420px;
    }

    .settings_card .card_header__head{
        padding: 0 30px 0 0;
    }
    .final_accept_card{
        width: 95%;
    }

    .final_accept_card .card_content{
        max-width: 95%;
    }


    .final_accept_card__header_title{
        padding-right: unset;
    }

    .final_accept_card__videoinstruction_section_text{
        width: 100%;
    }

    .final_accept_card__videoinstruction_section_video{
        width: 100%;
        padding: 10px 0;
    }

    .final_accept_card__header_text2{
        white-space: unset;
    }

    .button{
        width: 100%;
    }

    .final_accept_card_button_first, .final_failure_button_first, .final_failure_button_second{
        padding: 0.7rem 1.5rem;
    }

    .final_failure_card{
        padding: 5px 10px 5px 5px
    }

    .final_accept_card__video_picture{
        width: 97%;
    }

    .payment_test_card .card_header__number{
        width: 2.7rem;
    }
    .prf_page .integration_message__success{
        padding: 14px 60px 14px 0;
        width: 100%;
    }

    .app_layout__page{
        max-width: 420px;
    }

    .hdv__page_content{
        padding-top: 1rem;
    }

    .hdv__page_back{
        padding-left: .2rem;
    }

    .back_link__icon_wrapper{
        width: 1.5rem;
        height: 1.5rem;
    }

    .back_link__icon_wrapper svg{
        width: 1rem;
        height: 1rem;
    }
    .back_link__text{
        font-size: .8rem;
        line-height: 140%;
    }

    .hdv__page_caption_text{
        font-size: .85rem;
    }

    .hdv__page_form{
        padding-top: 1.5rem;
    }

    .hdv__page_additional_actions_caption{
        flex-flow: column nowrap;
        gap: .25rem;
        font-size: .8rem;
    }

    .check_phone_form{
        display: flex;
        flex-flow: column;
    }

    .display_block_on_small{
        display: block;
    }

    .check_phone_form__action{
        padding-top: 1.5rem;
    }

    .registration_page_head{
        padding-top: .2rem;
    }

    .check_phone_form__caption{
        padding-top: .5rem;
        font-size: .75rem;
    }

    .registration_set_password_head{
        padding-top: 1rem;
    }

    .registration_set_password_block{
        padding-top: 1.7rem;
    }

    .registration_set_password_caption{
        padding-top: 1.3rem;
        text-align: center;
        font-size: .8125rem;
    }

    .message_bag{
        display: flex;
        flex-flow: column nowrap;
        gap: .25rem;
        padding-top: .5rem;
    }

    .message_bag__message{
        font-size: .8rem;
        padding-left: .8rem;
        /*white-space: nowrap;*/
    }

    .message_bag__message svg{
        width: 2rem !important;
        height: 2rem !important;
    }

    .half_divide_layout__page_content:has(.hdv__page_data.password_set_success){
        padding-top: 0;
    }

    img.password_set_success_image{
        height: 7rem;
        width: 7rem;
    }

    .user_type_toggle {
        border-radius: .875rem;
        max-height: 2.75rem !important;
        font-size: .75rem;
    }

    .user_type {
        border-radius: .625rem;
        padding: .56rem 1rem!important;
        margin: 0;
        font-size: .75rem;
    }

    .filling_inn_title{
        padding-top: 1.2rem;
        align-items: end;
    }

    .filling_inn_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_company_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_payment_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_inn_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_payment_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_title{
        padding-top: 1rem;
        font-size: 1rem;
        align-items: end;
    }

    .filling_logo_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_payment_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_company_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_logo_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_payment_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }

    .filling_company_actions{
        padding-top: 1rem;
    }
    .filling_logo_actions{
        padding-top: .75rem !important;
    }
    .filling_payment_actions{
        padding-top: .5rem;
    }

    .set_password_form_actions{
        padding-top: 1.5rem;
    }

    .registration_set_password_block .set_password_form_actions{
        padding-top: 1.5rem;
    }

    .card_header__number{
        width: 2.7rem;
    }

    .input_field__wrapper{
        padding-top: 0.5rem;
    }

    .dropdown{
        padding-top: 0.5rem;
    }

    /*region client*/
    .mobile_section_cl{
        display: block;
    }

    .search_section_cl{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .search_col_cl, .download_col_cl, .add_col_cl{
        width: 100%;
        height: 46px;
    }

    .search_col_cl{
        margin-bottom: 8px;
    }

    .table_section_cl{
        display: none;
    }

    .hr_mobile_cl{
        margin-bottom: 20px;
    }

    .mobile_section_cl .button.button-flat{
        background: #f1f7f6;
        color: #239654;
        font: 16px 'Euclid Circular A';
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .button_mobile_cl{
        height: 40px;
    }

    .mobile_text_cl{
        display: flex;
        justify-content: space-between;
        color: #687A7A;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding-top: 14px;
    }

    .bold_title_cl{
        color: #032221;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    }

    .bold_text_cl{
        color: #032221;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .paggination_section_cl{
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 10px;
    }

    .pagination_cl{
        display: none;
    }

    .pagination_cl_mobile{
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .pagination_cl_mobile .active{
        background: #239654;
        border-radius: 10px;
        color: white;
    }

  .add_name_section{
      padding-top: 10px;
      padding-bottom: 27px;
  }

  .add_email_section{
      padding-bottom: 18px;
  }

  .add_hr{
      margin-bottom: 26px;
  }

  .add_number_section{
      padding-bottom: 24px;
  }
    /*endregion*/

    /*region info*/
    .container{
        /*max-width: 400px;*/
    }

    .app_info{
        /*max-width: 400px;
        width: 400px;*/
    }

    .app_info .app_layout__content{
        padding: unset;
    }


    .app_info .app_layout__page{
        /*max-width: 400px;*/
    }

    .app_info .card{
        max-width: unset;
    }

    .app_info .app_layout__page{
        /*padding-left: 10px;
        padding-right: 10px;*/
    }

    .name_section_info{
        flex-direction: column;
    }

    .name_section_info{
        display: none;
    }

    .name_section_info_into_mobile{
        display: flex;
        flex-direction: column;
    }

    .fio_section_info_mobile{
        display: flex;
        padding-bottom: 14px;
    }

    .phone_mail_info_mobile{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 24px;
    }

    .cards_section_information{
        flex-wrap: wrap;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    .cards_section_information .card{
        max-width: 48%;
    }

    .table_section_info_mobile{
        display: flex;
        flex-direction: column;
        color: #687A7A;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .table_other_color{
        color: #032221;
    }

    .table_mobile_space{
        display: flex;
        justify-content: space-between;
    }

    .button_info{
        border-radius: 10px;
        background: #F1F7F6;
        height: 40px;
        display: grid;
        justify-content: center;
        align-content: space-around;
        margin-bottom: 20px;
    }

    .table_info_mobile{
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .hr_mobile_information{
        margin-bottom: 20px;
    }
    /*endregion*/
    /*region my_link_pl*/

    .table_section_pl{
        display: none;
    }

    .table_section_pl_mobile{
        display: block;
    }

    .my_links_pl{
        max-width: 100%;
        width: 100%;
    }

    .my_links_pl .container{
        max-width: 100%;
    }

    .my_links_pl .card{
        max-width: 100%;
    }

    .my_links_pl .table_mobile_space p {
        color: var(--Subtitle, #687A7A);
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .my_links_pl .table_mobile_space p.table_other_color {
        color: var(--Black, #032221);
        text-align: right;
    }

    /*endregion*/
}

@media screen  and (max-width: 375px){
    /*.create_link{
        max-width: 370px;
        width: 370px;
    }

    .create_link .app_layout__page{
        max-width: 370px;
    }

    .create_link{
        max-width: 370px;
    }*/
}

@media screen and (max-width: 325px){
    .app_layout{
        width: 320px;
    }

    .prf_page .app_layout__header{
        padding: 15px 10px;
    }

    .integration_message__icon {
        padding: unset;
    }

    .card{
        max-width: 320px;
    }

    .settings_card .card_header__head{
        padding: 0 30px 0 0;
    }

    .final_accept_card__header_title{
        padding-right: unset;
    }

    .final_accept_card__videoinstruction_section_text{
        width: 100%;
    }

    .final_accept_card__videoinstruction_section_video{
        width: 100%;
        padding: 10px 0;
    }

    .final_accept_card__header_text2{
        white-space: unset;
    }

    .button{
        width: 100%;
    }

    .final_accept_card_button_first, .final_failure_button_first, .final_failure_button_second{
        padding: 0.7rem 1.5rem;
    }

    .final_failure_card{
        padding: 5px 10px 5px 5px
    }

    .final_accept_card__video_picture{
        width: 99%;
    }

    .payment_test_card .card_header__number{
        width: 2.7rem;
    }
    .prf_page .integration_message__success{
        padding: 14px 60px 14px 0;
        width: 100%;
    }

    .app_layout__page{
        max-width: 320px;
    }

    .hdv__page_content{
        padding-top: 1rem;
    }

    .hdv__page_back{
        padding-left: .2rem;
    }

    .back_link__icon_wrapper{
        width: 1.5rem;
        height: 1.5rem;
    }

    .back_link__icon_wrapper svg{
        width: 1rem;
        height: 1rem;
    }
    .back_link__text{
        font-size: .8rem;
        line-height: 140%;
    }

    .hdv__page_caption_text{
        font-size: .85rem;
    }

    .hdv__page_form{
        padding-top: 1.5rem;
    }

    .hdv__page_additional_actions_caption{
        flex-flow: column nowrap;
        gap: .25rem;
        font-size: .8rem;
    }

    .check_phone_form{
        display: flex;
        flex-flow: column;
    }

    .display_block_on_small{
        display: block;
    }

    .check_phone_form__action{
        padding-top: 1.5rem;
    }

    .registration_page_head{
        padding-top: .2rem;
    }

    .check_phone_form__caption{
        padding-top: .5rem;
        font-size: .75rem;
    }

    .registration_set_password_head{
        padding-top: 1rem;
    }

    .registration_set_password_block{
        padding-top: 1.7rem;
    }

    .registration_set_password_caption{
        padding-top: 1.3rem;
        text-align: center;
        font-size: .8125rem;
    }

    .message_bag{
        display: flex;
        flex-flow: column nowrap;
        gap: .25rem;
        padding-top: .5rem;
    }

    .message_bag__message{
        font-size: .8rem;
        padding-left: .8rem;
        white-space: nowrap;
    }

    .message_bag__message svg{
        width: 1rem !important;
        height: 1rem !important;
    }

    .half_divide_layout__page_content:has(.hdv__page_data.password_set_success){
        padding-top: 0;
    }

    img.password_set_success_image{
        height: 7rem;
        width: 7rem;
    }

    .user_type_toggle {
        border-radius: .875rem;
        max-height: 2.75rem !important;
        font-size: .75rem;
    }

    .user_type {
        border-radius: .625rem;
        padding: .56rem 1rem!important;
        margin: 0;
        font-size: .75rem;
    }

    .filling_inn_title{
        padding-top: 1.2rem;
        align-items: end;
    }

    .filling_inn_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_company_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_payment_subtitle{
        font-size: 1rem;
        padding-top: 2rem;
    }

    .filling_inn_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_payment_actions_confirm_text{
        font-size: .8125rem;
    }

    .filling_company_title{
        padding-top: 1rem;
        font-size: 1rem;
        align-items: end;
    }

    .filling_logo_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_payment_title{
        padding-top: 1rem;
        font-size: 1rem;
    }

    .filling_company_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_logo_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }
    .filling_payment_form{
        padding-top: 1.5rem !important;
        gap: 1rem !important;
    }

    .filling_company_actions{
        padding-top: 1rem;
    }
    .filling_logo_actions{
        padding-top: .75rem !important;
    }
    .filling_payment_actions{
        padding-top: .5rem;
    }

    .set_password_form_actions{
        padding-top: 1.5rem;
    }

    .registration_set_password_block .set_password_form_actions{
        padding-top: 1.5rem;
    }

    .card_header__number{
        width: 3.7rem;
    }

    .input_field__wrapper{
        padding-top: 0.5rem;
    }

    .dropdown{
        padding-top: 0.5rem;
    }

    /*region create_link*/

    .create_link .add_name_section{
        padding-bottom: 10px;
    }

    .create_link .checkbox_label_style{
        font-size: 14px;
    }

    .app_info .app_layout__page {
        max-width: 320px;
    }

    /*endregion*/
}

/* integration */

.integration_card{
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 500px;
}
.integration_card .integration_message__wrapper, .integration_card button[type="submit"]{
    margin-top: 20px;
}

.integration_card .input_field{
    margin-bottom: 18px;
}
.integration_card .message_bag{
    padding-top: 0;
}