

/* Start:/html/css/account-profile.css?175586084770501*/
﻿.sidebar-active {
  font-weight: bold;
  color: black !important;
}

.tab-active {
  border-bottom: 3px solid #DCDCDC;
  color: black !important;
}

.tab-filter-active {
  color: black !important;
}

.tab-green-btn {
  background: #00A591;
  -webkit-box-shadow: 0px 2px 5px rgba(3, 133, 121, 0.3);
          box-shadow: 0px 2px 5px rgba(3, 133, 121, 0.3);
  border-radius: 4px;
  outline: none;
  border: 0;
  color: white;
  height: 42px;
  font-size: 16px;
}

.online-block {
  background: #EBF2CC;
  border-radius: 10px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}

.tab-transparent-btn {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.c-green {
  color: #00A591;
}

.c-grey {
  color: #AAAAAA;
}

.count-checked-checkboxes {
  background: #FFFFFF;
  border: 1px solid #00A591;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  width: auto;
  height: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 30px;
}

.psycho-btn {
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
  text-align: left;
  width: auto;
}

.sub-form-modal-container {
  display: none;
  position: absolute;
  width: auto;
  right: -145px;
  top: 45px;
  z-index: 9999;
  padding: 10px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.sub-form-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub-form-modal-title {
  font-size: 16px;
  font-weight: bold;
}

.sub-form-modal-list {
  margin: 10px 0;
}

.sub-form-modal label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}

.sub-form-modal button {
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  text-align: left;
  color: #DE317A;
  padding: 0;
}

.modal-save-filter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
}

.modal-save-filter .save-filter-title {
  display: block;
  width: 100%;
  text-align: center;
}

.modal-save-filter .account-profile__modal-row {
  gap: 20px 0;
}

.modal-save-filter .account-profile__modal-info label {
  font-size: 14px;
}

.modal-save-filter .account-profile-tabs__label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
}

.modal-save-filter .account-profile__modal-info {
  padding: 20px 0 0 0;
}

.modal-detail-photo-c {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
}

.modal-detail-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.icon-photo-btn {
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
}

.c-white:before {
  background-color: white !important;
}

.c-white:after {
  background-color: white !important;
}

.c-pink {
  color: #DE317A;
}

.account-title {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.8px;
  font-family: "Open Sans",sans-serif;
}

.empty-result {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}

.empty-message {
  font-size: 16px;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mt-50 {
  margin-top: 50px;
}

.f-bold {
  font-weight: bold;
}

.my-15 {
  margin: 15px 0;
}

.pt-5 {
  padding-top: 5px;
}

.psycho-checkbox:after {
  content: url(/html/css/../img/quiz-check.svg);
  top: -1px;
  left: 1px;
}

.d-lg-none {
  display: none;
}

.max-height {
  max-height: inherit !important;
}

.notification {
  background: #DE317A;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.account #lg-actual-size, #lg-zoom-out, #lg-zoom-in, .lg-fullscreen, .lg-autoplay-button, #lg-download, #lg-counter {
  display: none;
}

.account .lg-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

.account .lg-outer .lg {
  width: 415px !important;
  height: 500px !important;
}

.ui-datepicker {
  background: white;
  width: 220px;
  padding: 10px 20px;
  position: absolute;
  top: 338px;
  left: -9999999px;
  z-index: -1;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar thead {
  display: none;
}

.ui-state-default {
  text-decoration: none;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.ui-state-default.ui-state-active {
  background: #AAAAAA;
  border-radius: 50%;
  color: white;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 10px;
}

.ui-datepicker-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 80%;
  font-family: "Open Sans",sans-serif;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-prev {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 5px;
  font-size: 16px;
  cursor: pointer;
}

.ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 5px;
  font-size: 16px;
  cursor: pointer;
}

.account .lg-object.lg-image {
  width: 100% !important;
  height: 100% !important;
  display: block;
  top: 0 !important;
  position: absolute;
}

.account .lg-progress-bar .lg-progress {
  background-color: white;
}

.account .lg-outer .lg-img-wrap {
  padding: 0;
}

.account .slick-slide img {
  max-width: 150px;
  min-width: 150px;
}

.p-r-6 {
  padding-right: 6px;
}

.rating-up {
  background: #00A591 !important;
}

.rating-down {
  background: #DE317A !important;
}

.rating-text-up {
  color: #00A591;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.rating-text-down {
  color: #DE317A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.rating-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  font-size: 16px !important;
}

.bg-price-up {
  background-color: rgba(222, 49, 122, 0.1);
  margin-bottom: 5px;
}

.bg-price-down {
  background-color: rgba(0, 165, 145, 0.2);
  margin-bottom: 5px;
}

.c-price-up {
  color: #DE317A;
}

.c-price-up:before {
  content: url("/html/css/../img/price-up.svg");
  padding-right: 3px;
}

.c-price-down {
  color: #00A591;
}

.c-price-down:before {
  content: url("/html/css/../img/price-down.svg");
  padding-right: 3px;
}

.overflow-slider {
  overflow: auto;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.overflow-slider::-webkit-scrollbar {
  display: none;
}

.btn-white-b-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background: #FFFFFF;
  border: 1px solid #00A591;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
}

.gap-x-20 {
  gap: 20px 0;
}

.gap-y-20 {
  gap: 0 20px;
}

.reset-gap {
  gap: 0 !important;
}

.account-profile-rec {
  margin-top: 50px;
}

.yellow-hover:hover {
  background-color: #f5a623;
  color: #fff !important;
  border: 1px solid #f5a623;
}

.purple-hover:hover {
  background-color: #9013fe;
  color: #fff !important;
  border: 1px solid #9013fe;
}

.blue-hover:hover {
  background-color: #0081ff;
  color: #fff !important;
  border: 1px solid #0081ff;
}

.checkbox-notf {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-notf .checkbox-notf-switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56px;
  height: 28px;
  border-radius: 25%/50%;
  vertical-align: top;
  background: #9DA3B4;
  -webkit-transition: .2s;
  transition: .2s;
}

.checkbox-notf .checkbox-notf-switch:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  -webkit-transition: .15s;
  transition: .15s;
}

.checkbox-notf input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-notf input[type=checkbox]:not(:disabled):active + .checkbox-notf-switch:before {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.checkbox-notf input[type=checkbox]:checked + .checkbox-notf-switch {
  background: #00A591;
}

.checkbox-notf input[type=checkbox]:checked + .checkbox-notf-switch:before {
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}

/* Hover */
.checkbox-notf input[type="checkbox"]:not(:disabled) + .checkbox-notf-switch {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3);
}

/* Disabled */
.checkbox-notf input[type=checkbox]:disabled + .checkbox-notf-switch {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
  border-color: rgba(0, 0, 0, 0.1);
}

.checkbox-notf input[type=checkbox]:disabled + .checkbox-notf-switch:before {
  background: #eee;
}

/* Focus */
.checkbox-notf.focused .checkbox-notf-switch:before {
  -webkit-box-shadow: inset 0px 0px 4px #ff5623;
          box-shadow: inset 0px 0px 4px #ff5623;
}

.alert-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  color: white;
  background: #DE317A;
  font-size: 14px;
  position: relative;
}

.alert-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 30px;
}

.alert-block-text:before {
  content: url("/html/css/../img/alert-block.png");
  left: 0;
  position: absolute;
  top: 2px;
}

.d-alert-none {
  display: none;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-100 {
  width: 100%;
}

.pagination {
  height: 50px;
}

.d-block-lg-hide-xs {
  display: none;
}

.rooms-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooms-inline div label:nth-child(n+1):nth-child(n-4) {
  display: block;
  border: 1px solid #dad9e2;
  padding: 13px 12px;
  color: black;
  width: auto;
  min-width: 48px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  background: white;
}

.rooms-inline div:nth-child(1) label {
  border-radius: 5px 0 0 5px;
}

.rooms-inline div:nth-last-child(1) label {
  border-radius: 0 5px 5px 0;
}

.rooms-inline div label {
  cursor: pointer;
}

.room-check:checked + label {
  border: 1px solid #159a99 !important;
  padding: 12px 0;
}

.row-modify-filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-price {
  margin-top: 20px;
}

.filter-currency::after {
  top: 9px !important;
}

.row-modify-filter__more-options {
  color: #1a6bca;
  cursor: pointer;
}

.row-modify-filter__more-options::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAGCAMAAAAv8uSNAAAAP1BMVEVHcEyZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmcBAKlAAAAFXRSTlMA4pFxCJlbvusa3zVBxSChPHrbaLUbMGaAAAAANElEQVQIHQXBhQGAMAAAINZl6/+3CtoNIDW1nxnk0ivr2Q+MNheML2yu2QYg9thLBvCGBH45WgFA2Qk9VQAAAABJRU5ErkJggg==");
  position: absolute;
  margin-left: 15px;
  top: -1px;
}

.row-modify-filter__reset-filter {
  text-decoration: underline;
  color: #414141;
  border: 0;
  background: transparent;
}

.row-modify-filter__reset-filter::after {
  content: "X";
  position: absolute;
  margin-left: 15px;
  font-weight: bold;
}

.row-modify-filter:nth-child(n+2) {
  margin-top: 15px;
}

.quicksearch-width {
  margin-top: 15px;
  padding: 0 15px;
}

.quicksearch {
  padding: 0;
}

.filter-group-add-options {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.filter-group-add-options-item {
  margin-right: 25px;
}

.filter-group-add-options-item__text {
  padding-left: 25px;
  color: #4a4a4a;
  margin: 0;
}

.filter-group-add-options-item__checkbox {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
}

.filter-group-house {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-top: 10px;
}

.filter-group-house__text {
  padding-left: 25px;
  color: #4a4a4a;
  margin: 0;
}

.filter-group-house__checkbox {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
}

.filter-group-house__help {
  width: 19px;
  height: 19px;
  position: absolute;
  background-color: #f1f1f1;
  right: 0;
  border-radius: 50px;
  text-align: center;
  font-family: PTSans;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.filter-upper-text {
  font-size: 16px;
  color: black;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.items-list-column p {
  margin: 0;
  letter-spacing: -0.5px;
}

.items-list-column p.building_year {
  text-align: center;
}

.items-list-column h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: -0.5px;
}

.items-list-column__img {
  height: 80px;
  width: 105px;
}

.items-list-column__count_in_house {
  background-color: rgba(56, 188, 178, 0.6);
  text-align: center;
  display: block;
  padding: 7px 7px;
  border-radius: 7px;
  margin: 10px 13px 0 0;
  font-size: 13px;
  text-decoration: underline;
  color: #4a4a4a;
  width: 100%;
  border: 0;
}

.collapse-flats-close {
  margin: 15px 13px 15px 0;
  font-family: PTSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #38bcb2;
  border: 0;
  background: transparent;
  outline: none;
  float: right;
}

.collapse-flats-close::after {
  margin-left: 10px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAMAAAAM9FwAAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeUExURQAAAEdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEqYTKYAAAAKdFJOUwUAr7SsB2lkqgi940ceAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAO0lEQVQYV0WMxw0AMAjEjvTsv3COFpCwsB9AbHBaXs7RWxQj/SKKgj5JL1z3LPgeBeVesMu1LPtcI/IAQZAA2U8HgZUAAAAASUVORK5CYII=);
}

.border-bottom {
  border-bottom: 1px solid #e1e3e8;
  padding: 10px 0;
}

.account-filter-m-reset {
  margin: 0 !important;
}

.saved-filter:before {
  content: url("/html/css/../img/saved-filter.svg");
}

.test-collapse {
  display: block;
  margin: 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e3e8;
}

.items-list-column__online_request {
  font-size: 10px;
  display: block;
  background-color: #ebf2cc;
  border-radius: 10px;
  padding: 5px;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1;
  width: 45%;
  text-align: center;
  text-decoration: none;
  color: black;
  margin-top: 5px;
  font-weight: 600;
}

.items-list-column__metro_close:before {
  font-family: 'prometr-icons' !important;
  content: "\e904";
  margin-right: 10px;
}

.items-list-column__alivecomplect {
  color: #1a6bca;
}

.container-choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px 17px;
  border-radius: 17px;
  -webkit-box-shadow: 0 2px 5px 0 #f1f1f1;
          box-shadow: 0 2px 5px 0 #f1f1f1;
  border: solid 1px #c2c2c2;
  color: #414141;
}

.btn-choise__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 17px;
  border-radius: 17px;
  background-color: #38bcb2;
  color: white;
}

.btn-choise__count {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.btn-choise--black {
  color: #414141;
}

.btn-choise__name {
  margin-right: 5px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'OpenSans-Regular';
}

.btn-choise__count--black sup {
  top: -0.2em;
  font-size: 13px !important;
  color: black;
  font-family: 'OpenSans-Light';
}

.custom-modify .filter-iteam {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-modify .filter-secondrow-item {
  height: 42px;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-modify .filter-inputprice, .filter-currency {
  height: 42px;
  margin: 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-modify-filter .filter-inputprice, .filter-currency {
  height: 42px;
  margin: 0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-profile-filter-tabs__filter-inner .row-modify-filter .filter-currency {
  height: 42px;
  padding: 0;
  margin: 0;
  color: black;
}

.account-profile-filter-tabs__filter-inner .custom-modify .ftille {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-currency {
  padding: 0;
  color: black;
}

.info-butt {
  padding: 0;
  width: 100%;
  font-weight: 600;
}

.filter-inputprice {
  padding: 0 20px;
  width: 80%;
}

.filter-pricei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  width: 100%;
  outline: none;
}

.filter-inputprice:focus {
  border: 1px solid #00A591;
}

.bx-filter-parameters-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.symbol-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-modify .ftille {
  padding: 0 20px;
  height: 23px;
  overflow: auto;
}

.link-type-flats {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

.items-list-column-container {
  padding: 0 10px;
}

.custom-modify .filter-iteam::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAGCAMAAAAv8uSNAAAAP1BMVEVHcEyZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmcBAKlAAAAFXRSTlMA4pFxCJlbvusa3zVBxSChPHrbaLUbMGaAAAAANElEQVQIHQXBhQGAMAAAINZl6/+3CtoNIDW1nxnk0ivr2Q+MNheML2yu2QYg9thLBvCGBH45WgFA2Qk9VQAAAABJRU5ErkJggg==") !important;
  position: absolute;
  top: 9px;
  right: 9px;
}

.filter-iteam:hover {
  border: 1px solid #00A591;
}

.filtr-custom-btn-themes {
  background: #00A591;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  height: 42px;
  border-radius: 4px;
  width: 100%;
}

.filtr-custom-btn-save {
  background: transparent;
  color: #00A591;
  height: 42px;
  width: 100%;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  outline: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filtr-custom-btn-save:before {
  content: url("/html/css/../img/save-filter.svg");
  margin-right: 10px;
  height: 22px;
}

.container-choise__slaider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h1-base {
  margin: 0;
}

.filter {
  margin-top: 10px;
}

.filter-price {
  margin-top: 5px;
}

.test-collapse {
  display: block;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .filtr-custom-btn-sub {
    left: inherit;
  }

  .quicksearch-width {
    padding: 0;
  }

  .custom-modify .ftille {
    overflow: hidden;
  }

  .container-choise__slaider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .container-choise__slaider::-webkit-scrollbar {
    display: none;
  }

  .container-choise__slaider {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
  }

  .container-choise {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .items-list-column .d-xs-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 0 1em;
  }

  .d-xs-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 10px 0 10px;
    padding: 0 1em;
  }

  .rooms-inline div:nth-child(n+2):nth-child(n-4) {
    font-size: 16px;
  }

  .rooms-inline div:nth-child(1) {
    font-size: 16px;
  }

  .rooms-inline div:nth-last-child(1) {
    font-size: 16px;
  }

  .px-sm-reset {
    padding-left: 15px;
    padding-right: 15px;
  }

  .items-list-column__online_request {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-modify-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rooms-inline {
    margin-bottom: 15px;
  }

  .items-list-column p.building_year {
    text-align: right;
  }

  .text-right {
    text-align: right;
  }

  p.floors {
    text-align: left;
    padding-left: 15px;
  }

  .test-collapse {
    padding: 0 15px 10px 15px;
  }

  .border-bottom {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .filtr-custom-btn-sub {
    left: inherit;
  }

  .quicksearch-width {
    padding: 0;
  }

  .container-choise__slaider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .container-choise__slaider::-webkit-scrollbar {
    display: none;
  }

  .container-choise__slaider {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
  }

  .container-choise {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .items-list-column p.building_year {
    text-align: right;
  }

  .items-list-column p.floors {
    text-align: left;
  }

  .items-list-column .text-left {
    text-align: left;
  }

  .items-list-column .text-right {
    text-align: right;
  }

  .items-list-column__count_in_house {
    margin: 10px 0 0;
  }

  .d-xs-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 5px 0 0;
  }

  .row-modify-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .rooms-inline div:nth-child(n+1):nth-child(n-4) {
    padding: 12px 0;
  }

  .filtr-rooms {
    margin-bottom: 15px;
  }

  .filter-group-add-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .custom-modify .ftille {
    padding: 0 12px;
  }

  .filter-inputprice {
    padding: 0 10px;
  }

  .collapse-flats-close {
    margin: 15px 0 15px 0;
    font-size: 16px;
  }

  .items-list-column-container {
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  .items-list-column__img {
    height: 70px;
    width: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .flex-dir-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .slick-next {
    right: 0px !important;
  }

  .sub-form-modal-container {
    right: 0;
  }

  .icon-photo-btn {
    text-align: inherit;
  }

  .notification {
    margin-right: 10px;
  }

  .m-justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .account .slick-next {
    display: none !important;
  }

  .account .slick-prev {
    display: none !important;
  }

  .icon-photo-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }

  .modal-detail-photo img {
    width: 60%;
  }

  .xs-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xs-wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }

  .online-block {
    width: 100px;
  }

  .count-checked-checkboxes {
    padding: 8px;
  }

  .xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 0 5px !important;
  }

  .custom-modify .filter-inputprice, .filter-currency {
    width: 45%;
  }

  .modal-consul .account-profile__modal-row {
    gap: 2px 0;
  }

  .xs-padding {
    padding: 0 5%;
  }

  .count-checked-checkboxes {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.account-profile-sidebar {
  font-family: "Open Sans",sans-serif;
}
.account-profile-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  padding-top: 10px;
}
.account-profile-sidebar__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-profile-sidebar__list li a {
  color: #00A591;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.account-profile-sidebar__list li a:hover {
  color: #fc5a6f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media only screen and (max-width: 1200px) {
  .account-profile-sidebar {
    width: 100%;
    overflow: auto;
  }
  .account-profile-sidebar::-webkit-scrollbar {
    display: none;
  }
  .account-profile-sidebar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .account-profile-sidebar__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
  }
  .account-profile-sidebar__list li a {
    text-align: center;
    width: auto;
    display: block;
  }
}
.account-profile-fast-news__carousel-container {
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  margin-top: 30px;
}

.account-profile-tabs__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.account-profile-tabs__label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.account-profile-tabs__label input[type="checkbox"]:checked ~ .psycho-checkbox {
  background-color: white;
  border: 1px solid #dcdcdc;
}
.account-profile-tabs__label .psycho-checkbox {
  position: relative;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.account-profile-tabs__list-container {
  margin-top: 15px;
  padding-bottom: 100px;
}
.account-profile-tabs__list {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #DCDCDC;
}
.account-profile-tabs__list li {
  min-width: 50px;
  text-align: center;
  cursor: pointer;
  color: #00A591;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
}
.account-profile-tabs__list li a {
  padding: 0 20px;
  color: #00A591;
  display: block;
  height: 35px;
}
.account-profile-tabs__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #E1E3E8;
  padding-bottom: 17px;
}
.account-profile-tabs__tab-item:nth-child(n+2) {
  margin-top: 40px;
}
.account-profile-tabs__tab-item.nonactive {
  color: #6A6A6B;
}
.account-profile-tabs__tab-item-img {
  max-width: 105px;
  max-height: 80px;
}
.account-profile-tabs__tab-item-inner-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-profile-tabs__tab-item-inner-img img {
  min-height: 220px;
  width: 100%;
}
.account-profile-tabs__tab-detele {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  height: 40px;
}
.account-profile-tabs__tab-detele button {
  border: 0;
  outline: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-profile-tabs__tab-detele img {
  margin-right: 10px;
}
.account-profile-tabs__tab-items-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
  padding: 0 30px;
}
.account-profile-tabs__tab-news-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  min-height: 40px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.account-profile-tabs__tab-news-line .nb-spec__like {
  position: relative;
  left: inherit;
}
.account-profile-tabs__tab-news-line button {
  width: 100%;
}
.account-profile-tabs__tab-news-line .account-profile-tabs__tab-item-inner-img-buttons {
  width: 100%;
  gap: 0 20px;
  padding: 0 15px;
}
.account-profile-tabs__tab-news-line .sub-form-modal-container {
  right: inherit;
  left: inherit;
}
.account-profile-tabs__tab-item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 240px;
  gap: 10px 0;
}
.account-profile-tabs__tab-item-news h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  min-height: 48px;
}
.account-profile-tabs__tab-item-news a {
  color: #00A591;
  font-size: 12px;
}
.account-profile-tabs__tab-item-news span {
  font-size: 12px;
}
.account-profile-tabs__tab-item-news img {
  display: block;
  min-width: 100%;
  max-height: 155px;
}
.account-profile-tabs__tab-item-news-desc {
  font-size: 16px;
  line-height: 24px;
  min-height: 96px;
}
.account-profile-tabs__tab-item-news-promotion {
  min-height: 34px;
  background: #F7F9FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-profile-tabs__tab-item-news-promotion span {
  font-size: 14px;
}
.account-profile-tabs__tab-news-title {
  font-size: 18px;
  margin-top: 6px;
}
.account-profile-tabs__tab-item-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-profile-tabs__tab-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Open Sans", sans-sherif;
}
.account-profile-tabs__tab-item-inner-img-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 20px;
}
.account-profile-tabs__tab-item-inner-img-buttons button {
  width: 100%;
}
.account-profile-tabs__tab-item-inner-img-buttons a {
  width: 100%;
  text-align: center;
}
.account-profile-tabs__tab-item-title-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.account-profile-tabs__tab-item-date {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 5px;
}
.account-profile-tabs__tab-item-title {
  font-size: 18px;
  word-break: break-all;
}
.account-profile-tabs__tab-item-desc {
  padding: 20px 0;
  min-height: 100px;
}
.account-profile-tabs__tab-item-desc-btn {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.account-profile-tabs__tab-item-rooms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-profile-tabs__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  padding-top: 15px;
  min-height: 65px;
}
.account-profile-tabs__info-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.account-profile-tabs__info-address i {
  color: #00A591;
}
.account-profile-tabs__tab-item-rooms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.account-profile-tabs__tab-item-room-price-change {
  margin-top: 5px;
  font-size: 12px;
}
.account-profile-tabs__rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #F2F5FA;
  padding-bottom: 15px;
  font-family: "OpenSans-Regular";
}
.account-profile-tabs__rating-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 10px;
  padding: 15px 15px 30px;
}
.account-profile-tabs__rating-info-title {
  font-size: 27px;
  font-weight: bold;
  line-height: 36px;
}
.account-profile-tabs__rating-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
.account-profile-tabs__rating-status-bar-c {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.account-profile-tabs__rating-status-bar-static {
  height: 3px;
  background: #C1CDE0;
}
.account-profile-tabs__rating-status-bar-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 3px;
  background: #444444;
}
.account-profile-tabs__rating-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.account-profile-tabs__rating-item-info span {
  font-size: 18px;
}
.account-profile-tabs__search-c {
  background: #F8F9FA;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px 7px 5px;
  width: 339px;
}
.account-profile-tabs__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
}
.account-profile-tabs__search input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.account-profile-tabs__search input:-ms-input-placeholder {
  color: #AAAAAA;
}
.account-profile-tabs__search input::-ms-input-placeholder {
  color: #AAAAAA;
}
.account-profile-tabs__search input::placeholder {
  color: #AAAAAA;
}

.psycho-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.account-profile-tabs__label input:checked ~ .psycho-checkbox:after {
  display: block;
}

.psycho-checkbox:after {
  content: url("/html/css/../img/quiz-check.svg");
  top: -1px;
  left: 1px;
}

@media only screen and (max-width: 1200px) {
  .account-profile-tabs__tab-item-inner-img-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account-profile-tabs__tab-item-rooms-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
  }
  .account-profile-tabs__list {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
  }
  .account-profile-tabs__list::-webkit-scrollbar {
    display: none;
  }
  .account-profile-tabs__list li a {
    padding: 0;
  }
  .account-profile-tabs__tab-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  .account-profile-tabs__tab-item-title-date {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account-profile-tabs__tab-news-line .account-profile-tabs__tab-item-inner-img-buttons {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .account-profile-tabs__tab-items-news {
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .account-profile-tabs__list {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
  }
  .account-profile-tabs__list::-webkit-scrollbar {
    display: none;
  }
  .account-profile-tabs__list li a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
  }
  .account-profile-tabs__tab-item-inner-img-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account-profile-tabs__tab-item-title-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .account-profile-tabs__tab-item-desc-btn {
    display: block;
  }
  .account-profile-tabs__tab-item-desc span {
    max-height: 100px;
    overflow: hidden;
    display: block;
  }
  .account-profile-tabs__tab-item-rooms-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .account-profile-tabs__tab-news-line .account-profile-tabs__tab-item-inner-img-buttons {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
  .account-profile-tabs__tab-items-news {
    padding: 0;
  }
  .account-profile-tabs__rating-list-row {
    gap: 10px 0;
  }
  .account-profile-tabs__rating-item-info {
    gap: 5px 0;
  }
  .account-profile-tabs__rating-status-bar-c {
    gap: 5px 0;
  }
  .account-profile-tabs .thirdTitle {
    margin-top: 20px;
  }
  .account-profile-tabs__tab-detele {
    height: auto;
    margin: 20px 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .account-profile-tabs__tab-item-img {
    max-width: 100%;
    width: 100%;
    max-height: 150px;
  }
  .account-profile-tabs__search-c {
    margin-top: 20px;
    width: 100%;
  }

  .account-profile-tabs__tab-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.account-profile-filter-tabs__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  gap: 0 20px;
  margin: 20px 0;
}
.account-profile-filter-tabs__list li a {
  color: #00A591;
}
.account-profile-filter-tabs__filter-inner {
  background: #F2F4F5;
  min-height: 300px;
  padding: 30px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-profile-filter-tabs__notf {
  position: absolute;
  bottom: 5px;
  right: 30px;
  font-size: 12px;
}

@media only screen and (max-width: 576px) {
  .account-profile-filter-tabs__filter-inner {
    padding: 30px 10px;
  }
  .account-profile-filter-tabs__notf {
    position: relative;
    margin-top: 15px;
    bottom: inherit;
    right: inherit;
  }
}
.account-profile-flats__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding: 10px 0;
  gap: 0 20px;
  border-bottom: 1px solid #E1E3E8;
}
.account-profile-flats__row .account-profile-tabs__label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.account-profile-flats__row a {
  color: #1A6BCA;
}
.account-profile-flats__row-flats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.account-profile-flats__column-flats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
.account-profile-flats__column-flats-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
.account-profile-flats__form-block {
  background: rgba(0, 165, 145, 0.15);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.account-profile-flats__form-block button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background: #00A591;
  -webkit-box-shadow: 0px 2px 5px rgba(3, 133, 121, 0.3);
          box-shadow: 0px 2px 5px rgba(3, 133, 121, 0.3);
  border-radius: 4px;
  border: 0;
  outline: none;
  height: 42px;
}
.account-profile-flats__form-block-desc {
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .account-profile-flats__row-flats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  .account-profile-flats__form-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    gap: 10px 0;
  }
  .account-profile-flats__form-block button {
    height: auto;
    padding: 5px 0;
  }
  .account-profile-flats__form-block-desc {
    font-size: 14px;
    text-align: center;
  }
}
.account-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
}
.account-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.account-modal__inner-info {
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
}
.account-modal__inner-container-body {
  padding-top: 30px;
  width: 370px;
}
.account-modal__buttons {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
}
.account-modal__buttons button {
  width: 100%;
}
.account-modal__buttons-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.account-modal__buttons-column button {
  width: 100%;
}
.account-modal__items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-modal__title {
  font-size: 24px;
  line-height: 1.2;
}
.account-modal__modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  padding: 10px 0;
}
.account-modal__modal-info label {
  font-size: 16px;
}
.account-modal__modal-info input {
  background: #F8F9FA;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 42px;
  padding: 0 5px;
}
.account-modal__modal-info input:focus {
  border: 1px solid #00A591;
  outline: none;
}
.account-modal__modal-info textarea {
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  min-height: 70px;
  outline: none;
}
.account-modal__modal-info textarea:focus {
  border: 1px solid #00A591;
}
.account-modal__modal-info .account-profile-tabs__label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
  font-size: 14px;
}
.account-modal__modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}

@media screen and (max-width: 576px) {
  .account-modal__inner-container-body {
    width: 100%;
  }
  .account-modal__inner-info {
    width: 90%;
  }
}
.detail-house-offers {
  font-family: "OpenSans-Light";
}
.detail-house-offers__title {
  font-size: 28px;
}
.detail-house-offers__item {
  position: relative;
  max-width: 320px;
  min-width: 320px;
  -webkit-box-shadow: 0 2px 4px 0 black;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
.detail-house-offers__item-list-rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-house-offers__item-list-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  min-height: 35px;
}
.detail-house-offers__slider-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  overflow-x: auto;
}
.detail-house-offers__slider-offers::-webkit-scrollbar {
  display: none;
}
.detail-house-offers__img {
  min-height: 200px;
  position: relative;
}
.detail-house-offers__img img {
  max-height: 200px;
  width: 100%;
}
.detail-house-offers__flex-statrec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #9da3b4;
  margin-top: 10px;
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.detail-house-offers__flex-stat-item {
  border: 1px solid #9da3b4;
  border-radius: 3px;
  padding: 2px 20px;
  background-color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.detail-house-offers__year {
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  background-color: #7b7b7b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
}
.detail-house-offers__status {
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 45px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(4%, #0bc5b7), color-stop(95%, #2ad98f));
  background-image: linear-gradient(to right, #0bc5b7 4%, #2ad98f 95%);
  text-transform: lowercase;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
}
.detail-house-offers__like {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px;
  text-shadow: 1px 1px 3px white;
  z-index: 2;
  color: rgba(34, 36, 37, 0.6);
  -webkit-transition: color ease-in .15s;
  transition: color ease-in .15s;
  cursor: pointer;
}
.detail-house-offers__name {
  text-align: left;
  font-size: 18px;
  color: black;
  line-height: 20px;
  min-height: 40px;
  font-weight: bold;
}
.detail-house-offers__views-and-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 10px;
  margin-top: 10px;
  min-height: 24px;
  font-size: 14px;
}
.detail-house-offers__views-and-date img {
  width: 20px;
  height: 20px;
}
.detail-house-offers__item-list-room-area {
  font-size: 14px;
  color: #222425;
  width: 30%;
}
.detail-house-offers__view-index {
  font-size: 16px;
  color: #159a99;
}
.detail-house-offers__views-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3px;
}
.detail-house-offers__date span {
  color: #4a4a4a;
}
.detail-house-offers__info {
  color: #7b7b7b;
  background-color: #fff;
  margin-top: 10px;
  font-size: 14px;
  min-height: 60px;
}
.detail-house-offers__info i {
  color: #159a99;
  margin-right: 10px;
  margin-top: 4px;
}
.detail-house-offers__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: black;
}
.detail-house-offers__info-container {
  padding: 15px;
}
.detail-house-offers__description {
  font-size: 14px;
  color: #8b8b8b;
  margin: 10px 0;
  line-height: 18px;
  min-height: 54px;
}
.detail-house-offers__rooms-cost {
  font-size: 14px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-house-offers__rooms-cost-all {
  color: #222425;
}
.detail-house-offers__rooms-cost-m {
  color: #9b9b9b;
  font-size: 12px;
}
.detail-house-offers__consultation {
  text-align: center;
  padding: 0 10px 20px 10px;
  background-color: #fff;
}
.detail-house-offers__btn {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.34px;
  -webkit-box-shadow: 4px 3px 11px 0 rgba(245, 166, 35, 0.5);
          box-shadow: 4px 3px 11px 0 rgba(245, 166, 35, 0.5);
}
.detail-house-offers__rooms-label {
  color: #00b3ac;
  width: 25%;
}

.account-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  padding-bottom: 70px;
  font-size: 16px;
}
.account-profile__subinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.account-profile__title {
  margin: 0;
}
.account-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.account-profile__img-c {
  max-width: 151px;
  position: relative;
}
.account-profile__img-c img {
  display: block;
  max-width: 151px;
  min-width: 151px;
  max-height: 151px;
  border-radius: 50%;
}
.account-profile__img-add {
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
}
.account-profile__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-profile__second-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.account-profile__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #F6F9FE;
  border-radius: 4px;
  padding: 20px 30px 20px 20px;
}
.account-profile__alert:before {
  content: url("/html/css/../img/ac-profile-alert.svg");
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.account-profile__alert span {
  font-size: 12px;
}
.account-profile__modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  padding: 10px 0;
}
.account-profile__modal-info label {
  font-size: 16px;
}
.account-profile__modal-info input {
  background: #F8F9FA;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 42px;
  padding: 0 5px;
}
.account-profile__modal-info input:focus {
  border: 1px solid #00A591;
  outline: none;
}
.account-profile__modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
.account-profile__container-filter-date {
  position: relative;
  width: 100%;
}
.account-profile__container-filter-date #datepicker {
  width: 100%;
  background: #F8F9FA;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 10px;
  outline: none;
}
.account-profile__container-filter-date #datepicker:focus {
  border: 1px solid #00A591;
}
.account-profile__notification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
.account-profile__notification-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.account-profile__helper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .account-profile__helper {
    overflow: auto;
  }
}
.account-profile__helper--item {
  width: 280px;
  min-width: 280px;
  background: #EBF8F7;
  min-height: 310px;
  padding: 10px;
  font-size: 16px;
  position: relative;
}
.account-profile__helper--item:nth-child(1) .account-profile__helper--arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgxIiBoZWlnaHQ9IjY2IiB2aWV3Qm94PSIwIDAgMTgxIDY2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTc1IDEuNDk5NzJDMTQ5LjUgNTUuMDAxNCA0IDU1IDQgNTUiIHN0cm9rZT0iIzE1OUE5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTMuMzY4NjEgNTUuMjM0NkwxNy4zMzYyIDQ5Ljk5OSIgc3Ryb2tlPSIjMTU5QTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMi45OTk5NSA1NS4zMjE3TDE3LjM4MDEgNTkuMjg1OSIgc3Ryb2tlPSIjMTU5QTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 200px;
  left: 40px;
  top: 88px;
}
.account-profile__helper--item:nth-child(2) {
  margin: 0 20px;
}
.account-profile__helper--item:nth-child(2) .account-profile__helper--arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1IiBoZWlnaHQ9IjE1MSIgdmlld0JveD0iMCAwIDExNSAxNTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05NS41ODA3IDEuODU4OThDMTExLjQwOSA1NC40MTY3IDExLjY1MzggMTQ1LjAwNiAxMS42NTM4IDE0NS4wMDYiIHN0cm9rZT0iIzE1OUE5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTExLjM2NyAxNDUuNTZMMTcuNjgzNCAxMzMuMjc0IiBzdHJva2U9IiMxNTlBOTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4xNjgyIDE0NS44NDlMMjMuNDk1NCAxMzkuNjEzIiBzdHJva2U9IiMxNTlBOTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  width: 120px;
  position: absolute;
  height: 200px;
  left: 100px;
  top: 60px;
}
.account-profile__helper--img {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.account-profile__helper--mail {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.account-profile__helper--text {
  margin-top: 20px;
}
.account-profile__helper--text button {
  border: 0;
  outline: none;
}

@media only screen and (max-width: 576px) {
  .account-profile__row img {
    max-width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
  }
}


/* End */


/* Start:/html/css/icons.css?16545880662689*/
@font-face {
  font-family: 'prometr-UI-icons';
  src: url("/html/css/../fonts/prometr-icon/prometr-new-icons.eot?ri6e0k");
  src: url("/html/css/../fonts/prometr-icon/prometr-new-icons.eot?ri6e0k#iefix") format("embedded-opentype"),
  url("/html/css/../fonts/prometr-icon/prometr-new-icons.ttf?ri6e0k") format("truetype"),
  url("/html/css/../fonts/prometr-icon/prometr-new-icons.woff?ri6e0k") format("woff"),
  url("/html/css/../fonts/prometr-icon/prometr-new-icons.svg?ri6e0k#prometr-new-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icons-UI-"], [class*=" icons-UI-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'prometr-UI-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

  .icons-UI-eye_open_icon:before {
    content: "\e900";
  }
  .icons-UI-eye_closed_icon:before {
    content: "\e901";
  }
  .icons-UI-bell:before {
    content: "\e902";
  }
  .icons-UI-burger:before {
    content: "\e903";
  }
  .icons-UI-uniE904:before {
    content: "\e904";
  }
  .icons-UI-uniE905:before {
    content: "\e905";
  }
  .icons-UI-heart:before {
    content: "\e906";
  }
  .icons-UI-login:before {
    content: "\e907";
  }
  .icons-UI-phone:before {
    content: "\e908";
  }
  .icons-UI-uniE909:before {
    content: "\e909";
  }
  .icons-UI-uniE90A:before {
    content: "\e90a";
  }
  .icons-UI-cost:before {
    content: "\e1000";
  }
  .icons-UI-cost-mini:before {
    content: "\e1001";
  }
  .icons-UI-uniE1002:before {
    content: "\e1002";
  }
  .icons-UI-uniE1003:before {
    content: "\e1003";
  }
  .icons-UI-warningIcon .path1:before {
    content: "\e90b";
    color: rgb(0, 165, 145);
  }
  .icons-UI-warningIcon .path2:before {
    content: "\e90c";
    margin-left: -1.2080078125em;
    color: rgb(255, 255, 255);
  }
  .icons-UI-priceGrowUp:before {
    content: "\e90d";
    color: #00a591;
    font-size:16px;
  }
  .icons-UI-shareIcon:before {
    content: "\e90e";
    color: #00a591;
  }
  .icons-UI-pdfDownload:before {
    content: "\e90f";
    color: #00a591;
  }
  .icons-UI-circle:before {
    content: "\e910";
    color: #00a591;
    font-size:8px;
    margin-right:5px;
  }
  .icons-UI-arrowForward:before {
    content: "\e911";
    color: #38bcb2;
    cursor:pointer;
  }
  .icons-UI-arrowDown:before {
   content: "\e912";
    font-size: 8px;
   color: #484848;
  }

/* End */


/* Start:/html/css/blocks/checkFlatBlock/checkFlatBlock.css?1755860847805*/
﻿.checkFlatBlock {
  background: rgba(0, 165, 145, 0.1);
  padding: 20px;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 20px;
  margin: 20px 0;
}
.checkFlatBlock__column {
  width: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  font-size: 16px;
  line-height: 24px;
}
.checkFlatBlock .button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 30px;
  height: 39px;
}


/* End */


/* Start:/local/templates/n1/components/bitrix/catalog/sale_flats/style.css?16565784697022*/
h1.miniTitle {
    font-size: 16px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }


.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

/* End */


/* Start:/local/templates/n1/components/bitrix/breadcrumb/breadcrumb/style.css?165469037577*/
.breadcrumb li.last-item a::after {
    content: unset;
    padding: 0 5px;
}
/* End */


/* Start:/html/css/blocks/flatsListingFilter/flatsListingFilter.css?17558608477438*/
﻿.flatsListingFilter .button {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .flatsListingFilter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.flatsListingFilter input[type="text"] {
  height: 50px;
  border: 1px solid #DAD9E2;
  padding: 0 10px;
  outline: none;
  width: 100%;
}
.flatsListingFilter input[type="text"]:focus {
  border: 1px solid #00A591;
}
.flatsListingFilter input[type="text"]:hover {
  border: 1px solid #00A591;
}
.flatsListingFilter input[type='button'] {
  border-radius: 5px;
  height: 50px;
  width: 100%;
}
.flatsListingFilter__titleText {
  font-size: 16px;
  color: black;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.flatsListingFilter__rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatsListingFilter__rooms .flatsListingFilter__roomsItem:first-of-type label {
  border-radius: 5px 0 0 5px;
}
.flatsListingFilter__rooms .flatsListingFilter__roomsItem:last-of-type label {
  border-radius: 0 5px 5px 0;
}
.flatsListingFilter__roomsItem {
  width: 25%;
}
.flatsListingFilter__roomsItem input[type="checkbox"], .flatsListingFilter__roomsItem input[type='radion'] {
  display: none;
}
.flatsListingFilter__roomsItem input:checked ~ label {
  border: 1px solid #00A591;
}
.flatsListingFilter__roomsItem label {
  display: block;
  border: 1px solid #dad9e2;
  padding: 13px 12px;
  color: black;
  width: auto;
  min-width: 50px;
  font-size: 16px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.flatsListingFilter__priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.flatsListingFilter__priceCurrency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatsListingFilter__priceCurrency input:first-child {
  border-radius: 5px 0 0 5px;
}
.flatsListingFilter__priceCurrency input.last-radius {
  border-radius: 0 5px 5px 0;
}
.flatsListingFilter__currencyBox {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  position: relative;
  height: 50px;
}
.flatsListingFilter__currencyBox.no-hover {
  cursor: default;
}
.flatsListingFilter__currencyBox.no-hover:hover {
  border: 1px solid #ccc;
}
.flatsListingFilter__currencyBox i {
  position: absolute;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatsListingFilter__currencyBox:hover {
  border: 1px solid #00A591;
}
.flatsListingFilter__dropDown {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.flatsListingFilter__dropDown input {
  border: 0;
  background: transparent;
}
.flatsListingFilter__dropDown input:hover {
  border: 0;
}
.flatsListingFilter__dropDown input:focus {
  border: 0;
}
.flatsListingFilter__dropDown i {
  position: absolute;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatsListingFilter__dropDown:hover {
  border: 1px solid #00A591;
}
.flatsListingFilter__dropDown:focus {
  border: 1px solid #00A591;
}
.flatsListingFilter__dropDownTitle {
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
}
.flatsListingFilter__dropDownList {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  width: -webkit-fill-available;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1;
}
.flatsListingFilter__dropDownListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatsListingFilter__dropDownListItem label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  cursor: pointer;
}
.flatsListingFilter__dropDownListItem input {
  display: none;
}
.flatsListingFilter__dropDownListItem input:checked ~ label {
  background: grey;
  display: none;
}
.flatsListingFilter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flatsListingFilter__choisedFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 10px;
}
.flatsListingFilter__choisedFilterItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatsListingFilter__choisedFilterItem a {
  color: white;
  font-size: 14px;
  min-width: 50px;
  padding: 5px 35px 5px 10px;
  background: #00A591;
  border-radius: 5px;
  cursor: pointer;
}
.flatsListingFilter__choisedFilterItem:before, .flatsListingFilter__choisedFilterItem:after {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #FFF;
  top: 8px;
  cursor: pointer;
}
.flatsListingFilter__choisedFilterItem:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flatsListingFilter__choisedFilterItem:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .flatsListingFilter .area {
    width: 100%;
  }
  .flatsListingFilter .area .info-butt {
    width: 20%;
  }
  .flatsListingFilter .area .filter-pricei .bx-filter-input-container {
    width: 100%;
  }
  .flatsListingFilter .floor {
    width: 100%;
  }
  .flatsListingFilter .floor .bx-filter-input-container {
    width: 100%;
  }
  .flatsListingFilter .btn_container {
    width: 100%;
  }
}


/* End */


/* Start:/local/templates/n1/components/bitrix/menu/quick-search/style.min.css?1654690375490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/n1/components/bitrix/menu/quick-search/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/html/css/blocks/flatsListing/flatsListing.css?17558608472206*/
﻿.flatsListing .gap {
  gap: 24px;
}
.flatsListing__item {
  width: 354px;
}
.flatsListing__item img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.flatsListing__item a {
  color: black;
}
.flatsListing__item-desc {
  min-height: 74px;
}
.flatsListing__item-planks {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
}
.flatsListing__item-planks div {
  margin-right: 5px;
  padding: 2px 12px;
  border-radius: 5px;
}
.flatsListing__item-planks .nb-spec__like {
  right: 25px;
  width: 24px;
  top: 0px;
  height: 21px;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: auto;
}
.flatsListing__item-planks .nb-spec__like .icons-like:before {
  font-size: 24px;
}
.flatsListing__slider {
  width: 354px;
}
.flatsListing__slider .slick-prev {
  left: 5px !important;
  width: 54px;
  height: 54px;
}
.flatsListing__slider .slick-prev:before {
  content: url("/html/css/blocks/flatsListing/../../../img/arrow-left-slider-grey.svg");
  opacity: 1;
}
.flatsListing__slider .slick-next {
  right: 5px !important;
  width: 54px;
  height: 54px;
}
.flatsListing__slider .slick-next:before {
  content: url("/html/css/blocks/flatsListing/../../../img/arrow-right-slider-grey.svg");
  opacity: 1;
}
.flatsListing__slider .slick-prev:before, .flatsListing__slider .slick-next:before {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  display: block;
}
.flatsListing__slider img {
  width: 354px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .flatsListing__item {
    width: 48.7%;
  }
  .flatsListing__slider {
    width: 100%;
  }
  .flatsListing__slider img {
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .flatsListing__item {
    width: 48%;
  }
  .flatsListing__slider {
    width: 100%;
  }
  .flatsListing__slider img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .flatsListing__item {
    width: 100%;
  }
  .flatsListing__slider {
    width: 100%;
  }
  .flatsListing__slider img {
    height: 300px;
  }
}


/* End */


/* Start:/html/css/blocks/pagination/pagination.css?1755860847928*/
﻿.paginationUI {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  list-style: none;
  display: flex;
  gap: 0 7px;
  padding: 0;
  margin: 20px 0; }
  .paginationUI img {
    width: 15px; }
  .paginationUI__item {
    display: flex;
    align-items: center;
    justify-content: center;
 }
    .paginationUI__item a {
      padding: 6px 12.5px;
      border-radius: 5px;
      border: 1px solid #DAD9E2;
      color: black; }
    .paginationUI__item.active {
      padding: 6px 12.5px;
      background: #00A591;
      color: white;
      border: 1px solid #00A591;
      border-radius: 5px;}

@media screen and (max-width: 991px) {
  .paginationUI {
    justify-content: center; } }
@media screen and (max-width: 576px) {
  .paginationUI a[rel="prev"] {
    display: none; }
  .paginationUI a[rel="next"] {
    display: none; } }

/*# sourceMappingURL=pagination.css.map */


/* End */
/* /html/css/account-profile.css?175586084770501 */
/* /html/css/icons.css?16545880662689 */
/* /html/css/blocks/checkFlatBlock/checkFlatBlock.css?1755860847805 */
/* /local/templates/n1/components/bitrix/catalog/sale_flats/style.css?16565784697022 */
/* /local/templates/n1/components/bitrix/breadcrumb/breadcrumb/style.css?165469037577 */
/* /html/css/blocks/flatsListingFilter/flatsListingFilter.css?17558608477438 */
/* /local/templates/n1/components/bitrix/menu/quick-search/style.min.css?1654690375490 */
/* /html/css/blocks/flatsListing/flatsListing.css?17558608472206 */
/* /html/css/blocks/pagination/pagination.css?1755860847928 */
