body {
  font-family: "Geometria";
  /* font-family: "Proxima Nova Rg"; */
  color: #000;
}
.container,
.container-fluid {
  max-width: 1640px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
header#header {
  padding: 29px 0;
  background: rgba(63, 71, 39, 1);
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  display: flex;
  align-items: center;
  position: relative;
}
.burger {
  position: relative;
  width: 40px;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 50px;
  cursor: pointer;
  padding: 10px 0;
}
.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 20px;
}
.burger span:nth-child(2) {
  width: 27px;
}
.header-menu a {
  font-family: "Proxima Nova Lt";
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.92px;
  text-align: left;
  background: none !important;
  color: #fff;
  text-transform: uppercase;
  margin-right: 24px;
  border-radius: 0;
  cursor: pointer;
}
.header-menu a:hover {
  color: #fff;
}
.header-menu a.active {
  border-bottom: 1px solid #fff;
}
.burger-menu {
  position: absolute;
  z-index: 111;
  background: #fff;
  box-shadow: 0px 7px 42px -4px rgba(24, 39, 75, 0.14);
  border-radius: 20px;
  left: 0;
  top: calc(100%);
  padding-left: 35px;
  padding-right: 35px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.burger-menu.open {
  height: auto;
  max-height: 1200px;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
}
.header-left:has(.burger:hover) .burger-menu,
.header-left .burger-menu:hover {
  height: auto;
  max-height: 1200px;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
}
.burger-menu ul {
  padding: 0;
}
.burger-menu ul li {
  list-style: none;
}
.header__userMenu-listItem {
  margin-bottom: 0;
}
.burger-menu ul li a {
  display: inline-block;
  color: #000 !important;
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 500;
  line-height: 26.42px;
  letter-spacing: 0.02em;
  text-align: left;
}
.header-right {
  display: flex;
  align-items: center;
}
.header__address {
  position: relative;
  padding-left: 35px;
}
.header__address:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../img/icon/icon-street.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header-right__item p {
  margin-bottom: 0;
}
.header-right__item p a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.13px;
  text-align: left;
}
.header__phones {
  position: relative;
  padding-left: 35px;
}
.header__phones:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../img/icon/icon-phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header-right__item {
  margin-right: 30px;
}
.header-right__item:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 58px;
  margin-right: 0;
}
.addons-top__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.addons-top__wrap.addons-top__wrap-three-item .cat__info-item {
  width: 32%;
}
.cat__info-item {
  position: relative;
  width: calc(14.28% - 10px);
  height: 350px;
}
.cat__info-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cat__info-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(86, 130, 3, 0.5);
  border-radius: 14px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.cat__info-item a:hover:before {
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.cat__info-item.active a:before {
  height: 100%;
}
.cat__info-item img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}
.cat__info-item-txt {
  position: absolute;
  bottom: 24px;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.68px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.addons-top .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52.84px;
  text-align: center;
  color: #000;
  margin-top: 50px;
  text-transform: uppercase;
}
h2.title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52.84px;
  text-align: center;
  text-transform: uppercase;
}
.filter-box {
  box-shadow: 0px 7px 42px -4px rgba(24, 39, 75, 0.14);
  border-radius: 20px;
  background: #fff;
  padding: 24px 30px;
  margin-top: 50px;
}
.addons {
  padding-bottom: 30px;
  background: none;
}
#title-catalog {
  padding-top: 20px;
}
.addons__objectType {
  width: 75% !important;
  max-width: 75%;
  margin-bottom: 0 !important;
  padding: 0;
}
.addons__objectType-tabs {
  width: 100%;
  border-bottom: 0;
}
.addons__filterBtn,
.objectList__item-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.49px;
  text-align: center;
  color: #fff;
  padding: 10px 28px;
  background: rgba(86, 130, 3, 1);
  border-radius: 10px;
  border: 1px solid rgba(86, 130, 3, 1);
}
.objectList__table thead th {
  color: rgba(86, 130, 3, 1);
}
.objectList__table-row {
  font-size: 19.7px;
}
.addons__filterBtn:hover {
  color: #fff !important;
  background: rgba(86, 130, 3, 0.8) !important;
}
.addons__filterBtn.is-link {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.addons__objectTypeWrap {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.addons__objectType-tabsItem {
  padding: 14px 22px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.addons__objectType-tabsItem.active,
.addons__objectType-tabsItem:hover {
  background: rgba(86, 130, 3, 1);
  border-color: rgba(86, 130, 3, 1) !important;
}
.addons__sort {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.addons__filter {
  z-index: 22;
}
.addons__filterWrap {
  display: flex;
  justify-content: space-between;
}
.btn-show-filter {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  height: auto;
  min-height: auto;
  cursor: pointer;
  height: 100%;
  margin-top: 10px;
  margin-top: 7px;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 10px;
  max-width: 230px;
}
.btn-show-filter svg {
  margin: 0 8px;
}
.addons__filter .addons__filterItem {
  display: none;
}
.addons__filter .addons__filterItem:nth-child(1),
.addons__filter .addons__filterItem:nth-child(2),
.addons__filter .addons__filterItem:nth-child(3),
.addons__filter .addons__filterItem:nth-child(4),
.addons__filter .addons__filterItem:nth-child(5) {
  display: block;
}
.addons__filterWrap.open .addons__filterItem {
  display: block !important;
}
.filter-box .col-auto.pl-0.pl-xl-3 {
  width: 100%;
  padding: 0 !important;
}
.addons__filter {
  width: 80%;
}
.addons__filterItem {
  width: calc(20% - 10px);
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}
.addons__filterItem-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.05px;
  text-align: left;
  padding: 16.5px 20px;
  color: #000;
  background: rgba(244, 245, 248, 1);
  border-radius: 10px;
  border: none !important;
  position: relative;
}
.addons__filterItem-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../img/icon/icon-str-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.addons__filterItemWrap {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 32px;
}

.addons__filterItem label:before {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid rgba(173, 173, 173, 1);
  top: 4px;
}
.addons__filterItem-checkbox:checked + label:after {
  background: url(./../img/icon/icon-checked.png);
  width: 14px;
  height: 13px;
  top: 9px;
}
.addons__filterItem-checkbox:checked + label:before {
  border: 1px solid rgba(86, 130, 3, 1);
  background: rgba(86, 130, 3, 1);
}
.addons__filterItem label {
  white-space: unset;
}
.addons__filterItem:not(:nth-last-child(2)) .addons__filterItem-title {
  margin-right: 0;
}
.addons__filterItem .addons__filterItem-title {
  font-size: 14px;
  color: #000;
}
.addons__filterItem:hover .addons__filterItem-title {
  color: #000;
}
.addons__filterItem-modal {
  width: 100% !important;
  background: rgba(244, 245, 248, 1);
  box-shadow: 0px 7px 42px -4px rgba(24, 39, 75, 0.14);
  border: none;
  border-radius: 10px;
  top: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.addons__filterItem .addons__filterItem-modal {
  max-height: 0 !important;
}
.addons__filterItem:hover .addons__filterItem-modal {
  border-top: 1px solid rgba(86, 130, 3, 1);
  max-height: 400px !important;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: auto !important;
}
div.loadmoreWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
div.loadmoreWrap-list {
  flex-direction: column;
  gap: 20px;
}
.object-item {
  width: calc(33.333% - 15px);
  box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.1);
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 20px;
  overflow: hidden;
}
.object-item__top {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.stikers {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  top: 14px;
  left: 20px;
}
.stikers span {
  display: inline-block;
  margin: 0 5px;
}
.stikers .new-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.61px;
  text-align: left;
  color: #fff;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  background: rgba(86, 130, 3, 1);
}
.stikers span:not(.new-label) {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(86, 130, 3, 1);
  width: 28px;
  height: 28px;
}
.btn-share {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
.btn-share-inner {
  position: relative;
}
.alert-copy_link {
  position: absolute;
  top: -65%;
  padding: 13px;
  background: #fff;
  color: rgba(86, 130, 3, 1);
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  left: -110px;
  transform: translate(-50%, 0);
  width: 200px;
}
.object-item__image-item {
  height: 300px;
  overflow: hidden;
}
.object-item__image-item:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out 0s;
}
.object-item__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
}
.favouriteIconWrap.is-post {
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: rgba(86, 130, 3, 1);
  border-radius: 50%;
}
.favouriteIconWrap.is-post:has(.delete-favorite) {
  background: rgba(255, 1, 1, 0.2);
}
.add-favorite,
.delete-favorite {
  cursor: pointer;
}
.addons__operation-btn {
  background: #fff;
  border: 1px solid rgba(63, 71, 39, 1);
  color: #000;
}
.addons__operation-btn.active,
.addons__operation-btn:hover:not(.active) {
  background-color: rgba(86, 130, 3, 1);
  color: #fff !important;
}

.offer-btn:hover {
  border: 1px solid rgba(63, 71, 39, 1) !important;
}
.object-item__body {
  background: #fff;
  padding: 12px 0 20px;
  border-radius: 0 0 20px 20px;
}
.objectList__item-title {
  padding: 0 15px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  white-space: unset;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
  width: 100%;
}
.objectList__item-title a {
  color: #000;
}
.object-item__body-center {
  padding: 15px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.objectList__item-area {
  padding: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-right: 0;
  justify-content: space-between;
}
.objectList__item-areaItem {
  padding: 0;
  margin: 0;
  width: 45%;
  border: none !important;
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.objectList__item-areaItem:nth-child(2),
.objectList__item-areaItem:nth-child(4),
.objectList__item-areaItem:nth-child(6) {
  width: 42%;
}
.objectList__item-icon {
  margin-right: 10px;
}
span.objectList__item-icon img {
  width: 24px;
  height: 24px;
}
span.objectList__item-txt {
  width: calc(100% - 34px);
  word-wrap: break-word;
}
.object-item__body-bottom {
  padding: 0 15px;
}
.object-item__body-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.objectList__item-price {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
body.logged-in .objectList__item-price.view-client {
  font-size: 0;
  line-height: 0;
}
body.logged-in .objectList__item-price.view-client span {
  font-size: 25px;
}
.objectList__item-btn {
  background: rgba(86, 130, 3, 1);
  border: 1px solid rgba(63, 71, 39, 1);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}
a.ml-3.objectList__item-btn.btn {
  margin-left: 0 !important;
  margin-top: 10px;
}
.objectList__item-btn svg {
  margin-left: 10px;
}
.objectList__item-btn:hover {
  background: rgba(63, 71, 39, 1);
}
.object-item__body-top .address {
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 15px;
}
.footer {
  padding: 78px 0;
  background: rgba(63, 71, 39, 1);
  margin-top: 100px;
  border: none;
  box-shadow: none;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-item p {
  margin-bottom: 0;
}
.footer-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.64px;
  letter-spacing: 0.02em;
  text-align: left;
}

.footer-item.footer-item__social a {
  margin: 0 7px;
}
.footer-item__login a {
  display: flex;
  align-items: center;
}
.footer-item__login a svg {
  margin-right: 10px;
}
.navigation {
  margin-top: 50px;
}
.navigation__loadmore .loadmore__btn {
  animation: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  text-align: left;
  color: #000;
}
.objectList__filterResults {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.61px;
  color: #000;
}
html {
  scroll-behavior: smooth;
}
.slick-prev,
.slick-next {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-next {
  right: 20px;
}
.slick-prev {
  left: 20px;
}
.slick-prev:before {
  content: "" !important;
  display: block;
  width: 11px;
  height: 16px;
  background: url("./../img/icon/icon-slick-prev.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-next:before {
  content: "" !important;
  display: block;
  width: 11px;
  height: 16px;
  background: url("./../img/icon/icon-slick-next.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: rgba(0, 0, 0, 0.5);
}
/* single object */

.single-object__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.show-client {
  display: flex;
  align-items: center;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 600;
  line-height: 21.92px;
  text-align: left;
  color: #000;
}
.show-client > span {
  margin-right: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
  margin-bottom: 0;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(234, 241, 253, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid rgba(99, 121, 137, 1);
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(99, 121, 137, 1);
}

input:checked + .slider {
  background-color: rgba(86, 130, 3, 1);
  border: 2px solid rgba(86, 130, 3, 1);
}

input:checked + .slider:before {
  background: #fff;
}
input:focus + .slider {
  box-shadow: 0 0 1px rgba(86, 130, 3, 1);
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 100px;
}

.slider.round:before {
  border-radius: 50%;
}
.singleObject:has(.switch input:checked) .singleObject-right__price {
  font-size: 0;
}
.singleObject:has(.switch input:checked) .singleObject-right__price span {
  font-size: 32px;
}
.singleObject:has(.switch input:checked) .singleObject-right__manager {
  display: none;
}
.singleObject:has(.switch input:checked) .singleObject__descManagerWrap {
  display: none;
}
.singleObject {
  padding-top: 15px;
}
.singleObject-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.singleObject-left {
  width: 66%;
}
.singleObject-title {
  width: 66%;
}
.singleObject-right {
  width: 34%;
}
.singleObject-slider-top .singleObjectTop__image-item {
  height: 570px;
  border-radius: 10px;
}
.singleObject-slider-top .slick-dots {
  bottom: 15px;
}
.singleObject-slider-top .slick-next {
  left: auto;
  right: 25px;
}
.singleObject-slider-top .singleObjectTop__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.singleObject-slider-top .slick-dots li button:before {
  font-size: 15px;
  color: rgba(168, 168, 168, 1);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
}
.singleObject-slider-bottom .singleObjectTop__image-item {
  height: 180px;
  margin: 0 10px;
  border-radius: 8px;
}
.singleObject-slider-bottom__wrap {
  display: flex;
  gap: 20px;
}
.singleObject__youtube-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.68px;
  text-align: left;
}
.singleObject__youtube-txt p {
  margin-bottom: 8px;
}
.singleObject__youtube.singleObjectTop__image-item {
  position: relative;
}
.singleObject-slider-bottom .slick-list.draggable {
  margin: 0 -10px;
}
.singleObject-slider-bottom .singleObjectTop__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.singleObject-desc {
  margin-top: 20px;
  box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.1);
  padding: 30px;
  border-radius: 14px;
}
.singleObject .default__text-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 52.84px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.singleObject .default__description {
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left;
  color: #000;
  overflow: auto;
}
.singleObject__sendLink form button {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;
  text-align: center;
  padding: 14px 28px;
  background: rgba(86, 130, 3, 1);
  border: 1px solid rgba(86, 130, 3, 1);
  border-radius: 6px;
  color: #fff;
}
.singleObject__sendLinkWrap {
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 600;
  line-height: 21.92px;
  text-align: left;
  color: #000;
}
.singleObject__sendLink form button:hover {
  background: transparent;
  color: #000;
}
.singleObject__sendLink form input[type="number"] {
  width: auto;
  padding: 0 5px;
  border: 0;
  color: #000;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  font-weight: 600;
  line-height: 21.92px;
  width: 122px;
  padding: 13px;
  background: rgba(239, 240, 243, 1);
  border-radius: 6px;
  text-align: left;
}
.singleObject__info-authorList {
  border-top: none;
}
.singleObject__info-authorList-item.is-sale a {
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  font-weight: 600;
  line-height: 19.49px;
  text-align: left;
  color: rgba(70, 159, 43, 1);
  background: transparent;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
}
.singleObject__info-authorList-item:nth-child(odd) {
  border-right: 0;
}
.singleObject__info-authorList-item.is-delete a {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  font-weight: 600;
  line-height: 17.05px;
  text-align: left;
  padding: 10px 10px 10px 15px;
  color: rgba(243, 0, 0, 1);
  background-color: transparent;
  border-radius: 6px;
  display: inline-block;
  background-position: 0px 13.5px;
}
.singleObject__info-authorList-item:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.singleObject-right__info {
  box-shadow: 0px 0px 42px -4px rgba(24, 39, 75, 0.14);
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 570px;
}
.singleObject-right__price {
  font-size: 32px;
  font-weight: 700;
  line-height: 32.84px;
  text-align: left;
  color: #000;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.singleObject-right__price-wrap {
  padding: 20px;
  border-bottom: 1px solid rgba(185, 185, 185, 1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.singleObject-right__info-bottom-copy-link {
  border-bottom: 1px solid rgba(185, 185, 185, 1);
}
.singleObject__sendLink {
  margin-bottom: 0;
}
.singleObject__info-list-box {
  min-height: 330px;
}
.singleObject__info-list {
  padding: 20px;
}
.singleObject__info-listItem {
  width: 45% !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.49px;
  text-align: left;
  color: #000;
  background-position: 0px 0px;
  padding-left: 30px;
}
.singleObject-right__info-bottom {
  padding: 13px 20px;
}
.singleObject__manager {
  box-shadow: 0px 7px 42px -4px rgba(24, 39, 75, 0.14);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}
.singleObject__manager-photo img {
  width: 180px;
  height: 100%;
  object-fit: cover;
  border-radius: 14px 0 0 14px;
}
.singleObject__manager-contacts {
  padding: 15px 22px 10px 22px;
  width: calc(100% - 180px);
}
.singleObject__manager-contactsTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.2px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
.singleObject__manager-contactsName {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.71px;
  text-align: left;
  color: #000;
}
.singleObject__manager-contactsPhones a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
  padding: 12px 14px !important;
  position: relative;
  background-color: rgba(34, 34, 34, 1);
  border: 1px solid rgba(34, 34, 34, 1);
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 220px;
}
.singleObject__manager-contactsPhones a svg {
  margin-right: 6px;
}
.singleObject__manager-contactsPhones a:hover {
  background-color: transparent;
  color: #000;
}
.singleObject__manager-contactsPhones a:hover svg path {
  stroke: #000;
}
.btn-send-telegram {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding: 12px 24px;
  border-radius: 6px;
  background: rgba(39, 164, 228, 1);
  color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  border: 1px solid rgba(39, 164, 228, 1);
  cursor: pointer;
  color: #fff !important;
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-send-telegram svg {
  margin-right: 10px;
}
.btn-send-telegram:hover {
  background: transparent;
  color: #000 !important;
}
.btn-send-telegram:hover svg path {
  fill: #000;
}
form#sendTelegramForm {
  display: flex;
  flex-direction: column;
}
.modal-form {
  padding: 24px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 350px;
}
.modal-form label {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
  margin-bottom: 6px;
  color: #000;
}
.modal-form input,
.modal-form textarea {
  border: 1px solid rgba(0, 0, 0, 1);
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  text-align: left;
  margin-bottom: 15px;
  color: #000;
}
.modal-form textarea {
  resize: none;
}
.modal-form button[type="submit"] {
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.49px;
  text-align: center;
  width: 100%;
  background: rgba(86, 130, 3, 1);
  border: 1px solid rgba(63, 71, 39, 1);
  border-radius: 60px;
  color: #fff;
}
.modal-form button[type="submit"]:hover {
  color: #000;
  background: transparent;
}
#managerPhone2 {
  margin-top: 15px;
}

.singleObject__descManagerWrap {
  margin-top: 30px;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.1);
}
.singleObject__descManager-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27.68px;
  text-align: left;
  margin-bottom: 20px;
  color: #000;
}
.singleObject__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27.68px;
  text-align: left;
  margin-bottom: 20px;
  color: #000;
}
.singleObject__descManager {
  padding: 0;
}
.default__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #000;
}
.singleObject__relatedPosts-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 52.84px;
  text-align: left;
  color: #000;
}
.singleObject__relatedPostsWrap {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 70px;
}
.singleObject__relatedPosts .object-item {
  width: 100%;
}
.singleObject__relatedPosts .slick-slide {
  margin: 0 10px;
}
.singleObject__relatedPosts .slick-list.draggable {
  margin: 0 -10px;
}
.singleObject__relatedPosts {
  padding: 0;
}
.singleObject__relatedPosts .slick-arrow {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0);
}
.singleObject__relatedPosts .slick-arrow.slick-next {
  left: auto;
}
.singleObject__info-authorList {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.singleObject__info-authorList .singleObject__info-authorList-item {
  padding: 0;
  width: 24% !important;
  height: 48px;
}
.singleObject__info-authorList .singleObject__info-authorList-item a,
.singleObject__info-authorList .singleObject__info-authorList-item button {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #000 !important;
  font-weight: 400 !important;
  background: rgba(227, 241, 223, 1);
  border-radius: 6px;
  border: none;
}
.singleObject__info-authorList .singleObject__info-authorList-item.is-delete a {
  color: rgba(243, 0, 0, 1) !important;
  font-size: 13px;
  line-height: 16px;
  background: rgba(254, 229, 229, 1);
}
.singleObject__info-authorList-item.is-showInCatalog a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.49px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  background: url(./../img/icon/icon-switch.png);
  background-repeat: no-repeat;
  background-position: 0 -4px;
  padding-left: 75px;
  font-family: "Proxima Nova Rg";
}
.singleObject__info-authorList-item.is-showInCatalog.show a {
  background: url(./../img/icon/icon-switchOn.png);
  background-repeat: no-repeat;
  background-position: 0 -4px;
}
/* .singleObject__info-authorList-item.is-edit a {
  padding: 10px 17px;
  background: rgba(213, 236, 227, 1);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.49px;
  text-align: left;
  display: inline-block;
} */
.singleObject__relatedPosts .slick-prev:before {
  content: "" !important;
  display: block;
  width: 11px;
  height: 16px;
  background: url(./../img/icon/icon-slick-prev.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.singleObject__relatedPosts .slick-next:before {
  content: "" !important;
  display: block;
  width: 11px;
  height: 16px;
  background: url(./../img/icon/icon-slick-next.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.singleObject__relatedPosts > .slick-arrow.slick-prev {
  left: auto;
  top: calc(50% - 16px);
  right: 54px;
  top: -55px;
  transform: rotate(0) !important;
}
.singleObject__relatedPosts > .slick-arrow.slick-next {
  left: auto;
  top: calc(50% - 16px);
  right: 0;
  top: -55px;
}
a.single-mapLink {
  display: block;
  text-align: center;
  padding: 22px;
  margin-top: 20px;
  color: #fff;
  background: url(./../img/bg-btn-map.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.68px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
}
a.single-mapLink:hover {
  color: #fff;
}
a.single-mapLink svg {
  margin-left: 10px;
}
.singleObject__relatedPosts .object-item__images .slick-arrow {
  top: 50% !important;
  transform: translate(0px, 0px);
}
/* /single object */

.addons__sort-map {
  padding-right: 10px;
  margin-right: 10px;
}
.addons__sort-layout {
  padding-right: 10px;
  margin-right: 10px;
}
.btn-show-filter__wrap {
  height: 100%;
}
.addons__sort-map {
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.addons__sort-mapLink {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.61px;
  text-align: left;
  color: #000;
}
.addons__sort-mapLink svg {
  margin-left: 5px;
}
.footer-item__mail-tablet {
  display: none;
}
.footer-item__info-wrap {
  display: flex;
  align-items: center;
  width: calc(100% - 227px);
  justify-content: space-around;
}
.modalForm {
  background: #fff;
  color: #000;
}
.modalForm form input[type="email"],
.modalForm form input[type="number"],
.modalForm form input[type="password"],
.modalForm form input[type="tel"],
.modalForm form input[type="text"],
.modalForm form textarea {
  border: 1px solid #000;
}
.modalForm a {
  color: #000;
}
.modalForm form input[type="submit"] {
  border: 1px solid rgba(63, 71, 39, 1);
  background: rgba(86, 130, 3, 1);
}
.modalForm form input[type="submit"]:hover {
  color: #000;
}
#rezult {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
}
#rezult .form-done {
  color: rgba(86, 130, 3, 1);
}
#rezult .form-done {
  color: red;
}
div#form-application {
  border-radius: 10px;
  padding: 24px;
  width: 400px;
}
.form-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 28.13px;
  text-align: left;
  margin-bottom: 32px;
  color: #000;
}
#form-application .fancybox-button.fancybox-close-small {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  background: rgba(244, 245, 248, 1);
  top: 26px;
  right: 24px;
}
.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.form-field label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  text-align: left;
  margin-bottom: 6px;
}
.form-field input[type="text"] {
  padding: 15.5px 16px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
}
.form-field input[type="text"]::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
}
.dropdown-title {
  padding: 15.5px 16px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
  cursor: pointer;
  position: relative;
}
.dropdown-title::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("./../img/icon/icon-str-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 22px;
  right: 21px;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown-title.open::after {
  transform: rotate(180deg);
}
.form-field__dropdown {
  position: relative;
}
.dropdown-body {
  position: absolute;
  box-shadow: 0px 7px 42px -4px rgba(24, 39, 75, 0.14);
  width: 100%;
  z-index: 11;
  background: #fff;
  padding-left: 6px;
  padding-right: 6px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown-body.open {
  height: auto;
  max-height: 600px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown-body input {
  display: none;
}
.dropdown-body .dropdown-item {
  padding: 0;
  margin: 0;
}
.dropdown-item label {
  padding: 14px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown-item label:hover {
  background: rgba(85, 129, 4, 1);
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.dropdown-body input:checked ~ label {
  background: rgba(85, 129, 4, 1);
  color: #fff;
}
.dropdown-item.hidden {
  display: none;
}
.form-field__policy input {
  display: none;
}
.form-field__policy label {
  padding-left: 34px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.form-field__policy label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(173, 173, 173, 1);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.form-field__policy input:checked ~ label:before {
  background: rgba(85, 129, 4, 1);
  border: 1px solid rgba(85, 129, 4, 1);
}
.form-field__policy input:checked ~ label:after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(./../img/icon/icon-checked.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 4px;
}
.btn.btn-primary {
  background: rgba(86, 130, 3, 1);
  border: 1px solid rgba(63, 71, 39, 1);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  padding: 14px;
  text-transform: uppercase;
}
.btn.btn-primary:hover {
  background: transparent;
  color: #000;
}
#form-application .btn {
  width: 100%;
  text-align: center;
}
div#videoModal {
  width: 90%;
  max-width: 600px;
  height: 90vh;
}
div#videoModal iframe {
  width: 100%;
  height: 100%;
}
.modal-iframe {
  width: 100%;
  height: 100%;
}
.singleObject__youtube-link {
  cursor: pointer;
}
.formPage__form-btn {
  border: 1px solid rgba(63, 71, 39, 1);
  background: rgba(86, 130, 3, 1);
  border-radius: 60px;
}
.v2.formPage__form-btn {
  color: #000;
  border: 1px solid rgba(63, 71, 39, 1);
}
.formPage__form-btn:hover {
  color: #000;
}
.v2.formPage__form-btn:hover {
  background: rgba(86, 130, 3, 1);
}
a {
  color: rgba(86, 130, 3, 1);
}
a:hover {
  color: rgba(63, 71, 39, 1);
}
.form-field__policy.error label {
  color: red;
}
#modalAfterSendForm {
  max-width: 520px;
  border-radius: 10px;
  padding: 24px;
}
#modalAfterSendForm .form-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27.68px;
  text-align: left;
  margin-bottom: 24px;
  color: rgba(86, 130, 3, 1);
}
#modalAfterSendForm .form-title .form-error {
  color: red;
}
#modalAfterSendForm .form-body__text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  text-align: left;
  color: #000;
}
#modalAfterSendForm .header-right__item p a {
  color: #000;
}
#modalAfterSendForm .modal-wrap {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#modalAfterSendForm .header-right__item p a {
  color: #000;
}
#modalAfterSendForm .header-right__item p a:hover {
  color: rgba(86, 130, 3, 1);
}
#modalAfterSendForm .header__address:before {
  background: url("./../img/icon/icon-street-black.svg");
}
#modalAfterSendForm .header__phones:before {
  background: url("./../img/icon/icon-phone-black.svg");
}
#modalAfterSendForm .header-right__item:last-child {
  width: auto;
}
#modalAfterSendForm .header-right__item {
  display: block;
}
.formPage__form .form-group label {
  font-size: 20px;
}
.navigation__scrollToTop {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 11111111;
  transition: all 0.3s ease-in-out 0s;
  display: none;
}
.navigation__scrollToTop:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out 0s;
}
.singleObject-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.26px;
  text-align: left;
  color: #000;
  margin-bottom: 0px;
}
.page-object {
  margin-top: 50px;
}

.singleObjectTop__image-item {
  cursor: pointer;
}
.navigation__pages {
  color: rgba(86, 130, 3, 1);
}
.singleObject__info-listItem {
  padding-top: 4px;
  position: relative;
}
.singleObject__info-listItem.is-id {
  background: none;
}
.singleObject__info-listItem.is-region {
  background: none;
}
.singleObject__info-listItem.is-condition {
  background: none;
}
.singleObject__info-listItem.is-street {
  background: none;
}
.singleObject__info-listItem.is-entrance {
  background: none;
}
.singleObject__info-listItem.is-section {
  background: none;
}
.singleObject__info-listItem.is-floor {
  background: none;
}
.singleObject__info-listItem.is-square {
  background: none;
}
.singleObject__info-listItem.is-rooms {
  background: none;
}
.singleObject__info-listItem.is-builder {
  background: none;
}
.singleObject__info-listItem.is-features,
.singleObject__info-listItem.is-rental_features {
  background: none;
}
.singleObject__info-listItem.is-rc {
  background: none;
}
.singleObject__info-listItem.is-turn {
  background: none;
}
.singleObject__info-listItem.is-heating {
  background: none;
}
.singleObject__info-listItem.is-material_manufacture_2 {
  background: none;
}
.singleObject__info-listItem.is-documents {
  background: none;
}
.singleObject__info-listItem.is-location_type {
  background: none;
}
.singleObject__info-listItem.is-year_construction {
  background: none;
}
.singleObject__info-listItem.is-house_type {
  background: none;
}
.singleObject__info-listItem.is-settlement {
  background: none;
}
.singleObject__info-listItem.is-material_manufacture {
  background: none;
}
.singleObject__info-listItem.is-communications {
  background: none;
}
.singleObject__info-listItem.is-land_area_object {
  background: none;
}
.singleObject__info-listItem.is-appointment {
  background: none;
}
.singleObject__info-listItem.is-cadastral_number_object {
  background: none;
}
.singleObject__info-listItem.is-coordinates_object {
  background: none;
}
.singleObject__info-listItem.is-kilowatts_object {
  background: none;
}
.singleObject__info-listItem.is-tenants_object {
  background: none;
}
.singleObject__info-listItem.is-offer_type {
  background: none !important;
}
.singleObject__info-listItem.is-roof_material {
  background: none;
}
.singleObject__info-listItem.is-comfort {
  background: none;
}
.singleObject__info-listItem.is-square_numbers {
  background: none;
}
.singleObject__info-listItem.is-square_numbers {
  background: none;
}
.singleObject__info-listItem.is-hotel_enable {
  background: none;
}
.singleObject__info-listItem.is-management_company {
  background: none;
}
.singleObject__info-listItem:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.singleObject__info-listItem.is-id:before {
  background: url("./../img/icon/icon_id.svg") center no-repeat;
}
.singleObject__info-listItem.is-region:before {
  background: url("./../img/icon/icon_region.svg") center no-repeat;
}
.singleObject__info-listItem.is-condition:before {
  background: url("./../img/icon/icon_condition.svg") center no-repeat;
}
.singleObject__info-listItem.is-street:before {
  background: url("./../img/icon/icon_street.svg") center no-repeat;
}
.singleObject__info-listItem.is-entrance:before {
  background: url("./../img/icon/icon_entrance.svg") center no-repeat;
}
.singleObject__info-listItem.is-section:before {
  background: url("./../img/icon/icon_section.svg") center no-repeat;
}
.singleObject__info-listItem.is-floor:before {
  background: url("./../img/icon/icon_floor.svg") center no-repeat;
}
.singleObject__info-listItem.is-square:before {
  background: url("./../img/icon/icon_square.svg") center no-repeat;
}
.singleObject__info-listItem.is-rooms:before {
  background: url("./../img/icon/icon_rooms.svg") center no-repeat;
  height: 32px;
}
.singleObject__info-listItem.is-builder:before {
  background: url("./../img/icon/icon_builder.svg") center no-repeat;
}
.singleObject__info-listItem.is-features:before,
.singleObject__info-listItem.is-rental_features:before {
  background: url("./../img/icon/icon_features.svg") center no-repeat;
}
.singleObject__info-listItem.is-rc:before {
  background: url("./../img/icon/icon_rc.svg") center no-repeat;
}
.singleObject__info-listItem.is-turn:before {
  background: url("./../img/icon/icon_turn.svg") center no-repeat;
}
.singleObject__info-listItem.is-heating:before {
  background: url("./../img/icon/icon_heating.svg") center no-repeat;
}
.singleObject__info-listItem.is-material_manufacture_2:before {
  background: url("./../img/icon/icon_material_manufacture.svg") center
    no-repeat;
}
.singleObject__info-listItem.is-documents:before {
  background: url("./../img/icon/icon_documents.svg") center no-repeat;
}
.singleObject__info-listItem.is-location_type:before {
  background: url("./../img/icon/icon_coordinates.svg") center no-repeat;
}
.singleObject__info-listItem.is-year_construction:before {
  background: url("./../img/icon/icon_year_construction.svg") center no-repeat;
}
.singleObject__info-listItem.is-house_type:before {
  background: url("./../img/icon/icon_house_type.svg") center no-repeat;
}
.singleObject__info-listItem.is-settlement:before {
  background: url("./../img/icon/icon_street.svg") center no-repeat;
}
.singleObject__info-listItem.is-land_area_object:before {
  background: url("./../img/icon/icon_land_area.svg") center no-repeat;
}
.singleObject__info-listItem.is-material_manufacture:before {
  background: url("./../img/icon/icon_material_manufacture.svg") center
    no-repeat;
}
.singleObject__info-listItem.is-communications:before {
  background: url("./../img/icon/icon_communications.svg") center no-repeat;
}
.singleObject__info-listItem.is-appointment:before {
  background: url("./../img/icon/icon_appointment.svg") center no-repeat;
}
.singleObject__info-listItem.is-cadastral_number_object:before {
  background: url("./../img/icon/icon_cadastral_number.svg") center no-repeat;
}
.singleObject__info-listItem.is-coordinates_object:before {
  background: url("./../img/icon/icon_coordinates.svg") center no-repeat;
}
.singleObject__info-listItem.is-kilowatts_object:before {
  background: url("./../img/icon/icon_kilowatts.svg") center no-repeat;
}
.singleObject__info-listItem.is-tenants_object:before {
  background: url("./../img/icon/icon_tenants.svg") center no-repeat;
}
.singleObject__info-listItem.is-offer_type:before {
  background: url("./../img/icon/icon_offer_type.svg") center no-repeat;
}
.singleObject__info-listItem.is-roof_material:before {
  background: url("./../img/icon/icon_roof_material.svg") center no-repeat;
}
.singleObject__info-listItem.is-comfort:before {
  background: url("./../img/icon/icon_comfort.svg") center no-repeat;
}
.singleObject__info-listItem.is-square_numbers:before {
  background: url("./../img/icon/icon_square.svg") center no-repeat;
}
.singleObject__info-listItem.is-hotel_enable:before {
  background: url("./../img/icon/icon_hotel.svg") center no-repeat;
}
.singleObject__info-listItem.is-management_company:before {
  background: url("./../img/icon/icon_garage.svg") center no-repeat;
}
.addons__filter {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.mainFilter__filters {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.mainFilter__filters-results {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mainFilter__filters-results.disable {
  pointer-events: none;
}
.mainFilter__filters-result {
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  padding: 5px 30px 3px 10px;
  border-radius: 10px;
  min-width: 50px;
  text-align: center;
  margin: 0 5px 5px 0;
  background: #578202;
  color: white;
  position: relative;
}
.mainFilter__filters-results.disable .mainFilter__filters-result {
  pointer-events: none;
  cursor: not-allowed;
}
.mainFilter__filters-result:hover {
  background-color: rgba(86, 130, 3, 0.8);
}
.mainFilter__filters-result:before,
.mainFilter__filters-result:after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: white;
  position: absolute;
  right: 10px;
  top: 0;
  margin: auto;
  bottom: 0;
}
.mainFilter__filters-result:before {
  transform: rotate(45deg);
}
.mainFilter__filters-result:after {
  transform: rotate(-45deg);
}
/* .addons__objectTypeBtns {
  margin-top: 15px;
} */
.mainFilter__btns {
  display: flex;
  gap: 15px;
}
.mainFilter__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.objectList__filterResults {
  display: flex;
  justify-content: space-between;
}
.objectList__filterResults .addons__sortWrap {
  font-weight: 400;
}
.objectList__filterResults a:hover {
  color: rgba(63, 71, 39, 1);
}
.singleObject-right__price {
  color: #fff;
}

.tiktok-embed {
  transform: translate(-50%, 0) scale(0.8) !important;
  top: -50px;
  left: 50%;
  position: absolute !important;
}
.objectList__item-price:has(.price_per_metr) {
  display: flex;
  align-items: center;
}
.price_per_metr {
  font-size: 16px !important;
  line-height: 18px;
  font-weight: 500;
  display: block;
  margin-left: 10px;
}
.objectList__item-price .price_per_metr {
  color: #000;
}
@media screen and (max-width: 1515px) {
  .container,
  .container-fluid {
    max-width: 1260px;
  }
  .singleObject-right__info {
    height: auto;
  }
  .singleObject__info-authorList {
    gap: 5px;
  }
  .singleObject__info-authorList .singleObject__info-authorList-item {
    width: calc(50% - 5px) !important;
  }
  .addons__objectTypeWrap {
    /* flex-direction: column; */
    align-items: flex-start !important;
  }
  .addons__objectType {
    width: 85% !important;
    max-width: 85%;
  }
  .addons__sort {
    width: auto;
    margin-top: 0;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
  .addons__sort-layout {
    margin-right: 0;
  }
  .addons__sort-layoutCount {
    margin-top: 10px;
  }
  .addons__filter .addons__filterItem:nth-child(5),
  .addons__filter .addons__filterItem:nth-child(4) {
    display: none;
  }
  .objectList__table-row {
    font-size: 14.7px;
  }
  .addons__filterItem {
    width: calc(33.333% - 15px);
  }
  .addons {
    padding-bottom: 20px;
  }
  .addons__filter {
    /* width: 70%; */
    width: 100%;
  }
  .mainFilter__filters {
    width: 75%;
  }
  .objectList__item-price {
    font-size: 18px;
    line-height: 22px;
  }
  .form-field__policy.error {
    color: red;
  }
  body.logged-in .objectList__item-price.view-client span {
    font-size: 18px;
  }
  .objectList__item-btn {
    padding: 10px 15px;
  }
  .singleObject__manager-contacts {
    padding: 15px 10px;
  }
  .singleObject__manager-contactsTitle {
    font-size: 12px;
    line-height: 22px;
  }
  .singleObject__manager-contactsName {
    font-size: 16px;
    line-height: 20px;
  }
  .singleObject__manager-contactsPhones a {
    font-size: 16px;
    line-height: 16px;
  }
  .singleObject__sendLink form button {
    padding: 10px 14px;
    width: 100%;
    margin-bottom: 10px;
  }
  /* .singleObject-right__price {
    padding: 15px 20px;
  } */
  .singleObject-right__price-wrap {
    padding: 15px 20px;
  }
  .singleObject__info-list {
    padding: 10px;
  }
  .singleObject__info-listItem {
    width: 100% !important;
  }
  .singleObject__sendLinkWrap {
    font-size: 18px;
  }

  .singleObject__manager {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1367px) {
  .container,
  .container-fluid {
    max-width: 1120px;
  }
  .singleObject__descManagerWrap.singleObject__descManagerWrap-table {
    display: block !important;
  }
  .singleObject__descManagerWrap {
    display: none;
  }
  .singleObject__sendLink form button {
    width: auto;
    margin-bottom: 0;
  }
  .addons__filterItem {
    width: calc(33.333% - 25px);
  }
  /* .singleObject-right__price {
    padding: 15px 25px;
  } */
  .singleObject-right__price-wrap {
    padding: 15px 25px;
  }
  .singleObject__info-list {
    padding: 15px 25px;
  }
  .singleObject-right__info-bottom {
    padding: 15px 25px;
  }
  .singleObject__info-authorList .singleObject__info-authorList-item {
    width: calc(25% - 10px) !important;
  }
  .header-right__item:last-child {
    display: none;
  }
  .header-menu a {
    font-size: 16px;
    line-height: 19px;
  }
  .objectList__table-row {
    font-size: 12.7px;
  }
  .burger {
    margin-right: 30px;
  }
  .header-right__item {
    margin-right: 20px;
  }
  .header-right__item:nth-child(2) {
    margin-right: 0;
  }
  .cat__info-item {
    height: 260px;
  }
  .cat__info-item-txt {
    font-size: 18px;
    line-height: 22px;
    bottom: 14px;
  }
  .addons__objectType-tabsItem {
    padding: 14px 11px;
  }
  .object-item {
    width: calc(50% - 10px);
  }
  .mainFilter__filters {
    width: 70%;
    gap: 0 10px;
  }
  .footer-item__logo img {
    width: 150px;
  }
  .footer-item a {
    font-size: 16px;
  }
  .footer-item__info-wrap {
    width: calc(100% - 150px);
  }
  .singleObject-wrap {
    flex-wrap: wrap;
  }
  .singleObject-left {
    width: 100%;
  }
  .singleObject-title {
    width: 100%;
  }
  .singleObject-right {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .singleObject-desc {
    display: none;
  }
  .singleObject-desc.singleObject-desc-tablet {
    display: block !important;
  }
  .singleObject-right__bottom {
    width: 370px;
  }
  .singleObject-title.singleObject-title__mob {
    /* display: block !important;
    margin-top: 20px;
    margin-bottom: 0; */
  }
  .singleObject-right__info {
    width: calc(100% - 390px);
  }
  .singleObject__info-listItem {
    width: 45% !important;
  }
  li.singleObject__info-authorList-item.is-delete {
    justify-content: flex-end;
    display: flex;
  }
  .singleObject__info-authorList-item.is-showInCatalog a {
    width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .addons__filter {
    width: 100%;
    position: relative;
    padding: 0;
    height: auto;
    visibility: unset;
    opacity: 1;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: none;
    visibility: visible;
    height: auto;
    max-height: none;
  }
}
@media screen and (max-width: 1124px) {
  .header-menu {
    display: none;
  }
  .page-object {
    margin-top: 30px;
  }
  .header-right__item:first-child {
    display: none;
  }
  .burger-menu {
    width: 320px;
  }
  .burger-menu__info {
    display: block !important;
    border-top: 1px solid #000;
    padding-top: 15px;
  }
  li.mob-menu__link {
    display: flex !important;
  }
  .header-wrap a.addons__operation-btn {
    padding: 0;
    background: none !important;
  }
  .header-wrap .addons__operation-btn.active {
    border-bottom: 1px solid #000;
    border-radius: 0;
  }
  .burger-menu ul {
    margin-bottom: 0;
  }
  .burger-menu__info-wrap-item-adress {
    position: relative;
    padding-left: 35px;
  }
  .burger-menu__info-wrap-item-phones {
    position: relative;
    padding-left: 35px;
  }
  .burger-menu__info-wrap a {
    color: #000 !important;
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 500;
    line-height: 26.42px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .burger-menu__info-wrap-item-phones:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("./../img/icon/icon-phone-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .burger-menu__info-wrap-item-phones {
    display: none;
  }
  .burger-menu__info-wrap-item-adress:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("./../img/icon/icon-map-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .header-left {
    width: 180px;
  }
  .addons-top .title {
    font-size: 32px;
    line-height: 40.26px;
  }
  .addons-top__wrap {
    flex-wrap: wrap;
  }
  .cat__info-item {
    width: calc(25% - 10px);
    margin-bottom: 10px;
  }
  .cat__info-item:nth-child(1),
  .cat__info-item:nth-child(2),
  .cat__info-item:nth-child(3) {
    width: calc(33.333% - 10px);
  }
  .addons__objectType-tabs {
    justify-content: flex-start !important;
    display: flex;
    flex-wrap: wrap;
  }
  ul.addons__objectType-tabs li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .addons__objectType-tabsItem {
    width: 100%;
    text-align: center;
    margin: 5px 10px;
  }
  .addons__sort-layoutBtn img {
    height: 20px;
  }
  .addons__sortWrap {
    display: flex;
    align-items: center;
  }
  .addons__sort-listItem {
    font-size: 16px;
  }
  .addons__sort-list {
    margin-left: 30px;
  }
  button.addons__filterSwitch {
    display: none;
  }
  .addons__filterWrap {
    flex-direction: column;
  }
  .addons__filter {
    width: 100%;
    position: relative;
    padding: 0;
    height: auto;
    visibility: unset;
    opacity: 1;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: none;
  }
  .addons__filter {
    height: auto;
    max-height: none;
    flex-direction: column;
  }
  .mainFilter__top_mob {
    display: flex !important;
  }
  .mainFilter__btns .btn-show-filter__wrap {
    display: none;
  }
  .mainFilter__filters {
    width: 100%;
  }
  .addons__filter {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
  }
  .addons__filterWrap.open .addons__filter {
    height: auto;
    max-height: 700px;
    overflow: unset;
    transition: all 0.3s ease-in-out 0s;
  }
  .mainFilter__btns {
    width: 100%;
  }
  .addons__filterBtn {
    width: 49%;
  }
  .addons__filterWrap.open .addons__filter {
    height: auto;
    max-height: 800px;
    transition: all 0.3s ease-in-out 0s;
    overflow: unset !important;
  }

  .addons__filterItem:hover .addons__filterItem-modal {
    max-height: 440px !important;
  }
  .addons__filter .addons__filterItem {
    display: block !important;
  }
  .addons__filterItem {
    width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 10px;
  }
  .addons__filterWrap .addons__sort-map {
    display: none;
  }
  .btn-show-filter__wrap {
    margin-bottom: 0;
  }
  .btn-show-filter {
    margin-bottom: 15px;
  }
  .addons {
    background: none;
  }
  .addons__filterItem-modal {
    position: absolute;
    z-index: 11;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-item__logo img {
    width: 250px;
  }
  .footer-item.footer-item__mail.footer-item__mail-tablet {
    display: block;
    margin-top: 30px;
  }
  .footer-item.footer-item__mail {
    display: none;
  }
  .footer-item__info-wrap {
    width: calc(100% - 350px);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-item__info-wrap .footer-item {
    width: 50%;
  }
  .footer-item.footer-item__social,
  .footer-item.footer-item__login {
    margin-top: 20px;
  }
  /* single object */

  .singleObject-slider-bottom {
    display: none;
  }
  .singleObject__youtube.singleObjectTop__image-item.singleObject__youtube-mob {
    display: flex !important;
  }
  .singleObject__youtube.singleObjectTop__image-item.singleObject__youtube-mob
    a {
    width: 100%;
  }
  .singleObject__youtube.singleObjectTop__image-item.singleObject__youtube-mob
    img {
    width: 100% !important;
    height: 74px;
    object-fit: cover;
    border-radius: 8px;
  }
  .singleObject__youtube-txt {
    flex-direction: row;
  }
  .singleObject__youtube-txt p {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .single-map.single-map__mob {
    display: flex !important;
    justify-content: center;
  }
  a.single-mapLink {
    width: 100%;
  }
  .singleObject-right__bottom {
    display: none;
  }
  .singleObject-title {
    font-size: 26px;
    line-height: 32px;
  }
  .singleObject-wrap {
    gap: 10px;
  }
  .singleObject-right__info {
    width: 100%;
  }
  .singleObject-right__bottom.singleObject-right__bottom-mob {
    display: block !important;
    width: 100%;
  }
  .singleObject-right__bottom.singleObject-right__bottom-mob .single-map {
    display: none;
  }
  .singleObject__manager-contactsName {
    margin-bottom: 10px;
  }
  .singleObject-desc {
    padding: 20px;
  }
  .singleObject__manager {
    width: 100%;
    margin-top: 20px;
  }
  .singleObject-slider-top .singleObjectTop__image-item {
    height: 460px;
  }
  .addons__filterItem-modal.active {
    z-index: 2;
    opacity: 1;
    max-height: 400px !important;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .addons__filterItem:has(.addons__filterItem-modal.active)
    .addons__filterItem-title:after {
    transform: translate(0, -50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  body.logged-in .addons__sort.addons__sort-mob {
    display: none !important;
  }
  .objectList__item-price:has(.price_per_metr) {
    flex-direction: column;
    align-items: flex-start;
  }
  .price_per_metr {
    margin-left: 0;
  }
  .show-client {
    margin-top: 10px;
  }
  .navigation__loadmore .loadmore__btn {
    font-size: 18px;
  }
  .singleObject__manager-contactsPhones a {
    max-width: 260px;
    font-size: 15px;
  }
  .btn-send-telegram {
    max-width: 260px;
    font-size: 15px;
  }
  html #wpadminbar {
    display: none !important;
  }
  html:has(body) {
    margin-top: 0 !important;
  }
  .singleObject__info-authorList .singleObject__info-authorList-item {
    width: calc(50% - 5px) !important;
  }
  .singleObject__sendLink form button {
    width: 100%;
    margin-bottom: 10px;
  }
  .singleObject__info-listItem {
    width: 100% !important;
  }
  .singleObject__manager-photo img {
    border-radius: 14px;
  }
  .singleObject__info-list {
    padding: 15px 0;
  }
  .singleObject-right__info {
    min-height: auto;
  }
  /* .addons__filterItem:hover .addons__filterItem-modal {
    opacity: 0;
    z-index: -1;
  } */
  /* .addons__filterItem-modal.active {
    z-index: 2;
    opacity: 1;
    max-height: 400px !important;
    overflow-y: auto;
  }
  .addons__filterItem:has(.addons__filterItem-modal.active)
    .addons__filterItem-title:after {
    transform: translate(0, -50%) rotate(180deg);
  } */
  .header-right__item:nth-child(2) {
    display: none;
  }
  .addons__filterItem-number {
    width: 110px;
  }
  .objectList__item-title {
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px;
    height: 100%;
  }
  #modalAfterSendForm {
    max-width: 90%;
  }
  #modalAfterSendForm .modal-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .header-wrap .addons__operation-btn.active,
  .header-wrap .addons__operation-btn:hover:not(.active) {
    color: #000 !important;
  }
  .footer {
    display: block !important;
  }
  .addons__sort-layout {
    display: none !important;
  }
  .objectList__item-areaItem:nth-child(2),
  .objectList__item-areaItem:nth-child(4),
  .objectList__item-areaItem:nth-child(6) {
    width: 160px;
  }
  .addons__sort {
    display: none;
  }
  .addons__sort.addons__sort-mob {
    /* display: flex !important; */
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0;
    /* display: none; */
  }
  .btn-show-filter {
    margin-bottom: 0;
  }
  .header-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header#header {
    position: relative;
    height: 80px;
  }
  .header-logo img {
    width: 135px;
  }
  .burger {
    width: 31px;
    height: 20px;
    padding: 0;
  }
  .addons-top .title {
    display: none;
  }
  .addons-top {
    display: none;
  }
  .burger-menu .addons__operation-btn {
    border: none;
    color: #000 !important;
  }
  .cat__info-item {
    height: 160px;
    width: 100% !important;
  }
  .addons > .container {
    padding: 0;
  }
  .filter-box {
    padding: 20px 10px;
    margin: 0;
  }
  .addons ~ .title {
    display: none;
  }
  .object-item {
    width: 100%;
  }
  .object-item__image-item {
    height: 240px;
  }
  div.loadmoreWrap {
    gap: 20px;
  }
  .footer-wrap {
    flex-direction: column;
  }
  .footer-item.footer-item__mail.footer-item__mail-tablet {
    display: none;
  }
  .footer-item__info-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-item__info-wrap .footer-item {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-item {
    margin-bottom: 30px;
  }
  .footer-item.footer-item__social {
    flex-direction: row;
  }
  .burger-menu__info-wrap-item-phones {
    display: block;
  }
  .addons__objectType-tabsItem {
    margin: 0;
    margin-bottom: 10px;
  }
  .addons__objectTypeWrap {
    margin: 0;
  }
  .row.align-items-center.justify-content-between.flex-nowrap {
    margin: 0;
  }
  .addons__objectType-tabsItem {
    font-size: 14px;
  }
  /* single */

  .container,
  .container-fluid {
    padding: 0 10px;
  }
  .singleObject-right__info {
    box-shadow: none;
  }
  /* .singleObject-right__price {
    padding-left: 0;
    padding-right: 0;
    border: none;
  } */
  .singleObject-right__price-wrap {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .singleObject-right__info-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .singleObject-desc.singleObject-desc-tablet {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .singleObject .default__text-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    margin-bottom: 10px;
  }
  .singleObject .default__description {
    font-size: 16px;
    line-height: 22px;
  }
  .singleObject__manager {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .singleObject__manager-photo {
    max-width: 150px;
    max-height: 150px;
    height: 150px;
  }
  .singleObject__manager-contacts {
    padding: 0;
    margin-top: 15px;
  }
  .singleObject__relatedPosts-title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 7px;
  }
  .add-favorite span {
    display: none;
  }
  .object-item__top {
    height: 240px;
  }
  .singleObject__descManager-title {
    font-size: 18px;
    line-height: 22px;
  }
  .singleObject-slider-top .singleObjectTop__image-item {
    height: 300px;
  }
  .singleObject__manager {
    background: #fff;
  }
  .footer-item__info-wrap {
    width: 100%;
  }
  div#videoModal {
    height: 90%;
    width: 95%;
    padding: 35px 20px 20px 20px;
  }
  .singleObject__manager-contacts {
    width: 100%;
  }
  .singleObject-title {
    font-size: 18px;
    line-height: 22px;
  }
  body:not(.logged-in) .objectList__item-price {
    font-size: 26px;
    line-height: 30px;
  }
  body.logged-in .objectList__item-price.view-client span {
    font-size: 26px;
    line-height: 30px;
  }
  .addons__objectTypeBtns {
    margin-bottom: 20px;
  }
  .addons__filterWrap.open .addons__filter {
    margin-top: 15px;
  }
  .objectList__filterResults {
    flex-direction: column;
    align-items: flex-start;
  }
  .addons__sortWrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  .addons__filterItem {
    width: 100%;
  }
  .filter-box .col-auto.pl-0.pl-xl-3 {
    padding-right: 0;
  }
  .addons__filterWrap.open .addons__filter {
    max-height: 1500px;
  }
  li.singleObject__info-authorList-item.is-zavdatok {
    width: 26%;
    justify-content: flex-start;
  }
  li.singleObject__info-authorList-item.is-delete {
    width: 36%;
    margin-top: 0px;
  }
}

/* object post short */

.object-post_short__item {
  box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.1);
  border-radius: 20px;
  padding: 30px;
}
.short__item-wrap {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.short__item-info {
  width: 40%;
  max-width: 675px;
}
.short__item-images {
  width: 60%;
  max-width: 800px;
  display: flex;
  gap: 10px;
}
.short__item-info_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}
.object-post_short__item .stikers {
  position: static;
  top: 0;
  left: 0;
}
.object-post_short__item .objectList__item-title {
  max-height: 54px;
  height: auto;
  width: calc(100% - 120px);
  margin-bottom: 6px;
}
.object-post_short__item .address {
  margin-bottom: 6px;
}
.object-post_short__item .stikers .new-label {
  border-radius: 8px;
}
.short__item-info_top .btn-share {
  position: static;
  top: 0;
  left: 0;
  margin-right: 5px;
}
.short__item-info_top .favouriteIconWrap.is-post {
  position: static;
}
.item-info_top_right {
  display: flex;
  align-items: center;
}
.short__item-info .objectList__item-title {
  padding: 0;
}
.short__item_attributes .objectList__item-area {
  margin: 16px 0;
  padding: 16px 0;
  gap: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.short__item_attributes span.objectList__item-txt {
  white-space: nowrap; /* Змінено з text-wrap на white-space */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 14px;
}
.stikers span.new-label {
  margin-left: 0;
}
.short__item_attributes .objectList__item-area .objectList__item-areaItem {
  width: 24% !important;
}
.short__item_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.short__item-images .objectList__item-image {
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  position: relative;
}
.objectList__item-imageMoreWrap:hover .objectList__item-imageMore {
  display: flex;
}
.objectList__item-imageMore {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 14px;
  display: none;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.68px;
  text-align: left;
  padding: 19px;
}
.addons__sort-layoutBtn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(86, 130, 3, 1);
}
.addons__sort-layoutBtn.active,
.addons__sort-layoutBtn:hover {
  border-color: rgba(86, 130, 3, 1);
  background: rgba(86, 130, 3, 1);
}
.addons__sort-layout button:first-child {
  margin-left: 0;
  margin-right: 5px;
}
.addons__sort-layout {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.addons__sort-layoutBtn.active svg path,
.addons__sort-layoutBtn:hover svg path {
  stroke: #fff;
  stroke-opacity: 1;
}
.addons__sort-layoutCountBtn.active {
  color: rgba(86, 130, 3, 1);
}
.addons__sort-layoutCountBtn:hover {
  color: rgba(86, 130, 3, 1);
}
.show-client-wrap .addons__sortWrap {
  margin-bottom: 20px;
}
.addons__sort-listItem {
  font-size: 16px;
  font-family: "Proxima Nova Rg";
  line-height: 19.5px;
  color: #000;
}
.addons__sort-label {
  font-size: 16px;
  font-family: "Proxima Nova Rg";
  line-height: 19.5px;
  color: #000;
}
.addons__sort-listItem.active {
  color: rgba(63, 71, 39, 1);
  text-decoration: underline;
}
.show-client {
  justify-content: flex-end;
}
.objectList__item-area {
  font-size: 16px;
  line-height: 18px;
}
.css-1hcx8jb.evf3f5612 {
  display: none;
}
.mainFilter__filters-results {
  margin-top: 20px;
}
.mainFilter__filters-result {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  font-weight: 600;
  line-height: 17.05px;
  text-align: left;
  padding: 13.5px 50px 13.5px 20px;
  color: #000;
  border-radius: 80px;
  border: 1px solid rgba(63, 71, 39, 0.4);
  margin-right: 10px;
  margin-bottom: 10px;
  background: transparent;
}
.mainFilter__filters-result:before,
.mainFilter__filters-result:after {
  width: 20px;
  height: 2px;
  background-color: #000;
  right: 20px;
}
.mainFilter__filters-result:hover {
  color: #fff;
}
.mainFilter__filters-result:hover:before,
.mainFilter__filters-result:hover:after {
  background: #fff;
}
.addons {
  margin-bottom: 10px;
}
@media screen and (max-width: 1515px) {
  .short__item-info {
    width: 55%;
  }
}
@media screen and (max-width: 1367px) {
  .short__item-images a:first-child {
    display: none;
  }
  .short__item-images a:nth-child(2) {
    display: none;
  }
  .short__item-info {
    width: 70%;
  }
}
@media screen and (max-width: 1124px) {
  .addons__sort-layout {
    display: none;
  }
  .addons__objectType {
    width: 100% !important;
    max-width: 100%;
  }
  .filter-box .col-auto.pl-0.pl-xl-3 {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .addons__sortWrap.addons__sortWrap-mob {
    display: flex !important;
  }
  .show-client-wrap .addons__sortWrap {
    display: none !important;
  }
  .addons__filterBtn {
    width: 49%;
  }
  .btn-show-filter {
    margin-top: 15px;
  }
  .singleObject-desc.singleObject-desc-tablet {
    margin-top: 0;
  }
  .singleObject__title {
    font-size: 16px;
    line-height: 22px;
  }
  .footer {
    margin-top: 50px;
    padding: 40px 0 44px;
  }
  .singleObject__relatedPosts .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .singleObject__relatedPosts .slick-dots li button:before {
    display: none;
  }
  .singleObject__relatedPosts .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(168, 168, 168, 1);
    border-radius: 50%;
  }
  .singleObject__relatedPosts .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #000;
  }

  .singleObject-slider-top .slick-dots li button:before {
    font-size: 12px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 14px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .mainFilter__filters-results {
    padding: 0 25px;
  }
}
/* /object post short */

.offer-btn:not(.disabled) {
  color: #fff;
  background: rgba(86, 130, 3, 1);
  border: rgba(86, 130, 3, 1);
}
.offer-btn.disabled {
  color: #000 !important;
  background: #b4b4b4 !important;
  border: 1px solid #b4b4b4 !important;
}
.addons__sortWrap {
  align-items: center;
}
.filter-box {
  padding: 20px;
}
.addons__objectTypeWrap {
  margin-left: 0;
  margin-right: 0;
}
.filter-box .row.align-items-center.justify-content-between.flex-nowrap {
  margin-left: 0;
  margin-right: 0;
}
.mainFilter__btns {
  max-width: 235px;
  width: 100%;
}
.btn-show-filter__wrap {
  width: 100%;
}
.btn-show-filter {
  height: 50px;
  margin-top: 0;
}
.addons__filterBtn {
  height: 47px;
  justify-content: center;
  align-items: center;
  max-width: 114px;
  width: 100%;
  padding: 5px;
}
.addons__filterBtn.is-link {
  font-weight: 400;
}
@media (max-width: 1201px) {
  .addons__objectType-tabs {
    justify-content: flex-start;
  }
}
@media (max-width: 1124px) {
  .addons__objectType-tabsItem {
    margin: 0;
  }
  ul.addons__objectType-tabs li {
    margin: 0;
    width: calc(50% - 10px);
  }
  .addons__objectType-tabs {
    gap: 10px 20px;
  }
  .btn-show-filter {
    justify-content: center;
  }
  .mainFilter__btns {
    max-width: 100%;
  }
  .addons__filterBtn {
    height: 53px;
    max-width: 100%;
    margin: 0 !important;
    width: calc(50% - 10px);
  }
  .addons__filterBtnWrap {
    gap: 20px;
  }
  .mainFilter__filters {
    gap: 8px 20px;
  }
  .addons__filterItem {
    margin-bottom: 0;
  }
  .filter-box .col-auto.pl-0.pl-xl-3 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .btn-show-filter__wrap {
    margin-top: 15px;
  }
}
.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  gap: 15px;
}
.title-box .offer-btn {
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  font-family: "Proxima Nova Lt";
  font-size: 16px;
  font-weight: 600;
  line-height: 19.49px;
  text-align: left;
}
.title-box #title-catalog {
  padding: 0;
  margin: 0;
}
.title-box .objectList__filterResults {
  padding: 0;
  font-family: "Proxima Nova Lt";
  font-size: 16px;
  font-weight: 600;
  line-height: 19.49px;
  text-align: left;
  margin: 0;
}
.title-box .objectList__filterResults strong {
  margin-left: 5px;
}
.addons__sort-listItem.active {
  font-weight: 700;
  text-decoration: none;
}
.title-box .objectList__filterResults strong {
  font-family: "Geometria";
  font-weight: 700;
}
.objectList__filterResults .addons__sortWrap {
  display: none;
}
input.offer-input.offer-btn {
  background: transparent;
  border: 1px solid rgba(86, 130, 3, 1);
  padding: 5px 10px;
  color: #000;
}
.offer-btn:not(.disabled) {
  border: 1px solid rgba(86, 130, 3, 1);
}
.offer-btn.active:hover {
  color: #000 !important;
}
.offer-save__wrap .offer-btn {
  margin-left: auto;
}
.offer-save__wrap button.addons__operation-btn.active.offer-btn.ml-xl-2 {
  margin-left: 10px;
}
.show-client-wrap {
  max-width: 180px;
  width: 100%;
}
.offer-btn__wrap {
  max-width: 205px;
  width: 100%;
}
@media screen and (max-width: 1367px) {
  .title-box #title-catalog {
    display: none;
  }
}
@media screen and (max-width: 1124px) {
  .addons__sort-listItem {
    margin-left: 10px;
  }
  .addons__sort-list {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .title-box {
    flex-wrap: wrap;
  }
  .title-box > div {
    width: calc(50% - 10px);
  }
  .title-box .objectList__filterResults {
    display: flex;
    justify-content: flex-start;
    flex-direction: row !important;
  }
  .count-posts {
    display: flex;
    order: 3;
  }
  .offer-btn__wrap {
    display: flex;
    order: 1;
  }
  .show-client-wrap {
    display: flex;
    order: 2;
    justify-content: flex-end;
  }
  .show-client {
    margin: 0 !important;
  }
  .addons__sortWrap {
    display: flex;
    order: 4;
    justify-content: flex-end;
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .addons__sortWrap {
    position: relative;
  }
  ul.addons__sort-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.1);
    z-index: 1111111;
    border-radius: 10px;
    top: 100%;
    background: #fff;
    width: 115px;
    padding-left: 14px;
    padding-right: 14px;
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
  }
  .addons__sort-label {
    padding-right: 25px;
    position: relative;
  }
  .addons__sort-label:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("./../img/str-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    position: absolute;
    transition: all 0.3s ease-in 0s;
  }
  .addons__sort-listItem {
    margin: 0;
    display: block;
    margin-bottom: 14px !important;
  }
  .addons__sortWrap.open ul.addons__sort-list {
    height: auto;
    max-height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease-in 0s;
  }
  .addons__sortWrap.open .addons__sort-label:after {
    transform: rotate(180deg);
    transition: all 0.3s ease-in 0s;
  }
  .offer-save__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .offer-save__wrap .offer-btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .title-box {
    gap: 15px 10px;
  }
  .title-box .offer-btn {
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
  }
  .title-box .show-client {
    font-size: 15px;
    line-height: 18px;
  }
  .title-box .objectList__filterResults {
    font-size: 15px;
    line-height: 18px;
  }
  .title-box .count-posts {
    width: 60%;
  }
  .title-box .addons__sortWrap {
    width: 36%;
  }
  .title-box .offer-btn__wrap {
    width: 54%;
  }
  .title-box .show-client-wrap {
    width: 43%;
  }
  .flex-wrap form {
    justify-content: flex-start !important;
    flex-direction: column;
  }
  .offer-save__wrap button.addons__operation-btn.active.offer-btn.ml-xl-2 {
    margin-left: 0;
    margin-top: 0;
  }
  .offer-save__wrap .offer-btn {
    margin-left: 0;
    width: 220px;
    text-align: center;
    margin-top: 0;
  }
}
