/* Конец header */
/* Начало main-section */
body {
    background-color: rgba(244, 244, 244, 1);
}
.main-section {
  background-size: cover;
  background-position: center;
  width: 100%;
  transition: background-image 0.5s ease-in-out;
  height: calc(100vh - 128px);
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-description {
  margin-top: 25%;
  padding: 35px 70px;
  max-width: 100%;
  border-radius: 20px;
  background: radial-gradient(
    rgba(216, 216, 216, 0.7) 50%,
    rgba(216, 216, 216, 0.01) 70%
  );
}
.main-title {
  text-align: center;
  font-weight: 600;
  font-size: 3.5rem;
  margin-bottom: 18px;
  color: #0f0f0f;
  opacity: 1;
}

.main-subtitle {
  text-align: center;
  color: rgba(16,16,16,1);
  font-size: 1.125rem;
  font-weight: 500;
  width: 591px;
  max-width: 100%;
  opacity: 1;
  line-height: 1.4;
  margin: 0 auto 1rem;
}
.main-search {
  width: 968px;
  height: 132px;
  max-width: 100%;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: rgba(202, 202, 202, 0.83);
  border-radius: 8px;
}
.main-search-item {
  display: flex;
  flex-direction: column;
}
.main-search-item img {
  height: 28px;
  width: 28px;
}
.main-search .color-svg {
  stroke: #fff;
  transition: stroke 0.5s;
}
.real-estate-search-by-params__submit {
  transition: color 0.3s, background-color 0.5s, border 0.5s, stroke 0.5s;
}
.real-estate-search-by-params__submit:hover {
  color: #141f43;
  background-color: #fff;
  border: 1px solid #141f43;
}
.real-estate-search-by-params__submit:hover .color-svg {
  stroke: #141f43;
}

@keyframes animationBtn {
  from {
    color: #fff;
    background-color: #141f43;
  }
  to {
    color: #141f43;
    background-color: #fff;
    border: 1px solid #141f43;
  }
}
.real-estate-search-by-params__elements {
  display: flex;
}
.real-estate-search-by-params__field {
  margin-right: 24px;
}
.real-estate-search-by-params__field p {
  margin-bottom: 14px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: rgba(14,14,14,1);
}
.real-estate-search-by-params__field .main-container-select {
  background-color: #fff;
  width: 217px;
  height: 44px;
  padding: 10px;
  border-radius: 4px;
}
.real-estate-search-by-params__field select,
.custom_select__input {
  border: transparent;
  color: #7e7e7e;
  font-size: 1rem;
  font-weight: 500;
  width: 164px;
  max-width: 100%;
  background-color: #fff;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 1L9.29268 9L1 1" stroke="%237E7E7E"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - -2px) center;
  outline: none;
}

.real-estate-search-by-params__field select {
  appearance: none;
  padding-inline: 0.25rem;
}

.real-estate-search-by-params__field div button {
  background-color: #26144f;
  width: 189px;
  max-width: 100%;
  height: 44px;
  color: rgba(249,249,249,1);
  border: transparent;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 500;
}
.main-search div:focus-visible {
  outline: none;
}
.main-select {
  font-size: 1.25rem;
  font-weight: 500;
  color: #7e7e7e;
  border: none;
  background-color: #e4e4e4;
}
.main-select option {
  border: 10px solid #e4e4e4;
}
.submit {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.real-estate-search-by-params__field .main-search-btn {
  padding: 0;
}
/* Конец main-section */

/* Начало hot-sales */
/* .hot-section {
  position: relative;
} */
.real-estate-mriia__hot-objects__wrapper {
  position: relative;
}
.hot-section .real-estate-mriia__hot-objects__title {
  position: relative;
  text-align: left;
  margin: 7.6% 0 4.65%;
  padding: 0;
  border-bottom: none;
  text-transform: lowercase;
  color: #141414;
  line-height: 1.2;
}
.hot-section .real-estate-mriia__hot-objects__title::first-letter {
  text-transform: uppercase;
}
.hot-section .real-estate-mriia__hot-objects__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  height: 5px;
  width: 155px;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    #debf64 0%,
    rgba(222, 191, 100, 0.76) 70.99%,
    rgba(222, 191, 100, 0.18) 100%
  );
}
.real-estate-mriia__hot_objects__list {
  padding-left: 0;
}
.real_estate_item__wrapper__content__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.real-estate-mriia__hot_object__item {
  background-color: #ededed;
  border-radius: 20px;
  padding: 0 !important;
}
.real_estate_item__wrapper__thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 1;
  border-radius: 16px;
}
.real_estate_item__wrapper__thumbnail .placeholder {
  cursor: pointer;
}
.real_estate_item__wrapper__content {
  padding: 0;
}
.real_estate_item__wrapper__content__row div,
svg {
  margin: 0px 0px;
}
.real_estate_item__wrapper__content__row-right {
  display: flex;
}
.price {
  font-weight: 500;
  font-size: 1.25rem;
}
.area {
  margin-left: 0px;
}
.real-estate-mriia__hot-objects .glide__arrows {
  display: block !important;
}
.real-estate-mriia__hot-objects .glide__arrows .glide__arrow {
  position: absolute;
  top: 0;
  box-shadow: none;
  border: transparent;
  background-color: transparent;
}
.real-estate-mriia__hot-objects .glide__arrows .glide__arrow--left {
  top: 8px;
  left: calc(100% - 78px);
}
.real-estate-mriia__hot-objects .glide__arrows .glide__arrow--right {
  right: -8px;
  top: 8px;
}
/* Конец hot-sales */
.real-estate-mriia-not-found__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.real-estate-mriia-not-found__block h2 {
  margin-top: -35px;
  font-size: 2.25rem;
  font-weight: 500;
  color: #000;
}
.real-estate-mriia-not-found__block h3 {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
/* Section catalog object */
.catalog-title {
  position: relative;
  margin: 6.5% 0 4.7%;
  color: #141414;
  font-weight: 500;
  font-size: 2.25rem;
}
.catalog-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  height: 5px;
  width: 155px;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    #debf64 0%,
    rgba(222, 191, 100, 0.76) 70.99%,
    rgba(222, 191, 100, 0.18) 100%
  );
}
.catalog-item-1,
.catalog-item-2,
.catalog-item-3,
.catalog-item-4,
.catalog-item-5 {
  max-width: 100%;
  display: flex;
  align-items: end;
  background-color: #ededed;
  border-radius: 20px;
  margin: 12px 12px 12px 0;
}
.card-block {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 82px;
  max-height: 483px;
}
.real_estate_catalog__item {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.real_estate_catalog__item__body {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.real_estate_catalog__item__body .real_estate_catalog__item__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.real_estate_catalog__item__image {
  width: 100%;
  max-width: 100%;
  transition: transform 0.7s ease;
}
.real_estate_catalog__item:hover .real_estate_catalog__item__image {
  transform: scale(1.2);
}
.real_estate_catalog__item__image:nth-child(1) {
  height: 483px !important;
}
.real_estate_catalog__item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.real_estate_catalog__item:nth-child(2) {
  grid-area: 1 / 2 / 3 / 3;
}

.real_estate_catalog__item__body:nth-child(3) {
  height: 50%;
  max-height: 260px;
}
.real_estate_catalog__item:nth-child(3) {
  grid-area: 1 / 3 / 3 / 5;
  height: 259px;
  max-height: 259px;
}
.real_estate_catalog__item:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}
.real_estate_catalog__item:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
}

.catalog-btn {
  color: rgba(20,20,20,1);
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 20px 24px 20px;
  background-color: rgba(255, 255, 255, 0.67);
}

/* Конец catalog */

/* Начало stage */
.stage-title {
  position: relative;
  font-weight: 500;
  font-size: 2.25rem;
  margin-top: 20px;
}
.stage-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  height: 5px;
  width: 155px;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    #debf64 0%,
    rgba(222, 191, 100, 0.76) 70.99%,
    rgba(222, 191, 100, 0.18) 100%
  );
}
.stage-interaction {
  margin-top: 8%;
  margin-bottom: 2.25rem;
  list-style: none;
  padding: 0;
  counter-reset: li-counter;
}

.stage-interaction .stage-interaction-li {
  counter-increment: li-counter;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(20,20,20,1);
  line-height: 1.35;
  margin-bottom: 2.375rem;
  display: flex;
  align-items: center;
  gap: 3.5%;
  width: 575px;
  max-width: 100%;
  min-height: 2.25rem;
}

.stage-interaction .list-animation::before {
  content: counter(li-counter);
  background-color: rgba(87, 76, 110, 1);
  color: rgba(242, 242, 242, 1);
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  max-width: 36px;
  border-radius: 50%;
  animation: left-to-right 1s;
}
@keyframes left-to-right {
  0% {
    opacity: 0;
    transform: translateX(-150%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.stage-help {
  width: 607px;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 1.35;
}
.stage-form {
  width: 636px;
  max-width: 100%;
  background-color: rgba(236, 235, 238, 1);
  margin-top: 8%;
  padding: 50px 33px 3px;
  border-radius: 16px;
}
.stage-form-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.75rem;
  margin-bottom: 48px;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0%;
}
.wpcf7 form .wpcf7-response-output {
  position: relative;
  top: -10px;
  margin: 0;
  border-radius: 4px;
  text-align: center;
}
.stage-input {
  width: 48%;
  height: 60px;
  padding: 20px;
  margin-bottom: 24px;
  color: #7e7e7e;
  font-size: 1.12rem;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: none;
}
.stage-input-mr {
  margin-right: 4%;
}
.wpcf7-form p {
  margin-bottom: 0;
}

.stage-description {
  resize: none;
  width: 100%;
  height: 143px;
  padding: 20px 0 0 20px;
  margin-bottom: 24px;
  color: #7e7e7e;
  font-size: 1.12rem;
  border-radius: 8px;
  background-color: #f5f5f5;
  border: none;
}
.stage-form-btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 20px 65px;
  margin: 0 auto;
  border-radius: 8px;
  color: #fff;
  background-color: #26144f;
  border: 1px solid transparent;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
}
.stage-form-btn:hover {
  color: #141f43;
  background-color: #fff;
  border: 1px solid #141f43;
}

/* Конец Stage */

/* Начало  Team*/

.team-section {
  margin-top: 7.6%;
}
.team-title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 500;
  color: #141414;
  margin-bottom: 60px;
}
.team-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  height: 5px;
  width: 155px;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    #debf64 0%,
    rgba(222, 191, 100, 0.76) 70.99%,
    rgba(222, 191, 100, 0.18) 100%
  );
}
.team-arrow {
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none;
}
.team-arrow-left {
  margin-right: 2.5rem;
  background-color: transparent;
}
.team-card {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-right: 24px;
  background-color: rgba(229, 227, 234, 1);
  border-radius: 20px;
  padding-bottom: 30px;
  height: 381px;
}
.team-link {
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.team-img {
  max-width: 100%;
  height: 277px;
  max-height: 100%;
  border-radius: 20px;
  background-color: #fafafa;
}
.team-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-name {
  font-weight: 500;
  font-size: 1.125rem;
  padding: 24px 0 16px 20px;
  line-height: 1;
  margin: 0;
  color: rgba(20, 20, 20, 1);
}
.team-post {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 0 0 30px 20px;
  margin: 0;
  color: rgba(20, 20, 20, 1);
}
.glide__bullets {
  display: none;
}
.glide__bullet--active {
  background-color: #101010;
}
.glide {
  position: relative;
}

.glide__track {
  overflow: hidden;
  max-width: 100%;
  width: 1296px;
  padding: 0;
  margin: 0 auto;
}
.glide__slides {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}

/* sliderjs */

/*Конец Team */

/* Начало Contact  */
.contact-section {
  margin-bottom: 0;
}
.contact-main-title {
  position: relative;
  margin-top: 6.5%;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 60px;
  color: #141414;
}
.contact-main-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  height: 5px;
  width: 155px;
  border-radius: 4px;
  background-image: linear-gradient(
    90deg,
    #debf64 0%,
    rgba(222, 191, 100, 0.76) 70.99%,
    rgba(222, 191, 100, 0.18) 100%
  );
}
.contact-title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  line-height: 24px;
  margin-bottom: 24px;
}
.contact-container {
  display: flex;
  justify-content: space-between;
}

.contact-tel-number {
  font-weight: 400;
  font-size: 2.25rem;
  color: #141414;
  text-decoration: none;
  padding: 0 36px 0 0;
}
.contact-block {
  display: flex;
  align-items: center;
}
.contact-tel-btn {
  position: relative;
}
.contact-tel-btn {
  position: relative;
  animation: shake 4s infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: rotate(15deg);
  }
  10% {
    transform: rotate(-15deg);
  }
  15% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.tel-btn {
  position: absolute;
  inset: 0;
}
.contact-tel-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-tel {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.contact-address {
  margin-bottom: 60px;
}
.contact-social {
  margin-bottom: 20px;
}
.contact-address-office {
  font-size: 1.12rem;
  color: #141414;
  font-weight: 400;
}
.contact-map {
  height: 435px;
  width: 100%;
  max-width: 100%;
  background-color: #454545;
}

/* Buy an apartment */
.real_estate_item__wrapper {
  position: relative;
  background-color: rgba(229, 227, 234, 1);
  border-radius: 16px;
  z-index: 1;
}
.real-estate-mriia__body .real-estate-mriia__objects-page .real_estate_objects__filter {
  padding: 0;
  border: none;
}
.real-estate-mriia__body .real-estate-mriia__objects-page .real_estate_objects__filter .drop-down-opener .activate-indicator {
  top: 6%;
}
.real-estate-mriia__objects-page__nav {
  display: flex;
  justify-content: center;
}

.real_estate_item__wrapper__permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.real-estate-mriia__hot_object__item .real_estate_item__wrapper {
  background-color: rgba(229, 227, 234, 1);
}
.real-estate-mriia__hot_object__item .real_estate_item__wrapper__content__row {
  padding: 18px 17px 18px 18px;
}
.real-estate-mriia__hot_object__item .real_estate_item__wrapper__content__row > .price {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(21,21,21,1);
}
.real_estate_item__wrapper__content__row-right div span {
  font-size: 14px;
  font-weight: 500;
}
.real-estate-mriia__hot_object__item .real_estate_item__wrapper__content__row > .price .price {
  font-size: inherit;
  font-weight: inherit;
}
.real-estate-mriia__hot_object__item .real_estate_item__wrapper__content__row-right div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.real-estate-mriia__hot_object__item .real_estate_item__wrapper__content__row .real_estate_item__wrapper__content__row-right {
  gap: 7px;
  align-items: center;
}
.table-row__element {
  display: flex;
}
.save_in_cookie-wrapp {
  display: none !important;
}
.real-estate-mriia__single__column-1
  .real-estate-mriia__single__description-wrapper {
  height: auto;
  max-height: 360px;
  width: 611px;
  max-width: 100%;
  overflow: auto;
}
.real-estate-mriia__single__description-wrapper div > p {
  font-family: 'Montserrat', sans-serif;
}
.hidden_:first-child {
  display: none !important;
}
.real-estate-mriia__body .placeholder {
  cursor: pointer;
}

.contact-map iframe {
	width: 100%;
    height: 100%;
}

/* insert bg for title real-estate-mriia */

.real-estate-mriia-container__buy-apartaments,
.real-estate-mriia-container__rent-apartaments,
.real-estate-mriia-container__rent-room,
.real-estate-mriia-container__buy-room {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: var(--flat);
  margin-bottom: 49px;
  z-index: -2;
}
.real-estate-mriia-container__buy-houses,
.real-estate-mriia-container__rent-houses {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: var(--houses);
  margin-bottom: 60px;
  z-index: -2;
}
.real-estate-mriia-container__buy-dacha,
.real-estate-mriia-container__rent-dacha {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: var(--country_house);
  margin-bottom: 60px;
  z-index: -2;
}
.real-estate-mriia-container__buy-ofices,
.real-estate-mriia-container__rent-offices {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: var(--office);
  margin-bottom: 60px;
  z-index: -2;
}
.real-estate-mriia-container__buy-area {
  position: relative;
  width: 100%;
  height: 350px;
  background-image: var(--area);
  margin-bottom: 60px;
  z-index: -2;
}
.real-estate-mriia__page-title::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #edededb2;
  height: 73px;
  right: -20px;
  z-index: -1;
  bottom: -2px;
  width: 1920px;
  border-radius: 0 8px 8px 0;
}
.real-estate-mriia__body .real-estate-mriia__page-title {
  position: relative;
  padding-top: 19%;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 60px;
  color: #141414;
  border: none !important;
}
/* wp_redactor */
.wp_redactor_content * {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.wp_redactor_content {
  font-size: 18px;
  line-height: 1.3;
  color: rgba(50, 50, 50, 1);
  font-weight: 400;
}
.wp_redactor_content img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  max-width: 60%;
  margin: 0 2em 2em 0;
}
.alignright {
  float: right;
  max-width: 60%;
  margin: 0 0 2em 2em;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
}
.wp_redactor_content h1,
.wp_redactor_content h2,
.wp_redactor_content h3,
.wp_redactor_content h4,
.wp_redactor_content h5,
.wp_redactor_content h6 {
  margin: 1em 0;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
}
.wp_redactor_content h1 {
  font-size: 36px;
  color: rgba(15, 15, 15, 1);
}
.wp_redactor_content h2 {
  font-size: 32px;
}
.wp_redactor_content h3 {
  font-size: 28px;
}
.wp_redactor_content h4 {
  font-size: 24px;
}
.wp_redactor_content h5 {
  font-size: 18px;
}
.wp_redactor_content h6 {
  font-size: 16px;
}
.wp_redactor_content ul,
.wp_redactor_content ol {
  margin: 1em 0;
  padding-left: 2em;
}
.wp_redactor_content p {
  margin: 1em 0;
  text-indent: 0.5em;
}
.wp_redactor_content a {
  color: rgba(44, 99, 216, 0.878);
}
.wp_redactor_content em {
  font-style: italic;
}
.wp_redactor_content strong {
  font-weight: 600;
}
/* wp_redactor */
@media (max-width: 992px) {
  .real-estate-mriia__body .real-estate-mriia__page-title {
    padding-top: 25%;
  }
}
@media (max-width: 768px) {
  .real-estate-mriia-container__buy-apartaments,
  .real-estate-mriia-container__rent-apartaments,
  .real-estate-mriia-container__rent-room,
  .real-estate-mriia-container__buy-room,
  .real-estate-mriia-container__buy-houses,
  .real-estate-mriia-container__rent-houses,
  .real-estate-mriia-container__buy-dacha,
  .real-estate-mriia-container__rent-dacha,
  .real-estate-mriia-container__buy-ofices,
  .real-estate-mriia-container__rent-offices,
  .real-estate-mriia-container__buy-area {
    height: auto;
    background-image: none;
    margin-bottom: 23px;
  }

  .real-estate-mriia__body .real-estate-mriia__page-title::before {
    content: '';
    display: none;
  }
  .real-estate-mriia__body .real-estate-mriia__page-title {
    padding-top: 24px;
    margin-bottom: 36px;
  }
  /* wp_redactor */
  .wp_redactor_content {
    font-size: 16px;
  }
  .wp_redactor_content.container {
    padding: 0 15px;
  }
  .wp_redactor_content img {
    max-width: 100%;
    height: auto;
  }
  .alignleft,
  .alignright,
  .aligncenter {
    float: unset;
    display: block;
    margin: 2em auto;
    clear: both;
  }
  .wp_redactor_content h1 {
    font-size: 24px;
  }
  .wp_redactor_content h2 {
    font-size: 22px;
  }
  .wp_redactor_content h3 {
    font-size: 20px;
  }
  .wp_redactor_content h4 {
    font-size: 18px;
  }
  .wp_redactor_content h5 {
    font-size: 16px;
  }
  .wp_redactor_content h6 {
    font-size: 14px;
  }
  /* wp_redactor */
  .custom_select__input {
	margin-left: 2.5rem !important;
  }

}

/* end */

@media (max-width: 1400px) {
  .card-block {
    grid-row-gap: 15.2%;
  }
  main .real-estate-mriia__body .real-estate-mriia__page-title {
    font-size: 2rem;
  }
  .real_estate_catalog__item:nth-child(3) {
    height: 224px;
    max-height: 100%;
  }
}

@media (max-width: 1200px) {
  .table-row span {
    font-size: 0.9rem;
  }
  .card-block {
    grid-row-gap: 13.6%;
  }
  .catalog-btn span {
    font-size: 1rem;
  }
  main .real-estate-mriia__body .real-estate-mriia__page-title {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 0;
  }
  main .real-estate-mriia__body .real-estate-mriia__page-title::after {
    content: "";
    background: linear-gradient(90deg, #DEBF64 0%, rgba(222, 191, 100, 0.76) 70.99%, rgba(222, 191, 100, 0.18) 100%);
    width: 155px;
    max-width: 100%;
    display: block;
    height: 3px;
    margin-top: 7px;
  }
  .real-estate-search-by-params__field div button {
    width: 160px;
  }
  .real_estate_catalog__item:nth-child(3) {
    height: 189px;
    max-height: 100%;
  }
  .real-estate-mriia-not-found__block {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 1090px) {
  .real-estate-mriia__single
    .real-estate-mriia__single__other-objects-wrapper
    .objects-wrapper
    .objects-list {
    gap: 0 !important;
    flex-wrap: nowrap !important;
  }
  .glide__bullets {
    position: absolute;
    display: flex !important;
    top: 105%;
    left: 40%;
  }
  .glide__bullet {
    height: 6px;
    width: 6px;
    background-color: rgba(229, 227, 234, 1);
    border-radius: 100%;
    border: none;
    padding: 0;
    transition: transform 0.15s ease-in-out 0s;
  }
  .glide__bullets .glide__bullet {
    background-color: rgba(229, 227, 234, 1);
  }
  .glide__bullets .glide__bullet--active {
    background-color: rgba(20,31,67,1);
    transform: scale(1.33333333);
  }
}

@media (max-width: 992px) {
  .main-section {
    background-position: left;
  }
  .catalog-btn {
    padding: 15px;
  }
  .card-block {
    grid-row-gap: 14.9%;
  }
  .catalog-btn span {
    font-size: 0.7rem;
  }
  .main-description {
    margin-top: 10%;
    padding: 35px;
  }
  .search .real-estate-mriia-search {
    padding-bottom: 0;
  }
  .main-title {
    font-size: 3rem;
    text-align: center;
  }
  .main-search {
    height: 366px;
    width: 80%;
    padding: 20px 24px;
    align-items: flex-start;
  }

  .real-state-search-by-params {
    width: 100%;
  }
  .real-estate-search-by-params__field {
    margin-right: 0;
  }
  .real-estate-search-by-params__elements {
    flex-direction: column;
  }
  .real-estate-search-by-params__field .main-container-select {
    margin-bottom: 21px;
    width: 100%;
    height: 46px;
  }
  .real-estate-search-by-params__field select {
    width: 93%;
  }
  .real-estate-search-by-params__field .main-frst-select {
    width: 92%;
    background-position: calc(100% - 4px) center;
  }
  .real-estate-search-by-params__field .main-search-btn {
    width: 100%;
    max-width: 100%;
  }
  .real-estate-search-by-params__field div button {
    width: 100%;
    font-size: 1.3333333rem;
    height: 48px;
    border-radius: 4px;
    padding: 0 0px 0 0;
    gap: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .real-estate-mriia__hot-objects .glide__arrows .glide__arrow--right {
    right: -5%;
  }
  .real_estate_catalog__items {
    height: auto;
  }
  .team-arrow-right {
    margin-right: 25px;
  }
  .contact-container {
    flex-direction: column;
  }
  .contact-block {
    flex-direction: column;
  }
  .real_estate_catalog__item:nth-child(3) {
    height: 143px;
    max-height: 100%;
  }
}
@media (max-width: 940px) {
  .real-estate-mriia__body .real-estate-mriia__single {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .table-row .currency {
    font-size: 1.875rem;
  }
  .real-estate-mriia__single__gallery-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13px;
    overflow-x: hidden;
  }
  .main-section {
    height: calc(100vh - 80px);
  }
  .main-subtitle {
    font-size: 1.3rem;
  }
  .real-estate-mriia__hot-objects .glide__arrows {
    display: none !important;
  }
  .real-estate-mriia__hot-objects-slider-bullets {
    display: flex !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    gap: 8px;
  }
  .real-estate-mriia__hot-objects-slider-bullets .glide__bullet--active {
    background-color: rgba(20,31,67,1);
    transform: scale(1.33333333);
  }
  .hot-section .real-estate-mriia__hot-objects__title {
    font-size: 2rem;
    margin-top: 49px;
    margin-bottom: 34px;
  }
  .hot-section {
    padding: 0 6px;
  }
  .card-block {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    max-height: unset;
  }
  .catalog-btn {
    padding: 20px;
    border-radius: 0 0 13px 13px;
    font-size: 20px;
  }
  .catalog-btn span {
    font-size: 1.25rem;
  }
  .team-arrows {
    display: none;
  }
  .stage-help {
    font-size: 1.166666rem;
    line-height: 1.4;
  }
  .stage-input {
    width: 100%;
    font-size: 1.333333333333rem;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 13px;
  }
  .real-estate-mriia__body
    .real-estate-mriia__single__table-wrapper
    .table-row
    .price {
    font-size: 1.6rem;
  }
  .table-row .currency {
    font-size: 1.6rem;
  }
  .table-row .table-row__element {
    width: 100% !important;
    margin-bottom: 12px;
  }
  .table-row span {
    font-size: 1.3rem;
  }
  .real-estate-mriia__single
    .real-estate-mriia__single__other-objects-wrapper
    .objects-wrapper
    .objects-list {
    gap: 0 !important;
    flex-wrap: nowrap !important;
  }

  .glide__bullets {
    top: 101%;
    justify-content: center;
    left: 0;
    right: 0;
    gap: 8px;
  }
  .real_estate_catalog__item__image {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .real_estate_catalog__item {
    height: 227px;
    max-height: 100%;
    margin-bottom: 20px;
  }
  .real_estate_catalog__item:nth-child(3) {
    border: 20px;
    height: 227px;
    object-fit: cover;
  }
  .team-name {
    font-size: 1.499999rem;
    padding-top: 16px;
    padding-bottom: 11px;
  }
  .team-post {
    font-size: 1.333333rem;
    padding-bottom: 0;
  }
  .main-description {
    margin-top: 0;
    margin-bottom: 0;
  }
  .real-estate-search-by-params__field .main-frst-select {
    width: 89%;
  }
  .real-estate-search-by-params__field select {
    width: 90%;
  }
  .real_estate_catalog__item__body {
    height: 250px;
  }

  .contact-tel,
  .contact-address,
  .contact-social {
    margin-bottom: 36px;
  }
  .hot-section .real-estate-mriia__hot-objects__title::after,
  .catalog-title::after,
  .stage-title::after,
  .team-title::after,
  .contact-main-title::after {
    height: 3px;
    bottom: -10px;
  }
  .real-estate-mriia__hot_object__item .real_estate_item__wrapper__content__row > .price {
    font-size: 1.666666rem;
  }
  .real-estate-mriia__hot_object__item .real_estate_item__wrapper__content__row {
    padding-bottom: 14px;
  }
  .main__stage-section,
  .catalog-section,
  .team-section,
  .contact-section {
    padding: 0 6px;
  }
  .team-section {
    margin-top: 0;
  }
  .team-section .team-people {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  section.main__stage-section {
    padding-bottom: 0;  
  }
  div.catalog-section {
    margin-bottom: 0;
  }
  .catalog-title {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 36px;
  }
  .stage-title {
    font-size: 2rem;
    margin-top: 9px;
    margin-bottom: 8px;
  }
  body {
    background-color: rgba(255,255,255,1);
  }
  .stage-interaction .stage-interaction-li {
    font-size: 1.3333333rem;
    gap: 16px;
  }
  .stage-interaction .list-animation::before {
    font-size: 2rem;
  }
  .stage-form {
    max-width: 100vw;
    margin-right: -calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    border-radius: 0;
    margin-top: 7%;
    position: relative;
    left: 3px;
    padding: 32px 15px 0;
  }
  .team-card {
    border-radius: 16px;
    padding-bottom: 0;
    height: 359px;
  }
  .team-img {
      border-radius: 16px;
      overflow: hidden;
  }
  .contact-main-title {
    margin-top: 18%;
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .contact-section .contact-container .contact-block {
    gap: 10px;
  }
  .contact-tel-btn img {
    max-width: 100%;
    height: auto;
  }
  .contact-tel-btn {
    width: 54px;
    left: -3%;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 12px;
  }
  .main-title {
    font-size: 2.5rem;
  }
  .main-subtitle {
    font-size: 1.166666rem;
    padding: 0 10px;
  }

  .real_estate_item__wrapper__content__row {
    font-size: 1.3rem;
  }
  .price {
    font-size: 1.9rem;
  }
  .catalog-btn span {
    font-size: 1.6rem;
  }
  .stage-form-title {
    font-size: 1.666666rem;
    margin-bottom: 36px;
  }
  .stage-description {
    font-size: 1.33333rem;
    padding: 10px 19px;
  }
  .stage-form-btn {
    font-size: 1.3333333rem;
    padding: 11px;
    max-width: 100%;
    margin-top: -3px;
    width: 260px;
    border-radius: 4px;
  }
  .team-title {
    margin-top: 14%;
    margin-bottom: 36px;
    font-size: 2rem;
  }
  .contact-tel {
    margin-bottom: 32px;
  }
  .contact-title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .contact-tel-number {
    font-size: 1.5rem;
  }
  .contact-address-office {
    font-size: 1.5rem;
  }
  .contact-address {
    margin-bottom: 36px;
  }
  .contact-social {
    margin-bottom: 32px;
  }
  .col-12:last-child {
    padding: 0 !important;
  }
  .contact-map {
    position: relative;
    top: 6%;
    height: 354px;
  }

  body
    .real-estate-mriia__body
    .real-estate-mriia__objects-page
    .real_estate_objects__page-list
    .nav-item-wrapper
    > a {
    width: 3rem;
    height: 3rem;
    font-size: 1.3rem;
  }
  .real-estate-search-by-params__field .main-frst-select {
    width: 90%;
  }
  .real-estate-search-by-params__field select {
    width: 91%;
  }
  .real-estate-mriia-not-found__block img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 463px) {
  .main-description {
    padding: 43px 0 18px 0;
  }
  .real-estate-search-by-params__field .main-frst-select {
    width: 85%;
  }
  .real-estate-search-by-params__field select {
    width: 86%;
  }
}
@media (max-width: 350px) {
  .real-estate-search-by-params__field .main-frst-select {
    width: 79%;
  }
  .real-estate-search-by-params__field select {
    width: 82%;
  }
}
.main__stage-section {
  background-color: rgba(255,255,255,1);
  padding-top: 1.625rem;
  padding-bottom: 2.625rem;
}
.catalog-section {
  margin-bottom: 6.25rem;
}
select.wpcf7-form-control {
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 1L9.29268 9L1 1" stroke="%237E7E7E"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  padding-top: 0;
  padding-bottom: 0;
}
.team-arrows {
  padding-top: 8px;
}
.hot-section .real-estate-mriia__hot-objects__title.list-animation::after, 
.catalog-title.list-animation::after, 
.stage-title.list-animation::after, 
.team-title.list-animation::after, 
.contact-main-title.list-animation::after {
  animation: line_claim 1s ease-in-out 0s;
}

@keyframes line_claim {
  0% { width: 0px; }
  100% { width: 155px; }
}

.custom_select__input {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-left: 2rem;
    padding-top: 0.25rem;
	/* padding-inline: 1rem;
	background: #ffffff;
	padding-block: 0.5rem;
	border-radius: 6px; */
}


.custom_select {
	position: relative;
	overflow: visible;
	max-height: max-content;
	max-width: 100%;
	opacity: 1;
	visibility: visible;
	width: 100%;
	margin-top: -2rem;
}
.custom_select__input .text h2 {
	font-size: 1rem;
	font-weight: 400;
}

.documents_block__title {
	/* margin-top: 2rem; */
}

.estate_content {
	display: block;
}

.custom_select__list {
	opacity: 0;
    visibility: hidden;
    top: -100%;
    transition: all 0;
}

.custom_select.active .custom_select__list {
	top: 0;
	visibility: visible;
	opacity: 1;
	margin-top: 0.5rem;
}

.custom_select__list .estate_content__categories {
	border: 1px solid #D0D5DD;
	border-radius: 8px;
	position: absolute;
	z-index: 4;
	background: #fff;
	margin-top: 0.5rem;
	overflow-y: auto;
	list-style: none;
	padding-left: 0;
	width: 100%;
}

.custom_select__list .estate_content__category_item {
	padding-block: 0.25rem;
    display: block;
    color: #7e7e7e;
    text-decoration: none;
	padding-inline: 0.5rem;
}
.custom_select__list .estate_content__category_item_link:before {
	display: none;
}
.custom_select__list .estate_content__category_item:hover, .custom_select__list .estate_content__category_item_link.active {
	background-color: #FAFAFA;
	font-weight: 400;
}

.documents_block__list_item {
	padding-block: 0.5rem; 
}

.estate_content__full_categories {
	font-size: 1rem;
	gap: 1.75rem;
	margin-top: 2rem;
}
.documents_block__list_item_link {
	width: 100%;
}
.documents_block__list_item_link .file_icon {
	flex: 0 0 10%;
}
.documents_block__list_item_link .file_title {
	flex: 0 0 calc(90% - 0.5rem);
}