green-online.right-part-information .inputs-wrap.wellcome-container{
    float:left;
    width:100%;
    background:#fff;
    border-radius:12px;
    padding:20px;
    box-sizing:border-box;
}

.image-part{
    float:left;
    width:100px;
}
.image-part img{
    max-width:100px;
}
.text-part{
    float:right;
    width: calc(100% - 120px);
}
.text-part .well-txt{
    float:left;
    width:100%;
    font-size:16px;
    color:#092C4C;
}
.text-part .well-txt-bottom{
   float:left;
    width:100%;
    font-size:16px;
    color:#092C4C;
    margin-bottom:7px;
}
.bold{
    font-weight: bold;
}
.buttons{
    display: flex;
    width: 100%;
    gap: 20px;
}
.buttons .btn{
    background: #EDF7FF;
    border-radius: 100px;
    padding:10px 20px;
    box-sizing:border-box;
    color:#514EF3;
    font-size:14px;
    font-weight: 400;
}
.buttons .btn.active{
   color:#fff;
   background:#514EF3;
}
.all-boxes{
    float:left;
    width:100%;
    gap:20px;
    margin-top:20px;
    margin-bottom:20px;
}
.all-boxes .box{
    width:calc(25% - 25px);
    background: #FFFFFF;
    border: 1px solid #EAEEF4;
    border-radius: 12px;
    padding:20px;
    box-sizing:border-box;
}
.all-boxes .box .title{
    color:#7E92A2;
    font-size:18px;
    margin-bottom:30px;
    font-weight: 400;
}
.bott-info{
    display: flex;
    justify-content: space-between;
}
.bott-info .num{
    color:#092C4C;
    font-size:48px;
    font-weight: bold;
}
.bott-info .circle{
   width:64px;
   height:64px;
   border-radius:100%;
   display: flex;
    align-items: center;
    justify-content: space-around;
}
.bott-info .circle.lila{
    background:#514EF3;
}
.bott-info .circle.blue{
    background:#0AC0FF;
}
.bott-info .circle.yellow{
    background:#FFC357;
}
.bott-info .circle.pink{
    background:#FE8084;
}
.bott-info .circle.green{
    background:#2DC8A8;
}
.two-big-boxes{
    display: flex;
    width: 100%;
    margin-top:20px;
    gap:20px;
}
.big-box{
    width:50%;
    background: #FFFFFF;
    border-radius: 12px;
    padding:30px;
    box-sizing:border-box;
}
.top-part{
    display: flex;
    justify-content: space-between;
}
.bottom-row-information .row-info{
    display: flex;
    min-height: 59px;
    align-items: center;
    border-bottom:1px solid #EAEEF4;
    margin-bottom:1px;
}
.font-bold {
    font-weight: bold;
}
.bottom-row-information .row-info:last-child{
    border-bottom:none;
}
.bottom-row-information .row-info span{
    width:30%;
    color:#092C4C;
    padding-right: 10px;
    font-size: 16px;
}
.broker-avatar {
    display: flex;
}
.bottom-row-information .row-info a{
    color:#092C4C;
    font-size: 15px;
}
.bottom-row-information .row-info span img{
    margin-right:10px;
}
.see-all{
    padding:10px 20px;
    box-sizing:border-box;
    border-radius:100px;
}
.see-all.lila{
    background:#ECECFE;
    color:#514EF3;
}
.see-all.yellow{
    background:#FFF1D9;
    color:#FFC357;
}
.see-all.pink{
    background:#FFE8E8;
    color:#FE8084;
}
.full-width-wrap {
    margin:10px 0px;
}
.full-width-wrap .big-box{
    width:100%;
}
.full-width-wrap .bottom-row-information .row-info span{
    width:20%;
}
.max-width-100 {
    max-width: 100px;
}
.max-width-150 {
    max-width: 150px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-500 {
    max-width: 500px;
}
.max-width-50 {
    max-width: 50px;
}
.width-500 {
    width: 500px;
}
.width-40-percent {
    width: 40% !important;
}
.full-width-wrap.last-client .bottom-row-information .row-info{
    height: auto;
}
.big-box-title{
    color:#092C4C;
    font-size:18px;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-part-information{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.path{
    display: flex;
}
.path .path-link{
   float:left;
   color:rgba(9, 44, 76, 1);
   font-size:14px;
   padding-right:20px;
   box-sizing:border-box;
   height: 40px;
   line-height: 40px;
   position:relative;
   padding-left:20px;
}
.path .path-link:first-child{
    padding-left:0px;
}
.path .path-link:after{
   position:absolute;
   content:"";
   right:0;
   top:0;
   width:1px;
   height: 100%;
   background:rgba(214, 225, 230, 1);
}
.path .path-link:last-child{
   color:rgba(126, 146, 162, 1);
   font-size:14px;
}
.path .path-link:last-child:after{
    content:none;
}
.btns-offers{
   display: flex;
    gap: 30px;
    align-items: center;
}
.btns-offers .bnt-style{
   width:110px;
   height: 30px;
   line-height: 30px;
   background:#0A2C4D;
   color:#fff;
   border-radius: 70px;
   text-align:center;
   font-size:14px;
}
.back-row{
    float:left;
    width:100%;
    display:flex;
}
.back-row .back{
    float:left;
    color:rgba(126, 146, 162, 1);
    font-size:14px;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
}
.back-row .back.no-click{
    cursor: default;
}
.back-row .back:before{
    position:absolute;
    content:"";
    left:0;
    top:2px;
    width:15px;
    height: 15px;
    background:url("../img/back-listing.svg") no-repeat center;
    background-size:100%;
}
.all-offers-filter{
   display: flex;
    justify-content: space-between;
    align-items: center;
    float:left;
    width:100%;
}
.all-offers-filter .title:before{
    left:-12px !important;
}
.right-filters-wrap{
/*        width: 600px;
*/    display: flex;
    align-items: center;
    gap:30px;
    margin-bottom:30px;
    justify-content: flex-end;
}
.select-wrap.big-select{
   background: rgba(246, 250, 253, 1);
    width: 200px;
    padding-left: 10px;
    border-radius:3px;
    height: 35px;
    line-height: 35px;
}
.pagination{
    align-items:center;
}
.pagination span{
    margin-right:5px;
}
.page-item.next{
  background:rgba(214, 225, 230, 1);
  border-radius:3px;
  width:35px;
  height: 35px;
  display:flex;
  justify-content:center;
  cursor:pointer;
}
.page-item.next img{
    width:18px;
}
.page-item.active .page-link{
   background:rgba(246, 250, 253, 1);
   border-radius:3px;
   width:35px;
   height: 35px;
   color:rgba(126, 146, 162, 1);
}
.search-button{
    width:35px;
    height: 35px;
    background:rgba(214, 225, 230, 1);
    display:flex;
    justify-content:center;
    border-radius:3px;
    cursor:pointer;

    outline: none;
    border: none;
    padding-top: 7px;
}
.search-button img{
    width:20px;
}

.filters{
   width:215px;
   background:#fff;
   border-radius:12px;
   padding-top:20px;
   padding-bottom:40px;
   padding-left:10px;
   padding-right:10px;
   float:left;
}
.filters .title, .right-part-information .title{
   color:rgba(9, 44, 76, 1);
   font-size:16px;
   padding-left:30px;
   box-sizing:border-box;
   position:relative;
   float:left;
   margin-bottom:20px;
}
.right-part-information .title{
    padding-left:15px;
}
.filters .title {
    padding-left:10px;
    width: 100%;
}
.filters .title .reset {
    float: right;
    color: red;
    border: 1px solid red;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.filter-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 10;
    display: none;
    top: 0px;
    left: 0px;
}
.filters .title:before, .right-part-information .title:before{
    position:relative;
    content:"";
    left:-10px;
    top:2px;
    width:20px;
    height: 20px;
    background:url("../img/filter-icon.svg") no-repeat center;
    background-size:20px;
    float:left;
}
.filter-wrap{
    background:rgba(246, 250, 253, 1);
    padding-left:8px;
    box-sizing:border-box;
    float:left;
    width:100%;
    margin-bottom:7px;
}
.filter-wrap.white{
    background:#fff;
}
.filter-wrap.white input{
   border:none;
   background:rgba(246, 250, 253, 1);
   height: 25px;
   font-size:10px;
}
.filters .small-title{
    float:left;
    width:100%;
    height: 40px;
    line-height: 40px;
    position:relative;
    border-bottom:1px solid #fff;
    font-size:12px;
    color:rgba(9, 44, 76, 1);
}
.filters .small-title:before{
    position:absolute;
    content:"";
    right:10px;
    top:7px;
    background:url("../img/show.svg") no-repeat center;
    width:20px;
    height: 20px;
    background-size:13px;
}
.checkbox-holder{
    float:left;
    width:100%;
}
.check-row{
    float:left;
    width:100%;
}
.checkbox-holder label, .checkbox-holder input{
    float:left;
    color:rgba(126, 146, 162, 1);
    font-size:12px;
    margin-right:5px;
    margin-bottom:5px;

}
.filter-wrap .row-info{
    float:left;
    width:100%;
    display:flex;
    gap:5px;
    margin:10px 0px;
}
.filter-wrap .row-info img{
    width:15px;
}
.filter-wrap .row-info input{
    width:73px;
}
.two-inputs{
    display:flex;
    gap:2%;
}
.two-inputs input{
    width:49%;
}
.right-part-information{
    float:right;
    width:calc(100% - 230px);
    background:#fff;
    border-radius:12px;
    padding-top:28px;
    padding-bottom:40px;
    padding-left:20px;
    padding-right:20px;
    box-sizing:border-box;
}
.right-part-information .inputs-wrap{
    float: left;
    width: 100%;
    display: flex;
    gap: 16px;
    /* justify-content:space-between; */
}
.right-part-information .inputs-wrap input{
    width:100%;
    background: rgba(246, 250, 253, 1);
    height: 35px;
    padding-left:15px;
    box-sizing:border-box;
    border-radius:3px;
    border:none;
    outline:none;
}
.offer-box{
    float:left;
    width:100%;
    margin-top:20px;
    padding-top:20px;
    box-sizing:border-box;
    border-top:1px solid rgba(234, 238, 244, 1);
    padding:20px;
    box-sizing:border-box;
}
.offer-box:hover{
    background:rgba(246, 250, 253, 1) ;
}
.top-part-offer-box{
   display:flex;

   height: 30px;
   width:100%;
   background: rgba(246, 250, 253, 1);
   line-height: 30px;
   padding-left:15px;
   box-sizing:border-box;
   justify-content: space-between;
   padding-right:15px;
   border-radius:3px;
}
.top-part-offer{
    display:flex;
    gap:30px;
}
.top-part-offer-box .number{
   font-size:14px;
   color:rgba(9, 44, 76, 1);
}
.top-part-offer-box .green-online{
    color:rgba(45, 200, 168, 1);
    font-size:14px;
    position:relative;
    /* padding-left:20px; */
    box-sizing:border-box;
}
.all-right-icons{
    display:flex;
    gap:20px;
}
/* .top-part-offer-box .green-online:before{
    position:absolute;
    content:"";
    left:0;
    top:7px;
    width:15px;
    height: 15px;
    background:url("../img/online.svg") no-repeat center;
    background-size:15px;
} */
.top-part-offer-box .date{
    font-size:14px;
    color:rgba(126, 146, 162, 1);
}
.bottom-part-offer-box{
    float:left;
    width:100%;
    display:flex;
    margin-top:20px;
    gap:40px;
    justify-content:space-between;
}
.bottom-part-offer-box .image-wrap{
    width:360px;
}
.bottom-part-offer-box .image-wrap img{
    width:100%;
    border-radius:5px;
}
.bottom-part-offer-box .txt-part{
    width:625px;
}
.info-row{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-bottom:10px;
}
.info-row .price.red{
    font-size:18px;
    color:rgba(254, 128, 132, 1);
    padding-left:20px;
    box-sizing:border-box;
    position:relative;
}
.info-row .price.red:before{
    position:absolute;
    content:"";
    left:-5px;
    top:4px;
    width:20px;
    height: 20px;
    background:url("../img/price-small.svg") no-repeat center;
    background-size:15px;
}
.info-row .big{
    font-size:18px;
    color:rgba(126, 146, 162, 1);
}
.info-row .address{
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
    font-size:16px;
    color:rgba(126, 146, 162, 1);

}
.info-row .address:before{
    position:absolute;
    content:"";
    left:-5px;
    top:2px;
    width:20px;
    height: 20px;
    background:url("../img/address-small.svg") no-repeat center;
    background-size:15px;
}
.info-row ul{
    float:left;
    width:100%;
    padding-left:0px;
    display:flex;
    gap:20px;
}
.info-row ul li{
    float:left;
    list-style: none;
    position:relative;
    color:rgba(126, 146, 162, 1);
    padding-left:15px;
    font-size:12px;
}
.info-row ul li:before{
   position:absolute;
   content:"";
   left:0;
   top:5px;
   width:8px;
   height: 8px;
   border-radius:50%;
   background:rgba(126, 146, 162, 1);
}
.info-row .quadrature{
    padding-left:20px;
    box-sizing:border-box;
    position:relative;
    font-size:12px;
    color:rgba(126, 146, 162, 1);
}
.info-row .quadrature:before{
   position:absolute;
   content:"";
   left:0;
   top:0;
   background:url("../img/quadrature.svg") no-repeat center;
   background-size:15px;
   width:20px;
   height: 20px;
}
.info-row .floor{
    padding-left:20px;
    box-sizing:border-box;
    position:relative;
    font-size:12px;
    color:rgba(126, 146, 162, 1);
}
.info-row .floor:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    background:url("../img/floor.svg") no-repeat center;
    background-size:11px;
    width:20px;
    height: 20px;
}
.broker-part{
    width:470px;
    background:rgba(246, 250, 253, 1);
    padding:10px;
    box-sizing:border-box;
    border-radius:5px;
}
.image-broker{
    display:flex;
    gap:10px;
    align-items:center;
}
.image-broker .small-image{
    width:30px;
    float:left;
}
.image-broker .small-image img{
    width:100%;
}
.image-broker .txt{
    display:flex;
    gap:30px;
    font-size:12px;
    color:rgba(126, 146, 162, 1);
}
.bottom-info{
    float:left;
    width:100%;
}
.bottom-info .left-part{
    width:50%;
    float:left;
    display:flex;
    flex-direction:column;
    margin-top:15px;
    margin-bottom:15px;

}
.bottom-info .left-part span{
    font-size:12px;
    color:rgba(126, 146, 162, 1);
    margin-bottom:3px;
}
.bottom-info .right-part{
    width:50%;
    float:right;
    display:flex;
    flex-direction:column;
    margin-top:15px;
    margin-bottom:15px;
}
.bottom-info .right-part a{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.bottom-info .right-part .check-row{
    font-size:12px;
    color:rgba(126, 146, 162, 1);
}
.info{
    float:left;
    width:100%;
}
.info p{
    color:rgba(126, 146, 162, 1);
    font-size:12px;
}

.view-prifile-left{
   width:450px;
   background:#fff;
        border-radius:12px;
        padding:30px;
        box-sizing:border-box;
        float:left;
        display: flex;
    flex-wrap: wrap;

}
.image-box{
    width:250px;
    position:relative;
}
.edit{
    position:absolute;
    width:30px;
    height: 30px;
    border-radius:50%;
    background:rgba(237, 247, 255, 1);
    right:-15px;
    top:-12px;
        display: flex;
    align-items: center;
    justify-content: space-around;
    cursor:pointer;
}
.close{
position:absolute;
    width:30px;
    height: 30px;
    border-radius:50%;
    background:rgba(237, 247, 255, 1);
    right:-15px;
    bottom:-12px;
        display: flex;
    align-items: center;
    justify-content: space-around;
    cursor:pointer;
}
.bott-txt{
    float:left;
    font-size:10px;
    color:rgba(126, 146, 162, 1);
    margin-top:10px;
    width:100%;
    margin-bottom:20px;
}
.view-profile-info{
    display: flex;
    flex-wrap: wrap;
    float: left;
    padding-top:30px;
    border-top:1px solid rgba(126, 146, 162, 1);
    margin-bottom:30px;
}
.view-profile-info .name{
    float:left;
    width:100%;
    color:rgba(9, 44, 76, 1);
    font-size:16px;
    margin-bottom:10px;
}
.view-profile-info .job, .view-profile-info .phone, .view-profile-info .email{
    float:left;
    width:100%;
    font-size:12px;
}
.more-info{
    display:flex;
     padding-top:30px;
    border-top:1px solid rgba(126, 146, 162, 1);
    gap:20px;
    align-items: center;

}
.more-info .small-image{

}
.more-info .small-image img{
    width:100%;
}



.view-profile-right{
    float:right;
    width:calc(100% - 480px);
    margin-left:30px;
    background:#fff;
    border-radius:12px;
    padding: 30px;
    box-sizing:border-box;
}
.name-part{
    display:flex;
    justify-content:space-between;
    padding-bottom:15px;
    box-sizing:border-box;
    border-bottom:1px solid rgba(234, 238, 244, 1);
}
.name-part .name{
    color:rgba(9, 44, 76, 1);
    font-size:18px;
    position:relative;
    padding-left:30px;
    box-sizing:border-box;
}
.name-part .name:before{
   position:absolute;
   width:25px;
   height: 25px;
   content:"";
   left:0;
   top:0;
   background:url("../img/profile.svg") no-repeat center;
   background-size:20px;
}
.back-btn{
   width: 200px;
    height: 30px;
    line-height: 30px;
    background: rgba(214, 225, 230, 1);
    color: #fff;
    border-radius: 70px;
    text-align: center;
    font-size: 14px;
}
.summ-information{
    float:left;
    width:100%;
}
.summ-info-box{
    float:left;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    box-sizing:border-box;
    border-bottom: 1px solid rgba(234, 238, 244, 1);
}
.summ-info-box span.sub-title{
   color:rgba(9, 44, 76, 1);
   font-size:16px;
   margin-bottom:20px;
   float:left;
   width:100%;
}
.only-select .summ-info-box span.select2-selection__rendered{
    margin-bottom:0px !important;
}
.only-select .select2.select2-container{
       width: 100%;
    height: 30px;
    line-height: 0px;
    background: rgba(246, 250, 253, 1);
    padding-left:10px;
}
.only-select .summ-info-box span.selection{
    background: rgba(246, 250, 253, 1);
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
    margin-bottom:0px;
    font-size:14px !important;
}
.more-inputs{
    float:left;
    width:100%;
}
.more-inputs .inp, .radio-btns-wrap .inp{
    width:30%;
    margin-right:1%;
    float:left;
}
.more-inputs .inp label, .radio-btns-wrap .inp label{
    float:left;
    width:100%;
    color:rgba(126, 146, 162, 1);
    font-size:12px;
    margin-bottom:5px;
    margin-top:20px;
}
.more-inputs .inp input{
   background:rgba(246, 250, 253, 1);
   border:none;
   padding-left:10px;
   box-sizing:border-box;
   height: 30px;
   width:100%;
   outline:none;
}
.radio-btns-wrap{
    float:left;
    width:100%;
    margin-top:20px;
}
.save-changes{
   width:190px;
   height: 40px;
   color:#fff;
   font-size:14px;
   background:rgba(81, 78, 243, 1);
   line-height: 40px;
   text-align:center;
   border:none;
   border-radius:70px;
   margin-top:35px;
   margin-left:40px;
}
.only-select .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 28px;
}

/*.only-select .select2-selection__arrow{
    position:absolute;
    top:0;
    right:10px;
    background:url("../img/select-arrow.svg") no-repeat center;
    background-size:15px;
    width:20px;
    height: 30px;
}*/
.check-wrap {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*width:25%;*/
    min-width:25%;
    max-width:calc(50% - 20px);
    float:left;
    margin-right: 10px;
}

/* Hide the browser's default radio button */
.check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;

}

/* On mouse-over, add a grey background color */
.check-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check-wrap input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check-wrap .checkmark:after {
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
.check-row {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-row input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-row .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid rgba(126, 146, 162, 1);
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.check-row:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-row input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-row .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-row input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-row .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filters .check-row .checkmark{
    width:17px;
    height: 17px;
}
.filters .check-row .checkmark:after {
    left:6px;
    top:2px;
}
.all-profiles{
    float:left;
    width:100%;
    background:#fff;
    padding:30px;
    box-sizing:border-box;
    border-radius:12px;
}
.all-profiles .name{
   float:left;
   width:100%;
   color:rgba(9, 44, 76, 1);
   font-size:18px;
   padding-left:30px;
   position:relative;
   margin-bottom:20px;

}
.all-profiles .name:before{
    position:absolute;
    content:"";
    left:0;
    top:2px;
    width:20px;
    height: 20px;
    background:url("../img/profile.svg") no-repeat center;
    background-size:20px;
    margin-bottom:20px;
}
.profile-row{
    display:flex;
    /*gap:115px;*/
    padding-top:10px;
    padding-bottom:10px;
    box-sizing:border-box;
    border-top:1px solid rgba(234, 238, 244, 1);
    align-items: center;
    float:left;
    width:100%;
    justify-content:space-between;
}
/*.profile-row .small-box{
    min-width: 200px;
    max-width: 200px;
    width:200px;
}*/
.profile-row .img-small{
    width:100px;
    height: 50px;
}
.profile-row .img-small img{
    width:100%;
    border-radius:3px;
}
.all-profiles .profile-row:first-child{
    border-top:none
}
.all-rows-profiles{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.all-rows-profiles .profile-row{
    width:calc(20% - 16px);
    float:left;
    border:1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top:1px solid #ccc !important;
    padding:10px 0px;
    box-sizing:border-box;
    gap:5px;
}
.all-rows-profiles .profile-row .top-information{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}
.all-rows-profiles .profile-row .img-small{
    position:relative;
    left:20px;
}
.all-rows-profiles .profile-row .small-box{
    float:left;
    width:100%;
    font-size:14px;
}
.all-rows-profiles .profile-row .info-profile{
    float:right;
    width:calc(100% - 110px);
}
.all-rows-profiles .profile-row .buttons-bottom{
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.all-rows-profiles .profile-row .buttons-bottom a{
    background: #0A2C4D;
    padding:10px 25px;
    height: 30px;
    line-height: 10px;
    color:#fff;
    font-size:15px;
    position:relative;
    padding-left:30px;
}
.all-rows-profiles .profile-row .buttons-bottom a:before{
    position:absolute;
    content:"";
    left:3px;
    top:5px;
    width:20px;
    height: 20px;
    background: url("../img/icon-white.svg") no-repeat center;
    background-size:100%;
}
@media screen and (max-width: 1400px){
   .right-part-information .inputs-wrap{
       flex-wrap:wrap;
   }
   .all-rows-profiles{
       flex-wrap:wrap;
   }
   .all-rows-profiles .profile-row{
       width:23%;
   }
}
@media screen and (max-width: 1245px){
    .bottom-part-offer-box{
        flex-wrap:wrap;
    }
    .broker-part{
        width:100%;
    }
}

@media screen and (max-width: 1120px){
    .bott-info .num{
        font-size:35px;

    }
    .bott-info .circle{
        width:54px;
        height: 54px;
    }
    .all-boxes{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1100px){
    .all-rows-profiles .profile-row{
        width:31%;
    }
}
@media screen and (max-width: 1000px){
    .view-prifile-left{
        width:100%;
    }
    .top-part-information{
        margin-top:70px;
    }
    .view-profile-right{
        float:left;
        width:100%;
        margin-top:20px;
        margin-left:0px;
    }
}
@media screen and (max-width: 870px){
    .all-rows-profiles .profile-row{
        width:48%;
    }
    .top-part-information{
           display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
        float: left;
        width: 100%;
        margin-top: 70px;
        flex-direction:column;
    }
    .all-boxes .box {
        width:calc(33% - 11px);
    }
    .buttons{
           flex-wrap: wrap;
    }
    .bottom-row-information{
        width:870px;
    }

}
@media screen and (max-width: 780px){
   .top-part-offer-box{
       flex-wrap:wrap;
       height: 65px;
   }
   .top-part-offer{
       width:100%;
   }
   .bottom-part-offer-box .image-wrap{
       width:100%;
   }
   .all-offers-filter{
       flex-wrap:wrap;
   }
   .right-filters-wrap{
       justify-content: flex-start;
       width:100%;
   }
}
@media screen and (max-width: 725px){
    .all-boxes .box {
    width: calc(31% - 11px);
}
}
@media screen and (max-width: 650px){
    .all-rows-profiles .profile-row{
        width:100%;
    }
    .filters{
        width:100%;
        float:left;
        padding-top:15px;
        padding-bottom:3px;
        box-sizing:border-box;
        /* margin-top:20px; */

    }
    .filters .title{
        position:relative;
    }
    .filters .title:after{
        position:absolute;
        content:"";
        right:10px;
        top:2px;
        width:20px;
        height: 20px;
        background:url("../img/show.svg") no-repeat center;
        background-size:100%;
    }
        .filters .title.active:after{
            transform: rotate(180deg);
        }
    .filters .title, .right-part-information .title{
        margin-bottom:10px;
    }
    .mobile-hide{
        display:none;
    }
    .mobile-hide.active{
        display:block;
    }
    .right-part-information{
        width:100%;
        margin-top:15px;
    }
    .all-boxes .box {
    width: calc(50% - 11px);
}
.two-big-boxes{
    flex-direction:column;

}
.two-big-boxes .big-box{
    width:100%;
}
    form .col-md-2 input{
        width:100%;
        margin-bottom:10px;
        margin-right:0px !important;
    }
    form .btn{
        width:100%;
    }
}
@media screen and (max-width: 600px){
    .top-part-information{
        flex-wrap:wrap;
        gap:10px;
    }
    .path .path-link, .path .path-link:last-child{
        font-size:11px;
    }
    .right-part-information .inputs-wrap{
        flex-wrap:wrap;
    }
        .right-part-information .inputs-wrap .inp{

            width:47%;
        }
        .right-part-information .inputs-wrap .inp input{
            width:100%;
        }
        .search-button{
            width:100%;
        }
}

@media screen and (max-width: 570px){
    .more-inputs .inp, .radio-btns-wrap .inp{
        width:100%;
    }
    .save-changes{
        width:100%;
        margin-left:0px;
    }
}
@media screen and (max-width: 490px){
    .path .path-link{
        padding-left:5px;
        padding-right:5px;
    }
    .info-row ul{
        flex-wrap:wrap;
    }
    .offer-box{
        padding:0px;
    }
    .buttons .btn{
        width:100%;
    }
    .buttons{
        gap:5px;
    }
    .all-boxes .box .title{
        font-size:15px;
    }
    .bott-info .num{
        font-size:27px;
    }
}
.img-max-50 {
    max-width: 50px;
}
.visible-scroll {
    overflow-y: scroll;
}

.visible-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
}

.visible-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5) !important;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,1);
}
.select2-container--default .select2-selection--single{
    border:none !important;
    border-radius:0% !important;
    background:rgba(246, 250, 253, 1) !important;
}
.only-select .select2.select2-container{
    width:100% !important;
}
@media screen and (max-width: 460px){
    .right-filters-wrap{
       flex-wrap:wrap;

    }
    .select-wrap.big-select{
        width:100%;
    }
}
