@font-face {
    font-family: 'MontL';
    src: url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontB';
    src: url('fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontR';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MontL', sans-serif;
    /*background: #e9e9e9;*/
    /*background-image: url("https://wp-s.ru/wallpapers/12/14/386177554182079/spokojnyj-fon-s-perexodom-belogo-v-temnosinij.jpg");*/
    overflow-y: scroll;
}

body {
    /*background: linear-gradient(45deg, #fffbd5, #b20a2c);*/
    /*background: linear-gradient(45deg, #fffbd5, #3055a2, #fffbd5);*/
    /*background-size: 400% 400%;*/
    /*animation: gradientAnimation 45s ease infinite;*/
    background: #dce8ff;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


h1 {
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: 900;
}

h3, h2 {
    /*font-size: 1.75rem;*/
    font-family: 'MontR';
    font-size: 18px;
    font-weight: 700;
}

b {
    font-weight: 700;
    font-family: 'MontR';
}

a {
    color: #375ea8;

    text-decoration: none;

}

a:hover {
    text-decoration: underline;
    text-decoration-color: #e42015;
}

i {
    font-style: normal;
}

select {
    font-size: 16px;
}

.form-control:disabled, .form-control[readonly] {
    background: transparent;
}


ul {
    padding-left: 0;
}

li {
    list-style: none;
}


.hidden {
    display: none;
}

.hidden-avatar {
    display: none;
}

.main_menu ul {
    list-style: none;
    display: block;
    padding-left: 0;
}

.main_menu ul li {
    padding: 10px 20px;
    position: relative;
    display: block;
    background: transparent;
}

.main_menu ul li:hover {
    background: #eee;
}

.main_menu ul li.line_nav:hover {
    background: none;
}

.main_menu ul li a {
    text-decoration: none;
    line-height: 20px;
}

.main_menu ul li a:hover {
    text-decoration: none;
}

.main_menu ul li .notification-count {
    position: absolute;
    left: 10px;
    top: 0;
    background: red;
    color: #fff;
    position: absolute;
    /* left: 0px; */
    top: 0;
    width: 17px;
    line-height: 17px;
    height: 17px;
    text-align: center;
    border-radius: 20em;
    font-size: 10px;
}

.list_company {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
}

.list_company li {
    width: 100%;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    display: flex;
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.40);
    flex-wrap: wrap;
    padding: 30px 30px;
    position: relative;
    /*padding-bottom: 50px;*/
    min-height: 250px;
}

.list_company li .add_button {
    color: gray;
    padding: 5px 20px;
    text-decoration: none;
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: 10px;
}


.list_company li img {
    max-width: 150px;
}

.list_company li ul {
    list-style: none;
    padding-left: 0;
}

.list_company li ul li {
    border: none;
    width: auto;
    padding: 5px 0px;
    box-shadow: none;
}


.list_company_img {
    width: 25%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.list_company_desc {
    width: 75%;
    padding-left: 30px;
    text-align: left;
}

.list_company_desc p {
    font-size: 14px;
}


.list_company_sevices {
    width: 100%;
    text-align: left;
}

.list_company_sevices_list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.list_company_sevices_item {
    padding: 0px 10px;
    background: #eee;
    border-radius: 20em;
    border: 1px solid #ddd;
}

.list_company_sevices .list_company_sevices_item a {
    font-size: 14px;
}

.list_company_sevices .list_company_sevices_item:hover a {
    text-decoration: none;
}

.list_company_sevices .list_company_sevices_item:hover {
    background: transparent;
    border: 1px solid #ddd;
}


.list_company_sevices h4 {
    font-size: 14px;
}

.list_company_sevices_abs {
    position: absolute;
    right: 25px;
    bottom: 15px;
}


.order_list_page {

}

.order_list_page .add_button {
    display: table;
    margin-right: 20px;
}

.order_list {
    padding: 0;
}

.order_list {
    /*overflow-x: auto;*/
}

.table_overflow {
    overflow-x: auto;
}

.order_list li {
    display: flex;
    justify-content: space-between;
}

.order_list table {
    font-size: 14px;
}

.order_list table tr td {
    /*padding-right: 40px;*/
}

.order_list table tbody tr td {
    white-space: nowrap;
    position: relative;
}

.order_list table tbody tr td:nth-child(1) {
    /*padding-left: 20px;*/
}


.order_list table tr {
    /*cursor: pointer;*/
}

.send_form_order {

}

.send_form_order form {
    display: inline-grid;
    gap: 5px;
    width: 100%;
}

.send_form_order {

}


.profile_page {

}

.profile_page h1 {

}

.input_line {
    display: block;
    margin-bottom: 5px;
}

.profile_page label {
    display: block;
}

.profile_page input {
    padding: 5px;
    min-width: 200px;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    text-align: center;
}

.id_block {
    color: gray;
}


/*Tabs*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {
    color: red;
}

.account-img {
    width: 150px;
}

.profile_page_avatar {
    overflow: hidden;
    border-radius: 20em;
    /*border: 1px solid gray;*/
    width: 120px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profile_page_avatar img {
    width: 100%;
}

.id_text {
    font-size: 15px;
    color: gray;
}

.ui-autocomplete {
    position: absolute;
    z-index: 9999;
    cursor: default;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 5px 0;
    list-style: none;
    margin: 0;
}

.ui-autocomplete li {
    padding: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /*border-bottom: 1px solid #ccc;*/
    cursor: pointer;

}

.ui-autocomplete li:last-child {
    border-bottom: none;
}

.ui-autocomplete li:hover {
    background-color: #f4f4f4;
}

.ui-autocomplete li.ui-state-active {
    background-color: #dddddd;
}

.ui-autocomplete .ui-menu-item-wrapper {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.main_nav_bar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100;
    background: #fff;
    box-shadow: 16px 0px 21px -11px rgba(0, 0, 0, 0.40);
    overflow-y: scroll;
}


.main_work_place_color {
    position: relative;
    /*margin-left: 320px;*/
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px;
    margin-top: 15px;
    min-height: 500px;
    margin-right: 15px;
}

.main_work_place {
    position: relative;
    margin-left: 320px;
    min-height: 500px;
    overflow: hidden;
}

.footer_block {
    position: relative;
    margin-left: 320px;
}

.menu_logotype {
    padding: 20px;
}

.menu_logotype img {
    width: 150px;
    display: block;
    margin: auto;
}


.main_nav_bar {
    scrollbar-width: thin;
    scrollbar-color: #666666 #FFFFFF;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #FFFFFF;
}

::-webkit-scrollbar-track:hover {
    background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #999999;
}


.main_nav_bar::-webkit-scrollbar {
    width: 3px;

}

.main_nav_bar::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #FFFFFF;
}

.main_nav_bar::-webkit-scrollbar-track:hover {
    background-color: #FFFFFF;
}

.main_nav_bar::-webkit-scrollbar-track:active {
    background-color: #FFFFFF;
}

.main_nav_bar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #999999;
}

.main_nav_bar::-webkit-scrollbar-thumb:hover {
    background-color: #666666;
}

.main_nav_bar::-webkit-scrollbar-thumb:active {
    background-color: #666666;
}

.menu_profile {
    padding: 5px 20px;
}


.add_button {
    color: gray;
    padding: 0px 10px;
    text-decoration: none;
    border: 0.5px solid gray;
    border-radius: 5px;
    margin-top: 0;
    background: transparent;
}

.add_button:hover {
    background: #eee;
    text-decoration: none;
    color: gray;
}

.form_label_block label {
    display: block;
}

.create_manager_box {
    width: 500px;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.40);
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    margin-top: 50px;
}

.create_manager_box h1 {
    padding-bottom: 5px;
}

.flex_wrap_manager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_wrap_manager > p {
    flex-basis: calc(50% - 10px);
}

.flex_wrap_manager > p:first-child {
    flex-basis: 100%;
}

.flex_wrap_manager input {
    width: 100%;
}

.flex_wrap_manager .register_butt {
    width: 100%;
    display: block;
}


.register_butt {
    margin: auto;
    width: 100%;
    background: #355ba6;
    border: 1px solid #355ba6;
    padding: 10px 35px;
    color: #fff;
    border-radius: 10px;
}

.register_butt:hover {
    background: transparent;
    color: #355ba6;
}

.register_butt.make_bills {
    padding: 10px 30px;
    margin-left: 10px;
}

.register_butt.make_bills:hover {
    text-decoration: none;
}

.box_form_center {
    width: 500px;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.40);
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    margin-top: 50px;
}

.box_form_center h1 {
    text-align: center;
    padding-bottom: 0;
}

.box_form_center form {
    margin: auto;
    display: block;
    /*max-width: 400px;*/
}

.box_form_center label {
    display: block;
    width: 100%;
}

.box_form_center input {
    display: block;
    width: 100%;
}

.box_logout {
    /*padding: 100px 0;*/
}

.not_reg_p {
    padding-top: 20px
}

.not_reg_p p {
    padding-bottom: 0;
    margin-bottom: 5px;
}

.flex_send_order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.send_order_box {
    width: 800px;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.40);
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    margin-top: 50px;
}

.flex_send_order_100 {
    width: 100%;
    margin-bottom: 10px;
}

.flex_send_order_50 {
    width: 48%;
    margin-bottom: 10px;
}

.flex_send_order_50 input {
    width: 100%;
    padding: 5px 10px;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid;
}


.flex_send_order_100 input {
    width: 100%;
    padding: 5px 10px;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid;
}

.flex_send_order_100 input[type="checkbox"] {
    width: auto;

}

#service_list {
    display: flex;
    flex-wrap: wrap;
}

.form_label_block #service_list label {
    display: block;
    /* white-space: nowrap; */
    width: 33%;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
    line-height: 16px;
    margin-bottom: 10px;
}

.form_label_block #service_list input[type="checkbox"] {
    margin-right: 10px;
    position: absolute;
    top: 2px;
    left: -2px;
}

.send_form_order select {
    padding: 10px 10px;
    border-radius: 5px;
}

.register_butt {
    margin-top: 15px;
}

input[type="checkbox"] {
    margin-right: 10px;

}

.order_detail_page {
    display: flex;
}


.order_detail_main {
    width: 40%;
}

.order_detail_main h1 {
    padding-bottom: 10px;
    position: absolute;
    left: -9999px;
}

/*.name_order_detail:after{*/
/*content: '\270E';*/
/*    padding-left: 10px;*/
/*    color: #aeaeae;*/
/*    font-size: 20px;*/
/*}*/


.order_detail_main h2 {
    padding-top: 20px;
    margin-bottom: 10px;
}


.order_detail_main input {
    display: block;
    border: none;
    /*border-bottom: 1px solid;*/
    padding: 0px 0px 0;
    margin-bottom: 0px;
    text-align: center;
    background: transparent;
}


.order_detail_main input[type=number] {
    text-align: right;
}

.red_input {
    color: red;
    background: rgb(235, 201, 201) !important;
}

.order_detail_changed {
    width: 65%;
}

.order_detail_changed ul {
    list-style: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    height: 500px;
    overflow-y: auto;
    margin-left: 25px;
    background: #f5f5f5;

}


.order_detail_changed ul li {
    list-style: none;
    max-width: 100%;
    position: relative;
}

.order_detail_changed ul li p {
    font-size: 14px;
    /* border: 1px solid #c9c9c9; */
    border-radius: 5px;
    padding: 5px 10px 20px;
    background: #fff;
    /*background: #fff8f8;*/
    margin: 5px 0;
    display: inline-block;
    position: relative;
    min-width: 250px;
    box-shadow: 4px 4px 7px -5px #9f9f9f;
    margin-bottom: 10px;
    max-width: 80%;
}

.order_detail_changed ul .order_detail_changed_atr {
    max-width: none;
}

.order_detail_changed ul .order_detail_changed_atr p {
    background: transparent;
    min-width: auto;
    border: none;
    padding: 0;
    color: gray;
    padding-left: 10px;
    font-size: 13px;
    box-shadow: none;
    max-width: 100%;
}

.order_detail_changed ul .order_detail_changed_atr p .order_message_abs {
    position: initial;
}

.order_detail_chat_name {
    display: block;
    font-family: 'MontR', sans-serif;
    color: gray;
    font-size: 13px;
}


.order_message_abs {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: gray;
    white-space: nowrap;
}

.order_detail_main_users {
    /*border: 1px solid #c9c9c9;*/
    background: #f7f7f7;
    padding: 5px 10px;
    font-size: 14px;
}

.order_detail_main_users select {
    font-size: 14px;
    border-color: #d2d2d2;
}

.order_detail_main_users p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.order_detail_main_users p a {
    text-align: right;
}

.update_status_manager, .update_status_order {
    display: flex;
    justify-content: space-between;
}


/* .order_detail_main_detail {*/
/*    margin: 0;*/
/*    margin-bottom: 20px;*/
/*}*/


.count_leads_info .order_detail_main_detail {

}


.order_detail_main_detail {
    /*background: #f7f7f7;*/
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    /*display: flex;*/
    /*align-items: center;*/
}

.order_detail_main_detail p {
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.order_detail_main_detail p span {
    color: gray;
}


.order_detail_main_detail_bill_item {
    margin-bottom: 20px;
}

.chat-form {
    margin-left: 25px;
    width: 100%;

}

.file-drop-zone {
    padding: 35px;
    border: 1px dashed #000;
    text-align: center;
    max-width: 420px;
    border-radius: 10px;
    background: #f3f4ff;
    margin-bottom: 15px;
    margin-top: 5px;
}

.agent_item_bill_file {
    padding: 0;
}

.chat-form input {
    width: 83%;
}

.chat-but {
    margin: auto;
    /*width: 100%;*/
    background: #355ba6;
    border: 1px solid #355ba6;
    padding: 2px 35px;
    color: #fff;
}

.chat-but:hover {
    background: transparent;
    color: #355ba6;
}

.highlighted {
    font-weight: bold;
    font-family: 'Mont';
}


.about_prog_offer {
    position: relative;
    display: flex;
    /*background: #3155a221;*/
    margin: -45px;
    padding: 45px;
    padding-bottom: 0;
}

.about_prog_offer .about_prog_offer_img {
    position: relative;
    /*max-width: 250px;*/
    top: 0;
    width: 40%;
    display: inline-block;
}

.about_prog_offer .about_prog_offer_img img {
    position: absolute;
    /*width: 100%;*/
    width: 450px;
    bottom: 0;
}


.about_prog_offer .about_prog_offer_txt {
    width: 60%;
    padding: 70px 20px 40px 0;
    display: inline-block;
}

.about_prog_offer .about_prog_offer_txt h1 {
    font-family: MontB;
    position: relative;
}

.about_prog_offer .about_prog_offer_txt h1:after {
    content: '';
    background-image: url(./img/dev/logo_vertical.svg);
    width: 167px;
    height: 32px;
    background-size: cover;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    right: -10px;
    top: 12px;

}

.about_phone {
    display: flex;
    /* background: #e2fff9; */
    /* margin: 0 -45px; */
    padding: 60px 20px 10px;
}

.about_phone .about_txt {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.about_phone .about_txt h2 {
    font-size: 30px;
}


.about_phone .about_img {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

/*.about_phone .about_img:before{
    content: "";
    width: 200px;
    height: 330px;
    background: #3055a2;
    opacity: 0.4;
    position: absolute;
    top: -20px;
    z-index: 0;
    left: 0;
    }*/

.about_phone .about_txt {
    padding: 100px 20px 100px 0;
}

.about_phone .about_img img {
    max-width: 250px;
    margin: auto;
    display: block;
    z-index: 10;
    position: relative;
}


/* Timeline Container */
.timeline {
    /*background: var(--primary-color);*/
    margin: 20px auto;
    padding: 20px;
    margin-top: 0;
    padding-top: 4px;
}

/* Card container */
.card_cheme {
    position: relative;
    max-width: 600px;
}

/* setting padding based on even or odd */
.card_cheme:nth-child(odd) {
    padding: 30px 0 30px 30px;
}

.card_cheme:nth-child(even) {
    padding: 30px 30px 30px 0;
}

/* Global ::before */
.card_cheme::before {
    content: "";
    position: absolute;
    width: 50%;
    border: solid #3055a2;
}

/* Setting the border of top, bottom, left */
.card_cheme:nth-child(odd)::before {
    left: 0px;
    top: -4.5px;
    bottom: -4.5px;
    border-width: 5px 0 5px 5px;
    border-radius: 50px 0 0 50px;
}

/* Setting the border of top, bottom, right */
.card_cheme:nth-child(even)::before {
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 5px 5px 5px 0;
    border-radius: 0 50px 50px 0;
}

/* Removing the border if it is the first card */
.card_cheme:first-child::before {
    border-top: 0;
    border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.card_cheme:last-child:nth-child(odd)::before {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card_cheme:last-child:nth-child(even)::before {
    border-bottom: 0;
    border-bottom-right-radius: 0;
}

/* Information about the timeline */
.info {
    display: flex;
    flex-direction: column;
    /* background: #333; */
    /* color: gray; */
    border-radius: 10px;
    padding: 10px;
}

/* Title of the card */
.title {
    color: #3055a2;
    position: relative;
    font-family: 'MontB';
    font-size: 19px;
}

/* Timeline dot  */
.title::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 999px;
    border: 3px solid #3055a2;
}

/* text right if the card is even  */
.card_cheme:nth-child(even) > .info > .title {
    text-align: left;
}

/* setting dot to the left if the card is odd */
.card_cheme:nth-child(odd) > .info > .title::before {
    left: -50px;
}

/* setting dot to the right if the card is odd */
.card_cheme:nth-child(even) > .info > .title::before {
    right: -50px;
}


.start_make_money {
    position: relative;
}

.start_make_money:before {
    content: '';
    width: 50%;
    position: absolute;
    height: 100px;
    border: 5px solid #3055a2;
    left: 20px;
    top: -76.5px;
    bottom: -4.5px;
    border-width: 5px 0 5px 5px;
    border-radius: 0px 0 0 50px;
    border-top: 0;
    z-index: 0;
}


.start_make_money p {
    text-align: center;
}


.start_make_money p a {
    font-size: 25px;
    padding: 20px 50px;
    z-index: 10;
    position: relative;
    background: #e42013;
    color: #fff;
    border: 5px solid #3155a2;
    border-radius: 20px;
}

.start_make_money p a:hover {
    background: #fff;
    color: #3155a2;
    text-decoration: none;
}

.add_service {

}

.add_service input {
    width: 100%;
    max-width: 250px;
    display: block;
    padding: 5px;

}

.add_service form label {
    display: block;
}

.add_service form .register_butt {
    max-width: 250px;
    display: block;
    margin: 0;
    margin-top: 20px;
}

.profile_edit_form_flex {
    display: flex;
}

profile_edit_img {
    width: 50%;
}

profile_edit_items {
    width: 50%;
}

.profile_edit_items {
    padding-left: 30px;
}

/*.profile_edit_form_line{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.profile_edit_form_line span {
    padding-left: 10px;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
}

.form-group i {
    position: absolute;
    right: 0;
}

.form-group label {
    width: 50%;
}


[data-title] {
    position: relative; /* Относительное позиционирование */
    cursor: help; /* Меняем курсор на справочный */
}

[data-title]::after {
    content: attr(data-title); /* Выводим текст из атрибута data-title */
    position: absolute; /* Абсолютное позиционирование */
    left: 0;
    top: 1em; /* Положение подсказки */
    opacity: 0; /* Скрываем подсказку, делая её прозрачной */
    transition: 0.5s; /* Время появления подсказки */
    pointer-events: none; /* Подсказка не реагирует на курсор */
    background: #3256a3; /* Синий цвет фона */
    color: #fff; /* Белый цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    z-index: 2;
}

[data-title]:hover::after {
    opacity: 1; /* Показываем подсказку */
}

.button_blue {
    margin: auto;
    background: #355ba6;
    border: 1px solid #355ba6;
    padding: 5px 25px;
    color: #fff;
    margin-right: 10px;

    border-radius: 5px;
}

.button_blue:hover {
    background: transparent;
    border: 1px solid #355ba6;
    color: #355ba6;
    text-decoration: none;
}


.branch_open_icon_add_member{
    width: 130px;
    position: absolute;
    right: -7px;
    opacity: 0.05;
    z-index: 100;
}



.button_blue.button_introvert {
    background: transparent;
    color: #355ba6;
}

.button_blue.button_introvert:hover {
    background: #355ba6;
    color: #fff;
}

.order_item_form_flex_p {
    display: flex;
    align-items: flex-end;
}

.order_item_form_flex_p span {
    width: 60%;
}

.order_item_form_flex_p input {
    width: 40%;
    margin-bottom: 0;
    padding-top: 0;
    background: #fff;
}

.message-container {
    display: none;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.success {

    background-color: #a5d6a7;
    color: #2e7d32;
    display: block;
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 15px;

}

.error {
    background-color: #ef9a9a;
    color: #c62828;
    display: block;
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 15px;

}

.services_list {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.services_list li {
    list-style: none;
    width: 100%;
    padding: 25px 25px 25px 40px;
    position: relative;
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.40);
    border-radius: 15px;
    margin-bottom: 15px;
}

.delete_company_service {
    position: absolute;
}

.services_list li p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.services_list .services_list_item {
    display: flex;
}

.services_list_item_img {
    width: 25%;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.services_list_item_img img {
    width: 100%;
}

.services_list_item_img_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.services_list_item_txt {
    padding-left: 35px;
    width: 75%;
}

.services_detail_page_desc_for_agent_flex {
    display: flex;
}

.services_detail_page_desc_for_agent {
    width: 60%;
    padding-right: 30px;
}

.services_detail_page_photo_for_agent {
    width: 40%;
}

.services_detail_page_photo_for_agent .services_detail_img_list {
    margin: auto;
}


.services_detail_page_photo_for_agent .services_detail_img_list li {
    padding-bottom: 30%;
    flex-basis: 30%;
    height: auto;
}


.services_detail_page_desc_for_agent span {
    display: block;
    font-family: 'MontR', sans-serif;
}

.services_list li span {
    /*position: absolute;*/
    right: 15px;
    top: 15px;
    color: #666;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    display: block;
}


.services_list li .services_list_item_commision {
    padding-bottom: 15px;
    font-size: 20px;
}

.services_list li .services_list_item_commision i {
    padding-left: 5px;
}

.fa-question-circle {
    color: #a9a9a9;
}


.services_list li .services_list_item_offer_client {
    padding-bottom: 15px;
    /*font-size: 20px;*/
}

.services_list li .header_service {
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 15px;
}


.services_list li p a {
    color: #000;
    font-family: 'MontR';
}

#service_name {
    padding: 5px 25px;
    width: 100%;
    max-width: 500px;
    border: none;
}

.services_detail_page {

}

.services_detail_page h1 {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.services_detail_page .company_name_service {
    font-size: 14px;
    color: gray;
}

.services_detail_page textarea {
    width: 100%;
    /*max-width: 400px;*/
    resize: none;
    height: 100px;
}

.services_detail_page button {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0;
}

.services_detail_page p.p_margin {
    margin-bottom: 0;
}

.services_list_page {

}

.services_list_page_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.services_list_page_select {
    width: 49%;
    background: #ccddff;
    padding: 25px;
}

.services_list_page_add {
    width: 49%;
    background: #f9e7e6;
    padding: 25px;
}

.services_list_page_select p {
    font-size: 20px;
    line-height: 22px;
}

.services_list_page_add p {
    font-size: 20px;
    line-height: 22px;
}


.services_list_page_add .add_button {
    font-size: 15px;
    top: 5px;
    position: relative;
    border: 1px solid #000;
    color: #000;
}


.services_detail_page_flex {

}

.services_detail_page_desc {
    width: 100%;
}

.services_detail_page_img {
    width: 100%;
}


.services_detail_page_reward {
    /*padding: 25px 25px 10px;*/
    /*background: #ccddff;*/
    /*box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.40);*/
    margin-bottom: 30px;
}

.services_detail_page_reward h3 span {
    text-decoration: underline;
    text-decoration-color: red;
}

.orderForm_row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.orderForm_row.orderForm_row_but {
    margin: 15px 0;
    border: none;
    justify-content: space-between;
}


.orderForm_row_but button {
    width: 49%;
}


.orderForm_row label {
    width: 50%;
}

.orderForm_row input {
    width: 50%;
    text-align: right;
}

.order_detail_main .save_but {
    background: #355ba6;
    border: 1px solid #355ba6;
    padding: 2px 35px;
    color: #fff;
}

.order_detail_main .save_but:hover {
    background: transparent;
    border: 1px solid #355ba6;
    padding: 2px 35px;
    color: #355ba6;
}

.orderForm_row.orderForm_row_block {
    display: block;

}


.orderForm_row.orderForm_row_block input[type=file] {
    width: 100%;
    border-bottom: 0;
    padding: 0;
    font-size: 14px;
}

.orderForm_row.orderForm_row_block.hidden_block, .hidden_block {
    display: none;
}


.send_form_order textarea {
    resize: none;
    width: 100%;
    height: 110px;
}

.error-message {
    color: rgb(135, 22, 22);
    position: fixed;
    right: 15px;
    top: 15px;
    background: rgba(219, 75, 66, 0.55);
    /*padding: 5px 10px;*/
    border-radius: 5px;
}


.services_detail_img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
    justify-content: flex-start;
}

.services_detail_img_list li {
    position: relative;
    flex-basis: 31%;
    display: flex;
    /* align-items: center; */
    height: 250px;
    /*width: 200px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services_detail_img_list li img {
    width: 100%;
}


.services_detail_page_pres {
    padding: 20px 20px;
    /*background: #eee;*/
    margin-bottom: 15px;
}

.services_detail_page_pres .services_detail_img_list .delete_photo {
    position: absolute;
    right: 5px;
    top: 0px;
}


.services_detail_page_pres .services_detail_img_list .delete_photo i {
    color: #fff;
    text-shadow: 0px 0px 1px black;
}

.services_detail_page_pres .services_detail_img_list .delete_photo:hover i {
    color: gray;
}

.services_detail_img_list .service-photos {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;

}


.services_detail_page_pres_last {
    /*border: 1px solid gray;*/
    /*text-align: center;*/
    /*display: flex;*/
    /*justify-content: center;*/
}

.services_detail_page_pres_last a {
    color: #000;
    border: 1px solid gray;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px 25px;
}

.services_detail_page_pres_last a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.services_detail_page_desc_flex {
    /*display: flex;*/
}

.name_order {
    position: relative;
}

.name_order i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.order_detail_main .name_order_detail {
    font-size: 21px;
    width: 100%;
    text-align: left;

}

.order_detail_main input.name_order_detail {
    background: #f1f1f1;
    padding: 1px 8px;
    border-radius: 5px;
}

.unread_notification_count {
    background: red;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 6px;
    line-height: 10px;
    height: 6px;
    text-align: center;
    border-radius: 20em;
    font-size: 11px;
}

.notification-new {
    color: #0a6f03;
    background: rgb(225, 255, 180);
    padding: 2px 10px;
    border-radius: 5px;
}


.modal {
    background: rgba(0, 0, 0, 0.41);
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}


.modal .modal-content {
    width: 400px;
    padding: 30px 40px;
}

.modal .modal-content h2 {
    text-align: center;
    padding-bottom: 20px;
}

.modal .modal-content .close_but_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

.modal .modal-content .button_blue {
    margin: auto;
    display: block;
    margin-top: 20px;
    width: 100%;
}


.order_detail_main .add_button {
    width: 100%;
}

.stages-container {

}

.stage-item {
    padding: 10px 10px;
    padding-top: 25px;
    border: 1px solid #cac5c5;
    border-radius: 10px;
    margin: 5px 0;
    position: relative;
}


.stages-container p {
    font-size: 14px;
    margin-bottom: 0;
}


.delete_stage {
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 0.4;
}

.delete_stage:hover {
    opacity: 1;
}

.save_stage_butt {
    border: 1px solid #355ba6;
    border-radius: 5px;
    font-size: 14px;
    background: #355ba6;
    color: #fff;
}

.save_stage_butt_reset {
    background: transparent;
    color: #000;
}

.stage_item_flex {
    display: flex;
    justify-content: space-between;
}

.stage_item_flex select {
    font-size: 14px;
}


.stage_item_price span {
    width: 60%;
}

.stage_item_price input {
    width: 40%;

}

.file_info_pay_doc {
    white-space: nowrap;
}

.stage_item_agent {
    /*padding-top: 10px;*/
}

.stage_item_agent p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 14px;
}

.stage_item_agent p span {
    color: gray;
}


.create_manager_box_link {
    position: relative;
}


.create_manager_box_link_img {
    position: relative;
}

.create_manager_box_link_img img {
    width: 100%;
    max-width: 150px;
    margin: auto;
    display: block;
}

.create_manager_box_link h1 {
    text-align: center;
    font-size: 21px;

}

.create_manager_link_page button {
    background: transparent;
    border: none;
}

.create_manager_link_page button i {
    color: gray;
}

.create_manager_link_page button:hover {
    text-decoration: none;
}

.create_manager_link_frame {
    display: table;
    background: #f0f0f0;
    padding: 15px;
    border: 1px solid #cccccc;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: -100px;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 30px;
    padding-top: 50px;
    z-index: 103;
    background: #fff;
    box-shadow: 16px 0px 21px 11px rgba(0, 0, 0, 0.40);
    overflow-y: scroll;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    z-index: 101;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 36px;
    margin-left: 0;
    line-height: 20px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding: 30px;
        padding-top: 50px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav input {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

.sidenav select {
    font-size: 13px;
}

.flex_line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;

    margin-bottom: 5px;

}

.flex_line_wrap {
    flex-wrap: wrap;
}

.flex_line .button_blue {
    padding: 5px 10px;
    font-size: 13px;
    margin: 0;
}

.filter_button {
    position: absolute;
    right: 40px;
    top: 70px;
}

.filter_label_b {
    width: 100%;
    font-width: 900;
}

td.ascending::after {
    content: " ▲";
}

td.descending::after {
    content: " ▼";
}

.table_leads thead tr th {
    cursor: pointer;
    white-space: nowrap;
}

.count_leads_info {
    padding: 10px 0;
    font-size: 14px;
}

.count_leads_info p {
    padding: 0;
    margin: 0;
}

.filter_indicator {
    background: red;
    width: 10px;
    height: 10px;
    position: absolute;
    display: block;
    border-radius: 20em;
    top: 0;
    right: -10px;
}

.dashboard_manager_lids {
    background: #3960aa;
    color: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    width: 48%;
    box-shadow: 0 6px 25px -10px black;
}

.dashboard_manager_lids .flex_line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 15px;
}

.dashboard_page {
    background: #3960aa;
}

b {
    font-family: 'MontR', sans-serif;
}


progress {
    width: 100%;
    height: 5px;
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
}

progress::-webkit-progress-bar {
    background-color: #f2f2f2;
    border-radius: 10px;
}

progress::-webkit-progress-value {
    background-color: #e42013; /* Задайте желаемый цвет шкалы здесь */
}

progress::-moz-progress-bar {
    background-color: #e42013; /* Задайте желаемый цвет шкалы здесь */
}

.dashboard_page h1 {
    color: #fff;
    font-size: 30px;
    font-family: 'MontB', sans-serif;
}

.dashboard_links {
    color: #fff;
    text-decoration-color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 20px;
}

.dashboard_links:hover {
    color: #3960aa;
    background: #fff;
    text-decoration: none;
}

.dashboard_manager_lids_title {
    color: #fff;
    font-size: 16px;
}

.dashboard_manager_lids a {
    color: #fff;

}

.dashboard_manager_lids_title span {
    display: block;
    font-size: 40px;
    font-family: 'MontB', sans-serif;
}

.dashboard_page_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.dashboard_date {

}

.dashboard_date ul {
    display: flex;
    width: 600px;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 25px;
}

.dashboard_date ul li {

}

.dashboard_date ul li a {
    color: #fff;
    text-decoration-color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    border: 1px solid #fff;
}

.dashboard_date ul li a:hover {
    color: #3960aa;
    background: #fff;
    text-decoration: none;

}


.scale-container {
    width: 100%;
    height: 20px;
    display: flex;
    position: relative;
    margin-top: 5px;

}

.scale-block {
    height: 100%;
    display: inline-block;
}

/* Добавьте дополнительные стили для каждого блока в зависимости от значения */
.scale-block:nth-child(1) {
    background-color: #5475fd;
}

.scale-block:nth-child(2) {
    background-color: #57bd57;
}

.scale-block:nth-child(3) {
    background-color: #f33f3f;
}

.scale-block span {
    line-height: 20px;
}


.scale-block:nth-child(1) span {
    position: absolute;
    left: 0px;

}

.scale-block:nth-child(2) span {
    text-align: center;
    display: block;

}

.scale-block:nth-child(3) span {
    position: absolute;
    right: 0px;

}

.dashboard_manager_lids_status_info {
    display: flex;
    margin-bottom: 35px;
}

.dashboard_manager_lids_status_info span {
    padding: 5px 10px;
    padding: 0px 10px;
    font-size: 13px;
    width: 100%;
    text-align: center;

}


.dashboard_page h2 {
    font-size: 25px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'MontL';
}

.overflow_table {
    overflow-x: auto;
    text-align: center;
    position: relative;
}

.overflow_table table {
    /*width: -webkit-fill-available;*/
    font-size: 14px;

}

.month_table {
    text-align: center;
    color: #3a61aa;
    font-family: MontB;

}

.overflow_table table thead tr th {
    white-space: nowrap;
}


.overflow_table table td {
    white-space: nowrap;
    position: relative;
}

.table_scroll {
    overflow-x: scroll;
}

.table_scroll input[type="checkbox"] {
    margin-right: 10px;
    text-align: center;
    margin: auto;
    display: block;
}


.table_scroll select {
    font-size: 14px;
}

.table_scroll td {
    white-space: nowrap;
    font-size: 14px;
}

.table_scroll th {
    white-space: nowrap;
    font-size: 14px;
}


.edit_requisites_form {

}

.edit_requisites_form form {
    width: 450px;
}

.edit_requisites_form form p {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.edit_requisites_form form input {
    padding: 5px 15px;
    min-width: 200px;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    text-align: left;
    background: #f5f6fb;
}

.edit_requisites_form form input:focus {
    background: transparent;
}

.edit_requisites_form form :nth-child(1) {
    width: 40%;
}

.edit_requisites_form .form-group {
    display: block;
    padding-bottom: 15px;
}

.edit_requisites_form .form-group label {
    width: 100%;
    font-size: 15px;
    padding-bottom: 5px;
    font-family: 'MontR', sans-serif;
}


.edit_requisites_form form p:nth-child(1) {
    width: 60%;
}

.showcase_list_client {

}

.showcase_list_client li {
    display: flex;
    padding: 25px;
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.40);
    position: relative;
    margin: 20px 0;
    padding-bottom: 30px;

}

.showcase_list_client li:hover {
    box-shadow: 0px 0px 26px -6px rgba(0, 0, 0, 0.40);
}


.showcase_list_client li .avatar_company {
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.showcase_list_client li .text_box_showcase {
    padding-left: 25px;
}

.showcase_list_client li .register_butt {
    position: absolute;
    right: 25px;
    bottom: 25px;
    max-width: 300px;
    text-align: center;
}

.cart_button_box {
    position: fixed;
    right: 0;
    z-index: 1002;
    display: block;
    margin: auto;
    bottom: 0;
    top: 0;
    display: flex;
}

.cart_button_box #cart-button {
    margin: auto;
    display: block;
}

.cart_button_box #cart-button {
    margin: auto;
    display: block;
    background: #e32013;
    border: none;
    padding: 5px 10px;
    color: #fff;
    display: flex;
}

.cart_button_box #cart-button i {
    font-size: 25px;
    padding-right: 10px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1003;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
}

.modal.show {
    transform: translateX(0);
    display: block;
}

.modal-content {
    background-color: #fefefe;
    margin: 0px;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    position: fixed;
    right: 0;
    top: 0;
    /*bottom: 0;*/
    display: block;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.cart_button_box {
    position: fixed;
    right: 0;
    z-index: 1002;
    display: block;
    margin: auto;
    bottom: 0;
    top: 0;
    display: flex;
}

.cart_button_box #cart-button {
    margin: auto;
    display: block;
}

.cart_page ul {
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.cart_page ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.lttl_txt {
    font-size: 13px;
    text-align: center;
}

.cart_page form {
    padding: 20px 0;
}


.cart_page input {
    padding: 10px 20px;
    width: 100%;
}

.cart_page button {
    padding: 10px 20px;
    width: 100%;
    margin-top: 0;
}

.cart_list {

}

.cart_list li {
    margin: 15px 0;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    position: relative;
}

.cart_list li h3 {
    font-size: 15px;
    margin-bottom: 0;
}

.cart_list .lttl_txt {
    font-size: 13px;
    text-align: left;
    margin-bottom: 0;
}

.cart_list .delete-from-cart {
    background: transparent;
    border: none;
    top: -5px;
    position: absolute;
    left: -30px;
    color: #aaaaaa;
}


.cart_list_form .register_butt {
    margin-top: 0;
}

.cart_list_form input {
    padding: 5px 15px;
    width: 100%;
}


.message_container_cart {
    position: fixed;
    right: 15px;
    top: 15px;
    display: none;
}

.error_add_cart {
    background: pink;
    color: darkred;
    padding: 5px 25px;
    border-radius: 5px;
}

.register_butt.register_butt_disabled {
    background: transparent;
    color: gray;
    border: 1px solid #e1e1e1
}

#qr_code_container img {
    box-shadow: 0px 0px 20px -10px black;
    margin-top: 0px;
    width: 200px;
}

.edit_qr_code {
    margin: 20px 0;
}

.edit_qr_code a {
    display: block;
}

.showcase_list_item_i i {
    padding-left: 15px;
}

.disactivate_showcase a {
    color: red;
}

.search_box_leads {
    margin-bottom: 15px;
}

.search_box_leads p {
    margin-bottom: 5px;
    font-size: 13px;
}

.search_box_leads input {
    width: 100%;
    padding: 7px 10px 7px;
    font-size: 13px;
}

.profile_edit_img_bg {
    width: 100%;
    min-width: 220px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: cover;*/
    /*border-radius: 20em;*/
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.profile_edit_img_bg_edit {
    display: none;
    background: #fff6;
    padding: 5px;
    /* border: 1px solid #9a9a9a; */
    /*border-radius: 10px;*/
    transition: 1s;
    position: absolute;
    width: 100%;
    top: 0;
    /* bottom: 0; */
    height: 100%;
    justify-content: center;
    align-items: center;
}

/*.blure {*/
/*    display: none;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: 99;*/
/*    opacity: 1;*/
/*    backdrop-filter: blur(7px);*/
/*    z-index: 0;*/
/*}*/
.blure {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #ffffff3b;
    opacity: 0;
    backdrop-filter: blur(7px);
    transition: 300ms;
}

.profile_edit_img_bg:hover .blure {
    /*display: block;*/
    opacity: 1;
}

/*.profile_edit_img_bg:hover {*/
/*    opacity: 0.8;*/
/*}*/

.profile_edit_img_bg:hover .profile_edit_img_bg_edit {
    display: flex;
    transition: 1s;
    z-index: 99;
}

#presentationInput {
    margin-bottom: 20px;
}

.closebtn {
    display: none;
}

.mob_menu_but {
    display: none;
    /*cursor: pointer;*/
}

.mobile_menu_line {
    display: none;
}

.password_line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.password_line > p {
    flex-basis: calc(50% - 10px);
}


.flex_wrap_manager .offerta_check_form {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
}

.flex_wrap_manager .offerta_check_form input[type="checkbox"] {
    width: 15px;
}


.simple_reg_form .offerta_check_form {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
}

.simple_reg_form .offerta_check_form input[type="checkbox"] {
    width: 15px;
}


.table_manager_orders {
    font-size: 14px;
}

.table_manager_orders thead tr th {
    white-space: nowrap;
}

.stage_item_pay {
    display: flex;
    flex-wrap: wrap;
}

.stage_item_pay a {
    display: block;
    width: 100%;
    text-align: right;
}

.sms_auth {
    background: #fff;
    width: 500px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin: auto;
    margin-top: 10%;
    box-shadow: 0 5px 25px -15px black;
}

.sms_auth form {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sms_auth form button {
    margin: 0;
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 25px;
    border-radius: 5px;
    min-width: 60px;
}

.sms_auth_input {
    height: 56px;
    border: 0;
    border-radius: 8px;
    outline: none;
    background-color: #ecf1f7;
    transition-duration: .25s;
    transition-property: background-color;
    transition-timing-function: ease;
    padding: 0 25px;
}

.sms_auth_input:focus:hover {
    background-color: #fff;
}

.sms_auth_input:focus {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #000;
    -webkit-appearance: none;
}

.message_er_auth {
    color: indianred;
    padding-top: 15px;
}

.line_nav {
    border-bottom: 1px solid gainsboro;
    position: relative;
    width: 90%;
    margin: auto;
    margin-bottom: 9px;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.profile_page .form-content {
    padding-bottom: 20px;
}


.profile_page_h1 {
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    font-size: 21px;
    font-family: 'MontR', sans-serif;
}

.profile_page_h1:before {
    content: '';
    background-image: url(./img/icon/settings.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.profile_edit_items {
    min-width: 500px;
}

.profile_edit_items .form-group {
    display: block;
}

.profile_edit_items .form-group label {
    width: 100%;
    font-size: 15px;
    padding-bottom: 5px;
    font-family: 'MontR', sans-serif;
}

.profile_page input {
    padding: 5px 15px;
    min-width: 200px;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    text-align: left;
    background: #f5f6fb;
}

.profile_page input:focus, .profile_page .form-control:focus {
    background: transparent;
}

.form-control:disabled, .form-control[readonly] {
    background: transparent !important;
}

.profile_page textarea.form-control {
    border-bottom: 1px solid #dddddd;
    background: #f5f6fb;
    padding: 5px 15px;
    height: 150px;
    border-radius: 5px;
}

.profile_edit_items .form-group {
    display: block;
    padding-bottom: 15px;
}

.profile_edit_check {
    bottom: 22px;
}

.main_menu ul li a {
    display: flex;

}

.profile_edit_setting_links {
    padding: 20px 0;
}

.profile_edit_setting_links p {
    margin-bottom: 5px;
    position: relative;
}

.main_menu ul li a svg,.main_menu ul li a img {
    width: 20px;
    margin-right: 10px;
    fill: #000;
}


.page_info_box{
    font-size: 14px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.main_menu ul .dach_icon a svg {
    padding: 2px;
}

.company_detail_page_desc_flex {
    display: flex;
}

.company_detail_page_desc_img {
    width: 150px;
    height: 150px;
    position: relative;
}

.company_detail_page_desc_img_bg {
    width: 100%;
    height: 150px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    /*max-height: 200px;*/
}

.company_detail_page_desc_title {

    width: calc(100% - 150px);
    padding-left: 25px;
}

.company_detail_page_desc_title h1 {
    padding-bottom: 0;
}

.company_detail_page_desc_title p {
    margin-bottom: 0;
    color: #999;
}

.company_detail_page_desc_title p span {
    color: #000;
}


.company_detail_page_desc_title td {
    padding-right: 25px;
}


.list_company_desc_agent_relation_status {
    position: absolute;
    right: 25px;
    top: 25px;
}

.list_company_desc_agent_relation_status .relation_status_wait {
    color: #ae440a;
    background: #ffd587;
    border-radius: 20em;
    padding: 0 20px;
}

.list_company_desc_agent_relation_status .relation_status_work {
    color: #0a6f03;
    background: #a5e2ad;
    border-radius: 20em;
    padding: 0 20px;
}

.list_company_sevices_reward {
    padding-top: 15px;
}

.list_company_sevices_reward h4 {
    font-size: 14px;
}

.list_company_sevices_reward p {
    font-size: 20px;
    font-family: 'MontR';
}


.list_company_sevices_reward_flex {
    display: flex;
    gap: 50px
}

.phone_login_link {
    /*text-align: center;*/
    /*    padding: 15px;*/
    text-align: left;
    padding: 0;
}

.phone_login_link svg {
    width: 30px;

}


.create_manager_link_page button {
    padding: 0;
    margin-bottom: 0;

}

.create_manager_link_frame {
    margin-bottom: 0;
}


.create_manager_link_page .create_manager_link_frame_flex button i {
    padding: 0 20px;
    font-size: 20px;
}


.create_manager_link_frame_flex {
    display: flex;
    margin-bottom: 15px;
}

.tac {
    text-align: center;
}


.bg_none.main_work_place_color {
    background: transparent;
}


#error-message {

}


.password_requrement {
    font-size: 14px;
    line-height: 14px;
    color: gray;
}


.simple_reg_form {
    width: 500px;
    margin: auto;
    display: block;
    box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.40);
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    margin-top: 50px;
}

.simple_reg_form form label {
    display: block;
}

.simple_reg_form form input {
    width: 100%;
    padding: 5px 10px;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid;
}


.simple_reg_form form #id_user_type {
    margin-bottom: 20px;
}

.smpl_pas_mar {
    margin-top: 20px;
}

.form_toggle {
    /*display: inline-block;*/
    overflow: hidden;
    display: flex;
}

.form_toggle-item {
    width: 50%;
    text-align: center;
    /*float: left;*/
    /*display: inline-block;*/
}

.form_toggle-item input[type=radio] {
    display: none;
}

.form_toggle-item label {
    display: inline-block;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #999;
    border-right: none;
    cursor: pointer;
    user-select: none;
}

.form_toggle .item-1 label {
    min-height: 70px;
    border-radius: 6px 0 0 6px;
    line-height: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_toggle .item-2 label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #999;
    min-height: 70px;
    line-height: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Checked */
.form_toggle .item-1 input[type=radio]:checked + label {
    background: #d9d9d9;
}

.form_toggle .item-2 input[type=radio]:checked + label {
    background: #d9d9d9;
}


.role_desc_reg {
    /*padding-top: 10px;*/
    font-size: 14px;
}

.reg_role_mar {
    margin-bottom: 5px;
}


.box_form_center .register_butt {
    width: 100%;
    display: block;
    text-align: center;
}

.loginpass.box_form_center p {
    text-align: center;
}

.agreement_a {
    /*padding: 3px 10px;*/
    /*border: 0.5px solid #c1c1c1;*/
    /*border-radius: 5px;*/
}


/* Стили для обрезки текста и добавления троеточия */
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* Максимальная ширина ячейки */
    cursor: pointer; /* Сделаем курсор указателем, чтобы показать, что текст кликабельный */
}


/* Стили для всплывающей подсказки */
/*.truncate:hover {*/
/*    max-width: none; !* Убирает ограничение на максимальную ширину при наведении *!*/
/*}*/

/*!* Стили для всплывающей подсказки *!*/
/*.truncate::before {*/
/*    content: attr(title);*/
/*    display: none;*/
/*    position: absolute;*/
/*    background: white;*/
/*    padding: 5px;*/
/*    border: 1px solid #ccc;*/
/*    z-index: 1;*/
/*    white-space: normal;*/
/*    width: 200px; !* Максимальная ширина всплывающей подсказки *!*/
/*}*/

/*!* Покажем всплывающую подсказку при наведении *!*/
/*.truncate:hover::before {*/
/*    display: block;*/
/*}*/
.scale-container {
    overflow: hidden;
}


.requsit_sarafan_header {
    color: #555;
    font-size: 14px;
    line-height: 16px;
}

.requsit_sarafan_header p {
    margin-bottom: 5px;
}

.main_menu .requsit_sarafan_header li:hover {
    background: none;
}


.support_phone {
    font-family: 'MontR', sans-serif;
    padding: 10px 20px;
    font-size: 14px;
}

.bold_font {
    font-family: 'MontB', sans-serif;
    padding: 10px 20px;
    font-size: 14px;
}

.support_phone span {
    color: #555;
    font-size: 14px;
    font-family: 'MontL', sans-serif;
    display: block;
}

.main_work_place_color.error_page_flex {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.main_work_place_color.error_page_flex h1 {

    font-size: 40px;
}

.main_work_place_color.error_page_flex p {

    font-size: 20px;
}


.send_form_order.send_form_order_company form {
    width: 100%;
}

.order_list_add_but {
    display: flex;
    gap: 15px;
    padding-right: 15px;
}


.import_csv {
    width: 400px;
}

.import_csv input, .import_csv select {
    width: 100%
}

.checkbox-ios {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 46px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    /*background: limegreen;*/
    background: #1860ee;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(28px);
}

.count_leads_info .order_detail_main_detail {

}

.is_archive_note {
    padding: 0px 15px;
    margin-left: 0;
    display: table;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    border: 0.5px solid #000;
    border-radius: 3px;
    background: #f1f1f1;
    top: -20px;
}

.checkbox_row_i {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.archive_notification {
    background: #fff;
    color: #000;
    position: absolute;
    right: 0px;
    top: 0;
    width: 10px;
    line-height: 10px;
    height: 10px;
    text-align: center;
    border-radius: 20em;
    font-size: 8px;
    border: 0.5px solid #000;
    bottom: 0;
    margin: auto;
    opacity: 0.6;
}

.table_ta_left {
    text-align: left;
}

.error_message.message-container {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    background: lightpink;
    color: darkred;
}

.drag_n_drop_icon {
    width: 30px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: scale(0.5);
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0.5;
    cursor: grab;
}

.drag_n_drop_icon:active {
    cursor: grabbing;
}

.drag_n_drop_icon div {
    background: #000;
    border-radius: 20em;
    height: 5px;
    position: relative;
    display: block;
    width: 5px;
    margin: 0 3px;
}

.line_nav_full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    background: #fff;
    min-height: 70px;
    position: relative;
    padding-left: 320px;
    overflow: hidden;
    padding-right: 20px;
}

.line_nav_info {
    display: flex;
}

.line_nav_info_item_profile {
    display: flex;
    align-items: center;
    justify-content: unset;
    position: relative;
}


.line_nav_info_item_profile .requisit_informer {
    left: 0;
}

.line_nav_info_item_profile a {
    display: flex;
    align-items: center;
}

.line_nav_info_item_profile .line_nav_info_item_profile_img {
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: contain;
    /*background-size: cover;*/
    margin-right: 15px;
    border-radius: 20em;
    border: 0.5px solid #d4d4d4;

    background-repeat: no-repeat;
}

.line_menu_profile {
    margin-bottom: 0;
}

.line_menu_profile span {
    display: block;
    font-size: 13px;
    color: #8996A7;
    line-height: 10px;
}

.dashboard_page_white {

}

.menu_profile {
    display: none;
}

#code-input-container {
    display: flex;
    width: 100%;
    justify-content: center;

}

#code-input-container input {
    width: 180px;
    margin: 0 5px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.dashboard_page_white_title {
    margin-right: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.dashboard_page_white_title.dashboard_page_white_title_filial {
    margin-right: 20px;
    background: #fff;
    padding: 15px 0px;
    border-radius: 15px;
    margin-top: 0px;
}

.dashboard_page_white_title h1 {
    padding-bottom: 0;
}


.dashboard_page_items {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    gap: 2%;
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.dashboard_page_item {
    flex-grow: 1;
    width: 32%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 15px;
    min-height: 130px;
    box-shadow: 0px 0px 18px -10px #000;
    transition: 0.5s;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}


.dashboard_page_item a {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.branch_card.dashboard_page_item a{
    position: relative;
}
.branch_card.dashboard_page_item a.absolute_link {
    position: absolute;
    z-index: 10;
}
.dashboard_page_item p {
    position: relative;
    z-index: 50;
}


.dashboard_page_item:hover {
    box-shadow: 0px 10px 18px -10px #000;
}


.dashboard_page_item_change_order .dashboard_page_item_context:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ff0000;
    top: 7px;
    position: absolute;
    border-radius: 20em;
    left: 17px;
}

.dashboard_page_item_change_order .dashboard_page_item_title_img img {
    position: relative;
}

.dashboard_page_item_title {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
}

.dashboard_page_item_context {
    width: 100%;
    display: flex;
    bottom: 15px;
    position: absolute;
    align-items: center;
}

.dashboard_page_item_context p {
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'MontB';
}

.fail_cicle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%
}

.success_cicle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%
}

.dashboard_page_item_title_img {

}

.dashboard_page_item_title_img img {
    margin-right: 10px;
}

.date-filter-buttons {
    border-radius: 20em;
    overflow: hidden;
    border: 1px solid gray;
    font-size: 15px;
    display: flex;

}

.date-filter-buttons button {
    border: none;
    padding: 5px 15px;
    background: transparent;
}

.date-filter-buttons button:hover {
    background: #dbe8ff;
}

.date-filter-buttons button.active {
    color: #fff;
    background: #1860ee;
}

.date-filter-buttons button:first-child {
    border: none;
    padding-left: 25px;
}

.date-filter-buttons button:last-child {
    border: none;
    padding-right: 25px;
}


.dashboard_page_item_line {
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}


.branch_title {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
}

.branch_title_link {
    z-index: 15;
    position: relative;
}

.branch_metrics {
    width: 100%;
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 35px;
}

.branch_metric {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.metric_icon {
    width: 22px;
    opacity: 0.7;
}

.metric_value {
    font-size: 13px;
    font-weight: 700;
}

.branch_metric img{
    width: 20px;
}


/*.branch_open_icon img{*/
/*        width: 40px;*/
/*    height: 40px;*/
/*}*/


/* ====== PILL BUTTONS ====== */

.pill {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20em;
    border: 1px solid #d0d5e0;
    background: #f5f7fb;
    margin: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
    user-select: none;
}

/* Ховер */
.pill:hover {
    background: #e4ebff;
    border-color: #b9c8ff;
}

/* Активная */
.pill.active {
    background: #1860ee;
    border-color: #1860ee;
    color: #fff;
}

/* "Все" можно чуть затемнить */
.pill-all {
    font-weight: 600;
}

/* Обёртка списка */
.agents_filter_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.agents_filter_list li {
    margin: 0px 0px;
}

/* Кнопка развернуть / свернуть */
.toggle_agents_btn {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    margin-top: 6px;
}

.toggle_agents_btn:hover {
    text-decoration: underline;
}

.pill.active {
    background: #1860ee;
    color: #fff;
    border-color: #1860ee;
    font-weight: 600;
}

.pill {
    padding: 0px 15px;
    font-size: 13px;
}

.agents_filter_block .filter_label_b{
    font-size: 14px;
}

#filtersAccordion .flex_line{
        display: flex;
    justify-content: flex-start;
    font-size: 13px;
    margin-bottom: 5px;
    gap: 15px;
    vertical-align: middle;
}

#filtersAccordion .flex_line label{
    display: flex;
    gap: 5px;

}

#filtersAccordion .flex_line input[type="checkbox"] {
    margin-right: 3px;
}


#filtersAccordion .flex_line_wrap div{
    display: flex;
}

.pill:active {
    transform: scale(0.96);
}


/* --- FILTER BUTTON --- */

.filter_header {
    margin-top: 15px;
    margin-bottom: 10px;
}

.filter_toggle_btn {
    background: #fff;
    border: 1px solid #d0d5e0;
    border-radius: 12px;
    padding: 7px 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    gap: 8px;
    position: relative;
}

.filter_toggle_btn:hover {
    background: #eef2ff;
}

.filter_icon {
    width: 18px;
    opacity: 0.7;
}

/* Красная точка-индикатор */
.filter_indicator {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 20em;
    display: none;   /* По умолчанию скрыта */
}

/* Активный индикатор */
.filter_indicator.active {
    display: inline-block;
}

/* --- ACCORDION --- */
.filters_panel {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #dbe2ee;
    margin-top: 10px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
}

.filters_panel.expanded {
    max-height: 900px; /* достаточно для всех фильтров */
    padding-top: 20px;
    padding-bottom: 20px;
}

.filters_panel.collapsed {
    padding-top: 0;
    padding-bottom: 0;
}



.table_leads{
    font-size: 14px;
}


.agent_list_img {

}

.agent_list_img img {
    max-width: 30px;
}

#datepicker-range input {
    border-radius: 20px;
    margin: 0 5px;
    width: 125px;
}


.blur {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 99;
    /*background: #fff;*/
    opacity: 1;
    backdrop-filter: blur(7px);
}

.mobile-tabs {
    display: none;
}

.mobile_footer {
    display: none;
}


.support_phone {

}

.support_phone p {
    padding-top: 5px;
}

.support_phone p a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(./img/icon/telegram.webp);
    background-position: center;
    background-size: contain;
    display: inline;
    margin-right: 5px;
    border-radius: 20em;
}

.support_phone p a {
    display: flex;
}

.page_text_center {
    text-align: center;
}

.page_text_center_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.amo_status_form_items {
    width: min-content;
}


.amo_status_form_item {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 5px;
    align-items: center;
}

.amo_status_form_item p {
    white-space: nowrap;
    min-width: 180px;
    margin-bottom: 0;
}

.amo_status_form_item select {
    padding: 5px;
}


.get_pipline_from_amo_but {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 3px 20px 3px 30px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.get_pipline_from_amo_but:before {
    content: '⟲';
    font-size: 30px;
    line-height: 16px;
    position: absolute;
    left: 5px;
}


.get_pipline_from_amo_but.alert_but {
    border-color: red;
}

.get_pipline_from_amo_but.alert_but:before {
    color: red;

}


.setting_arrow {

}

.setting_arrow:before {

}

.add_button_lttl {
    padding: 3px 7px;
    font-size: 14px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid gray;
    color: gray;
    text-decoration: none !important;
}

.add_button_lttl.add_button_bill_lttl {
    color: #fff;
    background: #355ba6;
}

#create_tag_amo {
    background: transparent;
    border: none;
}

#create_tag_amo:hover {
    text-decoration: underline;
    text-decoration-color: red;
}

.tooltip-container {
    position: relative;
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.tooltip-container:hover .tooltip {
    display: block;
}


.order_detail_changed ul li p.owner_message {
    margin-right: 0;
    position: relative;
    margin-left: auto;
    display: table;
    /*background: #f4f7ffd6;*/
}

.disabled_pay {
    opacity: 0.4;
    /*display: none;*/
}


.delete_message {
    z-index: 100;
    position: absolute;
    right: 5px;
    top: 5px;
    color: gray;
    opacity: 0;
    cursor: pointer;
}

.owner_message:hover .delete_message {
    z-index: 100;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
}

.create_bill {
    padding: 5px 0 20px;
}

.svg_rotate svg {
    width: 20px;
    transform: rotate(90deg);
    top: -3px;
    position: relative;
}


.dashboard_page_accountant {

}


.dashboard_page_accountant h2 {
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #00000059;
    margin-bottom: 25px;
}


.company_link_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
}

.list_company_sevices_item {
    z-index: 10;
}


/* Style the tab */
.company_page.tab {
    border: none;
    background-color: transparent;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow-x: scroll;
}

/* Style the buttons inside the tab */
.company_page.tab button {
    float: left;
    outline: none;
    background: #c9c9c90a;
    cursor: pointer;
    padding: 5px 25px;
    transition: 0.3s;
    border: 1px solid #cccccc5e;
    position: relative;
    box-shadow: 0px 10px 5px -10px #000;
    border-radius: 5px;
    min-width: 200px;
    font-size: 15px;
}

/* Change background color of buttons on hover */
.company_page.tab button:hover {
    box-shadow: 0px 0px 10px -7px;
    background: #eaeaea;
}

/* Create an active/current tablink class */
.company_page.tab button.active {
    box-shadow: 0px 0px 10px -7px;
    background: #3559a5;
    color: #fff;
    border-color: #3559a5;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0;
    border: none;
}

.flex_account {
    display: flex;
}

.profile_page_description {
    padding-left: 25px;
}

.profile_page_description h1 {
    padding-bottom: 0;
}

.profile_page_description p {
    margin-bottom: 0;
}

.legend_cicle {
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 20em;
    display: inline-block;
    margin-right: 10px;
}

.legend p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.flex_account .fail_cicle {
    width: 100px;
    height: 100px;
}

.table_leads_ {
    font-size: 14px;
}

.table_leads_ td {
    padding: 4px 10px;
}


#email_error_message {
    padding: 5px 10px;
    /*background: #ffcece;*/
    color: darkred;
    border-radius: 10px;
    border: 1px solid #8b000066;
    font-size: 13px;
    /*display: none;*/
}

#register_butt_message {
    border: 1px solid darkred;
    border-radius: 10px;
    color: darkred;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
    /*display: none;*/
}


.show {
    display: block;
}

.hide {
    display: none;
}


.create_lead_btn {
    background: transparent;
    border: none;
    align-items: center;
    display: flex;
    border: 1px solid #00000042;
    font-size: 13px;
    transition: 0.5s;
}

.create_lead_btn svg {
    width: 20px;
    margin-left: 5px;
    opacity: 0.6;
}

.create_lead_btn:hover {
    border-color: #fff;
}

.create_lead_btn:hover svg {
    opacity: 1;
}


.update_staff_order {
    display: flex;
    justify-content: space-between;
}

.update_staff_order select {
    max-width: 50%;
}

.absolute_Link_service {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;

}

.amo_logo {
    width: 9px;
    position: absolute;
    right: 0px;
    top: 2px;
    filter: grayscale(1);
    opacity: 0.6;
}


.edit_requisites_form input {
    padding: 5px 15px;
    min-width: 200px;
    border: 1px solid #7c7c7c;
    text-align: left;
    background: #f5f6fb;
    /*padding-bottom: 5px;*/
    width: 300px;
    border-radius: 5px;
}


.edit_requisites_form .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    margin: 10px 0 0 0;
    padding: 5px 15px;
    display: inline-block;
}

.edit_requisites_form p {
    margin-bottom: 5px;
    font-size: 15px;
}

.profile_icon {
    display: inline-flex;
    padding-left: 30px;
    position: relative;
    align-items: center;
}

.profile_icon:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.req_icon:before {
    background-image: url("static_dev/img/icon/i.webp");
}

.bank_icon:before {
    background-image: url("static_dev/img/icon/bank.webp");
}

.amo_icon:before {
    background-image: url("static_dev/img/icon/amo.webp");
}

.reset_pass_icon:before {
    background-image: url("static_dev/img/icon/respass.webp");
}


/*.phone_icon{*/
/*    background-image: url("static_dev/img/icon/respass.webp");*/
/*}*/


.not_reg_p .profile_icon:before {
    content: '';
    width: 30px;
    height: 25px;
    background-position: center;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.not_reg_p .profile_icon {
    display: inline-flex;
    padding-left: 35px;
    position: relative;
    align-items: center;
}

.little_window_page {
    background: #fff;
    width: 500px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin: auto;
    margin-top: 10%;
    box-shadow: 0 5px 25px -15px black;
}

.little_window_page input {
    width: 100%;
    padding: 7px 5px;
    max-width: 350px;
    text-align: center;
    border-radius: 6px;
    border: 0.5px solid #000;
    background: #f5f6fb;
}

.little_window_page input:focus:hover {
    background: transparent;
    border: 1px solid #000;
    box-shadow: none;
    -webkit-appearance: none;
}

.little_window_page button {
    width: 100%;
    max-width: 350px;
    margin: auto;
    display: block;
}

.profile_req_add {
    display: block;
}


.profile_req_add {
    width: 100%;
    border: 1px dashed #7a7a7a80;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    margin: 10px 0;
    /*background: #f5f6fc;*/
    border-radius: 10px;
    transition: 0.5s;
}

.profile_req_add:hover {
    border: 1px solid #000;

}

.profile_req_add span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 15px;
}

.profile_req_add p {
    /*color: blue;*/
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 0;
}

.profile_req_add a {
    width: 100%;
    text-align: center;
}


.profile_req_add:hover p {
    opacity: 1;
}

.profile_req_add a:hover {
    text-decoration: none;
}

.inn_result {
    padding: 20px 0;
}


.profile_like_b {
    width: 100%;
    font-size: 15px;
    font-family: 'MontR', sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}

.saveButton_line {
    position: fixed;
    bottom: 0;
    background: #3a61ab;
    left: 0;
    text-align: left;
    margin-left: 300px;
    right: 0;
    padding: 10px 50px;
    z-index: 10;
    box-shadow: 0px 0px 18px -10px #000;
}


.saveButton_line .button_blue {
    margin: auto;
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 25px;
    color: #000;
    margin-right: 10px;
    border-radius: 5px;
}

.saveButton_line .button_blue:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;

}


.saveButton_line .button_blue.button_introvert {
    background: transparent;
    color: #fff;
}

.saveButton_line .button_blue.button_introvert:hover {
    background: #fff;
    color: #3a61ab;
}


.requisit_informer {
    display: block;
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 20em;
    position: absolute;
    top: 0;
    right: -14px;
}

.on_moderations {
    color: #999;
}

.loader_box {
    max-width: 300px;
    display: block;
    margin: 50px
}


.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    background: #365da7;
    width: 16px;
    height: 16px;
    transform: translate(-50%, 50%);
    border-radius: 50%;
}

.loader::before {
    left: auto;
    right: 0;
    background: #e42013;
    transform: translate(50%, 100%);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.btn-primary {
    background-color: #395fa9;
    border-color: #395fa9;
}

.btn-primary:hover {
    color: #000;
    border-color: #395fa9;
    background: transparent;
}

.profile_req_bank {
    flex-wrap: wrap;
    padding: 40px 20px 20px 20px;
    position: relative;
}

.profile_req_bank .profile_req_bank_buttons {
    opacity: 0.5;
}

.profile_req_bank:hover .profile_req_bank_buttons {
    opacity: 1;
}

.profile_req_bank_buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    /* gap: 10px; */
    justify-content: space-between;
    /*width: 100%;*/
    padding: 15px;
}

.profile_req_bank_buttons span {
    font-size: 16px;
    width: 20px;
}

.profile_req_add p.profile_req_bank_h1 {
    font-size: 15px;
    font-family: 'MontR', sans-serif;
    opacity: 0.8;
    padding-bottom: 5px;
    text-shadow: 1px 0 0 BLACK;

}

.profile_req_add.profile_req_bank p {
    width: 100%;
}

.agent_biils_list {
    padding-top: 20px;
}

.page_description {
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 0;

}

.icon_awsome_info {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 0.5px solid #000;
    text-align: center;
    line-height: 19px !important;
    border-radius: 20em;
}

a.underline_a {
    text-decoration: underline;
    text-decoration-color: red;
}

a.underline_a:hover {
    text-decoration: none;
}


/*.disabled_pay {*/
/*    opacity: 0.4;*/
/*    display: none;*/
/*}*/

.reuisites_in_bill_box {
    display: flex;
}

.reuisites_in_bill {
    padding-left: 10px;
    border-left: 2px solid #e42013;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 30px;
}

.reuisites_in_bill_blue {
    border-left: 2px solid #395fa9;
}

.reuisites_in_bill p {
    margin-bottom: 0;
    font-size: 15px;
}

.bill_total {
    text-align: right;
    padding: 0;
    padding-top: 15px;
}

.relative {
    position: relative;
}

.main_menu .requisit_informer {
    left: 15px !important;
}

.bill_download_abs {
    position: absolute;
    top: 25px;
    right: 35px;
}

.bill_download_abs svg {
    width: 25px;
    height: 25px;
    opacity: 0.5;
}

.bill_download_abs svg:hover {
    opacity: 1;
}

.custom-file-input {
    color: transparent;
    height: 50px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Файл не выбран';
    /*color: black;*/
    /*display: inline-block;*/
    /*background:#1860ee;*/
    border: 1px solid #365da7;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /*text-shadow: 1px 1px #fff;*/
    font-weight: 700;
    font-size: 10pt;
    position: relative;
    display: block;
    width: 140px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    background: #1860ee;
    text-shadow: none;
    color: #fff;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    /*background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);*/
}

.bill_icon_block {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.bill_icon_block img {
    max-width: 15px;
    max-height: 15px;
    margin-right: 5px;
}

.do_lead_to_bill {
    padding: 15px;
    background: #fff4df;
    color: #000;
    border: 0.5px solid orange;
    border-radius: 10px;
    width: fit-content;
}


.do_lead_to_bill .add_button {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;

}

.do_lead_to_bill .add_button:hover {
    background: transparent;
}


.stage_is_paid {
    background: #f0fef0;
    border: 1px solid lightgreen;
}


.stage_is_paid_p {
    font-family: 'MontB';
    opacity: 0.5;
    color: green;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.stage_bill_create {
    background: #fff5e6;
    border: 1px solid orange;
}

.stage_bill_create_and_paid {
    border: 1px solid lightgreen;
}

.stage_bill_create_and_paid_p {
    font-family: 'MontB';
    opacity: 0.5;
    color: green;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.stage_bill_create_p {
    font-family: 'MontB';
    opacity: 0.5;
    color: #ff9b00;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.stage_finished {
    /*background: #fff5e6;*/
    border: 1px solid orange;
}

.btn-toggle-paid {
    width: auto;
    margin: auto;
}

.add_button_lttl.add_button_bill_lttl:hover {
    background: transparent;
    color: #000;
}

.relative .custom-file-input {
    display: block;
    height: auto;
    width: 200px;
}

.relative .custom-file-input::before {
    content: 'Загрузить счет';
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    background: #355ba6;
}


.button_sync_amo, .button_sync_amo_by_tag {
    font-size: 14px;
}


.agents_filter_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1px 0px;
    font-size: 14px;
    margin: 0px 0 0;
}


.agents_filter_list li{
    white-space: nowrap;
}

.agents_filter_list li a{
    border: 0.5px solid gray;
    padding: 1px 15px 1px;
    border-radius: 51em;
    font-size: 14px;
    line-height: 14px;
    color: gray;
}

.agents_filter_list li a:hover {
text-decoration: none;
}
.agents_filter_list li a.active{
    background: #365aa6;
    color: #fff;
}

.back_link{
    color: gray;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.back_link_p{
    margin: 0;
}


.create_network_form{
    display: flex;
    max-width: 600px;
    width: 100%;
    gap: 10px;
}
.create_network_form .register_butt{
    margin-top: 0;
}


.plashka{
    font-size: 10px;
    margin-left: 3px;
    border: 0.5px solid gray;
    padding: 1px 5px;
    border-radius: 3px;
}

.plashka.plashka_gray{
    color: gray;
    opacity: 0.8;
}

.plashka.plashka_gray:hover{
    opacity: 1;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {


    .services_detail_page_desc_for_agent_flex {
        flex-wrap: wrap;
    }

    .services_detail_page_desc_for_agent {
        width: 100%;
        padding-right: 0;
    }

    .list_company_img {
        width: 150px;
        height: 150px;
    }

    .list_company_desc {
        width: 100%;
        padding-left: 0;
        text-align: left;
    }

    .list_company li {
        padding: 30px 15px;
    }

    .list_company li {
        flex-wrap: wrap;
    }

    .list_company_desc h3 {
        padding-top: 15px;
    }

    .services_detail_page_photo_for_agent {
        width: 100%;
    }

    .services_detail_img_list {
        gap: 5px;
    }

    .services_detail_page_photo_for_agent .services_detail_img_list li {
        flex-basis: calc(33% - 2px);
    }


    .dashboard_manager_lids_title span {
        font-size: 30px;
    }

    .services_list_page_select p, .services_list_page_add p {
        font-size: 18px;
        line-height: 20px;
    }

    .services_list li {
        list-style: none;
        /* background: #345aa5; */
        /*background: #eee;*/
        width: 48%;
    }

    .send_order_box {
        width: 100%;
    }


    .checkbox_row_i {
        flex-wrap: wrap;
    }

    .date-filter-buttons {
        margin-bottom: 10px;
        border: none;
        border-radius: 0;
    }

    .date-filter-buttons button:first-child {
        border: 1px solid #1860ee;
        padding-left: 10px;
    }

    .date-filter-buttons button:last-child {
        border: 1px solid #1860ee;
        padding-right: 10px;
    }

    .date-filter-buttons button {
        border: 1px solid #1860ee;
        margin: 3px;
        padding: 2px 10px;
    }

    #datepicker-range input {
        padding: 3px 10px;
    }

    .date-filter-buttons {
        flex-wrap: wrap;
    }


    .company_detail_page_desc_flex {
        flex-direction: column-reverse;
    }

    .company_detail_page_desc_title {
        width: 100% !important;
    }

    .company_detail_page_desc_img_bg {
        width: 100%;
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;

    }

    .company_detail_page_desc_title h1 {
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 0;
    }

    .services_list h1 {
        width: 100%;
    }

    .services_list .services_list_item {
        width: 100%;
    }

    .services_list li {
        width: 100%;
        padding: 15px 15px 15px 15px !important;
        border-radius: 5px;
    }

    .services_list .services_list_item {
        display: flex;
        flex-wrap: wrap;
    }

    .services_list .services_list_item {
        flex-wrap: wrap;
    }

    .services_list_item_img {
        width: 100%;
    }

    .services_list_item_txt {
        padding-left: 0;
        width: 100%;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 992px) {
    .dashboard_page_flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .dashboard_manager_lids {
        width: 100%;

    }

    .table_manager_orders {

    }


    .order_detail_page {
        display: flex;
        flex-wrap: wrap;
    }

    .order_detail_main {
        width: 100%;
    }

    .order_detail_changed {
        width: 100%;
        margin-top: 30px;
    }

    .order_detail_changed ul {
        margin-left: 0;
    }

    .chat-form {
        margin-left: 0;
        width: 100%;
        display: flex;
    }


    .flex_account {
        display: flex;
        flex-wrap: wrap;
    }

    .company_detail_page_desc_title {
        padding-left: 0;
    }

    .services_list li .header_service {
        padding-top: 15px;
    }

    .reuisites_in_bill_box {
        display: block;
    }

    .reuisites_in_bill_box .reuisites_in_bill {
        width: 100%;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
    .mobile_menu_line {
        display: block;

    }

    .little_window_page {
        width: 100%;
    }

    .get_pipline_from_amo_but {
        position: relative;
    }

    .main_nav_bar {

    }

    .closebtn {
        display: block;
    }

    .mob_menu_but {
        display: block;
    }

    .mobile_menu_line {
        position: fixed;
        width: 100%;
        z-index: 101;
        height: 70px;
        /*background: #fff;*/
        box-shadow: 2px 2px 32px -20px #000;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
    }

    .bill_item_h1 {
        font-size: 20px;
    }

    .line_nav_info_item_profile {
        display: flex;
        align-items: center;
        justify-content: unset;
        position: relative;
        z-index: 100;
    }

    .mob_menu_but {
        display: block;
        position: relative;
        z-index: 100;
    }

    .logotype_mob {
        position: relative;
        z-index: 100;
    }


    .mobile_menu_line span img {
        max-width: 60px;
        position: relative;
        top: 15px;
        left: 15px;
        max-height: 25px;
        cursor: pointer;
    }

    .main_work_place {
        position: relative;
        margin-left: 15px;
        min-height: 500px;
        overflow: hidden;
        margin-right: 15px;
        padding-top: 15px;
    }

    .logotype_mob img {
        width: 90px;
        /*right: 12px;*/
        position: relative;
        /*top: 10px;*/
    }

    .main_nav_bar {
        z-index: 102;
    }

    .closebtn {
        right: 15px;
        position: absolute;
        top: 15px;
        font-size: 30px;
        color: #000;
    }

    .closebtn:hover {
        text-decoration: none;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 102;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        /*top: 25%;*/
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a:hover, .overlay a:focus {
        color: #000;
        text-decoration: underline;
        text-decoration-color: #e42015;
    }

    .overlay .closebtn {
        position: absolute;
        top: 0px;
        right: 10px;
        font-size: 30px;
    }

    .overlay .closebtn:hover {
        text-decoration: none;
    }

    .main_work_place_color {
        position: relative;
        /* margin-left: 320px; */
        background: #fff;
        border-radius: 15px;
        padding: 30px 0px;
    }

    body {
        background: #fff;
    }

    .main_work_place {
        padding-top: 40px;
    }

    .filter_button {
        position: absolute;
        right: 0;
        top: 35px;
    }

    .create_manager_box {
        box-shadow: none;
    }

    .dashboard_page h1 {
        color: #000;
        font-size: 21px;
        margin: 0;
    }

    .dashboard_page h2 {
        color: #000;
        font-size: 25px;
        margin: 0;
    }

    .box_form_center {
        box-shadow: none;
    }

    .add_button {
        display: inline-block;
    }

    .add_button {
        color: gray;
        padding: 5px 15px;
        text-decoration: none;
        border: 0.5px solid gray;
        border-radius: 5px;
        margin-top: 10px;
        background: transparent;
    }

    .table_leads {
        font-size: 14px;
    }

    .table td input[type='checkbox'] {
        margin: auto;
        display: block;
    }

    .send_order_box {
        box-shadow: none;
        padding: 20px 0px;
    }

    .send_form_order select {
        padding: 5px 10px;
        width: 100%;
    }

    .profile_edit_form_flex {
        display: flex;
        flex-wrap: wrap;
    }

    .profile_edit_items {
        padding-left: 0;
        padding: 20px 0;
    }

    .profile_page h1 {
        font-size: 20px;
    }

    .main_menu ul li {
        padding: 5px 20px;
        position: relative;
        display: table;
        font-size: 14px;
    }

    .showcase_list_client li .avatar_company {
        width: 150px;
        height: 150px;
    }

    .showcase_list_client li .register_butt {
        position: relative;
        right: 0;
        bottom: 0;
        text-align: center;
        padding: 5px 15px;
    }


}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
    .bill_download_abs {
        position: absolute;
        top: 25px;
        right: 0px;
    }


    .button_sync_amo, .button_sync_amo_by_tag {
        font-size: 14px;
        display: block;
        margin-left: 0 !important;
        padding: 0;
    }

    .order_list_page .add_button {
        display: table;
        white-space: nowrap;
    }

    .order_list_add_but {
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 10px;
    }

    .count_leads_info {
        padding: 3px 0;
        font-size: 14px;
    }

    .filter_button {

        font-size: 14px;
    }

    .bill_item_h1 {
        font-size: 20px;
        padding-right: 30px;
    }

    .profile_edit_items {
        min-width: 100%;
    }

    .profile_edit_img_bg {
        width: 100px;
        min-width: auto;
        height: 100px;
    }

    .menu_profile {
        display: block;
    }

    .profile_edit_setting_links {
        padding: 10px 0;
        font-size: 14px;
    }

    .profile_page input {
        font-size: 14px;
    }

    .profile_page textarea.form-control {
        font-size: 14px;
    }

    .profile_edit_items .form-group label {
        width: 100%;
        font-size: 14px;
    }

    .simple_reg_form {
        width: 100%;
    }

    .profile_like_b {
        font-size: 14px;
    }

    .profile_edit_items {
        padding-left: 0;
        padding: 10px 0;
    }

    .profile_icon:before {
        content: '';
        width: 15px;
        height: 15px;
    }

    .profile_icon {
        padding-left: 20px;
    }


    .saveButton_line {
        position: fixed;
        bottom: 53px;
        /*background: #fff;*/
        left: 0;
        text-align: center;
        margin-left: 0;
        right: 0;
        padding: 10px 10px;
        z-index: 99;
        box-shadow: 0px 0px 18px -10px #000;
        height: 70px;
    }

    .saveButton_line .button_blue {
        font-size: 13px;
    }

    .simple_reg_form h1 {
        padding-bottom: 15px;
        font-size: 19px;
        font-weight: 900;
    }

    .profile_edit_img_bg_edit {
        font-size: 14px;
    }


    .sms_auth_input {
        font-size: 14px;
    }

    .line_nav_full {
        display: none;
    }

    .box_form_center {
        width: 100%;
        padding: 35px 0px;
    }

    .overlay a {
        font-size: 14px
    }

    .overlay .closebtn {
        font-size: 50px;
        bottom: 0;
        right: 35px;
        top: auto;
    }


    .form_label_block #service_list label {
        width: 100%;
    }


    .create_manager_box {
        width: 100%;
        margin: auto;
        display: block;
        background: #fff;
        padding: 75px 0 35px 0px;
    }

    .create_manager_box h1 {
        padding-bottom: 30px;
        font-size: 20px;
    }

    #id_type_user {
        display: none;
    }

    .offerta_check_form.flex_send_order_100 {
        position: relative;
    }


    .flex_send_order_50, .flex_send_order_100 {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }

    .flex_send_order_50 input,
    .flex_send_order_100 input {
        padding-top: 25px;
        background: #f7f7f7;
    }

    .flex_send_order_100_terms.flex_send_order_100 label {
        position: relative;
        top: 0;
        left: 0;
    }

    .form_label_block label {
        /*position: absolute;*/
        top: 4px;
        font-size: 14px;
        left: 10px;
    }

    .form_label_block #service_list label {
        display: block;
        /* white-space: nowrap; */
        font-size: 16px;
        position: relative;
        padding: 0 20px;
    }

    .form_label_block #service_list input[type="checkbox"] {
        margin-right: 10px;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .dashboard_manager_lids_title span {
        font-size: 20px;
    }


    .main_menu ul li a {
        font-size: 14px;
    }

    .sidenav {
        max-width: 320px;
    }

    /*.main_work_place {*/
    /*    margin-left: 0;*/
    /*    margin-right: 0;*/
    /*}*/
    .main_work_place_color {
        margin-right: 0;
    }

    .order_detail_main input {
        text-align: right;
    }

    .order_detail_main_users {
        background: transparent;
        padding: 0;
        font-size: 14px;
        margin: 20px 0px;
    }

    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #5a99c6;
        border-radius: 4px;
    }

    ::-webkit-scrollbar-track {
        background-color: #ccc;
    }

    .order_detail_main_users p, .order_detail_main_users form {
        margin: 5px 0;
    }

    .main_work_place_color {
        padding: 30px 10px;
    }

    .about_prog_offer .about_prog_offer_img {
        display: none;
    }

    .about_phone .about_img img {
        float: right;
    }

    .about_phone {
        padding: 60px 0px 10px;
    }

    .about_phone .about_txt {
        padding: 0px 0px 100px 0;
        width: 70%;
    }

    .about_phone .about_img {
        width: 30%;
    }

    .main_work_place {
        padding-top: 40px;
        overflow: visible;
    }

    .about_prog_offer .about_prog_offer_txt {
        width: 100%;
        padding: 70px 0px 40px 0;
    }

    .create_manager_link_frame {
        display: block;
        background: #f0f0f0;
        padding: 15px;
        border: 1px solid #cccccc;
        width: 90%;
        position: relative;
        overflow-x: scroll;
    }

    .create_manager_link_frame_flex {
        display: flex;
        align-items: baseline;
    }

    .create_manager_link_frame_flex button {
        font-size: 20px;
        /*padding-left: 20px;*/
    }

    .create_manager_link_frame_label {
        margin-bottom: 0;
    }

    .create_manager_link_page form button {
        padding: 0;
        text-align: left;
        position: relative;
    }

    .create_manager_link_page form button i {
        color: gray;
        position: absolute;
        left: -18px;
        top: 4px;
    }

    .add_button {
        color: gray;
        padding: 0px 10px;
        text-decoration: none;
        border: 1px solid gray;
        border-radius: 5px;
        margin-top: 0;
        background: transparent;
        font-size: 14px;
    }

    .create_manager_link_page .a_link_add_manager {
        padding: 0;
        text-align: left;
        position: relative;
    }

    .create_manager_link_page .a_link_add_manager i {
        color: gray;
        position: absolute;
        left: -18px;
        top: 4px;
    }

    .showcase_list_client li {
        display: flex;
        padding: 25px 0;
        box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.40);
        position: relative;
        padding-bottom: 30px;
        max-width: 350px;
        margin: auto;
        margin-bottom: 30px;
        flex-wrap: wrap;
        padding-top: 0;
        background: #fff;

    }

    .showcase_list_client li .avatar_company {
        width: 100%;
        height: 150px;
        background-size: cover;
        margin: 15px 15px 0;
    }

    .showcase_list_client li .text_box_showcase {
        padding: 15px 20px 0;
        width: 100%;
    }


    .text_box_showcase h3 {
        margin-bottom: 0;
    }

    .showcase_company_name {
        font-size: 14px;

    }

    .main_work_place_color.main_work_place_color_showcase {
        background: #dce8ff;
    }

    .box_form_center, .box_form_center {
        width: auto;
        padding: 35px 0px;
        padding-top: calc(20vh);
    }

    .sms_auth {
        background: #fff;
        width: auto;
        text-align: center;
        padding: 20px;
        padding-top: calc(15vh);
    }

    /*#code-input-container input{*/
    /*    width: 20%;*/
    /*}*/
    .sms_auth form button {
        min-width: auto;
        width: 20%;
        margin-left: 5px;
    }

    .digit-input {
        width: 20% !important;
    }


    .start_make_money p a {
        font-size: 18px;
        padding: 20px 20px;
        z-index: 10;
        position: relative;
        background: #e42013;
        color: #fff;
        border: 5px solid #3155a2;
        border-radius: 20px;
        display: block;
    }

    .dashboard_page_items {
        margin-right: 0;
        margin-top: 0;
    }


    .dashboard_page_white_title {
        padding: 25px 0px;
    }

    .date-filter-buttons button {
        font-size: 13px
    }

    #datepicker-range input {
        padding: 3px 10px;
        font-size: 13px;
    }

    select {
        font-size: 13px;
    }

    .dashboard_page_item {
        width: 100%;
    }

    .dashboard_page_item {
        min-height: 110px;
    }

    .dashboard_page_item_line {
        grid-gap: 7px;
    }


    .mobile-tabs {
        display: flex;
        justify-content: space-around;
        background-color: transparent;
        color: #000;
        padding: 10px;
        position: fixed;
        bottom: 50px;
        left: 0;
        right: 0;
    }

    .tab-button {
        background: none;
        border: none;
        color: inherit;
        cursor: pointer;
        outline: none;
        width: 50%;
        font-size: 14px;
        position: relative;
    }

    .tab-button.active {
        font-weight: bold;
    }

    .tab-button.info_btn {
        border-radius: 20em;
        width: 60px;
        height: 60px;
        background: #e42013;
        color: #fff;
        border-bottom-right-radius: 20em;
        border-bottom-left-radius: 0;
        box-shadow: 4px 5px 20px -9px black;
        position: relative;
        padding-left: 18px;
        text-align: center;

    }

    .tab-button.info_btn svg {
        width: 25px;
        fill: #fff;
        display: block;
    }


    .tab-button.chat_btn {
        border-radius: 20em;
        width: 60px;
        height: 60px;
        background: #3a61aa;
        color: #fff;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 20em;
        box-shadow: 4px 5px 20px -9px black;
        position: relative;
        padding-left: 18px;
        text-align: center;
    }


    .tab-button.chat_btn svg {
        width: 25px;
        fill: #fff;
        display: block;
    }


    /* Стили для блоков */
    .mobile-block {
        display: none;
        padding: 10px;
        border: 1px solid #ccc;
    }

    /* Показываем активный блок */
    .mobile-block.active {
        display: block;
    }

    .order_detail_page {
        padding-bottom: 80px;
    }

    .main_work_place {
        margin-left: 10px;
        margin-right: 10px;
    }


    .mobile_footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 98;
        border-top: 1px solid #ccc;
        display: block;
    }

    .mobile_footer_line {

    }

    .mobile_footer_line {
        display: flex;
        position: relative;
        z-index: 100;
        justify-content: space-between;
        text-align: center;

    }

    .mobile_footer_line_item {
        flex-basis: 33%;
        position: relative;
        padding: 5px 0;
    }

    .mobile_footer_line_item p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .mobile_footer_line_item a {
        position: absolute;
        width: 100%;
        bottom: 0;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .mobile_footer_add_lead_cycle {
        background: #1860ee;
        border-radius: 20em;
        color: #fff;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0px;
    }

    .mobile_footer_menu img {
        max-width: 25px;
        opacity: 0.6;
    }


    .mobile_footer_notification svg {
        max-width: 25px;
        opacity: 0.6;
    }

    .dashboard_page_item p {
        z-index: 0;
    }

    .dashboard_page_white {
        padding: 0px;
    }

    .footer_block {
        margin-bottom: 60px;
    }

    .dashboard_page_white_title {
        margin-right: 0;
    }

    .dashboard_page_items {
        grid-gap: 7px;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {


}