/*++++++++++++++++ global styles ++++++++++++++++*/
.sticky-funk {
  position: fixed;
  top: 0; }

.sticky-fixed {
  position: fixed; }

.sticky-absolute {
  position: absolute; }

/*++++++++++++++++ /global styles ++++++++++++++++*/
/*++++++++++++++++ buttons ++++++++++++++++*/
.button-scale, a.button-scale {
  min-height: 43px;
  width: 100%;
  max-width: 148px;
  border: 1px solid #e41b41;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  position: relative;
  text-decoration: none;
  padding: 5px;
  color: #4f4f4f; }
  .button-scale span, a.button-scale span {
    width: 100%;
    position: relative;
    z-index: 3;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .button-scale:after, a.button-scale:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #e41b41;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transition: opacity ease 0.15s,-webkit-transform ease .3s;
    transition: opacity ease 0.15s,-webkit-transform ease .3s;
    -o-transition: opacity ease 0.15s,-o-transform ease .3s;
    -moz-transition: transform ease .3s,opacity ease 0.15s,-moz-transform ease .3s;
    transition: transform ease .3s,opacity ease 0.15s;
    transition: transform ease .3s,opacity ease 0.15s,-webkit-transform ease .3s,-moz-transform ease .3s,-o-transform ease .3s;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    opacity: 0; }
  .button-scale:hover, a.button-scale:hover {
    color: white;
    z-index: 2; }
    .button-scale:hover img, a.button-scale:hover img {
      -webkit-filter: grayscale(0%) contrast(700%) invert(0%);
      filter: grayscale(0%) contrast(700%) invert(0%); }
    .button-scale:hover .num, a.button-scale:hover .num {
      color: #fff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
    .button-scale:hover:after, a.button-scale:hover:after {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.25);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.25);
      transform: translate(-50%, -50%) translateZ(0) scale(1.25);
      -webkit-box-shadow: 0 0 8px 0 rgba(237, 24, 70, 0.2);
      -moz-box-shadow: 0 0 8px 0 rgba(237, 24, 70, 0.2);
      box-shadow: 0 0 8px 0 rgba(237, 24, 70, 0.2);
      opacity: 1; }
  .button-scale img, a.button-scale img {
    margin-right: 5px;
    height: 15px; }
  .button-scale .num, a.button-scale .num {
    color: #e41b41;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }
  .button-scale.bg, a.button-scale.bg {
    border-color: #e6e6e6;
    background-color: #e41b41;
    color: white; }

/*++++++++++++++++ /buttons ++++++++++++++++*/
/*++++++++++++++++ profile expert ++++++++++++++++*/
.profile-expert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .profile-expert ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.profile-expert-person {
  max-width: 380px;
  width: 100%;
  position: relative;
  margin-bottom: 30px; }
  .profile-expert-person .profile-expert-person-wrap {
    max-width: 380px;
    width: 100%; }
  .profile-expert-person p {
    margin: 0; }
  .profile-expert-person a {
    text-decoration: none;
    color: inherit; }
  .profile-expert-person .expert-person-item {
    display: block;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08);
    -moz-box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08);
    box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08);
    background-color: #fff; }
    .profile-expert-person .expert-person-item:last-child {
      margin-bottom: 0; }
    .profile-expert-person .expert-person-item.lists {
      padding: 23px 30px; }
    .profile-expert-person .expert-person-item .expert-person-img {
      height: 200px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: relative; }
      .profile-expert-person .expert-person-item .expert-person-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 150px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fe486a), to(#e41b41));
        background: -webkit-linear-gradient(top, #fe486a 0%, #e41b41 100%);
        background: -moz-linear-gradient(top, #fe486a 0%, #e41b41 100%);
        background: -o-linear-gradient(top, #fe486a 0%, #e41b41 100%);
        background: linear-gradient(to bottom, #fe486a 0%, #e41b41 100%); }
      .profile-expert-person .expert-person-item .expert-person-img .img-circle {
        height: 169px;
        width: 169px;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2; }
        .profile-expert-person .expert-person-item .expert-person-img .img-circle img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .profile-expert-person .expert-person-item .expert-person-desc {
      text-align: center;
      padding: 29px 30px; }
      .profile-expert-person .expert-person-item .expert-person-desc .expert-person-title {
        color: #000000;
        font-size: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -moz-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px; }
        .profile-expert-person .expert-person-item .expert-person-desc .expert-person-title span.status {
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: grey;
          display: inline-block;
          margin-left: 20px; }
      .profile-expert-person .expert-person-item .expert-person-desc .expert-person-subtitle {
        color: #8f8f8f;
        font-size: 14px;
        padding-bottom: 15px;
        border-bottom: 1px solid #efefef; }
      .profile-expert-person .expert-person-item .expert-person-desc .expert-person-other-info {
        line-height: 1.5;
        padding-top: 13px;
        padding-bottom: 12px; }
        .profile-expert-person .expert-person-item .expert-person-desc .expert-person-other-info img {
          margin: 0 7px; }
        .profile-expert-person .expert-person-item .expert-person-desc .expert-person-other-info li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
          -webkit-align-items: baseline;
          -moz-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .profile-expert-person .expert-person-item .expert-person-desc .expert-person-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .profile-expert-person .expert-person-item .expert-person-list {
      font-size: 13px;
      border-bottom: 1px solid #efefef;
      padding: 0 0 17px 27px;
      margin-bottom: 12px;
      color: #8f8f8f; }
      .profile-expert-person .expert-person-item .expert-person-list:last-child {
        border-bottom: none; }
      .profile-expert-person .expert-person-item .expert-person-list a, .profile-expert-person .expert-person-item .expert-person-list span {
        color: #000000; }
      .profile-expert-person .expert-person-item .expert-person-list li {
        line-height: 1.6; }
      .profile-expert-person .expert-person-item .expert-person-list b {
        font-size: 16px;
        color: #e31b41;
        margin-bottom: 11px;
        display: inline-block; }

.profile-expert-right-side {
  width: -webkit-calc(100% - 380px);
  width: -moz-calc(100% - 380px);
  width: calc(100% - 380px);
  padding-left: 30px; }
  .profile-expert-right-side .profile-expert-menu {
    margin-bottom: 30px; }
    .profile-expert-right-side .profile-expert-menu .profile-expert-menu-wrap {
      background: #fff; }
      .profile-expert-right-side .profile-expert-menu .profile-expert-menu-wrap.sticky-funk {
        z-index: 5; }
    .profile-expert-right-side .profile-expert-menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08);
      -moz-box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08);
      box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08); }
    .profile-expert-right-side .profile-expert-menu li {
      height: 63px;
      width: 100%;
      max-width: 245px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      position: relative;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      -moz-transition: all ease .3s;
      transition: all ease .3s; }
      .profile-expert-right-side .profile-expert-menu li.active, .profile-expert-right-side .profile-expert-menu li:hover {
        border-color: #e41b41; }
        .profile-expert-right-side .profile-expert-menu li.active:after, .profile-expert-right-side .profile-expert-menu li:hover:after {
          opacity: 1; }
        .profile-expert-right-side .profile-expert-menu li.active .menu-img img, .profile-expert-right-side .profile-expert-menu li:hover .menu-img img {
          opacity: 0; }
        .profile-expert-right-side .profile-expert-menu li.active .menu-img .img-active, .profile-expert-right-side .profile-expert-menu li:hover .menu-img .img-active {
          opacity: 1; }
      .profile-expert-right-side .profile-expert-menu li:after {
        border-left: 2px solid #e41b41;
        border-bottom: 2px solid #e41b41;
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        background: #fff;
        left: 40px;
        bottom: -5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
        opacity: 0; }
      .profile-expert-right-side .profile-expert-menu li .menu-img {
        position: relative; }
        .profile-expert-right-side .profile-expert-menu li .menu-img img {
          display: block;
          -webkit-transition: all ease .3s;
          -o-transition: all ease .3s;
          -moz-transition: all ease .3s;
          transition: all ease .3s; }
        .profile-expert-right-side .profile-expert-menu li .menu-img .img-active {
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0; }
      .profile-expert-right-side .profile-expert-menu li .menu-text {
        margin: 0 13px; }
  .profile-expert-right-side .profile-expert-tab-holder {
    width: 100%;
    display: block; }
    .profile-expert-right-side .profile-expert-tab-holder .profile-expert-tab-holder-wrap {
      position: relative; }
    .profile-expert-right-side .profile-expert-tab-holder .profile-expert-tab-holder-item {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      z-index: -1;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      -moz-transition: all ease .3s;
      transition: all ease .3s; }
      .profile-expert-right-side .profile-expert-tab-holder .profile-expert-tab-holder-item.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        z-index: 2; }

@media screen and (max-width: 1440px) {
  .profile-expert-person {
    max-width: 350px; }
    .profile-expert-person .profile-expert-person-wrap {
      max-width: 350px; }
    .profile-expert-person .expert-person-item.lists {
      padding: 20px; }
    .profile-expert-person .expert-person-item .expert-person-list {
      padding: 0 0 15px 15px; }
    .profile-expert-person .expert-person-item .expert-person-desc {
      padding: 15px; }
    .profile-expert-person .expert-person-item .expert-person-img {
      height: 170px; }
      .profile-expert-person .expert-person-item .expert-person-img .img-circle {
        height: 149px;
        width: 149px; }
      .profile-expert-person .expert-person-item .expert-person-img:after {
        height: 120px; }
  .profile-expert-right-side {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px); }
    .profile-expert-right-side .profile-expert-menu {
      margin-bottom: 20px; }
      .profile-expert-right-side .profile-expert-menu li {
        height: 50px; }
  .profile-expert .expert-services {
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 0 -10px; }
    .profile-expert .expert-services .service-item {
      width: -webkit-calc(50% - 20px);
      width: -moz-calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 0px 10px 20px 10px;
      padding: 20px; }
      .profile-expert .expert-services .service-item .service-item-wrap {
        max-width: 320px; }
        .profile-expert .expert-services .service-item .service-item-wrap .service-img {
          margin-bottom: 10px; }
        .profile-expert .expert-services .service-item .service-item-wrap .service-subtitle {
          margin-bottom: 10px; }
        .profile-expert .expert-services .service-item .service-item-wrap .service-info {
          margin-bottom: 10px; }
  .profile-expert .expert-information .info-text {
    padding: 20px 15px;
    margin: 0 0 20px 0; }
    .profile-expert .expert-information .info-text .info-text-wrap .text-block h3 {
      font-size: 20px;
      margin-bottom: 15px; }
    .profile-expert .expert-information .info-text .info-text-wrap .bordered-title {
      margin-bottom: 15px; }
      .profile-expert .expert-information .info-text .info-text-wrap .bordered-title h1, .profile-expert .expert-information .info-text .info-text-wrap .bordered-title h2, .profile-expert .expert-information .info-text .info-text-wrap .bordered-title h3 {
        font-size: 20px; }
  .profile-expert .expert-information .expert-information-footer {
    padding: 20px 15px; } }

@media screen and (max-width: 1280px) {
  .profile-expert-person {
    max-width: 310px; }
    .profile-expert-person .profile-expert-person-wrap {
      max-width: 310px; }
    .profile-expert-person .expert-person-item.lists {
      padding: 20px 15px; }
    .profile-expert-person .expert-person-item .expert-person-desc {
      padding: 20px 15px; }
      .profile-expert-person .expert-person-item .expert-person-desc .expert-person-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .profile-expert-person .expert-person-item .expert-person-desc .expert-person-button .button-scale:first-child {
          margin-bottom: 10px; }
    .profile-expert-person .expert-person-item .expert-person-list {
      padding: 0 0 15px 10px; }
  .profile-expert-right-side {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px); } }

@media screen and (max-width: 1280px) {
  .profile-expert-person {
    max-width: 310px; }
    .profile-expert-person .profile-expert-person-wrap {
      max-width: 310px; }
    .profile-expert-person .expert-person-item.lists {
      padding: 20px 15px; }
    .profile-expert-person .expert-person-item .expert-person-desc {
      padding: 20px 15px; }
      .profile-expert-person .expert-person-item .expert-person-desc .expert-person-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .profile-expert-person .expert-person-item .expert-person-desc .expert-person-button .button-scale:first-child {
          margin-bottom: 10px; }
    .profile-expert-person .expert-person-item .expert-person-list {
      padding: 0 0 15px 10px; }
  .profile-expert-right-side {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px); } }

@media screen and (max-width: 1024px) {
  .profile-expert-person {
    max-width: 35%;
    margin-bottom: 30px; }
    .profile-expert-person .profile-expert-person-wrap {
      max-width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .profile-expert-person .expert-person-item {
      width: 100%;
      margin-bottom: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .profile-expert-person .expert-person-item.lists {
        border-top: 1px solid #eee; }
  .profile-expert-right-side {
    padding-left: 0;
    width: 65%; }
    .profile-expert-right-side .profile-expert-tab-holder {
      padding: 0 10px; } }

/*++++++++++++++++ /profile expert ++++++++++++++++*/
/*++++++++++++++++ busines center services ++++++++++++++++*/
/*    right-filter    */
.bisnes-center-right-filter {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-bottom: 50px; }
  .bisnes-center-right-filter.empty .bisnes-section-form {
    display: none; }
  .bisnes-center-right-filter.load .bisnes-center-section .bisnes-section-form {
    display: block; }
  .bisnes-center-right-filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .bisnes-center-right-filter .category-title {
    position: relative;
    margin-bottom: 30px; }
    .bisnes-center-right-filter .category-title:before {
      position: absolute;
      bottom: -14px;
      width: 200px;
      height: 2px;
      content: '';
      background-color: #a3a784;
      left: 2px; }
    .bisnes-center-right-filter .category-title h1, .bisnes-center-right-filter .category-title h2, .bisnes-center-right-filter .category-title h3, .bisnes-center-right-filter .category-title .h1, .bisnes-center-right-filter .category-title .h2, .bisnes-center-right-filter .category-title .h3 {
      color: #010000;
      font-size: 36px;
      font-weight: 400; }
  .bisnes-center-right-filter .filter-slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s; }
    .bisnes-center-right-filter .filter-slide.active {
      position: relative;
      visibility: visible;
      opacity: 1;
      z-index: 2;
      pointer-events: all; }
  .bisnes-center-right-filter .category-items {
    position: relative; }
    .bisnes-center-right-filter .category-items ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      margin: 0 -30px; }
    .bisnes-center-right-filter .category-items li {
      width: 180px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 9px 5px 10px;
      margin: 0 25px;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      -moz-transition: all ease .3s;
      transition: all ease .3s;
      cursor: pointer; }
      .bisnes-center-right-filter .category-items li:hover, .bisnes-center-right-filter .category-items li.active {
        -webkit-box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08);
        -moz-box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08);
        box-shadow: 0 0 25px 5px rgba(44, 43, 40, 0.08); }
        .bisnes-center-right-filter .category-items li:hover .item-img, .bisnes-center-right-filter .category-items li.active .item-img {
          border-color: #ed1846; }
          .bisnes-center-right-filter .category-items li:hover .item-img .item-img-wrap img, .bisnes-center-right-filter .category-items li.active .item-img .item-img-wrap img {
            opacity: 1;
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
        .bisnes-center-right-filter .category-items li:hover .item-title, .bisnes-center-right-filter .category-items li.active .item-title {
          color: #ed1846; }
      .bisnes-center-right-filter .category-items li .item-img {
        width: 155px;
        height: 155px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #d7d7d7;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s; }
        .bisnes-center-right-filter .category-items li .item-img .item-img-wrap {
          position: relative; }
          .bisnes-center-right-filter .category-items li .item-img .item-img-wrap img {
            opacity: .5;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            -webkit-transition: all ease .3s;
            -o-transition: all ease .3s;
            -moz-transition: all ease .3s;
            transition: all ease .3s; }
      .bisnes-center-right-filter .category-items li .item-title {
        color: #000000;
        font-size: 18px;
        font-family: 'Proxima Nova', sans-serif;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s; }
  .bisnes-center-right-filter .bisnes-center-section .read-more {
    color: #000;
    cursor: pointer; }
  .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form {
    padding: 20px 0px;
    margin: 10px 0px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: none; }
    .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form .section-form-row {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; }
    .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form .section-form-item {
      width: 100%;
      max-width: 240px;
      margin: 10px 15px; }
    .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form input {
      border: 1px solid #eee;
      background-color: #fff;
      height: 40px;
      padding-left: 45px;
      width: 100%;
      font-size: 16px;
      color: #4f4f4f;
      font-weight: 400;
      background: transparent url("/images/searchs.png") 7% center no-repeat;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      -moz-transition: all ease .3s;
      transition: all ease .3s; }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form input:focus {
        background-image: url("/images/searchs-active.png"); }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form input::-webkit-input-placeholder {
        color: #4f4f4f;
        font-weight: 400; }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form input:-moz-placeholder {
        color: #4f4f4f;
        font-weight: 400; }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form input::-moz-placeholder {
        color: #4f4f4f;
        font-weight: 400; }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-form input:-ms-input-placeholder {
        color: #4f4f4f;
        font-weight: 400; }
  .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching {
    padding: 15px 0px;
    position: relative;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching .result-searching-preloader .preloader-gear {
      top: 30px;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching .result-searching-empty {
      width: 100%;
      line-height: 1.5;
      text-align: center; }
    .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching li {
      padding: 0 15% 0 9.5%;
      margin-bottom: 15px;
      cursor: pointer;
      line-height: 1.5;
      position: relative; }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching li.first:first-letter {
        font-weight: bold; }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching li:after {
        position: absolute;
        height: 5px;
        width: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #cccccc;
        left: 2px;
        top: 10px;
        content: ''; }
      .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching li.active {
        color: #ed1846; }
        .bisnes-center-right-filter .bisnes-center-section .bisnes-section-result-searching li.active:after {
          background-color: #a3a784; }

@media screen and (max-width: 1600px) {
  .bisnes-center-right-filter .category-items {
    max-width: 560px;
    margin: 0 auto; }
    .bisnes-center-right-filter .category-items ul {
      margin: 0 -15px; }
    .bisnes-center-right-filter .category-items li {
      margin: 0 15px;
      width: 160px; }
      .bisnes-center-right-filter .category-items li .item-img {
        width: 100px;
        height: 100px; }
        .bisnes-center-right-filter .category-items li .item-img .item-img-wrap img {
          -o-object-fit: contain;
          object-fit: contain;
          width: 80%;
          height: 80%; }
      .bisnes-center-right-filter .category-items li .item-title {
        font-size: 16px; } }

@media screen and (max-width: 1440px) {
  .bisnes-center-right-filter .category-items {
    max-width: 480px; }
    .bisnes-center-right-filter .category-items li {
      width: 140px; }
      .bisnes-center-right-filter .category-items li .item-img {
        width: 110px;
        height: 110px; }
        .bisnes-center-right-filter .category-items li .item-img .item-img-wrap {
          max-width: 50px; }
      .bisnes-center-right-filter .category-items li .item-title {
        font-size: 14px; } }

@media screen and (max-width: 1366px) {
  .bisnes-center-right-filter .category-title {
    margin-bottom: 18px; }
    .bisnes-center-right-filter .category-title:before {
      bottom: -7px; }
    .bisnes-center-right-filter .category-title h1, .bisnes-center-right-filter .category-title h2, .bisnes-center-right-filter .category-title h3, .bisnes-center-right-filter .category-title .h1, .bisnes-center-right-filter .category-title .h2, .bisnes-center-right-filter .category-title .h3 {
      font-size: 32px; }
  .bisnes-center-right-filter .category-items li {
    width: 100px;
    padding: 9px 0px 10px; }
    .bisnes-center-right-filter .category-items li .item-img {
      width: 90px;
      height: 90px;
      margin-bottom: 7px; }
      .bisnes-center-right-filter .category-items li .item-img .item-img-wrap {
        max-width: 45px; }
    .bisnes-center-right-filter .category-items li .item-title {
      font-size: 14px; } }

@media screen and (max-width: 1190px) {
  .bisnes-center-right-filter .category-items ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/*++++++++++++++++ /busines center services ++++++++++++++++*/
/*++++++++++++++++ popup width custom text ++++++++++++++++*/
.popup-custom-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 120px;
  min-width: 35vw;
  padding: 20px;
  color: #8f8f8f;
  line-height: 1.3; }
  .popup-custom-text h1 {
    font-size: 1.5rem;
    font-weight: 600; }
  .popup-custom-text h2 {
    font-size: 1.2rem;
    font-weight: 600; }

/*++++++++++++++++ /popup width custom text ++++++++++++++++*/
/*++++++++++++++++ popup custom confirm ++++++++++++++++*/
.confirm-popup .confirm-popup-wrap {
  min-height: 190px;
  padding: 20px 25px;
  min-width: 590px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

.confirm-popup .confirm-popup-text {
  font-size: 20px;
  margin-bottom: 30px; }

.confirm-popup .confirm-popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .confirm-popup .confirm-popup-buttons button {
    margin: 0 10px;
    width: 100%;
    max-width: 100px; }

/*++++++++++++++++ /popup custom confirm ++++++++++++++++*/
/*++++++++++++++++ page 404 ++++++++++++++++*/
.page-404 {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-404-middle {
  padding: 40px 30px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #4f4f4f; }
  .page-404-middle .page-404-img {
    margin-bottom: 70px; }
  .page-404-middle .page-404-text {
    font-size: 30px; }
    .page-404-middle .page-404-text p {
      margin-bottom: 25px; }
    .page-404-middle .page-404-text small {
      font-size: 18px; }

@media screen and (max-width: 1440px) {
  .page-404-middle {
    padding: 20px 30px 60px; }
    .page-404-middle .page-404-img {
      max-width: 500px;
      margin-bottom: 40px; }
    .page-404-middle .page-404-text {
      font-size: 26px; }
      .page-404-middle .page-404-text p {
        margin-bottom: 15px; }
      .page-404-middle .page-404-text small {
        font-size: 16px; } }

/*++++++++++++++++ /page 404 ++++++++++++++++*/
/*++++++++++++++++ user list page ++++++++++++++++*/
.user-list-page .user-list-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-bottom: 50px; }
  .user-list-page .user-list-main .aside.left {
    width: 874px; }
  .user-list-page .user-list-main .aside.right {
    width: -webkit-calc(100% - 874px);
    width: -moz-calc(100% - 874px);
    width: calc(100% - 874px);
    padding-left: 7.7%; }
  .user-list-page .user-list-main .search-result {
    position: relative;
    height: 100%; }
  .user-list-page .user-list-main .search-result-empty-data {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    display: none;
    z-index: 2; }
    .user-list-page .user-list-main .search-result-empty-data.active {
      display: block; }
  .user-list-page .user-list-main .search-result-preloader {
    margin-bottom: 30px; }
  .user-list-page .user-list-main .show-more-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .user-list-page .user-list-main .show-more-items .hide {
      opacity: 0;
      z-index: -1; }

.user-list-page .search-result-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .user-list-page .search-result-items .item {
    width: 100%;
    height: 288px;
    -webkit-box-shadow: 0px 0px 23.75px 1.25px rgba(44, 43, 40, 0.08);
    -moz-box-shadow: 0px 0px 23.75px 1.25px rgba(44, 43, 40, 0.08);
    box-shadow: 0px 0px 23.75px 1.25px rgba(44, 43, 40, 0.08);
    padding: 28px 20px 29px 38px;
    margin-bottom: 30px; }
  .user-list-page .search-result-items .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .user-list-page .search-result-items .item-wrap .left {
      width: 130px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 18px; }
      .user-list-page .search-result-items .item-wrap .left .item-logo {
        height: 127px;
        width: 127px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden; }
        .user-list-page .search-result-items .item-wrap .left .item-logo img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .user-list-page .search-result-items .item-wrap .right {
      width: -webkit-calc(100% - 130px - 29px);
      width: -moz-calc(100% - 130px - 29px);
      width: calc(100% - 130px - 29px);
      margin-left: 33px;
      border-left: 1px solid #efefef;
      padding-left: 33px; }
    .user-list-page .search-result-items .item-wrap .item-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 1px solid #efefef;
      padding-bottom: 18px;
      margin-bottom: 17px; }
      .user-list-page .search-result-items .item-wrap .item-top .info-left {
        width: 80%; }
        .user-list-page .search-result-items .item-wrap .item-top .info-left .item-name > a {
          font-size: 22px;
          margin-bottom: 5px;
          color: #4f4f4f;
          transition: color linear 210ms;
          text-decoration: none;
        }
        .user-list-page .search-result-items .item-wrap .item-top .info-left .item-name > a:hover,
        .user-list-page .search-result-items .item-wrap .item-top .info-left .item-name > a:focus {
          color: #14315c;
        }
          .user-list-page .search-result-items .item-wrap .item-top .info-left .item-name .enable {
            display: inline-block;
            position: relative;
            top: -1px;
            margin-left: 5px;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
        .user-list-page .search-result-items .item-wrap .item-top .info-left .item-position {
          font-size: 14px;
          color: #8f8f8f; }
      .user-list-page .search-result-items .item-wrap .item-top .info-right .item-mini-logo {
        margin-top: -5px;
        background: transparent url("/images/user-small-logo.png") left top no-repeat;
        width: 22px;
        height: 19px; }
    .user-list-page .search-result-items .item-wrap .item-middle {
      font-size: 16px; }
      .user-list-page .search-result-items .item-wrap .item-middle b {
        color: #010101;
        font-weight: 500; }
      .user-list-page .search-result-items .item-wrap .item-middle p {
        margin: 5px 0 10px;
        overflow: hidden;
        display: inline-block;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; }
        .user-list-page .search-result-items .item-wrap .item-middle p:last-child {
          margin-bottom: 0; }
      .user-list-page .search-result-items .item-wrap .item-middle a {
        text-decoration: none;
        color: #8f8f8f; }
        .user-list-page .search-result-items .item-wrap .item-middle a:hover {
          text-decoration: underline; }

.user-list-page .user-list-filter {
  color: #4f4f4f; }
  .user-list-page .user-list-filter .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .user-list-page .user-list-filter .item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-right: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .user-list-page .user-list-filter .item.checkbox label {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .user-list-page .user-list-filter .item.buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .user-list-page .user-list-filter label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .user-list-page .user-list-filter span {
    font-size: 16px;
    margin-bottom: 10px; }
  .user-list-page .user-list-filter button {
    margin-bottom: 15px; }
    .user-list-page .user-list-filter button span {
      margin-bottom: 2px; }
  .user-list-page .user-list-filter input[type="text"] {
    border: 1px solid #eee;
    height: 40px;
    padding: 5px 10px 5px 15px; }
    .user-list-page .user-list-filter input[type="text"]::-moz-placeholder {
      color: rgba(49, 49, 49, 0.5); }
    .user-list-page .user-list-filter input[type="text"]::-webkit-input-placeholder {
      color: rgba(49, 49, 49, 0.5); }

@media screen and (max-width: 1600px) {
  .user-list-page .user-list-main .aside.left {
    width: 750px; }
  .user-list-page .user-list-main .aside.right {
    width: -webkit-calc(100% - 750px);
    width: -moz-calc(100% - 750px);
    width: calc(100% - 750px);
    padding-left: 3%; } }

@media screen and (max-width: 1440px) {
  .user-list-page .user-list-main .aside.left {
    width: 650px; }
  .user-list-page .user-list-main .aside.right {
    width: -webkit-calc(100% - 650px);
    width: -moz-calc(100% - 650px);
    width: calc(100% - 650px);
    padding-left: 2%; }
  .user-list-page .search-result-items .item {
    padding: 25px 20px 25px 25px;
    height: 265px; }
  .user-list-page .search-result-items .item-wrap .right {
    padding-left: 22px;
    margin-left: 22px; }
  .user-list-page .search-result-items .item-wrap .item-middle p {
    margin: 5px 0 7px; } }

@media screen and (max-width: 1280px) {
  .user-list-page .user-list-main .aside.left {
    width: 550px; }
  .user-list-page .user-list-main .aside.right {
    width: -webkit-calc(100% - 550px);
    width: -moz-calc(100% - 550px);
    width: calc(100% - 550px); }
  .user-list-page .search-result-items .item {
    padding: 20px 15px 20px 20px;
    height: auto; }
  .user-list-page .search-result-items .item-wrap .right {
    padding-left: 17px;
    margin-left: 17px; }
  .user-list-page .user-list-filter .item {
    width: 100%;
    padding-right: 20px; }
    .user-list-page .user-list-filter .item.buttons {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .user-list-page .user-list-filter .item.buttons button {
        margin: 0 10px 15px; } }

/*++++++++++++++++ /user list page ++++++++++++++++*/
/*++++++++++++++++ write to user popup ++++++++++++++++*/
.write_to_user {
  width: 870px;
  min-height: 465px;
  margin: 0 auto;
  outline: 1px solid red;
  padding: 35px 59px;
  position: relative;
  background: white; }
  .write_to_user .write_to_user_wrap {
    position: relative; }
  .write_to_user .write_to_user_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .write_to_user .write_to_user_top .write_to_user_image {
      height: 50px;
      width: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }
      .write_to_user .write_to_user_top .write_to_user_image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .write_to_user .write_to_user_top .write_to_user_name {
      font-size: 22px;
      margin-left: 20px; }
  .write_to_user .write_to_user_middle .form-row {
    margin-bottom: 30px; }
    .write_to_user .write_to_user_middle .form-row:last-child {
      margin-bottom: 0; }
  .write_to_user .write_to_user_middle .form-title {
    margin-bottom: 15px;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.6); }
  .write_to_user .write_to_user_middle textarea {
    height: 120px; }
  .write_to_user .write_to_user_middle .multipe-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px; }
  .write_to_user .write_to_user_middle .input-file-wrap.disable {
    opacity: 0;
    z-index: -1;
    pointer-events: none; }
  .write_to_user .write_to_user_section.second {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s; }
    .write_to_user .write_to_user_section.second.active {
      z-index: 4;
      opacity: 1; }
  .write_to_user .button-return-to-section {
    margin-bottom: 30px; }
    .write_to_user .button-return-to-section span {
      display: inline-block;
      padding-left: 30px;
      color: #4f4f4f;
      font-size: 14px;
      background: transparent url("/images/button-return-to-section.png") left center no-repeat;
      cursor: pointer; }
      .write_to_user .button-return-to-section span:hover {
        background: transparent url("/images/button-return-to-section-hover.png") left center no-repeat;
        color: #ed1846; }
  .write_to_user .search_doc .search_doc_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .write_to_user .search_doc .search_doc_input {
    width: -webkit-calc(100% - 264px - 30px);
    width: -moz-calc(100% - 264px - 30px);
    width: calc(100% - 264px - 30px); }
    .write_to_user .search_doc .search_doc_input input {
      background: transparent url("/images/loop.png") 16px center no-repeat;
      padding-left: 45px; }
      .write_to_user .search_doc .search_doc_input input::-moz-placeholder {
        color: #4f4f4f; }
      .write_to_user .search_doc .search_doc_input input::-webkit-input-placeholder {
        color: #4f4f4f; }
  .write_to_user .search_doc .search_doc_input_select {
    width: 264px;
    margin-left: 30px; }
  .write_to_user .table-doc {
    max-width: 728px;
    margin: 20px 0 30px;
    overflow: hidden; }
    .write_to_user .table-doc .table-doc-wrap {
      height: 200px;
      overflow: hidden; }
    .write_to_user .table-doc .table-doc-holder {
      min-height: 200px; }
    .write_to_user .table-doc .row {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer; }
      .write_to_user .table-doc .row:nth-child(odd) {
        background-color: #fbfafb; }
      .write_to_user .table-doc .row.active {
        color: #ed1846; }
    .write_to_user .table-doc p {
      text-align: center; }
    .write_to_user .table-doc .item {
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 3px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .write_to_user .table-doc .item.icon {
        width: 48px; }
      .write_to_user .table-doc .item.date {
        width: 85px; }
      .write_to_user .table-doc .item.checkbox {
        width: 55px;
        pointer-events: none; }
      .write_to_user .table-doc .item.text {
        width: -webkit-calc(100% - 48px - 75px - 65px);
        width: -moz-calc(100% - 48px - 75px - 65px);
        width: calc(100% - 48px - 75px - 65px);
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .write_to_user .table-doc .item.text p {
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
  .write_to_user .table-doc-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

/*++++++++++++++++ /write to user popup ++++++++++++++++*/
/*++++++++++++++++ basic top search form ++++++++++++++++*/
.top-search {
  margin-bottom: 30px; }
  .top-search.middle-with .top-search-items .item-row input {
    max-width: 375px; }
  .top-search .top-search-items {
    position: relative; }
    .top-search .top-search-items .item-row {
      z-index: 0; }
      .top-search .top-search-items .item-row input {
        font-size: 16px;
        width: 100%;
        max-width: 240px;
        border: 1px solid #eee;
        height: 40px;
        padding: 5px 10px 5px 45px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
        .top-search .top-search-items .item-row input::-webkit-input-placeholder {
          color: #4f4f4f; }
        .top-search .top-search-items .item-row input:-moz-placeholder {
          color: #4f4f4f;
          opacity: 1; }
        .top-search .top-search-items .item-row input::-moz-placeholder {
          color: #4f4f4f;
          opacity: 1; }
        .top-search .top-search-items .item-row input:-ms-input-placeholder {
          color: #4f4f4f; }
        .top-search .top-search-items .item-row input.error {
          border-color: #ff0000; }
          .top-search .top-search-items .item-row input.error::-webkit-input-placeholder {
            color: #ff0000; }
          .top-search .top-search-items .item-row input.error:-moz-placeholder {
            color: #ff0000;
            opacity: 1; }
          .top-search .top-search-items .item-row input.error::-moz-placeholder {
            color: #ff0000;
            opacity: 1; }
          .top-search .top-search-items .item-row input.error:-ms-input-placeholder {
            color: #ff0000; }
        .top-search .top-search-items .item-row input:focus::-webkit-input-placeholder, .top-search .top-search-items .item-row input.error:focus::-webkit-input-placeholder {
          color: transparent; }
        .top-search .top-search-items .item-row input:focus:-moz-placeholder, .top-search .top-search-items .item-row input.error:focus:-moz-placeholder {
          color: transparent;
          opacity: 1; }
        .top-search .top-search-items .item-row input:focus::-moz-placeholder, .top-search .top-search-items .item-row input.error:focus::-moz-placeholder {
          color: transparent;
          opacity: 1; }
        .top-search .top-search-items .item-row input:focus:-ms-input-placeholder, .top-search .top-search-items .item-row input.error:focus:-ms-input-placeholder {
          color: transparent; }
      .top-search .top-search-items .item-row.submit-row {
        position: absolute;
        left: 15px;
        top: -webkit-calc(50% - 8px);
        top: -moz-calc(50% - 8px);
        top: calc(50% - 8px);
        z-index: 1;
        pointer-events: none; }
        .top-search .top-search-items .item-row.submit-row button {
          border: none;
          margin: 0;
          padding: 0;
          background-color: transparent; }

/*++++++++++++++++ /basic top search form ++++++++++++++++*/
/*++++++++++++++++ dialogs list (from Personal Cabinet) ++++++++++++++++*/
.dialogs-list .search-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 70vh;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .dialogs-list .search-result .search-result-empty-data {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    display: none;
    z-index: 2; }
    .dialogs-list .search-result .search-result-empty-data.active {
      display: block; }
  .dialogs-list .search-result .search-result-preloader {
    margin-bottom: 30px; }
  .dialogs-list .search-result .show-more-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    .dialogs-list .search-result .show-more-items .hide {
      opacity: 0;
      z-index: -1; }

.dialogs-list .search-result-items {
  width: 100%; }
  .dialogs-list .search-result-items .item {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer; }
    .dialogs-list .search-result-items .item:hover {
      -webkit-box-shadow: 0px 0px 47.5px 2.5px rgba(171, 171, 171, 0.39);
      -moz-box-shadow: 0px 0px 47.5px 2.5px rgba(171, 171, 171, 0.39);
      box-shadow: 0px 0px 47.5px 2.5px rgba(171, 171, 171, 0.39); }
    .dialogs-list .search-result-items .item a {
      text-decoration: none;
      color: inherit;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .dialogs-list .search-result-items .item-wrap {
    padding: 10px 40px;
    width: 100%;
    min-height: 145px; }
  .dialogs-list .search-result-items .item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px; }
    .dialogs-list .search-result-items .item-top .info-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .dialogs-list .search-result-items .item-top .dialog-user-logo {
      height: 45px;
      width: 45px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 25px; }
      .dialogs-list .search-result-items .item-top .dialog-user-logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .dialogs-list .search-result-items .item-top .item-name {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .dialogs-list .search-result-items .item-top .item-name .item-title {
        font-size: 18px;
        color: #4f4f4f;
        font-weight: bold;
        margin-bottom: 2px; }
      .dialogs-list .search-result-items .item-top .item-name .item-position {
        font-size: 14px;
        color: #8f8f8f; }
    .dialogs-list .search-result-items .item-top .dialog-time {
      color: #8f8f8f;
      font-size: 14px;
      background: transparent url("/images/icon-clock.png") left center no-repeat;
      padding-left: 25px; }
  .dialogs-list .search-result-items .item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #909090; }
    .dialogs-list .search-result-items .item-bottom .dialog-theme {
      font-weight: bold;
      color: #616161;
      font-size: 16px;
      margin-bottom: 5px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 700px; }
    .dialogs-list .search-result-items .item-bottom .dialog-attached-files {
      font-size: 13px;
      margin-top: 5px; }
      .dialogs-list .search-result-items .item-bottom .dialog-attached-files.hide {
        display: none; }

/*++++++++++++++++ /dialogs list (from Personal Cabinet) ++++++++++++++++*/
/*++++++++++++++++ top daialogs status ++++++++++++++++*/
.top-dialogs-status .status-slider {
  margin-bottom: 30px;
  height: 87px; }
  .top-dialogs-status .status-slider.show-arrow {
    padding: 0 65px; }

.top-dialogs-status a {
  text-decoration: none;
  color: inherit; }

.top-dialogs-status .item {
  width: 110px;
  text-align: center;
  display: inline-block; }
  .top-dialogs-status .item:hover .item-del {
    z-index: 1;
    opacity: 1;
    pointer-events: all; }
  .top-dialogs-status .item.active .item-title span {
    color: #e41b41; }
  .top-dialogs-status .item .item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    position: relative; }
  .top-dialogs-status .item .item-del {
    height: 17px;
    width: 17px;
    position: absolute;
    right: 17px;
    top: 0;
    background-color: #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s; }
    .top-dialogs-status .item .item-del:after {
      content: '';
      position: absolute;
      height: 7px;
      width: 1px;
      background-color: #4f4f4f;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      top: 8px;
      left: 8px; }
    .top-dialogs-status .item .item-del:before {
      content: '';
      position: absolute;
      height: 7px;
      width: 1px;
      background-color: #4f4f4f;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      top: 8px;
      left: 8px; }
  .top-dialogs-status .item .item-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 8px; }
  .top-dialogs-status .item .item-img {
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .top-dialogs-status .item .item-online {
    height: 9px;
    width: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #00a651;
    border: 2px solid #fff;
    position: absolute;
    right: 1px;
    bottom: 2px;
    display: none; }
    .top-dialogs-status .item .item-online.active {
      display: block; }
  .top-dialogs-status .item .item-new-message {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e41b41;
    width: 16px;
    height: 16px;
    color: white;
    position: absolute;
    font-size: 10px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -3px;
    bottom: -2px;
    display: none; }
    .top-dialogs-status .item .item-new-message.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .top-dialogs-status .item .item-title {
    padding: 0 5px; }
    .top-dialogs-status .item .item-title span {
      color: #4f4f4f;
      font-size: 14px;
      font-weight: 300;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      display: inline-block; }

.top-dialogs-status .slick-prev, .top-dialogs-status .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  display: block;
  max-height: 100%; }
  .top-dialogs-status .slick-prev:before, .top-dialogs-status .slick-next:before {
    display: none; }
  .top-dialogs-status .slick-prev:after, .top-dialogs-status .slick-next:after {
    content: '';
    height: 8px;
    width: 8px;
    border-left: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block; }
  .top-dialogs-status .slick-prev.slick-disabled, .top-dialogs-status .slick-next.slick-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.top-dialogs-status .slick-prev {
  left: 12px; }

.top-dialogs-status .slick-next {
  right: 12px; }
  .top-dialogs-status .slick-next:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

@media screen and (max-width: 1440px) {
  .top-dialogs-status .status-slider {
    margin-bottom: 20px; }
    .top-dialogs-status .status-slider .item .item-title span {
      font-size: 13px; } }

/*++++++++++++++++ /top daialogs status ++++++++++++++++*/
/*++++++++++++++++ dialogs-chat ++++++++++++++++*/
.dialogs-chat {
  background-color: #fff; }

.dialogs-chat-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  padding: 11px 10px;
  -webkit-transition: opacity ease .4s;
  -o-transition: opacity ease .4s;
  -moz-transition: opacity ease .4s;
  transition: opacity ease .4s;
  opacity: 0;
  pointer-events: none; }
  .dialogs-chat-info .chat-info-img {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px; }
    .dialogs-chat-info .chat-info-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .dialogs-chat-info .chat-info-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .dialogs-chat-info .chat-info-description .chat-info-title {
      color: #4f4f4f;
      font-size: 16px;
      margin-bottom: 3px; }
    .dialogs-chat-info .chat-info-description .chat-info-role {
      color: #8f8f8f;
      font-size: 12px; }

.dialogs-chat-wrap {
  position: relative; }
  .dialogs-chat-wrap .preloader-gear {
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  .dialogs-chat-wrap.active .dialogs-chat-correspondence {
    opacity: 1;
    pointer-events: all; }
  .dialogs-chat-wrap.active .dialogs-chat-form {
    opacity: 1;
    pointer-events: all; }
  .dialogs-chat-wrap.active .dialogs-chat-info {
    opacity: 1;
    pointer-events: all; }
  .dialogs-chat-wrap.active > div > .preloader-gear {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    pointer-events: none; }

.dialogs-chat-correspondence {
  -webkit-transition: opacity ease .4s;
  -o-transition: opacity ease .4s;
  -moz-transition: opacity ease .4s;
  transition: opacity ease .4s;
  opacity: 0;
  pointer-events: none; }
  .dialogs-chat-correspondence .dialogs-chat-scrollable {
    height: 710px;
    overflow: auto; }
  .dialogs-chat-correspondence .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    padding: 0 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .dialogs-chat-correspondence .item.self {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .dialogs-chat-correspondence .item.self .item-date {
        width: 100px; }
      .dialogs-chat-correspondence .item.self .item-message {
        background-color: #dbf4fd; }
        .dialogs-chat-correspondence .item.self .item-message:after {
          left: auto;
          right: -7px;
          border-right: none;
          border-left: 8px solid #dbf4fd; }
    .dialogs-chat-correspondence .item .item-img {
      height: 40px;
      width: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .dialogs-chat-correspondence .item .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .dialogs-chat-correspondence .item .item-message {
      width: -webkit-calc(85% - 40px - 18px);
      width: -moz-calc(85% - 40px - 18px);
      width: calc(85% - 40px - 18px);
      margin-left: 18px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      background-color: #f0f4f8;
      padding: 13px;
      color: #616161;
      line-height: 1.556;
      font-size: 16px;
      position: relative; }
      .dialogs-chat-correspondence .item .item-message:after {
        content: '';
        border-right: 8px solid #f0f4f8;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        left: -7px;
        top: 15px;
        position: absolute; }
      .dialogs-chat-correspondence .item .item-message img {
        margin-bottom: 4px; }
    .dialogs-chat-correspondence .item .item-date {
      width: 15%;
      text-align: right;
      padding: 10px 0 10px 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      color: #8f8f8f;
      font-size: 14px; }
      .dialogs-chat-correspondence .item .item-date span {
        margin-bottom: 4px; }
        .dialogs-chat-correspondence .item .item-date span:last-child {
          margin-bottom: 0; }
    .dialogs-chat-correspondence .item .item-attached-file-holder {
      margin-top: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .dialogs-chat-correspondence .item .item-attached-file-holder > span {
        margin-bottom: 5px;
        display: inline-block;
        margin-right: 10px; }
      .dialogs-chat-correspondence .item .item-attached-file-holder a {
        text-decoration: none;
        color: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ec1746;
        height: 30px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin: 0 5px 5px;
        padding: 0 10px 0 15px;
        font-size: 14px;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s; }
        .dialogs-chat-correspondence .item .item-attached-file-holder a img {
          margin-right: 10px;
          -webkit-transition: all ease .3s;
          -o-transition: all ease .3s;
          -moz-transition: all ease .3s;
          transition: all ease .3s; }
        .dialogs-chat-correspondence .item .item-attached-file-holder a:hover {
          color: #fff;
          background-color: #ec1746; }
          .dialogs-chat-correspondence .item .item-attached-file-holder a:hover img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }

.dialogs-chat-form {
  border-top: 1px solid #f83d61;
  border-bottom: 1px solid #f83d61;
  margin-bottom: 110px;
  padding: 17px 0px;
  -webkit-transition: opacity ease .4s;
  -o-transition: opacity ease .4s;
  -moz-transition: opacity ease .4s;
  transition: opacity ease .4s;
  opacity: 0;
  pointer-events: none;
  position: relative; }
  .dialogs-chat-form .dialogs-chat-form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px; }
    .dialogs-chat-form .dialogs-chat-form-wrap.bigger {
      height: 200px; }
  .dialogs-chat-form .form-files.active {
    padding-top: 50px; }
  .dialogs-chat-form .dialogs-chat-form-textarea {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    z-index: 2; }
  .dialogs-chat-form .KEmoji_Block .KEmoji_Cont {
    bottom: -150px !important;
    right: -124px !important;
    z-index: 11; }
    .dialogs-chat-form .KEmoji_Block .KEmoji_Cont:after {
      border-bottom: 10px solid #c4c3c3 !important; }
  .dialogs-chat-form .KEmoji_Block .KEmoji_TollBar {
    position: absolute;
    width: 21px;
    height: 21px;
    right: -30px;
    background-color: transparent;
    top: 14px;
    right: -100px; }
    .dialogs-chat-form .KEmoji_Block .KEmoji_TollBar .KEmoji_Smiles_Show_Button {
      margin: 0; }
      .dialogs-chat-form .KEmoji_Block .KEmoji_TollBar .KEmoji_Smiles_Show_Button > div {
        background: url(/images/smiley.png) center center no-repeat; }
  .dialogs-chat-form .KEmoji_Block .KEmoji_Input > div[contenteditable=true] {
    line-height: 1.5;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: hidden; }
    .dialogs-chat-form .KEmoji_Block .KEmoji_Input > div[contenteditable=true]:empty:before {
      content: attr(data-placeholder);
      display: inline-block; }
    .dialogs-chat-form .KEmoji_Block .KEmoji_Input > div[contenteditable=true] img {
      margin-bottom: 4px; }
  .dialogs-chat-form .dialogs-chat-form-buttons {
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 15px 0 35px;
    position: relative;
    z-index: 1; }
  .dialogs-chat-form .dialogs-chat-form-submit {
    border: none;
    height: 40px;
    width: 40px;
    border: 1px solid #f28fa2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s; }
    .dialogs-chat-form .dialogs-chat-form-submit:hover {
      background-color: #e41b41;
      border-color: #e41b41; }
      .dialogs-chat-form .dialogs-chat-form-submit:hover:after {
        background: transparent url("/images/paginator-arrow-hover.png") center left no-repeat; }
    .dialogs-chat-form .dialogs-chat-form-submit:after {
      background: transparent url("/images/paginator-arrow.png") center left no-repeat;
      height: 10px;
      width: 14px;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -moz-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
      -o-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg);
      top: 50%;
      left: 50%;
      content: '';
      position: absolute;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      -moz-transition: all ease .3s;
      transition: all ease .3s; }
  .dialogs-chat-form .dialogs-chat-form-attach-files {
    padding-top: 10px; }
    .dialogs-chat-form .dialogs-chat-form-attach-files .input-placeholder {
      width: auto;
      height: auto; }
    .dialogs-chat-form .dialogs-chat-form-attach-files .input-placeholder-second {
      left: -65px; }

.dialogs-chat-form-attache-file {
  position: absolute;
  z-index: -1;
  opacity: 0; }

@media screen and (max-width: 1600px) {
  .dialogs-chat-correspondence .dialogs-chat-scrollable {
    height: 550px; } }

@media screen and (max-width: 1440px) {
  .dialogs-chat-info {
    padding: 9px 6px; }
    .dialogs-chat-info .chat-info-img {
      height: 37px;
      width: 37px; }
  .dialogs-chat-correspondence .dialogs-chat-scrollable {
    height: 500px; }
  .dialogs-chat-correspondence .item {
    margin: 5px 0px; }
    .dialogs-chat-correspondence .item .item-message {
      padding: 8px 10px;
      font-size: 15px; }
    .dialogs-chat-correspondence .item .item-date {
      padding: 7px 0 5px 10px;
      font-size: 12px; }
      .dialogs-chat-correspondence .item .item-date span {
        margin-bottom: 2px; }
  .dialogs-chat-form {
    margin-bottom: 80px; }
    .dialogs-chat-form .KEmoji_Block .KEmoji_Input > div[contenteditable=true] {
      font-size: 15px; } }

/*++++++++++++++++ /dialogs-chat ++++++++++++++++*/
