

/* Start:/local/components/nfksber/user.filter/templates/.default/style.css?164266905366*/
.form-filter__user label{
    width: 100%;
    font-weight: 300;
}
/* End */


/* Start:/local/templates/anypact/components/bitrix/system.pagenavigation/anypact_pagination/style.css?16813728271930*/
ul.pagination{
    width: 100%;
}
.page-item .page-link {
    background: none !important;
    border: none !important;
    color: #000000 !important;
}

.page-item.active .page-link {
    color: #fd6600 !important;
}

.page-link:hover {
    color: #fd6600 !important;
}
.page-count-element-block{
    display: flex;
    align-items: center;
}
.page-count-element-block select{
    text-align: center;
    border: none;
    outline: none;
    box-shadow:none;
    color: #ff6416;
    background-color: transparent;
}
.page-count-element-block select option{
    text-align: center;
    border: none;
}
.items-card-list .page-count-element-block{
    display: none;
}
.page-count-element-block .loader, .page-count-element-block .loader:before, .page-count-element-block .loader:after {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.page-count-element-block .loader {
    color: #ff6416;
    font-size: 10px;
    margin: 0 0 6px 10px;
    position: relative;
    text-indent: -9999px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.page-count-element-block .loader:before, .page-count-element-block .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.page-count-element-block .loader:before {
    left: -6px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.page-count-element-block .loader:after {left: 6px;}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 6px 0 -1.3px;}
    40% {box-shadow: 0 5px 0 0;}
}
@keyframes load7 {
    0%, 80%, 100% {box-shadow: 0 6px 0 -1.3px;}
    40% {box-shadow: 0 5px 0 0;}
}
.show-more-link{
    margin: 0 auto 15px auto;
}
/* End */


/* Start:/local/components/nfksber/user.list/templates/.default/style.css?17216382263321*/
.people-s-form{
    margin-top: 14px;
}
.people-s-form input{
    margin-bottom: 19px;
    height: 52px;
}
.people-s-form input:last-of-type{
    margin-bottom: 25px;
}
.people-s-form button{
    width: 100%;
    max-width: 100%;
    height: 46px;
}
.people-s-photo{
    position: relative;
    border-radius: 50%;
    /* overflow: hidden; */
}
.people-s-photo img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.people-s-photo img.people-s-user-photo{
    position: absolute;
    left: 0;
    top: 0;
}
.people-s-photo-text{
    display: flex;
    margin-top: 13px;
}
.people-s-photo-text h6{
    font-weight: 600;
    line-height: 1.6;
    flex-grow: 1;
    font-size: 1.5rem;
}
.people-s-photo-btn-block{
    display: flex;
}
.people-s-photo-text .btn-clean{
    background: none;
    padding: 0 0px 0 8px;
}
.people-s-photo-text .btn-clean:hover{
    box-shadow: none;
}
.grid-view .view-item{
    padding-bottom: 1rem;
    margin-top: 1.5rem;
}
.grid-view .view-item .grid-hidden-text{
    display: none;
}
.list-view .view-item{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    padding-bottom: 31px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 29px;
}
.list-view .view-item .people-s-photo{
    width: 165px;
}
.list-view .view-item .people-s-photo-text{
    flex-grow: 1;
    margin: 0 0 0 29px;
}
.list-view .view-item .people-s-photo-text-block{
    flex-grow: 1;
}
.list-view .view-item .people-s-photo-text h6 {
    line-height: 1;
    font-size: 24px;
}
.list-view .view-item .people-s-photo-text .btn-clean {
    margin-bottom: 15px;
}
.list-view .view-item .people-s-photo-btn-block{
    flex-direction: column;
}
.registration-checked::before{
    content: "";
    display: inline-block;
    background-image: url("/local/components/nfksber/user.list/templates/.default/image/checkmark.png");
    width: 16px;
    height: 13px;
    margin-right: 13px;
}
textarea.message-textarea{
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 90px;
    padding: 10px 20px;
    resize: none;
}
.grid-view__title{
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
}
@media screen and (max-width: 520px){
    .list-view .view-item .people-s-photo {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .list-view .view-item .people-s-photo-text {
        margin: 0 0 0 10px;
    }
    .list-view .view-item .people-s-photo-text h6 {
        font-size: 16px;
    }
    .people-s-photo-text h6 {
        height: 50px;
    }
    .list-view .view-item .people-s-photo-text-block h6 {
        height: auto;
    }
}
@media screen and (min-width: 767px) {
    .btn-view{
        position: absolute;
        top: -85px;
        right: 15px;
    }
}

.btn-tiled {
    background-image: url(/local/templates/anypact/image/sprite.png) !important;
}

.btn-list {
    background-image: url(/local/templates/anypact/image/sprite.png) !important;
}
.people-s-photo-btn-block .btn img {
    max-width: 24px;
    max-height: 24px;
}
form#message_user {
    position: relative;
}
.message-text-input{
    width: 360px!important;
}
@media screen and (max-width: 500px) {
    .message-text-input{
        width: 100%!important;
    }
}


.grid-view__none {
    margin: 20px 0;
    font-size: 18px;
    color: #FF6600;
  }
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/profile/style.css?1698048467785*/
.client__card-photo{margin:0 10%;position:relative;width:80%}.client__card-text{margin-top:12px}.client__card-text-block{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.client__card-text-block h6{white-space:nowrap}.font-weight-bold{font-weight:700}.client__card-photo-img .client-photo{width:100%;border-radius:50%;object-fit:cover;aspect-ratio:1/1;height:auto}.client__card{display:flex;justify-content:space-between;flex-direction:column;align-items:center;max-height:432px;flex:1 1 20%;padding:0 .5rem .5rem .5rem}.check-esia-img{z-index:2;width:42px;height:42px;position:absolute;bottom:7px;right:0 !important;background:url(/local/templates/anypact/include/new/../../img/check-esia.png) center no-repeat}/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/nfksber/user.filter/templates/.default/style.css?164266905366 */
/* /local/templates/anypact/components/bitrix/system.pagenavigation/anypact_pagination/style.css?16813728271930 */
/* /local/components/nfksber/user.list/templates/.default/style.css?17216382263321 */
/* /local/templates/.default/components/bitrix/catalog.item/profile/style.css?1698048467785 */
