html{
    height: 100%;
}

body{
    font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #F7F7F7;
}

.logotype {
    width: 200px;
}

.main-login .container .row {
    height: calc(100vh - 96px);
}

.main-login {
    background: #e4ecfd;
    height: calc(100vh - 96px);
    background-image: url(/components/assets/images/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.login-block {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    z-index: 2;
    position: relative;
}

.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.login-description {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 400;
    margin-bottom: 20px;
}

.login-policy-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
}

.button-meet_control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.login-policy-block {
    margin-top: 25px;
}


@media (max-width: 480px) {

    .login-title {
        color: #121212;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 35px;
        font-family: 'Exo 2', sans-serif;
    }

    .login-description {
        color: #121212;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .btn-login {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 10px;
        background: var(--primary-color);
        padding: 15px 10px;
        color: #fff;
        width: 100%;
    }

    .btn-login:hover {
        background: var(--hover-color);
        color: #fff;
    }

    .btn-login:not(..btn-login)+.btn-login:active {
        color: #fff;
        background: var(--hover-color);
        border: none;
    }

    .btn-login:active{
        color: #fff;
        background: var(--hover-color);
        border: none;
    }

    .login-policy-text {
        color: #4F4F4F;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .login-policy-block {
        margin-top: 20px;
    }

    .main-login {
        padding: 20px;
    }

    .form-control-login {
        border-radius: 15px;
        background: #ffffff;
        box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
        padding: 15px;
        width: 100%;
        border: none;
        text-align: left;
    }

    .form-control:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #fff;
        outline: 0;
        box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    }

    .login-policy-link {
        text-decoration: none;
    }
    .block-author{
        display: none;
    }
}

.btn-dropdown_header:active {
    background: none !important;
    color: var(--primary-color) !important;
}

.btn-login {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: var(--primary-color);
    padding: 15px 10px;
    color: #fff;
    width: 100%;
    border: none;
}

.btn-login:hover {
    background: var(--hover-color);
    color: #fff;
}

.btn-login:not(.btn-login)+.btn-login:active {
    color: #fff;
    background: var(--hover-color);
    border: none;
}

.btn-login:active{
    color: #fff;
    background: var(--hover-color);
    border: none;
}


.login-policy-link {
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
}

.form-control {
    font-size: 16px;
    padding: 15px 10px;
    border-radius: 10px;
    border: solid 1px #BDBDBD;
    font-weight: 400;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(189 189 189 / 50%);
}

.form-control::placeholder {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}

.timer-text {
    font-size: 16px;
    color: #4F4F4F;
    font-weight: 400;
    margin-top: 20px;
}

.link-timer {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    display: block;
}

.link-timer:hover{
    opacity: .9;
}

.adress-icon {
    position: relative;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    background: #f1f1f1;
    color: #9D9D9D;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 15px;
    margin-right: 15px;
}

.phone-icon {
    position: relative;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    background: #f1f1f1;
    color: #9D9D9D;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 15px;
    margin-right: 15px;
}

.adress-text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}

.phone-text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

i.fa-duotone.fa-circle-dot.fa-beat {
    margin-right: 10px;
    color: #21BE5C;
}

ul.navigation-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

li.navigation-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navigation-link {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.navigation-link.active{
    background-color: #F7F7F7;
    border-radius: 10px;
} 

li.navigation-item i,
li.navigation-item .navigation-text{
    transition:all .3s;
}

.navigation-link.active i,
li.navigation-item:hover i{
    color: var(--blue);
}


li.navigation-item:hover .navigation-text{
    color: #000;
}

.navigation-text p {
    margin: 0;
}

.count-notif {
    width: 24px;
    height: 24px;
    display: flex;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 14px;
    padding: 0px;
    font-weight: 500;
    line-height: 12px;
}

.navigation-count {
    position: relative;
    right: -15px;
}

.navigation-icon {
    font-size: 24px;
    color: #9D9D9D;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.navigation-text {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 600;
}

.block-navigation {
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px 0px rgb(204 204 204 / 40%);
    min-height: calc(98vh - 140px);
    top: 20px;
    bottom: -20px;
    position: sticky;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.text-copyright {
    color: #9d9d9d;
    font-size: 14px;
    margin: 0;
}

.link-privacy_main {
    text-decoration: none;
    font-size: 14px;
    color: var(--blue);
}

.rate-form_reviews {
    direction: rtl;
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

.rate-form_reviews input[type="radio"] {
    display: none;
}

.rate-form_reviews label {
    cursor: pointer;
    font-size: 30px;
    color: #E5E5E5;
    margin-right: 15px;
}

.rate-form_reviews input[type="radio"]:checked ~ label {
    color: #FAAD14;
}

.rate-form_reviews label:hover,
.rate-form_reviews label:hover ~ label {
    color: #FAAD14;
}

.special-item {
    background-image: url(/components/assets/images/special.png);
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
}

.special-title {
    font-size: 16px; 
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.special-text {
    color: #fff;
    font-size: 16px;
    margin: 5px 0px 0px 0px;
}

.close-special {
    color: #fff;
    background-color: rgb(255 255 255 / 30%);
    width: 25px;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: background-color 0.3s;
}

.close-special:hover{
    background-color: rgb(255 255 255 / 50%);
    transition: background-color 0.3s;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: #cdcdcd solid 1px;
    opacity: .25;
}

.page {
    margin-top: 30px;
}

.page-title {
    font-size: 28px;
    font-weight: 600;
    color: #121212;
}

.page-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.btn-page {
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: var(--primary-color);
    padding: 10px 25px;
    color: #fff;
    width: 100%;
    transition: background 0.2s;
    border: none;
    text-decoration: none;
    text-align: center; 
}

.btn-page:hover {
    background: var(--hover-color);
    transition: background 0.2s;
    color: #fff;
}

.btn-page:not(.btn-page)+.btn-page:active {
    color: #fff;
    background: var(--hover-color);
    border: none;
}

.btn-page:active{
    color: #fff;
    background: var(--hover-color);
    border: none;
}

.btn-pay {
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: var(--primary-color);
    padding: 10px 25px;
    color: #fff;
    transition: background 0.2s;
    border: none;
    text-decoration: none;
    text-align: center; 
}

.btn-pay:hover {
    background: var(--hover-color);
    transition: background 0.2s;
    color: #fff;
}

.btn-pay:not(.btn-pay)+.btn-pay:active {
    color: #fff;
    background: var(--hover-color);
    border: none;
}

.btn-pay:active{
    color: #fff;
    background: var(--hover-color);
    border: none;
}

/*Отзывы*/
.block-card_reviews{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.reviews-title-text {
    font-size: 18px;
    color: #121212;
    font-weight: 600;
    margin: 0;
}

.reviews_city {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.star-color_yellow{
    color: #FAAD14;
    font-size: 14px;
}

.star-color_gray{
    color: #E5E5E5;
    font-size: 14px;
}

.reviews-text-date {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
    margin-left: 10px;
}

.card-meets-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.reviews-title_service {
    margin: 0;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #faad14;
    background-color: #fef7e7;
}

.answered-photo{
    position: relative;
}

.answer-avatar_text {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    top: 0;
    left: 0;
}

.answered-name_text {
    font-size: 18px;
    color: #121212;
    font-weight: 600;
    margin: 0;
    margin-left: 10px;
}

.answered-meta {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.icon-success_reviews {
    color: var(--primary-color);;
    position: relative;
    top: 2px;
    left: 5px;
}

.reviews_client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hover-control);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-right: 10px;
}

.reviews-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.reviews-body {
    margin-left: 60px;
    margin-top: 15px;
}

.block-answered {
    margin-left: 60px;
    margin-top: 25px;
}

.answered-body {
    margin-left: 50px;
    margin-top: 15px;
}

.answered-text_author {
    float: right;
    font-style: italic;
    color: #a5a5a5;
}
/*Отзывы*/

/*Консультации*/
.block-card_meets {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.meets-block-item {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-meets-icon { 
    width: 30px;
    height: 30px;
    background: #F7F7F7;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 10px;
}

.meets-icon {
    font-size: 21px;
    color: #9D9D9D;
}

.meets-text_info {
    margin: 0;
    font-weight: 500;
}

.text-office_type {
    word-break: break-all;
}

button.btn.btn-link.dropdown-toggle.btn-dropdown_header {
    border: none;
}

button.btn.btn-link.dropdown-toggle.btn-dropdown_header.show {
    background: none;
    color: var(--primary-color);
}

.header-card_meets {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.meets-title-text { 
    font-size: 18px;
    color: #121212;
    font-weight: 600;
    margin: 0;
}

.meet-cancel_btn {
    margin-left: 0 !important;
    padding: 25px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    width: 100%;
}

.meet-postpone_btn {
    color: #273EE3;
    background-color: #EEF0FD;
    margin-left: 0 !important;
    padding: 25px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border: none;
    width: 100%;
    border-bottom-left-radius: 15px;
    transition: background-color 0.2s;
}
.meet-postpone_btn:hover {
    background-color: #dbdffb;
    transition: background-color 0.2s;
}

.meets-status {
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
    font-weight: 400;
}

.time-start_consultation {
    background: #ffffff;
    color: #121212;
    padding: 20px;
    margin-top: -25px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    border-bottom: solid 1px #f1f1f1;
}

.timer-consultation {
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
    color: #121212;
}

.meets-date-text {
    color: #E22631;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.title-office_type {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #9d9d9d;
}

.title-block_modal-old {
    font-size: 18px !important;
    font-weight: 600;
    color: #121212;
    margin-bottom: 20px;
}

.timer-text_start {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
}

.meets-date-time {
    font-size: 16px;
    margin-right: 10px;
}

.meets-success{
    color: #21BE5C;
    background-color: #E5FAED;
}

.meets-none{
    color: #273EE3;
    background-color: #EEF0FD
}
.meets-bad{
    color: #E22631;
    background-color: #FDEEEF;
}
.meets-active{
    color: #FAAD14;
    background-color: #FEF7E3;
}

.meets-active-text {
    color: #273ee3;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.meets-ling_sub {
    text-decoration: none;
    color: #273EE3;
    font-size: 16px;
    font-weight: 600;
}

.rewiew-block {
    padding: 10px;
}

.form-rewiew {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

.rewiew-title {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
}

.btn-rewiew{
    background: #F7F7F7;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 600;
    color: #828282;
    transition: background 0.2s;
}
.btn-rewiew:hover{
    background: #fdfdfd;
    color:#626262;
    transition: background-color 0.2s;
}

.rate {
    height: 50px;
    float: right;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
    padding: 27px 45px 27px 45px;
}

.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #E5E5E5;
}
.rate:not(:checked) > label:before {
    content: '\f005';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 28px;
}
.rate > input:checked ~ label {
    color: #FAAD14;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #FAAD14;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #FAAD14;
}
/*Консультации*/


.agreement-title-link{
    text-decoration: none;
}

.agreement-title-link:hover .meets-title-text{
    color: var(--primary-color);
}

/*Контакты*/

.block-contact_main{
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.mt-30{
    margin-top: 30px;
}

.office_name {
    font-weight: 600;
    margin-bottom: 25px;
}

.office_data {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    border-bottom: solid 1px #f3f3f3;
    padding: 15px 0px;
    margin: 0;
}

.office-data_text {
    color: #121212;
}

.cityList {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
    columns: 4;
}

.city-item_list {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 8px;
    color: var(--gray-1);
    padding: 7px 0px;
}

.city-item_list a{
    text-decoration: none;
    color: #121212;
    transition: color 0.2s;
}

.city-item_list a:hover{
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.2s;
}

.city-modal-body{
    padding: 10px 30px !important;
}

a.office-data_link {
    color: var(--blue);
    text-decoration: none;
    transition: color 0.2s;
}
a.office-data_link:hover {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s;
}
/*Контакты*/

/*Центр уведомлений*/
.notification {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.notification-title {
    font-size: 21px;
    font-weight: 600;
}

.notification-date {
    font-size: 15px;
    font-weight: 500;
    color: #9d9d9d;
}

.notification-agreements{
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 25px;
    box-shadow: none;
    padding: 10px 20px;
    border-bottom: solid 1px #e5e5e5;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--primary-color);
    --bs-tooltip-color: #fff;
}

/*Центр уведомлений*/

/*Договоры*/
.service-steps_block {
    margin-top: 30px;
}

.icon-step-item {
    background: #EEF0FD;
    color: #273EE3;
    font-size: 21px;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
}

.service-block-progress_item {
    max-width: 88%;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-left: 30px;
}

.progress-container {
    display: flex;
    align-items: center;
}

.percentage-service {
    font-size: 16px;
    font-weight: 600;
    color: #00c851;
}

.progress {
    overflow: hidden;
    font-size: 14px;
    background-color: #e9ecef;
    height: 20px !important;
    border-radius: 8px !important;
    margin-top: 20px;
    font-size: 14px !important;
    font-weight: 600;
}

.progress, .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #21be5c;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.main-block_page{
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.page-sub_title {
    font-style: italic;
    color: #121212;
}

.title-h3 {
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.mr-l {
    margin-left: 30px;
}

.meets-button_cancel {
    text-decoration: none;
    color: #e22631;
    background: #fdeeef;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
    font-weight: 400;
    border: none;
}

.office-time-item.available {
    opacity: .5;
    cursor: not-allowed;
}

.dateContainerPreload {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.office-grafic-item.placeholder {
    background-color: #adadad;
    height: 64px;
}

.accordion.accordion-flush.meet-accordion {
    box-shadow: none;
}

button.accordion-button.accordion-button_meet.collapsed {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    padding: 15px 0px;
    border-bottom: none;
}

button.accordion-button.accordion-button_meet {
    background: none;
    border-bottom: solid 1px #E5E5E5;
    box-shadow: none;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
}

.office-grafic-toggle-item {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0px 5px;
}

.text-red.js-office-grafic-sunday {
    color: #E22631;
}

.meet-title_date {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

span.meet-icon-drop {
    margin-right: 10px;
    color: #BDBDBD;
}

.accordion-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    color: #121212;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding: 20px;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 20px;
}

.step-item-notif {
    text-align: center;
    background-color: #E22631;
    border-radius: 50%;
    padding: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 10px;
}

.accordion {
    background: white;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    margin-bottom: 15px;
}

.accordion-header {
    margin-bottom: 0;
    border-radius: 20px;
}

.accordion-button {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding: 16px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    /* ÐžÐ±ÐµÑÐ¿ÐµÑ‡Ð¸Ð²Ð°ÐµÐ¼ Ð¼ÐµÑÑ‚Ð¾ Ð´Ð»Ñ ÑÑ‚Ñ€ÐµÐ»ÐºÐ¸ ÑÐ¿Ñ€Ð°Ð²Ð° */
}

.accordion-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    color: #121212;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding: 20px;
}

.accordion-collapse.collapse.show {
    padding-top: 10px;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] .arrow-icon {
    transform: rotate(0deg);
}

.accordion-button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 20px;
}

.accordion-header {
    margin-bottom: 0;
    border-radius: 20px;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 20px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.item-accordion {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    border-bottom: solid 1px #ECECEC;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.fl_download{
    display: flex;
    width: 100%;
}


.item-accordion-text {
    flex-grow: 1;
    position: relative;
}

.title-accordion-count {
    color: #121212;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 3px;
}

.text-accordion-count {
    color: #4F4F4F;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.item-files-pdf {
    background: #fce9ea;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 7px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #4F4F4F;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-right: 15px;
    position: relative;
}

.item-files-pdf_icon {
    color: #e22631;
    font-size: 21px;
    margin-left: 4px;
    margin-top: -2px;
}

.item-files-doc {
    background: #eef0fd;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 7px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #4F4F4F;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-right: 15px;
    position: relative;
}

.item-files-doc_icon {
    color: #273ee3;
    font-size: 21px;
    margin-left: 4px;
    margin-top: -2px;
}

.item-files-image {
    background: #fff3e5;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 7px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #4F4F4F;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-right: 15px;
    position: relative;
}

.item-files-image_icon {
    color: #ff8800;
    font-size: 21px;
    margin-left: 0px;
    margin-top: -2px;
}

.agreement-meta {
    background: #F7F7F7;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.agreement-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    color: #9D9D9D;
    font-size: 24px;
    border-radius: 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.agreement-block-item {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
}

.agreement-text_info {
    display: block;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0;
}

.agreement-f {
    display: block;
    font-weight: 600;
    color: #121212;
    font-size: 16px;
}

.link-pay_agreement {
    text-decoration: none;
    color: var(--blue);
    margin-left: 25px;
    font-size: 16px;
}
.header-card_agreement{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.card-agreement-title {
    margin-left: 20px;
}

.agreement-number {
    margin: 0;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border-bottom: solid 3px var(--primary-color);
    border-top: none;
    border-right: 0;
    border-left: 0;
}

.nav-tabs {
    border-bottom: solid 3px #E5E5E5 !important;
    margin-bottom: 25px;
    --bs-nav-tabs-link-active-color: var(--primary-color);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-bottom: solid 3px var(--primary-color);
    color: var(--primary-color);
}

.nav-item {
    position: relative;
    top: 3px;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #121212;
}

.nav-link {
    display: block;
    padding: 10px 20px;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #121212;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    position: relative;
    top: 0px;
}

.service-item_list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}

.service-item_list .service-item-list_li {
    position: relative;
    padding-left: 0px;
    line-height: 18px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-item_number {
    background: #ECECEC;
    font-size: 21px;
    color: #4F4F4F;
    border-radius: 10px;
    text-align: center;
    min-height: 40px;
    min-width: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    z-index: 1;
}

.service-item-content_title {
    color: #121212;
    font-size: 16px;
    line-height: 21px;
    margin: 0px 0px 5px 0px;
    font-weight: 500;
}

.service-item_content {
    margin-left: 20px;
    text-align: left;
}

.service-status_none {
    opacity: .5;
}

.service-item_list .service-item-list_li:not(:last-child)::after {
    position: absolute;
    content: "";
    margin: 20px 0;
    padding: 0;
    border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    height: 83%;
    width: 0;
    left: 20px;
    top: 0;
    border-right: 2px dotted #ececec;
    z-index: 0;
}

.service-item_status.icon-status_check {
    position: absolute;
    top: 18px;
    left: 38px;
    font-size: 18px;
    color: #00c851;
}

.service-item_status.icon-status_process {
    position: absolute;
    top: 18px;
    left: 38px;
    font-size: 18px;
    color: #FAAD14;
}

.payments-list_schedule {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    border-bottom: solid 1px #ECECEC;
    padding-bottom: 15px;
    position: relative;
}

.payments-list_schedule:last-child {
    border-bottom:0;
}

.payments-list-schedule_item {
    background: #ECECEC;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #4F4F4F;
    text-align: center;
    font-family: "Exo 2";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-right: 15px;
    position: relative;
}

.payments-list_schedule_title {
    color: #121212;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 3px;
}

.payments-list_schedule_text {
    color: #4F4F4F;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    text-align: left;
}

.payments-list_schedule_count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

.icon-success {
    position: absolute;
    right: -3px;
    bottom: -10px;
    color: #21BE5C;
    border-radius: 50%;
    font-size: 18px;
}

.icon-waiting {
    position: absolute;
    right: -3px;
    bottom: -10px;
    color: #FAAD14;
    border-radius: 50%;
    font-size: 18px;
}

.icon-cancel {
    position: absolute;
    right: -3px;
    bottom: -10px;
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 18px;
}

.agreement-meta_title {
    font-size: 28px;
    font-weight: bold;
    color: #121212;
}

.agreement-meta_sub {
    font-size: 16px;
    font-weight: 500;
    color: #4F4F4F;
    margin: 0;
}

.agreement-meta_detail {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.label-progress_agreement .ldBar-label {
    font-size: 16px;
}

.label-progress_list .ldBar-label {
    font-size: 14px;
}

.agreement-meta_progress {
    margin-right: 20px;
}

.finance-type {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #4F4F4F;
    border-radius: 10px;
}

.nav-link.nav-link-finance.active {
    background: #4F4F4F;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link.nav-link-finance {
    background: #ECECEC;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link-finance:focus, .nav-link-finance:hover {
    color: #121212;
    background-color: #d5d5d5 !important;
}


.nav-link-finance.active:focus, .nav-link-finance.active:hover {
    background-color: #4F4F4F !important;
}

.tabs-agreements_type {
    margin-bottom: 25px;
}

.payment-sum_text {
    display: block;
    font-size: 21px;
    font-weight: 600;
}

.payment-total_text {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}

.payment-total_text {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
}

.payment-list_title {
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 21px;
    font-weight: 600;
}

.payments-card {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 10px;
}

.payments-card_text {
    margin-bottom: 10px;
    margin-top: 5px;
}
/* Договоры */

/* Консультации */

.block-lead_card {
    font-size: 18px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 4%), 0px 1px 4px 0px rgb(0 0 0 / 2%);
    padding: 20px;
    height: 100px;
    position: relative;
    padding-left: 0px;
    line-height: 18px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    cursor: pointer;
    transition: background 0.2s;
}

.block-lead_card:hover{
    background: #fafbff;
    transition: background 0.2s;
}

.block-lead_icon {
    width: 60px;
    height: 60px;
    background-color: #EEF0FD;
    border-radius: 15px;
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #273EE3;
    font-size: 21px;
    min-width: 60px;
    min-height: 60px;
    margin-left: 25px;
    margin-right: 15px;
}

.modal-lead_title {
    font-size: 16px;
    color: #121212;
    margin-left: 12px;
    font-weight: 500;
    margin: 0px 12px 15px 12px;
}

.lead-text {
    margin: 0;
    padding: 0;
    line-height: 21px;
    color: #121212;
    font-weight: 500;
    font-size: 16px;
}

.modal-title {
    font-size: 24px !important;
    font-weight: 600;
    color: #121212;
    padding: 10px;
}

.modal-lead_title {
    font-size: 16px;
    color: #121212;
    margin-left: 12px;
    font-weight: 500;
}

.block-social_link {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.block-social-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.block-modal_social {
    padding-top: 20px;
    padding-bottom: 25px;
}

.social-link_item {
    font-size: 24px;
    width: 55px;
    height: 55px;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 4%), 0px 1px 4px 0px rgb(0 0 0 / 2%);
}

.block-button_form {
    margin-top: 20px;
}

.q-lead {
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    border: solid 1px #e7e7e7;
    padding: 25px;
}

a.social-link_item.i-phone {
    color: #21BE5C;
    transition: background 0.2s;
}
a.social-link_item.i-phone:hover {
    background: #e8f9ee;
    transition: background 0.2s;
}

a.social-link_item.i-vk {
    color: #07f;
    transition: background 0.2s;
}
a.social-link_item.i-vk:hover {
    background: #e5f1ff;
    transition: background 0.2s;
}
a.social-link_item.i-ok {
    color: #f70;
    transition: background 0.2s;
}
a.social-link_item.i-ok:hover {
    background: #fff1e5;
    transition: background 0.2s;
}

a.social-link_item.i-telegram {
    color: #2AABEE;
    transition: background 0.2s;
}
a.social-link_item.i-telegram:hover {
    background: #e9f6fe;
    transition: background 0.2s;
}
a.social-link_item.i-whatsapp {
    color: #25D366;
    transition: background 0.2s;
}
a.social-link_item.i-whatsapp:hover {
    background: #e8fbef;
    transition: background 0.2s;
}
a.social-link_item.i-viber {
    color: #7360F2;
    transition: background 0.2s;
}
a.social-link_item.i-viber:hover {
    background: #f1effe;
    transition: background 0.2s;
}

div#timeList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.office-time-item {
    padding: 10px 5px;
    border-radius: 15px;
    background-color: #f5f5f5;
    margin-bottom: 0;
    line-height: 22px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease-in-out 0.3s;
    border: solid 1px #f5f5f5;
}

.office-time-item:hover{
    background-color: #ffffff;
    transition: all ease-in-out 0.3s;
    border: solid 1px #ccc;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 0px 5px 15px rgba(0, 0, 0, 0.04);
}

.office-time-item.active {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 0px 5px 15px rgba(0, 0, 0, 0.04);
    transition: all ease-in-out 0.3s;
    border: solid 1px #ccc;
}

.office-time-item.available:hover {
    background: #fafafa;
    border: solid 1px #fafafa;
    box-shadow: none;
}

div#dateList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.office-grafic-item {
    padding: 10px 5px;
    border-radius: 15px;
    background-color: #f5f5f5;
    margin-bottom: 0;
    line-height: 22px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease-in-out 0.3s;
    border: solid 1px #f5f5f5;
}

.office-grafic-item:hover{
    background-color: #ffffff;
    transition: all ease-in-out 0.3s;
    border: solid 1px #ccc;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 0px 5px 15px rgba(0, 0, 0, 0.04);
}

.office-grafic-item.active {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 0px 5px 15px rgba(0, 0, 0, 0.04);
    transition: all ease-in-out 0.3s;
    border: solid 1px #ccc;
}



label.modal-office-date-item {
    cursor: pointer;
}

.no-v{
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.office-grafic-toggle-item {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.btn-select {
    background: #fff;
    width: 100%;
    padding: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 4%), 0px 1px 4px 0px rgb(0 0 0 / 4%);
    font-size: 16px;
}

.btn-select.dropdown-toggle.show {
    background: #fff;
    border: none;
    color: #121212;
}

.dropdown-menu.dropdown-office.show {
    width: 100%;
    border: none;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 4%), 0px 1px 4px 0px rgb(0 0 0 / 4%);
    max-height: 300px;
    position: relative;
    overflow: auto;
    top: 10px !important;
    border-radius: 15px;
}

ul#officeList {
    list-style: none;
    padding-left: 0;
}
/* Консультации */

.btn-primary {
    background: #e9e9e9;
    color: #121212;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: #d4d4d4;
    color: #121212;
    transition: background 0.2s;
}

.status-label {
    display: block;
    font-weight: 400;
    color: #21be5c;
}

.status-label-return {
    display: block;
    font-weight: 400;
    color: #495ff9;
}

.status-discount {
    display: block;
    font-weight: 400;
    color: #FAAD14;
}


a.link-download {
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    background: var(--primary-color);
    padding: 10px 25px;
    color: #fff;
    width: 100%;
    transition: background 0.2s;
    border: none;
    text-decoration: none;
}
a.link-download:hover {
    background: var(--hover-color);
    transition: background 0.2s;
    color: #fff;
}

.notification-list_title{
    color: #121212;
    font-size: 18px;
    line-height: 21px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
}

span.service-item_status.icon-status_overdue {
    position: absolute;
    right: -3px;
    bottom: -10px;
    color: #e22631;
    border-radius: 50%;
    font-size: 18px;
}

.tab-error {
    color: #e22631;
    margin-left: 5px;
}

.dateList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.timeList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.officeList {
    list-style: none;
}

ul.officeList li {
    margin-left: -25px;
}

.text-dev {
    color: #121212;
    font-weight: 500;
    font-size: 12px;
    background: #e9e9e9;
    padding: 5px 10px;
    margin: 0;
    margin-left: 10px;
}

.notification-list_text{
    margin: 0;
    font-size: 16px;
    color: #121212;
}

.data_none {
    text-align: center;
    padding: 50px;
}

.data-none_icon {
    font-size: 85px;
    color: #9d9d9d;
    opacity: .6;
}

.data-none_text {
    text-align: center;
}

.no-data_title {
    font-size: 24px;
    font-weight: normal;
    color: #9d9d9d;
}

.no-data_text {
    font-size: 18px;
    font-weight: 400;
    color: #9d9d9d;
}

.accordion-collapse.collapse.date-collapse.show{
    padding-top: 0px !important;
}

ul.dropdown-menu.show { 
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 28px;
    border: none;
    box-shadow: 8px 11px 10px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding-top: revert-layer;
    padding-bottom: 0;
    z-index: 10;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 500;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
}

.dropdown-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
        --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
    z-index:1;
}
/*Прогресс бар*/
/*Модальное окно*/
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}    

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: none;
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}    
/*Модальное окно*/

.btn-link {
    text-decoration: none;
    color: #121212;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
}

.btn-link:hover {
    color: var(--primary-color);
    transition: color 0.3s;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #ffffff;
    background-color: var(--primary-color);
    border-color: var(--bs-btn-active-border-color);
    transition: color 0.3s;
    border: none !important;
}

.alert-danger {
    border: none;
    color: #a92e35;
    font-size: 16px;
    font-weight: 500;
    background: #f9eded;
    border-radius: 15px;
}

span.alert-icon {
    margin-right: 10px;
}

/*Прогресс бар*/
path.mainline {
    stroke-width: 10;
    stroke: #21BE5C;
}

.ldBar-label {
    font-size: 12px;
    font-weight: 600;
    color: #21be5c;
}

path.baseline {
    stroke-width: 10;
    stroke: #ECECEC;
}

.precent-25 path.mainline {
    stroke-width: 10;
    stroke: #e22631;
}

.precent-25 .ldBar-label {
    color: #e22631 !important;
}

.precent-50 path.mainline {
    stroke-width: 10;
    stroke: #faad14;
}

.precent-50 .ldBar-label {
    color: #faad14 !important;
}

.precent-75 path.mainline {
    stroke-width: 10;
    stroke: #21be5c;
}

.precent-75 .ldBar-label {
    color: #21be5c !important;
}

.payments-list_success_count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    color: #21be5c;
}

.payments-list_waiting_count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    color: #828282;
}

.btn-schedule {
    background: none;
    border: none;
    color: #273EE3;
    font-weight: 600;
    margin-left: -5px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
}

.schedule-list {
    list-style-type: none;
    padding: 0;
}

.schedule-list li {
    border-top: solid 1px #E5E5E5;
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.day-of-week {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
}

.work-hours {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
}

.work-hours.work-sunday {
    color: #E22631;
}

span.date-reff {
    font-weight: 600;
    color: #4F4F4F;
}

.referral-title_friends {
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 21px;
    font-weight: 600;
}

span.city-reff {
    font-weight: 600;
    color: #4F4F4F;
}

.filter-buttons {
    margin-bottom: 20px;
}

.filter-btn {
    border: none;
    background: #ECECEC;
    margin-right: 10px;
    padding: 5px 15px;
    border-radius: 10px;
    color: #121212;
    font-size: 16px;
    font-weight: 500;
    margin-bottom:10px
}

.filter-btn.active {
    background-color: #4F4F4F;
    color: #fff;
}

.block-earn_main {
    background: #FCB528;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: flex-start;
}

.block-friend-add_main {
    background: #FCB528;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: flex-start;
    position: relative;
}

.block-friend_main {
    background: rgb(250,89,68);
    background: linear-gradient(90deg, rgba(250,89,68,1) 0%, rgba(226,38,49,1) 100%);
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: flex-start;
    position: relative;
}

.block-friend_main::after {
    content: "\f500";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 60px;
    color: rgb(255 255 255 / 30%);
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 1;
}

.btn-invite-ref,
.btn-get-money {
    max-width: 225px;
}

.btn-invite-ref{
	margin-left:auto;
}

.btn-get-money {
	margin-left:5px;
}

.pay-method-card{
	border:0;
	border-radius: 20px;
	padding: 20px;
	background: #ECECEC;
	width:100%;
	margin:0;
	transition: all .3s;
}

.pay-method-card:hover{
	color:var(--primary-color);
	transform:scale(1.05);
}

.pay-method-card i{
	font-size: 50px;
	color: var(--primary-color);
	margin-bottom: 20px;
}


.pay-menthod-city .dropdown-menu-scroll{
	max-height: 300px;
    overflow: auto;	
}

.pay-menthod-city .dropdown{
	max-width: 500px;
	margin: 0 auto;
}

.pay-method-city-button,
.pay-method-complete-button,
.pay-method-card-button{
	margin-top:30px;
	max-width:200px;
}

.pay-method-office-time,
.pay-method-office-address{
	text-align:center;
	font-weight:500;
	border-radius:20px;
	background:#ECECEC;
	padding:20px;
	margin-bottom:20px;
	width: 100%;
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.pay-method-office-time span,
.pay-method-office-address span{
	font-weight:700;
	font-size:18px;
	display:block;
}

.pay-menthod-card-form{
	text-align: center;
}

.pay-menthod-card-form label{
	font-weight:600;
}
.pay-menthod-card-form input{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pay-menthod-card-form input:not(:last-child){
	margin-bottom:10px;
}

.title-invitefriends {
    font-size: 24px;
    text-align: center;
    color: #121212;
    font-weight: 600;
    line-height: 31px;
}

.text-invitefriends {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #121212;
    margin-bottom: 50px;
    font-weight: 500;
}

.block-invite_content {
    text-align: center;
}

.block-invite_content img {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.card-if {
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 15px;
    transition: all .3s;
}

.card-if:hover {
    transform: scale(1.05);
    cursor: pointer;
}


.title-card_if {
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.icon-card_if {
    font-size: 24px;
    color: #273EE3;
}

.head-ref_list {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.earn-wait {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.block-earn-wait {
    background: #4F4F4F;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    z-index: 3;
}

.icon-success-earn { 
    font-size: 21px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #21BE5C;
    background: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: inline-block;
    line-height: 1px;
}

.earn-count {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.earn-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.block-earn_main {
    position: relative;
}

.block-earn_main::after {
    content: "\f51e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 60px;
    color: rgb(255 255 255 / 30%);
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 1;
}

/*Slider REF*/
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 1000px;
    max-height: 100vh;
    border-radius: 8px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__footer {
    text-align: center;
    margin-top: 4rem;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
    font-size: 0.8rem;
    color: rgba(55, 53, 47, 0.65);
    background: transparent;
    text-decoration: underline;
    border-style: none;
    border-width: 0;
    cursor: pointer;
}

.onboarding-slide-title {
    max-width: 600px;
    margin: auto;
    color: #121212;
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-top: 25px;
}
.onboarding-slide-desc {
    margin: auto;
    max-width: 600px;
    display: block;
    color: #4F4F4F;
    text-align: center;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
@media (max-width: 800px) {
    .onboarding-slide-title {
        font-size: 24px;
    }
    .onboarding-slide-desc {
        font-size: 16px;
    }
}
.onboarding-slide-img {
    width: 300px;
    max-width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 50px;
    height: 200px;
}
.onboarding-slide-illu {
    margin-top: 2.25rem;
    /* width: 150px; */
}
.onboarding-slide-img-last {
    width: 130px;
    margin-top: 2rem;
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.splide__pagination {
    bottom: -3rem !important;
} 

.splide__pagination__page.is-active {
    background: #ffeb83 !important;
}
.splide__pagination li {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.splide__arrow:disabled {
    display: none;
}
.splide__arrow {
    top: 100% !important;
}
.onboarding-btn-primary {
    display: inline-block;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: var(--primary-color);
    padding: 15px 60px;
    color: #fff;
    transition: background 0.2s;
    border: none;
}
.onboarding-btn-primary:hover {
    cursor: pointer;
}
#slider-back {
    background-color: #f3f3f3;
    margin-right: 10px;
}
#slider-next {
    margin-left: 10px;
}
.slider-nav-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: 65px;
    z-index: 30;
    position: relative;
}
#slider-back,
#slider-next,
#slider-last-next {
    display: none;
}

.block-policy_slider {
    position: absolute;
    top: 60px;
}

.block-policy_slider p {
    font-size: 14px;
    color: #4F4F4F;
    margin-top: 10px;
}

a.policy-link_slider {
    color: var(--blue);
    text-decoration: none;
}
/*Slider REF*/


.input-group_r {
    margin: 40px auto 10px auto;
    width: 65%;
}

.form-control_b {
    border-radius: 15px !important;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    border-color: #fff;
    border: solid 2px #fff;
    padding: 15px 20px 15px 20px;
}

.form-control_b:focus{
    border-radius: 15px !important;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 15px 20px 15px 20px;
    border-color: #BDBDBD;
    border: solid 2px #ebebeb;
}

.form-control_r {
    border-radius: 15px !important;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    border: none;
}

.form-control_r:focus{
    border-radius: 15px !important;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    border: none;
}

.modal-content_r {
    padding: 0px 50px 50px 50px;
}

.block-form_add {
    padding: 10px 85px;
    margin-top: 40px;
}

.control-link_item {
    font-size: 21px;
    width: 50px;
    height: 50px;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 4%), 0px 1px 4px 0px rgb(0 0 0 / 2%);
}

a.control-link_item.i-control {
    color: var(--primary-color);
    transition: background 0.2s;
    margin-bottom: 10px;
}

a.control-link_item.i-control:hover {
    background: var(--hover-control);
    transition: background 0.2s;
}

.qr-container {
    position: relative;
    text-align: center;
}

.block-button_code {
    position: absolute;
    top: 0;
    right: 0;
}

.block-social_title {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.icon-title_r {
    text-align: center;
}

.icon-title_block {
    font-size: 35px;
}

.btn-input_in {
    position: absolute !important;
    right: 0px;
    height: 100%;
    width: 80px;
    color: #4F4F4F;
    font-size: 21px;
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: none;
    transition: background 0.2s;
    z-index: 9;
}

.btn-input_in:hover {
    background-color: #f9f9f9;
    transition: background 0.2s;
}

.no-link_error {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    background-color: #ededed;
    padding: 20px;
    border-radius: 15px;
}

.toast-ref{
    width: auto;
}

.toast-text-n {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.icon_toats {
    margin-right: 10px;
    font-size: 18px;
}

.toast-container {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1060;
}

.toast-success-r {
    background: #21BE5C !important;
}

.toast-error-r {
    background: #e22631 !important;
}

.toast {
    border-radius: 15px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color); 
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    outline: 0;
}

.notification-title_block {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.notification-title{
    margin: 0;
}

.notification-text {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 27px;
    width: 93%;
    text-align: left;
}

.notification-text::first-letter {
    text-transform: capitalize;
}

.arrow-show {
    font-size: 14px;
    top: 1px;
    position: relative;
    left: 2px;
}

.more-text {
    display: none;
}

.show-more-btn {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 16px;
    display: block;
    margin-top: 20px;
    background-color: #fff4f4;
    padding: 8px 15px;
    border-radius: 10px;
}

.icon-error_global{
    color: #e22631;
    margin-left: 5px;
    position: absolute;
    right: 20px;
}

.navigation-link.active i.fa-solid.fa-exclamation-circle {
    color: #e22631;
}

.deposit-title_block {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.highlight {
    animation: highlight 2s ease-in-out;
}

@keyframes highlight {
    0% { background-color: var(--hover-control); }
    100% { background-color: transparent; }
}

.form-select-pay{
    text-align: center; 
    width: 100%; 
    margin-bottom: 40px; 
    font-size: 18px; 
    font-weight: 600;
}

.h75 {
    height: 90px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.title-payment_input.error {
    color: #e22631;
    font-size: 16px;
}

.alert-icon_danger-date {
    font-size: 16px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #e22631;
}

.btn-page:disabled{
    background: #ccc;
}

.btn-payment_select {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #121212;
    padding: 30px 15px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    background-color: transparent;
    position: relative;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.btn-payment_select:hover {
    border-color: var(--primary-color);
    transition: all .2s ease-in-out;
}

.pay-method-title {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    transition: all .2s;
}

.pay-method-title span {
    background-color: #fff;
    padding: 0px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.pay-info {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.payment-image {
    width: 75px;
}

.success-precent {
    position: absolute;
    right: -4px;
    bottom: -4px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    background: #FAAD14;
    width: 18px;
    height: 18px;
    display: block;
    line-height: 18px;
}

.return-process {
    position: absolute;
    right: -4px;
    bottom: -4px;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    background: #273ee3;
    background-color: #495ff9;
    width: 18px;
    height: 18px;
    display: block;
    line-height: 19px;
}

.pagination {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.page-item_pagination.active a.page-link_pagination {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 38px;
    margin-right: 10px;
    color: #fff;
}

.page-item_pagination a.page-link_pagination {
    background-color: #ededed;
    border-color: #ededed;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 38px;
    margin-right: 10px;
    color: #121212;
    text-decoration: none;
    transition: background 0.2s;
}

.page-item_pagination a.page-link_pagination:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 38px;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
}

.page-item_pagination.disabled span {
    background-color: #ededed;
    border-color: #ededed;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 24px;
    margin-right: 10px;
    color: #121212;
}

.page-link_paginationv:focus {
    z-index: 3;
    color: #fff;
    outline: 0;
    box-shadow: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 24px;
    margin-right: 10px;
}

.filter-block {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%), 0px 1px 4px 0px rgb(0 0 0 / 6%);
    padding: 20px;
}

.filter_reviews-name {
    font-size: 15px;
    font-weight: 500;
    color: #9d9d9d;
    margin-left: 0px;
    margin-bottom: 10px;
}

.dropdown-reviews{
    background: #f7f7f7;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 15px;
    transition: background 0.2s;
}

.dropdown-reviews:hover{
    background: #ebebeb;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 15px;
    transition: background 0.2s;
    color: #121212;
}

.dropdown-reviews:focus{
    background: #ebebeb;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 15px;
    transition: background 0.2s;
    color: #121212;
}

button.btn.btn-link.dropdown-reviews.dropdown-toggle:active {
    background: #ebebeb;
    color: #121212;
}

button.btn.btn-link.dropdown-reviews.dropdown-toggle.show {
    background: #ebebeb;
    color: #121212;
}


.alert-warning {
    border: none;
    color: #c37100;
    font-size: 16px;
    font-weight: 500;
    background: #fff5d5;
    border-radius: 15px;
}

ul.splide__pagination.splide__pagination--ltr {
    display: none;
}

.slide_text-content-block {
    margin-top: -20px;
    margin-bottom: 40px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.reviews-coutn_title {
    font-size: 18px;
    color: #9d9d9d;
    position: relative;
    margin-left: 5px;
}

.pr-dropdown .dropdown-toggle::after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    border-top: 0;
    vertical-align: middle;
    font-size: 12px;
    position: relative;
    top: -1px; 
}

.dropdown-city_select::after {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    border-top: 0;
    vertical-align: middle;
    font-size: 12px;
    position: relative;
    top: -1px; 
}

.dropdown-city_select:focus{
    border-color: #fff !important;
}

.average_rating-count {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: -15px;
}

.login-logotype {
    margin-bottom: 20px;
}

.block-author {
    width: fit-content;
    background-color: rgb(255 255 255 / 20%) !important;
    backdrop-filter: blur(4px);
    padding: 10px 40px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    border-radius: 20px;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    opacity: .8;
    z-index: 1;
}

span#text-location {
    margin-right: 20px;
}

span#text-photographer {
    margin-right: 20px;
}

.icon-block_ph {
    margin-right: 10px;
}

.step-question {
    display: none;
}

.step-question-active {
    display: block;
}
.indicator-block{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.indicator {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: white;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.title-meetnotif {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #121212;
}

.text-meetnotif {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #121212;
}

.block-button_closemeet {
    width: 50%;
    margin: 40px auto 20px auto;
}

.icon-meetsuccess {
    color: #21BE5C;
    font-size: 80px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.icon-meetwait{
    color: #FAAD14;
    font-size: 80px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.icon-meeterror {
    color: #E22631;
    font-size: 80px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}


.title-paynotif {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #121212;
}

body.finish.modal-payment {
    display: none !important;
}

.text-paynotif {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #121212;
}

.block-button_closepay {
    width: 50%;
    margin: 40px auto 20px auto;
}

.icon-paysuccess {
    color: #21BE5C;
    font-size: 80px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.icon-paywait{
    color: #FAAD14;
    font-size: 80px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.icon-payerror {
    color: #E22631;
    font-size: 80px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

span.sp-line {
    width: 25px;
    height: 2px;
    background: #ededed;
}

.indicator-inactive {
    background-color: #d9d9d9;
}

.indicator-active {
    background-color: var(--blue);
    animation: spin 8s linear infinite;
}

.indicator-completed {
    background-color: #21BE5C;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.radio-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.radio-button-container input[type="radio"] {
    display: none;
}
.radio-button-container label {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ECECEC;
    background-color: #ECECEC;
    cursor: pointer;
    text-align: center;
    flex: 1 1 calc(50% - 20px);
    margin: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    border-radius: 15px;
    padding: 20px;
}
.radio-button-container input[type="radio"]:checked + label {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.title-quest{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.button-container .btn {
    flex: 1 1 calc(50% - 10px);
    margin: 5px;
}

.radio-button-container input[type="radio"]:checked + label {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

#back-to-top {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 9999;
    width: 55px;
    height: 55px;
    line-height: 30px;
    display: flex;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 15px;
    font-size: 24px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
}
#back-to-top:hover {
    background: var(--hover-control);
    color: var(--primary-color);
    transition: background 0.3s;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

.btn-prev{
    width: fit-content;
    max-width: max-content;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 10px 25px;
}
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #9D9D9D #F7F7F7;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
*::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #F7F7F7;
}

*::-webkit-scrollbar-track:hover {
    background-color: #F7F7F7;
}

*::-webkit-scrollbar-track:active {
    background-color: #F7F7F7;
}

*::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #9D9D9D;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #8B8B8B;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #8B8B8B;
}

::selection {
    background: var(--primary-color);
    color: #fff;
}

.pay_need .agreement-f{
    color:var(--primary-color);
}

.menu-pays-delemiter{
    border-top-color: #9D9D9D;
}

.menu-pays-link{
    padding-left:50px;
}

.menu-pays-link .navigation-text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight:500;
}

.menu-pays-link.active .navigation-text{
    font-weight:700;
}

.btn-lg{
    padding:13px 30px;
}

@media (max-width:991px){

    .block-navigation {
        padding:20px 10px;
        min-height:600px;
    }
    .navigation-text {
        font-size: 14px;
        overflow: hidden;
    }
    .navigation-text p{
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .navigation-icon {
        font-size: 20px;
        margin-right: 7.5px;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
    .navigation-link {
        padding: 10px 5px;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .link-privacy_main,
    .text-copyright {
        font-size:12px;
    }

    .page-title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .page-block_button a{
        font-size: 14px;
    }
    .agreement-meta_title {
        font-size: 24px;
    }

    .no-data_title {
        font-size: 20px;
    }
    .no-data_text {
        font-size: 16px;
    }
    .data-none_icon {
        font-size: 55px;
    }

}

.payment-total_text{
    height:100%;
}    
.has-deposit .payment-total_text,
.nearestPayment .payment-total_text{
    display:flex;
    flex-direction: column;
}
/*.nearestPayment .payment-total_text{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
}*/

.overdue{
    display: flex;
    flex-direction: column;
}

.payment-total_text p{
    margin-bottom:5px;
}       
.payment-total_text p:last-child{
    margin-bottom:0;
}  
.has-deposit p.sum_total,
.overdue p.sum_total{
    margin-top:auto;
    margin-bottom:0;
    text-align:center;
}
.has-deposit p:not(.sum_total):not(.payment-total_header),
.overdue:not(.single) p:not(.sum_total):not(.payment-total_header){
    font-size:14px;
}

.has-deposit p:not(.payment-total_header),
.overdue:not(.single) p:not(.payment-total_header){
    display:flex;
    justify-content:space-between;
    align-items:center
}

.payment-total_header .fa-exclamation-circle,
.overdue.single .fa-exclamation-circle{
    color: #e22631;
    margin-right:5px;
}

.overdue.single p{
    text-align:left;
    font-size:16px;
}

.has-deposit .sum_total,
.overdue .sum_total{
    border-top: 1px solid #C5C5C5;
    margin-top: 5px !important;
}

.has-deposit p:not(.sum_total) .payment-sum_text,
.overdue:not(.single) p:not(.sum_total) .payment-sum_text{
    font-size: 16px;
}

.overdue .payment-total_header,
.overdue:not(.single) .sum_total{
    font-size:16px;
}

.overdue .payment-sum_text{
    color:#E22631;
}

.payment-total_text .payment-total_header{
    font-weight: 600;
}

.payments-list_schedule_text .meets-status{
    padding:3px 15px;
    font-size:14px;
    font-weight:500;
    margin-left:10px;
    display: inline-flex;
    align-items: center;
}


.meets-status.deposit-good{
    background-color:#D3FFE3;
    color:#198A44;
}

.meets-status.deposit-good,
.meets-status.deposit-bad{
    padding-left: 44px;
    position: relative;
}

.meets-status.deposit-good svg,
.meets-status.deposit-bad svg{
    fill:#198A44;
    width:24px;
    position:absolute;
    left:15px;
}

.meets-status.deposit-bad svg{
    fill:#E22631;
}

.rate-form_reviews {
    max-width: 235px;
    margin-bottom: 20px;
    position:relative;
}

.rate-total{
    font-size: 14px;
    display: block;
    position: absolute;
    left: 100%;
    width: 90px;
    bottom: 0;
    padding-left: 10px;
    text-align: left;
}

.rate-form_reviews label{
    width: 17px;
    margin: 0;
    position: relative;
    height: 30px;
    overflow:hidden;
}
.rate-form_reviews label i{
    position: absolute;
    left: 0;
    width: 34px;
}

.rate-form_reviews label.reverse{
    margin-right:10px
}
.rate-form_reviews label.reverse i{
    transform: rotateY(180deg);
    right: 0;
    left: unset;
}

.rate-form_reviews label.reverse.last{
    margin-right:0;
}


.rate-form_reviews.big-star{
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom:10px;
}

.rate-form_reviews.big-star label{
    min-width: 28px;
    height: 50px;
    font-size:50px;
    width:auto;
    direction: ltr;
}

.rate-form_reviews.big-star .rate-total{
    width:100%;
    position:static;
    text-align: center;
    padding-top:10px;
}

.rate-form_reviews.big-star label i{
    width:50px;
}

.navigation-link.animate:not(.active) .navigation-icon i,
.navigation-link.animate:not(.active) .navigation-text p{
    animation-name: icon-color-anim;
    animation-duration: 2s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

.new-review-btn.animate{
    animation-name: btn-size-anim;
    animation-duration: 2s;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

@keyframes icon-color-anim {
    0% {
        color: inherit;
    }
    50%{
        color:var(--primary-color);
    }
    100% {
        color: inherit;
    }
}

@keyframes btn-size-anim {
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.hover_pay_link{
    display:block;
    font-size: 14px;
    text-decoration: none;
    color: var(--primary-color);
    margin-top: 3px;
    opacity:0;
    transition:all .3s;
}

.hover_pay_link:hover{
    color:var(--hover-color);
}

.payments-list_schedule:hover .hover_pay_link{
    opacity:1;
}

#clientAgrPayment .overdue{
    text-align:center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#clientAgrPayment .overdue > div{
    display: flex;
    justify-content: space-between;
}
#clientAgrPayment .overdue > div.summ{
    font-weight: 600;
    border-top: 1px solid #C5C5C5;
    margin-top: 3px;
    padding-top: 0px;
}
#clientAgrPayment .overdue span{
    color: #E22631;
    font-weight:700;
}