@charset "UTF-8";
.transition-right-02 {
  transition: right 0.2s; }

.object-fit-fill {
  object-fit: fill; }

.object-fit-contain {
  object-fit: contain; }

.object-fit-cover {
  object-fit: cover; }

.object-fit-none {
  object-fit: none; }

.object-fit-scaleDown {
  object-fit: scale-down; }

.txt-dec-none:hover {
  text-decoration: none; }

.underline {
  text-decoration: underline; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs26 {
  font-size: 26px; }

.fs28 {
  font-size: 28px; }

.fs30 {
  font-size: 30px; }

.fs32 {
  font-size: 32px; }

.fs100 {
  font-size: 100px; }

.color-inherit {
  color: inherit; }

.color-black {
  color: black; }

.color-40 {
  color: #404040; }

.color-60 {
  color: #606060; }

.color-gray, .menu-right .menu-right-list ._other:hover i {
  color: gray; }

.color-lightgray, .hover-color-lightgray:hover {
  color: #A8A8A8; }

.color-darkgray {
  color: #6c757dad; }

.color-red, .head ._del:hover, .menu-right .menu-right-list ._contact i, .menu-right .menu-right-list ._analitic i, .hover-color-red:hover {
  color: #E05432; }

.hover-color-black:hover {
  color: black; }

.color-blue, .menu-right .menu-right-list ._doc i {
  color: #6197B7; }

.color-yellow, .menu-right .menu-right-list ._tasks i {
  color: #FFC107; }

.color-green, .menu-right .menu-right-list ._transactions i {
  color: #28A745; }

.color-haki, .menu-right .menu-right-list ._archive i {
  color: #3cbc98; }

.color-viber, .hover-color-viber:hover {
  color: #675da9; }

.color-whatsapp, .hover-color-whatsapp:hover {
  color: #00e676; }

.color-telegram, .hover-color-telegram:hover {
  color: #34abe0; }

.hover-bg-lightgray:hover {
  background: lightgray; }

.bg-lightgreen {
  background: lightgreen; }

.bg-green {
  background: #28A745; }

.scrollbar-none::-webkit-scrollbar {
  height: 0;
  width: 0; }

.hover-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer; }
  .hover-rounded:hover {
    background: lightgray;
    text-decoration: none; }

.br10 {
  border-radius: 10%; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

.w-48 {
  width: 48%; }

.w30 {
  width: 30px; }

.w36 {
  width: 36px; }

.w40 {
  width: 40px; }

.w70 {
  width: 70px; }

.w75 {
  width: 75px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

.w170 {
  width: 170px; }

.w180 {
  width: 180px; }

.w190 {
  width: 190px; }

.w210 {
  width: 210px; }

.w230 {
  width: 230px; }

.w220 {
  width: 220px; }

.w440 {
  width: 440px; }

.h33 {
  height: 33px; }

.h34 {
  height: 34px; }

.h36 {
  height: 36px; }

.h210 {
  height: 210px; }

.img-card {
  width: 150px;
  height: 100px; }

.img-lg {
  width: 92px;
  height: 92px; }

.img-md {
  width: 60px;
  height: 60px; }

.img-sm {
  width: 43px;
  height: 43px; }

.img-xs {
  width: 37px;
  height: 37px; }

.img-ss {
  width: 26px;
  height: 26px; }

.wh24 {
  width: 24px;
  height: 24px; }

.wh26 {
  width: 26px;
  height: 26px; }

.wh50 {
  width: 50px;
  height: 50px; }

.wh-100 {
  width: 100%;
  height: 100%; }

.wmax-50 {
  max-width: 50%; }

.wmax-100 {
  max-width: 100%; }

.pl26 {
  padding-left: 26px; }

.p-10-15 {
  padding: 10px 15px; }

.p-10-0 {
  padding: 10px 0; }

.p10 {
  padding: 10px; }

.ml26 {
  margin-left: 26px; }

.m10 {
  margin: 10px; }

.border-gray-3 {
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  padding: 5px 10px; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.flex-evenly {
  display: flex;
  align-items: center;
  justify-content: space-evenly; }

.flex-left {
  display: flex;
  align-items: center;
  justify-content: left; }

.flex-right {
  display: flex;
  align-items: center;
  justify-content: right; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.inside-element {
  position: absolute;
  top: 0;
  right: 0; }

.table-middle td {
  padding: .5rem; }

.text-pre {
  white-space: pre; }

.text-nowrap {
  white-space: nowrap; }

.lh-1 {
  line-height: 1; }

.hr {
  border-bottom: 1px solid #F3F3F3; }

.opacity-0 {
  opacity: 0; }

.text-crop, .modal-options-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.clear-a, .clear-a:hover {
  all: unset;
  cursor: pointer; }

.link {
  color: black;
  text-decoration: underline; }

.link:hover {
  color: #007bff;
  text-decoration: underline; }

.break-word {
  word-break: break-word; }

.count {
  position: absolute;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background: #FF0017;
  color: #ffffff;
  font-size: 10px;
  top: -4px;
  font-weight: 600;
  border: none;
  text-align: center; }

.count_sup {
  font-weight: bold;
  margin-left: 5px; }

.icon-wrapper {
  width: 20px;
  height: 20px;
  color: #A8A8A8;
  border-radius: 100%;
  border: 1px solid #f2f2f2; }

.circle-icon, .circle-hover, .btn-dropdown-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer; }

.circle-hover, .btn-dropdown-icon {
  transition: background-color 0.4s; }
  .circle-hover:hover, .btn-dropdown-icon:hover {
    background-color: #f3f3f3; }

.lds-dual-ring {
  display: inline-block; }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.inputGroup input {
  border: none;
  border-bottom: 1px solid #E2E2E2;
  padding: 0 calc(3px + 5%);
  height: 36px;
  width: 100%; }
  .inputGroup input + span {
    position: relative;
    display: block;
    width: 100%; }
    .inputGroup input + span:before, .inputGroup input + span:after {
      content: "";
      height: 2px;
      width: 0;
      bottom: 0;
      position: absolute;
      background: #6197b7;
      transition: 0.2s ease all; }
    .inputGroup input + span:before {
      left: 50%; }
    .inputGroup input + span:after {
      right: 50%; }
  .inputGroup input:focus + span:before, .inputGroup input:focus + span:after {
    width: 50%; }

.input {
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: .25rem; }

.btn-dropdown, .btn-dropdown-center {
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  padding: 0 8px;
  cursor: pointer; }
  .btn-dropdown > span:first-of-type, .btn-dropdown-center > span:first-of-type {
    margin: 0 5px;
    white-space: nowrap;
    overflow-x: hidden; }
  .btn-dropdown:hover, .btn-dropdown-center:hover {
    background-color: #f3f3f3; }

.btn-dropdown-center > span:first-of-type {
  margin: 0 auto; }

.btn-dropdown-icon > span:first-of-type {
  display: none; }

.btn-obj {
  display: flex;
  text-align: center;
  justify-content: space-between;
  border: 1px solid #d9d9d952;
  border-radius: 3px;
  padding: 2px 7px;
  height: 33px;
  align-items: center;
  cursor: pointer; }
  .btn-obj:hover {
    text-decoration: none;
    background-color: #f3f3f3; }
  .btn-obj span {
    color: #404040;
    margin: 0 12px; }

.btn-choose {
  border-radius: 3px;
  padding: 0 15px;
  height: 36px;
  width: 100%;
  background-color: #f3f3f3;
  cursor: pointer; }
  .btn-choose:hover {
    background-color: #D3D3D3; }
  .btn-choose.active {
    background-color: #28a745;
    color: white; }

.card-gallery {
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 80px;
  border: 1px solid #dee2e6;
  margin: 4px;
  cursor: pointer; }
  .card-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .card-gallery i {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: white; }
  .card-gallery:hover i {
    display: inline-block; }

.avatar {
  border: 1px solid #dee2e6;
  border-radius: 50%;
  overflow: hidden; }
  .avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

body {
  font-family: 'Open Sans', sans-serif; }

.mdi {
  line-height: 1; }

input, select {
  outline: none; }

textarea {
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  padding: 5px 10px; }

.dropdown-menu {
  user-select: none; }

.dropdown-item {
  cursor: pointer; }
  .dropdown-item.active, .dropdown-item:active {
    background-color: #28a745; }

.list-group-item.active {
  background-color: #6197b7;
  border-color: #6197b7; }

.legitRipple-ripple {
  background: #bfbfbf; }

._card_main_photo .slider-pro:not(.sp-full-screen) .sp-full-screen-button {
  display: none; }

._card_main_photo .slider-pro .sp-full-screen-button {
  color: white; }

._card_main_photo .sp-thumbnail-container {
  background-color: #ebebeb;
  cursor: pointer; }
  ._card_main_photo .sp-thumbnail-container img {
    opacity: 0; }
  ._card_main_photo .sp-thumbnail-container img[style] {
    opacity: 1;
    transition: opacity 0.5s; }

._share_cards_slider .sp-thumbnail-container {
  background-color: #ebebeb; }
  ._share_cards_slider .sp-thumbnail-container img {
    opacity: 0; }
  ._share_cards_slider .sp-thumbnail-container img[style] {
    opacity: 1;
    transition: opacity 1s; }

.intl-tel-input {
  width: 100%; }

.form-control[readonly] {
  background: none; }

audio {
  display: block;
  height: 34px; }

.tab-content {
  height: calc(100% - 45px);
  overflow: auto; }

.table td {
  vertical-align: middle; }

.Toastify__toast--info {
  background: #6197b7; }

.Toastify__toast--success {
  background: #07bc0c; }

.Toastify__toast--warning {
  background: #ffc310; }

.Toastify__toast--error {
  background: #e05432; }

.clear {
  cursor: pointer; }

.icon-wrapper, .circle-icon, .circle-hover, .btn-dropdown-icon, .btn-choose, .modal-add, .modal-options, .menu-right .menu-right-head, .rentSale_old, .login-page .form button, .objectsRequests ._btn._icon {
  display: flex;
  justify-content: center;
  align-items: center; }

.btn-dropdown, .btn-dropdown-center, .modal-head, .modal-tasks ._remindFor, .modal-dealtype-btns > div, .modal-options-title, .training_old .alert, .objectsRequests ._btn._noicon {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal-options-select-list-item {
  display: flex;
  justify-content: left;
  align-items: center; }

.modal-one-btn, .modal-two-btns > div {
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.modal-options-select-list-item:before, .modal-options-select-list-item.selected:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit; }

.Card_main {
  display: flex;
  flex-wrap: wrap; }
  .Card_main ._block1, .Card_main ._block2, .Card_main ._block3 {
    padding: calc(5px + 0.6%); }
  .Card_main ._block1 {
    flex: 1 1 25%;
    max-width: 340px;
    min-width: 220px; }
  .Card_main ._block2 {
    flex: 1 1 25%;
    max-width: 400px;
    min-width: 270px; }
  .Card_main ._block3 {
    flex: 1 1 50%;
    width: 300px;
    max-width: 100%; }
  .Card_main ._description {
    position: relative;
    width: 100%;
    padding: 10px;
    white-space: pre-wrap; }
    .Card_main ._description > i {
      position: absolute;
      font-size: 26px;
      bottom: 6px;
      right: 4px;
      cursor: pointer; }
  .Card_main ._description-edit {
    width: 100%;
    height: 300px;
    margin-top: 5px; }
  .Card_main ._comment {
    width: 100%;
    padding: 10px;
    white-space: pre-wrap; }
  .Card_main ._comment-edit {
    width: 100%;
    height: 200px; }
  .Card_main ._btns {
    font-size: 26px; }
    .Card_main ._btns > i {
      margin-right: 10px;
      cursor: pointer; }

.Card_main_foto {
  display: flex;
  flex-wrap: wrap;
  padding: 4px; }

.Stage_down {
  font-size: 12px;
  line-height: 1;
  padding: 5px 0; }

.Stage_up {
  width: 230px; }

.External_sources_add textarea {
  width: 600px;
  height: 120px; }

.External_sources_add ._empty {
  background-color: antiquewhite;
  border-left: 2px solid red; }

.External_sources_add ._btn_add {
  display: flex;
  flex-direction: row-reverse; }
  .External_sources_add ._btn_add button {
    margin: 0 30px 30px 0; }

.Share_cards {
  padding: 3%; }
  .Share_cards .card {
    width: 500px;
    max-width: 100%;
    margin: auto auto 30px; }

.modal-add {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #2d2c2c73; }

.modal-win {
  width: 300px;
  max-width: 100%;
  max-height: 100%;
  background-color: white;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.1rem;
  color: #404040; }

.modal-head {
  padding: 10px 15px 0 15px;
  border-bottom: 1px solid #F3F3F3; }
  .modal-head ._typeadd {
    width: 40px; }
  .modal-head > div {
    padding-bottom: 3px;
    border-bottom: 3px solid white; }
  .modal-head i {
    width: 36px;
    height: 36px;
    font-size: 22px;
    margin: auto;
    cursor: pointer; }
  .modal-head .active {
    border-bottom: 3px solid #6197b7; }

.modal-tasks {
  padding: 10px 15px; }
  .modal-tasks textarea {
    width: 100%;
    height: 139px; }
  .modal-tasks ._remindFor .inputGroup {
    width: 40px; }
    .modal-tasks ._remindFor .inputGroup input {
      text-align: center; }
  .modal-tasks ._remindFor .dropdown {
    width: 75px; }

.modal-dealtype-btns {
  padding: 10px 15px; }

.modal-one-btn {
  width: 100%;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  background-color: #28a745;
  color: white; }
  .modal-one-btn:hover {
    background-color: #28a745cf; }

.modal-two-btns {
  border-top: 1px solid #F3F3F3; }
  .modal-two-btns > div {
    width: 50%;
    height: 50px;
    font-size: 20px;
    cursor: pointer; }
    .modal-two-btns > div:first-child {
      background-color: #28a745;
      color: white; }
      .modal-two-btns > div:first-child:hover {
        background-color: #28a745cf; }
    .modal-two-btns > div:last-child:hover {
      background-color: #f3f3f3; }
    .modal-two-btns > div:last-child i {
      margin-left: 10px;
      font-size: 24px; }

.modal-square-btns {
  width: 58px;
  height: 58px;
  border: 1px solid lightgrey;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 3px;
  padding-top: 5px; }
  .modal-square-btns:hover {
    background-color: #D3D3D3; }
  .modal-square-btns.active {
    background: #28A745;
    color: white; }
  .modal-square-btns i {
    font-size: 22px; }

.modal-options {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3; }

.modal-options-win {
  width: 300px;
  height: 450px;
  max-width: 100%;
  max-height: 100%;
  background-color: white;
  border-radius: 3px;
  overflow: auto; }

.modal-options-title {
  padding: 0 15px;
  height: 47px;
  border-bottom: 1px solid #F3F3F3; }
  .modal-options-title i {
    font-size: 24px;
    cursor: pointer; }
  .modal-options-title span {
    font-size: 20px; }

.modal-options-btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  color: white; }
  .modal-options-btns i {
    font-size: 26px; }
  .modal-options-btns div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #28a745; }
    .modal-options-btns div:hover {
      background-color: #28a745cf; }
    .modal-options-btns div:first-of-type {
      border-right: 1px solid white; }

.modal-options-select-list {
  overflow-y: auto;
  height: 353px; }

.modal-options-select-list-item {
  height: 40px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }
  .modal-options-select-list-item:hover {
    background-color: #f3f3f3; }
  .modal-options-select-list-item:before {
    content: '\f130';
    margin-right: 10px;
    font-size: 23px;
    color: gray; }
  .modal-options-select-list-item.selected {
    background-color: #28a745;
    color: white; }
    .modal-options-select-list-item.selected:hover {
      background-color: #28a745cf; }
    .modal-options-select-list-item.selected:before {
      content: '\f5e1';
      margin-right: 10px;
      font-size: 23px;
      color: white; }
  .modal-options-select-list-item:active {
    background-color: #bfbfbf !important; }

.modal-options-contact-card {
  margin: 0.5em;
  padding: 0.4em;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); }
  .modal-options-contact-card:hover {
    background-color: #f9f9f9; }
  .modal-options-contact-card i {
    font-size: 1.3rem; }
  .modal-options-contact-card ._block1 {
    margin-bottom: -22px; }
  .modal-options-contact-card ._left-block {
    width: calc(100% - 45px); }
  .modal-options-contact-card ._title {
    font-size: 1.2rem; }
  .modal-options-contact-card ._price {
    font-size: 1.1rem; }

.chat-area {
  height: 350px;
  margin: 5px 0;
  overflow: auto;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6; }

.chat-head {
  margin-left: 10px; }

.chat-footer {
  font-size: 14px;
  display: flex;
  align-items: center; }
  .chat-footer i:hover {
    color: #28A745; }

.chat-message {
  display: flex;
  padding: 10px 5px;
  margin: 10px 0;
  font-size: 13px; }
  .chat-message ._body {
    width: calc(100% - 37px);
    padding-left: 10px; }
  .chat-message ._head {
    font-size: 12px;
    color: gray; }
  .chat-message ._message {
    font-size: 14px;
    font-weight: 600;
    white-space: normal; }

.slidecontainer {
  width: 100%;
  /* Width of the outside container */ }

/* The slider itself */
.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s; }

/* Mouse-over effects */
.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */ }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #4CAF50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */ }

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #4CAF50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */ }

.slidecontainer button {
  height: 25px;
  width: 34px;
  margin-left: 3px;
  background: #d3d3d3;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7; }
  .slidecontainer button:hover {
    opacity: 1; }

.comments-chat-area {
  height: 175px;
  margin: 5px 0;
  overflow: auto;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6; }
  .comments-chat-area .mdi-message-processing-outline {
    font-size: 100px;
    color: #e9ecef; }

.comments-chat-footer {
  font-size: 1rem;
  display: flex;
  align-items: center; }
  .comments-chat-footer i:hover {
    color: #28A745; }

.comments-chat-message {
  display: flex;
  padding: 10px 5px;
  font-size: 13px; }
  .comments-chat-message ._body {
    width: calc(100% - 37px);
    padding-left: 10px; }
  .comments-chat-message ._head {
    font-size: 12px;
    color: gray; }
  .comments-chat-message ._message {
    font-size: 14px;
    font-weight: 600;
    white-space: normal; }

body, html, #root {
  width: 100%;
  height: 100%; }

#root {
  overflow-x: hidden; }

.btn-menu-right {
  width: 21px;
  height: 14px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out, background-color 0.4s;
  cursor: pointer;
  border: solid #ffffff00;
  border-width: 11px 7.5px;
  box-sizing: content-box;
  border-radius: 50%; }
  .btn-menu-right:hover {
    background-color: #f3f3f3; }
  .btn-menu-right span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #606060;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .btn-menu-right span:nth-child(1) {
      top: 0; }
    .btn-menu-right span:nth-child(2), .btn-menu-right span:nth-child(3) {
      top: 6px; }
    .btn-menu-right span:nth-child(4) {
      top: 12px; }
  .btn-menu-right.show span:nth-child(1) {
    top: 6px;
    width: 0;
    left: 50%; }
  .btn-menu-right.show span:nth-child(2) {
    transform: rotate(45deg); }
  .btn-menu-right.show span:nth-child(3) {
    transform: rotate(-45deg); }
  .btn-menu-right.show span:nth-child(4) {
    top: 6px;
    width: 0;
    left: 50%; }

.table-cards thead {
  color: #404040; }

.table-cards th._nodropdown, .table-cards th .dropdown_btn, .table-cards td {
  white-space: nowrap; }

.table-cards th, .table-cards td {
  height: 45px;
  vertical-align: middle !important; }

.table-cards td {
  padding: 0 0.75rem; }

.table-cards th {
  border-top: none;
  padding: 0; }
  .table-cards th._nodropdown {
    padding-left: 0.75rem; }
  .table-cards th ._th {
    height: 100%;
    display: flex;
    align-items: center; }
  .table-cards th:hover, .table-cards th.filtered {
    border-color: #ffc107;
    background-color: #f9f9f9; }
  .table-cards th .dropdown {
    width: 100%;
    height: 100%; }
  .table-cards th .dropdown_btn {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    cursor: pointer; }
  .table-cards th i.mdi-close {
    margin-right: 0.75rem; }
  .table-cards th i {
    cursor: pointer; }
  .table-cards th .dropdown-menu {
    width: 230px;
    padding: 1rem;
    font-weight: normal; }
  .table-cards th button {
    font-weight: bold; }

.table-cards tbody tr:hover {
  background-color: #f9f9f9; }

.table-cards .title-card {
  max-width: 400px; }

.table-cards .title-card:hover div:first-of-type {
  text-decoration: underline; }

.table-cards a {
  all: unset;
  cursor: pointer; }

.table-cards a:visited {
  color: #660099; }

.table-suite {
  overflow-x: auto; }
  .table-suite th, .table-suite td {
    height: 45px;
    padding: 0 0.75rem;
    vertical-align: middle !important; }
  .table-suite thead tr {
    color: #404040; }
    .table-suite thead tr th {
      border-top: none; }
      .table-suite thead tr th > div {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
      .table-suite thead tr th:hover {
        border-color: #ffc107;
        background-color: #f9f9f9; }
  .table-suite tbody tr:hover {
    background-color: #f9f9f9; }
  .table-suite a {
    all: unset;
    cursor: pointer; }

.head {
  width: 100%;
  height: 48px;
  position: fixed;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 2; }
  .head ._title {
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 20px;
    margin: 0 0.5rem; }
  .head ._del {
    color: #6c757d; }

.title-card {
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  margin-left: .5rem;
  margin-right: auto;
  cursor: pointer; }
  .title-card div:first-child {
    font-size: 20px; }
  .title-card div:last-child {
    font-size: 12px; }

.content {
  height: 100%;
  padding-top: 48px; }

.substrate {
  width: 100%;
  height: calc(100% - 48px);
  background-color: #2d2c2c73;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 48px;
  transition: opacity 0.2s, visibility 0.2s; }
  .substrate.show {
    opacity: 1;
    visibility: visible; }

.menu-right {
  width: 275px;
  height: calc(100% - 48px);
  position: fixed;
  right: -275px;
  top: 48px;
  background: white;
  border-top: 1px solid #efefef;
  box-shadow: -17px 14px 8px -17px rgba(0, 0, 0, 0.15);
  transition: right 0.2s; }
  .menu-right.show {
    right: 0; }
  .menu-right .menu-right-head {
    height: 58px;
    padding: 2px 10px 2px 27px;
    border-bottom: 1px solid lightgrey; }
    .menu-right .menu-right-head > div:nth-of-type(2) {
      margin-left: 4%;
      width: 49%;
      line-height: 1;
      font-size: 14px;
      font-weight: 500;
      overflow: hidden; }
    .menu-right .menu-right-head > div:nth-of-type(3) {
      font-size: 18px;
      color: #A8A8A8; }
    .menu-right .menu-right-head > div:nth-of-type(4) {
      border-left: 1px solid lightgrey;
      height: 95%;
      margin: 0 5%; }
  .menu-right .menu-right-list {
    padding-top: 10px;
    height: calc(100% - 58px);
    overflow: auto; }
    .menu-right .menu-right-list > a {
      all: unset;
      height: 45px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .menu-right .menu-right-list > a:hover {
        background-color: #f9f9f9; }
      .menu-right .menu-right-list > a i {
        font-size: 24px;
        color: #A8A8A8;
        margin: 0 27px; }
      .menu-right .menu-right-list > a span {
        font-weight: 500; }

.rentSale_old {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  font-size: 30px;
  transition: all 1s; }
  .rentSale_old._rent {
    background-color: lightgreen; }
    .rentSale_old._rent:before {
      content: 'А'; }
  .rentSale_old._sale {
    background-color: lightblue; }
    .rentSale_old._sale:before {
      content: 'П'; }

.rentSale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .rentSale input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden; }
  .rentSale label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: deepskyblue;
    display: block;
    border-radius: 20px;
    position: relative;
    margin-bottom: 3px; }
  .rentSale label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 18px;
    transition: 0.3s; }
  .rentSale input:checked + label {
    background: #bada55; }
  .rentSale input:checked + label:after {
    left: calc(100% - 0.2 * 5px);
    transform: translateX(-100%); }
  .rentSale label:active:after {
    width: 26px; }
  .rentSale input:not(:checked) + label + span,
  .rentSale input:checked + label + span + span {
    display: none; }
  .rentSale span {
    font-size: 10px;
    width: 44px;
    text-align: center; }

html.desktop *::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

html.desktop *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #6c757d;
  border-radius: 3px;
  background-color: #F5F5F5; }

html.desktop *::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px #6c757d;
  background-color: #919191; }

.tabs .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-top: 2px; }

.tabs .nav-item {
  white-space: nowrap;
  border: none;
  color: black !important; }
  .tabs .nav-item:hover {
    background-color: #f9f9f9; }

.tabs._level-1 > nav > .nav-item.active {
  border-bottom: 3px solid #6197b7; }
  .tabs._level-1 > nav > .nav-item.active i {
    color: #6197b7; }

.tabs._level-2 > nav > .nav-item.active {
  border-bottom: 3px solid #ffc107; }

.tabs._level-3 > nav > .nav-item.active {
  border-bottom: 3px solid #ff3f64; }

.tabs._level-4 > nav > .nav-item.active {
  border-bottom: 3px solid #099a51; }

.login-page {
  max-width: 100%;
  padding: 2% 0 0;
  width: 670px;
  margin: auto; }
  .login-page .form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: initial;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }
    .login-page .form input {
      font-family: "Roboto", sans-serif;
      outline: 0;
      background: #f2f2f2;
      width: 100%;
      border: 0;
      margin: 0 0 15px;
      padding: 15px;
      box-sizing: border-box;
      font-size: 14px; }
      .login-page .form input._error {
        background-color: peachpuff; }
    .login-page .form button {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      outline: 0;
      background: #4CAF50;
      width: 100%;
      border: 0;
      height: 51px;
      color: #FFFFFF;
      font-size: 14px;
      transition: all 0.3s ease;
      cursor: pointer; }
      .login-page .form button:hover, .login-page .form button:active, .login-page .form button:focus {
        background: #43A047; }
  .login-page .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px; }
    .login-page .message a {
      color: #4CAF50;
      text-decoration: none;
      cursor: pointer; }
    .login-page .message._error {
      color: red; }
    .login-page .message.success {
      color: green; }
  .login-page .register-form {
    display: none; }

.training_old .list-group-item {
  cursor: pointer; }

.training {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .training ._b1 {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin: 1rem;
    background-color: white;
    border-radius: 0.25rem;
    max-width: 100%; }
  .training ._b4 {
    display: flex;
    justify-content: space-around; }
  .training ._b5 {
    max-width: 50%; }
  .training h1, .training h2, .training h3 {
    text-align: center;
    overflow: hidden; }
  .training h1 {
    background-color: rgba(0, 128, 0, 0.6); }
  .training h2 {
    background-color: rgba(0, 128, 0, 0.4); }
  .training h3 {
    background-color: rgba(0, 128, 0, 0.2); }
  .training .list-group-item.active {
    z-index: 0; }

.table-contact ._tr {
  display: flex;
  align-items: baseline;
  margin-top: 15px; }

.table-contact ._td1 {
  width: 90px; }

.table-contact ._td2 {
  width: 100%; }
  .table-contact ._td2 input {
    width: 100%; }
  .table-contact ._td2 ._phone:not(:first-of-type) {
    margin-top: 10px; }
  .table-contact ._td2 ._oneMorePhone {
    text-align: right; }
    .table-contact ._td2 ._oneMorePhone i {
      font-size: 12px;
      width: 100%;
      cursor: pointer; }

.contact-comment {
  height: 270px;
  flex: 1 1 auto;
  position: relative; }
  .contact-comment div {
    padding: 0.5rem;
    border: 1px solid lightgray;
    border-radius: 5px;
    height: 100%; }
  .contact-comment textarea {
    width: 100%;
    height: 100%; }
  .contact-comment i {
    position: absolute;
    font-size: 26px;
    bottom: 6px;
    right: 4px;
    cursor: pointer; }

.objectsRequests ._btn {
  transition: background-color 0.4s;
  cursor: pointer; }
  .objectsRequests ._btn > i:first-of-type {
    font-size: 24px; }
  .objectsRequests ._btn ._span {
    margin: 0 5px;
    white-space: nowrap;
    overflow-x: hidden; }
  .objectsRequests ._btn:hover {
    background-color: #f3f3f3; }
  .objectsRequests ._btn._noicon {
    height: 33px;
    min-width: 170px;
    padding: 0 8px;
    border: 1px solid #E2E2E2;
    border-radius: 3px; }
  .objectsRequests ._btn._icon {
    width: 36px;
    height: 36px;
    border-radius: 50%; }
    .objectsRequests ._btn._icon ._span {
      display: none; }
  .objectsRequests ._btn._chosen {
    color: white; }
    .objectsRequests ._btn._chosen i {
      color: white; }
    .objectsRequests ._btn._chosen._object {
      background-color: #6197B7; }
    .objectsRequests ._btn._chosen._request {
      background-color: #E05432; }

.change_logs_table {
  margin-top: 20px;
  white-space: pre-wrap; }
  .change_logs_table thead {
    background: aliceblue; }
  .change_logs_table td {
    vertical-align: top; }
  .change_logs_table td:nth-child(1) {
    width: 180px;
    min-width: 120px; }
  .change_logs_table td:nth-child(2) {
    width: 190px;
    min-width: 130px; }
  .change_logs_table td:nth-child(4), .change_logs_table td:nth-child(5) {
    width: 280px; }

blockquote {
  margin: 0;
  background: white;
  border-top: 5px solid #EAF9F9;
  border-bottom: 5px solid #EAF9F9;
  color: #3A3C55;
  padding: 30px 30px 30px 90px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

blockquote:before {
  content: "\201C";
  font-family: serif;
  position: absolute;
  left: 20px;
  top: 20px;
  color: white;
  background: #FB6652;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 50px;
  line-height: 1.35;
  text-align: center; }

blockquote p {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: 1.4; }

blockquote cite {
  font-style: normal; }

blockquote footer {
  text-align: right; }
