﻿

.container {
    max-width: 1370px !important;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

    .container * {
     box-sizing:border-box;
    }

    .brokers_top {
        justify-content: space-between;
        align-items: baseline;
        padding-top: 24px;
    }

h1 {
    font-size: 28px;
    color: black;
    line-height: 36px;
}

.brokers_top p {

 font-size:16px;}


.broker_item {
    display: flex;
    position: relative;
    cursor: pointer;
    background: #fff;
    flex-direction: row;
    padding: 20px 8px;
    margin-bottom: 0;
}

    .broker_item:hover {
       background: #eaeef3;
    }

    .broker_item:not(:last-child):before {
        content: "";
        background-color: #e8e9ec;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
    }



.broker_item_left {
    margin-bottom: 16px;
    display: flex;
    justify-content: normal;
    width: 320px;
}

.broker_img {
    order: 1;
    margin-right: 16px;
}

.broker_img_cicle {
    background: #f1f2f4;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
}

.broker_img_cicle_avatar {
    color: #a1a7b3;
    transition: color .3s ease-out;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.broker_desc {
    order: 2;
}

.broker_desc_name {
    letter-spacing: normal;
    color: black;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

    .broker_desc_name a, .broker_desc_name a:visited {
        text-decoration: none;
        color: inherit;
        vertical-align: middle;
    }

.broker_desc_role {
    transition: color .3s ease-out;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    color: #15224299;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.broker_desc_when {
    transition: color .3s ease-out;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    color: #15224299;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.broker_item_right {
    display: flex;
    flex: 1;
    margin-left: 16px;
}

.broker_item_reviwes {
    flex-direction: column;
    display: flex;
    justify-content: normal;
    flex: 1;
    margin-right: 128px;
}

.broker_item_reviwes_cont {
    margin-bottom: 8px;
}
.broker_item_reviwes_desc {
    transition: color .3s ease-out;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    color: #15224299;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.broker_item_objects {
    flex-direction: column;
    justify-content: normal;
    flex: 0;
    min-width: 320px;
    display: flex;
}
.broker_item_objects_count {
    transition: color .3s ease-out;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    color: black;
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.broker_item_objects_count_in_work {
    transition: color .3s ease-out;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    color: #15224299;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
}


.broker_info_legal {
    transition: color .3s ease-out;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    color: #15224299;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
}


.broker_cat_logo_small {

    position:relative;

}

    .broker_cat_logo_small::after {
        content: "";
        position: absolute;
        /*background: url(/images/bfs_stars_2026.png);*/
        width: 20px;
        height: 14px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: -4px;
        right: -14px;
    }

.broker_info_user_cont_image {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}

    .broker_info_user_cont_image img {
        border-radius: 50%;
    }


.broker_summary {
    justify-content: unset;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
    margin-top: 32px;
}

.brokers_number_found {
    margin-right: 21px;
    font-size:14px;
    font-weight:bold;
}

.sort_by_svg {
    color: #0468ff;

}

.brokers_order_by {
display:flex;
align-items:center;
}

.brokers_order_by_button {
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
}

.sort_by_svg_cont {
    margin-right: 8px;
    display: flex;
    align-items: center;
    position:relative;
}

.broker_menu_cont {
    position: absolute;
    background-color: white;
    border: 1px solid #d0d8e9;
    box-shadow: 0 8px 16px #0000001a;
    border-radius: 4px;
    margin: 4px 0;
    overflow: hidden;
    z-index: 100;
    top: 24px;
    min-width: 210px;
    display:none
}

.broker_menu_cont_display {
    display: flex;
}

    .broker_menu_cont_list {
        display: flex;
        flex-flow: column;
        min-width: 100%;
        max-width: 600px;
        max-height: 360px;
        display: flex;
        overflow: auto;
    }

.broker_menu_cont_list_item {
    color: black;
    outline: none;
    padding: 8px 12px;
    display: flex;
    /* align-items: stretch; */
    justify-content: space-between;
}

.broker_menu_cont_list_item:hover {
    background-color: #f3f5fa;
    cursor:pointer;
}

.broker_paging {
    user-select: none;
    justify-content: center;
    padding: 8px;
    display: flex;
}

.broker_info_legal_cont {
    margin-top: 80px;
}

.broker_paging li {
    padding: 8px;
    list-style-type: none;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.broker_paging ul {
    display:flex
}

    .broker_paging ul li.active a {
        border-bottom: 1px solid #0468ff;
        color: black;
    }
    .broker_paging ul li a {
        display:flex;
       align-items:center;
    }

 .broker_paging ul li.active {
 padding-bottom:7px;
}



.container_li_cat {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.stars-container li:not(:last-child) {
    margin-right: 4px;
}

.rating-cont {
    display: flex;
    margin-bottom: 4px;
}

.rating-cont-number {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 4px;
}

.rating-cont-stars {
    position: relative;
    top: 1px;
}

.stars-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reviews_cont {
    margin-bottom: 8px;
}

.reviews_cont_text {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #15224299;
}

.comment_cont {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    display: -webkit-box;
    overflow: hidden;
}

.comment_cont_name {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #15224299;
}

.comment_cont_comment {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-stretch: 100%;
    color: #0d162e;
    letter-spacing: normal;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}