@font-face {
  font-family: "NunitoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NunitoSans-Regular.ttf");
}
@font-face {
  font-family: "Font Awesome 6 Pro Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome-pro-6.2.0-web/fontawesome-pro-6.2.0-web/webfonts/fa-regular-400.ttf");
}
@font-face {
  font-family: "Font Awesome 6 Pro Solid";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome-pro-6.2.0-web/fontawesome-pro-6.2.0-web/webfonts/fa-solid-900.ttf");
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'NunitoSans';
}
html {
  font-size: 10px;
}
body {
  margin: 0;
  overflow-x: hidden;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
button {
	cursor: pointer;
}
.general-wrapper-width {
  max-width: 1905px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.general-wrapper,
.block-banner-detail-wrapper,
.houses-list-wrapper,
.districts-wrapper {
  margin-left: 18.5%;
  margin-right: 18.5%;
}
.districts-wrapper {
  margin-right: 0;
}
.general-wrapper-reviews {
  margin-left: 18.5%;
}
.main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main-container-child {
  width: 100%;
}
.main-container-child.block-header .block-top-menu {
  background-color: #5E9295;
  height: 40px;
}
.block-top-menu__columns {
  display: flex;
  justify-content: space-between;
}
.block-top-menu__list-city {
  display: flex;
  padding: 24px 0;
  position: relative;
}
.block-top-menu__list-city-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  cursor: pointer;
}
.block-top-menu__list-city-button i.fa-location-pin {
  font-family: "Font Awesome 6 Pro Regular";
  font-size: 14px;
  line-height: 14px;
  color: #ACD4D6;
}
.block-top-menu__list-city-button i.fa-caret-down {
  font-family: "Font Awesome 6 Pro Solid";
  font-weight: 900;
  font-size: 10px;
  line-height: 10px;
  color: #ACD4D6;
  margin-left: 4px;
}
.block-top-menu__list-city-button._active i.fa-caret-down:before {
  content: "\f0d8";
}
.block-top-menu__list-city-button p {
  margin-left: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #75B7BA;
}
.block-top-menu__list-city-dropdown {
  display: none;
}
.block-top-menu__list-city-dropdown._active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 24px;
  gap: 4px;
  isolation: isolate;
  position: absolute;
  width: 387px;
  max-height: 356px;
  left: 0;
  top: 40px;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  z-index: 1;
}
.block-top-menu__list-city-dropdown ul {
  overflow: hidden auto;
  scrollbar-width: thin;
  scrollbar-color: #BDBDBD #D7D7D7;
}
.block-top-menu__list-city-dropdown ul::-webkit-scrollbar {
  width: 4px;
}
.block-top-menu__list-city-dropdown ul::-webkit-scrollbar-track {
  background: #D7D7D7;
}
.block-top-menu__list-city-dropdown ul::-webkit-scrollbar-thumb {
  background-color: #BDBDBD;
  border-radius: 2px;
}
.block-top-menu__list-city-dropdown ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  padding: 5px 8px;
  width: 371px;
  height: 32px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
}
.block-top-menu__list-city-dropdown ul li._active {
  background: #E3F1F1;
  border-radius: 8px;
}
.block-top-menu__buttons {
  display: flex;
  justify-content: right;
  padding-top: 11px;
}
.block-top-menu__list-city-dropdown ul li:hover {
  background: #E3F1F1;
  border-radius: 8px;
}
.block-top-menu__buttons-search,
.block-top-menu__buttons-feedback {
  display: flex;
  align-items: center;
}
.block-top-menu__buttons a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ACD4D6;
  text-decoration: none;
}
.block-top-menu__buttons-search a i.fa-magnifying-glass {
  font-family: "Font Awesome 6 Pro Solid";
  font-size: 14px;
  line-height: 14px;
  color: #ACD4D6;
  margin-right: 8px;
}
.block-top-menu__buttons img {
  width: 16px;
  height: 16px;
  padding-right: 8px;
}
.block-top-menu__buttons-feedback {
  margin-left: 24px;
}
.block-top-menu__buttons-feedback a i.fa-message {
  font-family: "Font Awesome 6 Pro Regular";
  font-size: 14px;
  line-height: 14px;
  color: #ACD4D6;
  margin-right: 8px;
}
.main-container-child.block-header .block-banner {
  background: linear-gradient(180deg, #75B7BA 0%, #5E9295 100%);
  height: 697px;
}
.page-list-news .main-container-child.block-header .block-banner {
  height: 329px;
}
.block-banner__main-menu {
  display: flex;
  justify-content: space-between;
}
.block-banner__main-menu-logo {
}
.block-banner__main-menu-logo a::before,
.block-footer__columns-copyright-logo a::before {
  content: url("../images/logo-footer.svg");
  padding-right: 12px;
  width: 40px;
  height: 40px;
}
.block-banner__main-menu-logo a::before {
	content: url("../images/logo_new.png");
}

.block-banner__main-menu-logo a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  align-items: center;
  color: #5E9295;
  height: 40px;
  max-width: 100%;
}

.block-banner__main-menu-block {
	margin-bottom: 4.8rem;
}

.block-banner__main-menu-menu {
}
.block-banner__main-menu-menu-mobile {
  display: none;
}
.block-banner__main-menu-menu ul {
  display: flex;
  width: 100%;
  margin-top: 0.9rem;
  flex-direction: row;
  justify-content: end;
  -webkit-justify-content: flex-end;
  padding: 0;
}
.block-banner__main-menu-menu ul li {
  list-style-type: none;
  margin-left: 32px;
  margin-bottom: 16px;
}
.block-banner__main-menu-menu ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
}
.block-banner__title {
	margin: 3.2rem 0;
	font-style: normal;
	font-weight: 600;
	font-size: 4.8rem;
	line-height: 6.5rem;
	color: #262626;
}
.rating-page .block-banner__title {
  width: 92%;
}
.block-banner__description {
	margin-top: 2.5rem;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #262626;
}
.block-banner__buttons {
	margin-top: 2.5rem;
	display: flex;
}
.rating-page .block-banner__buttons,
.page-houses .block-banner__buttons {
  top: 327px;
}
.rating-page .block-banner__buttons-right,
.page-houses .block-banner__buttons-right {
  margin-left: 0;
}
.rating-page .block-banner__buttons-right button,
.page-houses .block-banner__buttons-right button {
  background: #FB8C3F;
  border-radius: 8px;
  border: 0;
}
.block-banner__buttons-left button,
.block-banner__buttons-left a {
  background: #FB8C3F;
  border-radius: 8px;
  width: 155px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.block-banner__buttons-right {
  margin-left: 24px;
}
.block-banner__buttons-right button,
.block-banner__buttons-right a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  gap: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  width: 265px;
  height: 48px;
  background: rgb(0 206 209 / 0%);
  cursor: pointer;
}

.block-banner__city-background {
    width: 100%;
	background: linear-gradient(360deg, #EDF8F8 0%, #FFF 100%);
	margin-top: -144px;
    padding-top: 86px;
	position: relative;
}

.block-banner__city-background:before {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../images/cityskyline.png);
	height: 44.1rem;
	width: 100%;
}
.block-banner__buttons-filter {
  margin-top: 3.2rem;
  height: 40px;
  display: flex;
}
.block-banner__buttons-filter button {
  border: 1px solid #75B7BA;
  border-radius: 4px;
  background: rgb(0 206 209 / 0%);
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  height: 40px;
  color: #75B7BA;
  padding: 9px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.block-banner__buttons-filter button._active {
  background: #75B7BA;
  color: #FFFFFF;
}

.block-banner__buttons-filter__reverce button {
  border: 1px solid #75B7BA;
  color: #75B7BA;
}

.block-banner__buttons-filter__reverce button._active {
  background: #75B7BA;
  color: #FFFFFF;
}

.block-banner__images-people img:nth-child(1) {
	position: absolute;
	left: 5%;
    top: -11.1rem;
}
.block-banner__images-people img:nth-child(2) {
	position: absolute;
	left: 18%;
    top: -9.2rem;
}
.block-banner__images-people img:nth-child(3) {
	position: absolute;
	left: 41%;
    top: -12rem;
}
.block-banner__images-people img:nth-child(4) {
	position: absolute;
	top: -9rem;
    right: 39%;
}
.block-banner__images-people img:nth-child(5) {
	position: absolute;
	top: -46.2rem;
    right: 3%;
}
.block-banner__search {
  height: 163px;
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: block;
  box-sizing: border-box;
  padding: 32px 32px 0 32px;
  margin-left: 0;
  margin-top: 15.6rem;
  position: relative;
}
.block-banner__search_top {
	margin-top: 6.4rem;
}
.block-banner__search p {
  height: 27px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-banner__search-form {
  display: flex;
}
.block-banner__search-title {
	margin-bottom: 24px;
}
.block-banner__search-form input[type="text"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  margin-top: 8px;
  gap: 10px;
  width: 100%;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}
.block-banner__search-form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  width: 111px;
  height: 38px;
  background: #75B7BA;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 24px;
  color: #FFFFFF;
  margin-top: 8px;
}
.block-banner__search-form button i.fa-magnifying-glass,
.block-content__houses-list-search-form button i.fa-magnifying-glass {
  font-family: "Font Awesome 6 Pro Regular";
  width: 24px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
}
.block-banner__search-form button span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.block-content__list-companies {
  margin-top: 128.63px;
}
.block-content__list-companies-table-title {
	margin-top: 3.2rem;
}
.block-content__list-companies-table-title,
.block-content__list-companies-table-content {
  width: 100%;
}
.block-content__list-companies-m-title,
.block-content__list-companies-m-content,
.block-content__list-companies-m-link {
  display: none;
}
.block-content__list-companies-table-title td:nth-child(1) {
  width: 535px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #262626;
}
.block-content__list-companies-table-title td:nth-child(2),
.block-content__list-companies-table-title td:nth-child(3)
{
  padding-left: 11px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
  padding-top: 12px;
}

.block-content__list-companies-table-title td:nth-child(3) a {
  text-decoration: none;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  color: #75B7BA;
  background: rgb(0 206 209 / 0%);
}

.block-content__list-companies-table-title td:nth-child(3) a:hover {
  color: #5E9295;
}
.block-content__list-companies-table-title td:nth-child(3) a:active {
  color: #466E70;
}

.block-content__list-companies-table-title td:nth-child(3) a::after {
  content: url(../images/arrow-right.svg);
  margin-left: 8px;
  width: 15px;
}

.block-content__list-companies-table-title td:nth-child(3) a:hover::after {
  content: url(../images/arrow-right_hover.svg);
  width: 15px;
}

.block-content__list-companies-table-title td:nth-child(3) a:active::after {
  content: url(../images/arrow-right_active.svg);
  width: 15px;
}

.block-content__list-companies-table-title td:nth-child(3) img {
  margin-left: 8px;
}
.block-content__list-companies-table-content {
  margin-top: 32px;
}
.block-content__list-companies-table-content-title {
  height: 19px;
}
.block-content__list-companies-table-content-row {
  height: 72px;
}
.block-content__list-companies-table-content tr:nth-child(1) th {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-content__list-companies-table-content-row-item {
  font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #262626;
}
.block-content__list-companies-table-content-row-title a {
  text-decoration: none;
  align-items: center;
  display: flex;
}
.block-content__list-companies-table-content-row-title a img {
  width: 40px;
  height: 40px;
}
.block-content__list-companies-table-content tr th:nth-child(1) {
  width: 32px;
  text-align: left;
}
.block-content__list-companies-table-content tr th:nth-child(2) {
  width: 500px;
  text-align: left;
}
.block-content__list-companies-table-content tr th:nth-child(3) {
  width: 441px;
  text-align: left;
}
.block-content__list-companies-table-content tr th:nth-child(4),
.block-content__list-companies-table-content tr td:nth-child(4) {
  width: 115px;
  text-align: center;
}
.block-content__list-companies-table-content tr td:nth-child(4) {
  font-size: 20px;
  line-height: 27px;
}
.block-content__list-companies-table-content tr td:nth-child(4) img:nth-child(2),
.block-content__list-companies-table-content tr td:nth-child(4) a:nth-child(2) {
  margin-left: 16px;
}
.block-content__list-companies-table-content tr th:nth-child(5),
.block-content__list-companies-table-content-row td:nth-child(5) {
  text-align: right;
}
.block-content__list-companies-table-content-row td:nth-child(5) {
  width: 25px;
}
.block-content__list-companies-table-content-row td:nth-child(6) {
	text-align: right;
	width: 50px;
}
.block-content__list-companies-table-content-row td:nth-child(2) {
  align-items: center;
  line-height: 72px;
}

.block-content__list-companies-table-content-name-company {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #262626;
  padding-left: 16px;
}

.block-content__list-companies-table-content-name-company:hover {
  color: #75B7BA;
}

.block-content__list-companies-table-content-row td:nth-child(3) a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #75B7BA;
}

.block-content__list-companies-table-content-row td:nth-child(3) a:hover {
  color: #5E9295;
}

.block-content__list-companies-table-content-row td:nth-child(3) a:active {
  color: #466E70;
}

.block-content__list-companies-table-content-row td:nth-child(5) span:nth-child(1) {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-right: 0.8rem;
}
.block-content__list-companies-table-content-rating-up {
  color: #88C526;
}
.block-content__list-companies-table-content-rating-down {
  color: #E3000F;
}
.block-content__list-companies-table-content-row td:nth-child(6) span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #262626;
}
.block-content__info {
  margin-top: 64px;
  background: linear-gradient(267.99deg, #75B7BA 0%, #5E9295 100%);
  padding-bottom: 80px;
}
.block-content__info-columns {
  display: flex;
  justify-content: space-between;
}
.block-content__info-columns img {
  width: 48px;
  height: 48px;
}
.block-content__info-columns-description {
  padding-top: 80px;
  width: 49%;
}
.block-content__info-columns-description p:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 44px;
  color: #262626;
}
.block-content__info-columns-description p:nth-child(2) {
  padding-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 22px;
  color: #262626;
}
.block-content__info-columns-count-houses {
  display: flex;
  flex-direction: column;
  padding-top: 136px;
  align-items: center;
}
.block-content__info-columns-count-houses span:nth-child(2),
.block-content__info-columns-count-uk span:nth-child(2),
.block-content__info-columns-count-locality span:nth-child(2) {
  padding-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 33px;
  color: #262626;
}
.block-content__info-columns-count-houses span:nth-child(3),
.block-content__info-columns-count-uk span:nth-child(3),
.block-content__info-columns-count-locality span:nth-child(3) {
  padding-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 19px;
  color: #262626;
  text-align: center;
}
.block-content__info-columns-count-uk,
.block-content__info-columns-count-locality {
  display: flex;
  flex-direction: column;
  padding-top: 136px;
  align-items: center;
}
.block-content__reviews {
  margin-top: 48px;
}
.block-content__reviews-columns {
  display: flex;
  justify-content: space-between;
}
.block-content__reviews-columns-title {
  height: 44px;
}
.block-content__reviews-columns-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #262626;
}
.block-content__reviews-slider {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
.slider__wrapper {
  overflow: hidden;
  width: auto;
}
.slider__item {
  flex: 0 0 411px;
  max-width: 411px;
}
.slider__control {
  background: none;
  top: -22px;
}
.slider__control[data-slide=prev] {
	left: inherit;
  right: 6rem;
}
.slider__control[data-slide=next] {
	left: inherit;
	right: 0;
}
.slider__control:focus, .slider__control:hover {
  background: #fff;
}
.block-content__reviews-slider-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 20px;
  width: 410px;
  height: 370px;
  border: 1px solid #E3F1F1;
  border-radius: 24px;
}
.block-content__reviews-slider-item-text {
	max-height: 30.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
/** Рейтинг со звездами **/
.block-content__reviews-slider-item-rating i {
  font-family: "Font Awesome 6 Pro Solid";
  font-size: 16px;
  line-height: 16px;
  color: #FB8C3F;
  width: 24px;
}
.block-content__reviews-slider-item-rating i.fa-regular {
  font-family: "Font Awesome 6 Pro Regular";
}
.block-content__reviews-slider-item-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
}
.block-content__reviews-slider-item-author {
	display: flex;
	position: absolute;
    bottom: 20px;
    width: 400px;
}
.block-content__reviews-slider-item-author-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 23px;
}
.block-content__reviews-slider-item-author img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.block-content__reviews-slider-item-author-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content__reviews-slider-item-author-post {
  padding-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-content__news {
  margin-top: 64px;
  background: #E3F1F1;
  padding-bottom: 64px;
}
.page-list-news .block-content__news {
  background: #fff;
  margin-top: 0;
}
.block-content__news-title {
  display: flex;
  justify-content: space-between;
  padding-top: 3.2rem;
}
.block-content__news-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #262626;
}
.page-list-news .block-content__news-title p {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #262626;
}
.block-content__news-filter {
  display: flex;
  margin-top: 24px;
  gap: 24px;
}
.block-content__news-filter a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-content__news-filter a._active {
  color: #75B7BA;
}
.block-content__news-title-link {
  display: flex;
  align-items: center;
}
a.block-content__news-title-link {
  text-decoration: none;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  color: #75B7BA;
}

a.block-content__news-title-link:hover {
  color: #5E9295;
}
a.block-content__news-title-link:active {
  color: #466E70;
}

a.block-content__news-title-link::after {
  content: url("../images/arrow-right.svg");
  margin-left: 10px;
}

a.block-content__news-title-link:hover::after {
  content: url("../images/arrow-right_hover.svg");
}

a.block-content__news-title-link:active::after {
  content: url("../images/arrow-right_active.svg");
}

.block-content__news-columns {
  display: flex;
  padding-top: 32px;
  justify-content: space-between;
}
.block-content__news-columns__news {
  padding-top: 0;
  flex-wrap: wrap;
  justify-content: start;
}
.block-content__news-columns-item {
  width: 33%;
}

.block-content__news-columns-item:hover .block-content__news-columns-item-title {
	color: #5E9295;
}

.block-content__news-columns-item__news {
  width: 31.1%;
  margin-right: 32px;
  margin-bottom: 32px;
}

.block-content__news-columns-item__news:nth-child(3n) {
  margin-right: 0;
}

.block-content__news-columns-item:not(:first-child) {
  margin-left: 32px;
}
.block-content__news-columns-item__news:not(:first-child) {
  margin-left: 0;
}
.block-content__news-columns-item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-content__news-columns-item__news img {
  width: 100%;
  height: auto;
}
.block-content__news-columns-item-date {
  height: 32px;
  padding-top: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-content__news-columns-item-title {
  text-decoration: none;
  width: 379px;
  height: 81px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content__news-columns-item-preview {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #262626;
  padding-top: 12px;
}
.main-container-child.block-footer {
  background: #EDF8F8;
}
.block-footer__columns {
  display: flex;
  padding-top: 72px;
  padding-bottom: 50px;
  justify-content: space-between;
}
.block-footer__columns-copyright {
  width: 33%;
}
.block-footer__columns-copyright-logo {
  height: 40px;
}
.block-footer__columns-copyright-logo a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  color: #5E9295;
  align-items: center;
}
.block-footer__columns-copyright-logo a::before {
  content: url("../images/logo-footer.svg");
}
.block-footer_pr-logo {
	height: 2.2rem;
	margin: 5rem 0;
}
.block-footer__columns-copyright-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5E9295;
}
.block-footer__columns-bottom-menu {
  height: 214px;
  width: 66%;
}
.block-footer__columns-bottom-menu ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: end;
}
.block-footer__columns-bottom-menu li {
  list-style-type: none;
  width: 50%;
}
.block-footer__columns-bottom-menu li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
}
/** rating.html **/
.rating-page .main-container-child.block-header .block-banner,
.page-houses .main-container-child.block-header .block-banner {
  height: 546px;
}
.rating-page .block-banner__description,
.page-houses .block-banner__description {
  top: 241px;
  width: 63%;
}
.rating-page .block-banner__buttons,
.page-houses .block-banner__buttons {
  top: 327px;
}
.rating-page .block-banner__search,
.page-houses .block-banner__search {
  top: 439px;
  height: 211px;
}
.rating-page .block-banner__search-form,
.page-houses .block-banner__search-form {
  display: block;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 0;
}
.block-banner__search-form-filter,
.block-banner__search-form-filter {
  display: flex;
}
.block-banner__form-search {
	width: 70%;
	padding-right: 24px;
}
.block-banner__form-filter {
	width: 100%;
}
.block-banner__filter-block {
	display: flex;
}
.block-banner__filter-mc {
	width: 70%;
}
.block-banner__filter-region {
	width: 30%;
}
.block-banner__name-company {
	margin-right: 24px;
}
.block-banner__name-company input[type="text"] {
	width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 16px;
    gap: 10px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #979797;
}
.block-banner__house-area {
	margin-left: 32px;
    width: 23%;
}
.block-banner__search-form-filter-name-company,
.block-banner__search-form-filter-name-company {
  width: 48.7%;
}
.block-banner__search-form-filter-name-company p,
.block-banner__search-form-filter-locality p,
.block-banner__search-form-filter-area p {
  height: 19px;
  padding-top: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-banner__search-form-filter-name-company input[type="text"],
.block-banner__search-form-filter-name-company input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  gap: 10px;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}
.block-banner__search-form-filter-name-company input[type="text"]::placeholder,
.block-banner__search-form-filter-name-company input[type="text"]::placeholder {
  color: #979797;
}
.block-banner__search-form-filter-locality {
  width: 23%;
  margin-left: 32px;
}
.block-banner__search-form-filter-locality-select,
.block-banner__search-form-filter-area-select,
.block-banner__search-form-filter-locality-select,
.block-banner__search-form-filter-area-select {
  position: relative;
  display: flex;
}
.block-banner__search-form-filter-locality-select-head,
.block-banner__search-form-filter-area-select-head,
.block-banner__search-form-filter-locality-select-head,
.block-banner__search-form-filter-area-select-head {
  box-sizing: border-box;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 0 16px;
  gap: 10px;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  cursor: pointer;
}

.block-banner__search-form-filter-locality-select-head,
.block-banner__search-form-filter-area-select-head {
	padding: 0 48px 0 16px;
	white-space: nowrap;
    overflow: hidden;
}

.block-banner__search-form-filter-locality-select-head::after,
.block-banner__search-form-filter-area-select-head::after,
.block-banner__search-form-filter-locality-select-head::after,
.block-banner__search-form-filter-area-select-head::after {
  content: '\25BC';
  position: absolute;
  top: 20px;
  right: 2rem;
  width: 5px;
  height: 4px;
  font-size: .7em;
  margin: 6px 0 0 8px;
  transform: scaleY(.6);
  color: #979797;
}

.block-banner__search-form-filter-locality-select-head:before,
.block-banner__search-form-filter-area-select-head::before {
	content: '';
	position: absolute;
    right: 0.1rem;
    top: 1.9rem;
	height: 2.5rem;
	width: 2.5rem;
	background: white;
}

.block-banner__search-form-filter-locality-select-head.open::after,
.block-banner__search-form-filter-area-select-head.open::after,
.block-banner__search-form-filter-locality-select-head.open::after,
.block-banner__search-form-filter-area-select-head.open::after {
  transform: scaleY(.6) rotate(180deg);
  top: 28px;
  right: 1.4rem;
}
.block-banner__search-form-filter-locality-select-list,
.block-banner__search-form-filter-area-select-list,
.block-banner__search-form-filter-locality-select-list,
.block-banner__search-form-filter-area-select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
.block-banner__search-form-filter-locality-select-list::-webkit-scrollbar,
.block-banner__search-form-filter-area-select-list::-webkit-scrollbar,
.block-banner__search-form-filter-locality-select-list::-webkit-scrollbar,
.block-banner__search-form-filter-area-select-list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}
.block-banner__search-form-filter-locality-select-list::-webkit-scrollbar-thumb,
.block-banner__search-form-filter-area-select-list::-webkit-scrollbar-thumb,
.block-banner__search-form-filter-locality-select-list::-webkit-scrollbar-thumb,
.block-banner__search-form-filter-area-select-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
.block-banner__search-form-filter-locality-select-item,
.block-banner__search-form-filter-area-select-item,
.block-banner__search-form-filter-locality-select-item,
.block-banner__search-form-filter-area-select-item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}
.block-banner__search-form-filter-locality-select-item:hover,
.block-banner__search-form-filter-area-select-item:hover,
.block-banner__search-form-filter-locality-select-item:hover,
.block-banner__search-form-filter-area-select-item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
.block-banner__search-form-additional-filter,
.block-banner__search-form-additional-filter {
  display: flex;
  justify-content: flex-end;
}
/*Этого блока на странице сейчас нет, стили только мешают
/*.block-banner__search-form-additional-filter-params,
.block-banner__search-form-additional-filter-params {
  width: 77%;
  margin-top: 34px;
  height: 28px;
}*/
.block-banner__search-form-additional-filter-params-wrapper,
.block-banner__search-form-additional-filter-params-wrapper {
  display: flex;
  align-items: center;
  width: 251px;
  height: 28px;
}
.block-banner__search-form-additional-filter-params-wrapper span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  margin-left: 12px;
}

.block-banner__search-form-additional-filter-params-wrapper a::before {
  content: url("../images/icon-add-filter.svg");
  margin-top: 3px;
  margin-right: 8px;
}

.block-banner__search-form-additional-filter-params-wrapper a {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #75B7BA;
}

.block-banner__search-form-additional-filter-params-wrapper a:hover::before {
  content: url("../images/icon-add-filter_hover.svg");
}

.block-banner__search-form-additional-filter-params-wrapper a:hover {
  color: #5E9295;
}

.block-banner__search-form-additional-filter-params-wrapper a:active::before {
  content: url("../images/icon-add-filter_active.svg");
}

.block-banner__search-form-additional-filter-params-wrapper a:active {
  color: #466E70;
}
  
.block-banner-rating__search-form-additional-filter-params span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  padding-left: 12px;
}
/** Стилизация чекбокс для фильтра "Новый дом" **/
.block-banner__search-form-additional-filter-params-new-home {
  margin: 2em;
}
#filter-new-home {
  display: none;
}
#filter-new-home+.filter-new-home-label,
#filter-new-home+.filter-new-home-label::before,
#filter-new-home+.filter-new-home-label::after {
  transition: all .3s;
}
#filter-new-home+.filter-new-home-label {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 18px;
  background: #75B7BA;
  border-radius: 9px;
  cursor: pointer;
}
#filter-new-home+.filter-new-home-label::before {
  display: block;
  content: attr(data-offlabel);
  position: absolute;
  top: 18px;
  right: 10px;
  color: black;
}
#filter-new-home+.filter-new-home-label::after {
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: white;
}
#filter-new-home:checked+.filter-new-home-label::before {
  content: attr(data-onlabel);
  left: 16px;
  right: auto;
  color: #fff;
}
#filter-new-home:checked+.filter-new-home-label::after {
  left: 14px;
  background-color: #FFFFFF;
}
#filter-new-home+.filter-new-home-label {
  background-color: #ccc;
}
#filter-new-home:checked+.filter-new-home-label {
  background-color: #75B7BA;
}
#filter-new-home:checked+.filter-new-home-label::before {
  color: #fff;
}
.block-banner__search-form-additional-filter-reset {
	margin-top: 37px;
	margin-right: 1.6rem;
}
.block-banner__search-form-additional-filter-reset a,
.block-banner__search-form-additional-filter-reset button {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #75B7BA;
  white-space: nowrap;
  background: transparent;
}
.block-banner__search-form-additional-filter-submit {
  margin-top: 24px;
  order: 1;
}
.block-banner__search-form-additional-filter-form-button,
.block-banner__search-form-additional-filter-form-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  width: 103px;
  height: 48px;
  background: #75B7BA;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.block-content-rating__list-companies-table-title td:nth-child(1) {
  width: 382px;
}
.block-content__list-companies-table-content-row._advertising {
  height: 304px;
  position: relative;
}
.block-content__list-companies-table-content-row._advertising img {
  width: 100%;
}
.block-content-rating__list-companies-nav {
  display: flex;
  margin-top: 32px;
}
.block-content-rating__list-companies-nav-buttons {
}
.block-content-rating__list-companies-nav-buttons button,
.block-content-rating__list-companies-nav-buttons a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  gap: 10px;
  width: 154px;
  height: 48px;
  background: #75B7BA;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.block-content-rating__list-companies-nav-pages {
	margin-left: auto;
}
.block-content-rating__list-companies-nav-pages ul {
  display: flex;
  height: 48px;
}
.block-content-rating__list-companies-nav-pages li,
.block-content-rating__list-companies-nav-pages span {
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 48px;
  height: 48px;
}

.block-content-rating__list-companies-nav-pages span {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}

.block-content-rating__list-companies-nav-pages li._active {
  background: #E3F1F1;
  border-radius: 8px;
}
.block-content-rating__list-companies-nav-pages li:not(:first-child) {
  margin-left: 4px;
}
.block-content-rating__list-companies-nav-pages li a,
.block-content-rating__list-companies-nav-pages li span {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content-rating__list-companies-nav-pages li._active span {
  color: #75B7BA;
}
/** Detail Page **/
.main-container-child.block-header .block-banner-detail {
  height: 272px;
}
.block-banner-detail__city-background {
  height: 272px;
  margin-top: 0;
}
.block-banner-detail-wrapper {
  display: flex;
  position: absolute;
  width: 63%;
  top: 155px;
  align-items: center;
  justify-content: space-between;
}
.block-banner-detail-wrapper-block-1 {
  width: 50%;
  display: flex;
  align-items: center;
}
.block-banner-detail-wrapper-block-1 .block-banner__title {
  width: 100%;
}
.block-banner-detail-wrapper img {
  width: 72px;
  height: 72px;
}
.block-banner-detail-wrapper-block-2 {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.block-banner-detail-wrapper-block-2 span:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.7rem;
  color: #262626;
  margin-right: 24px;
}
.block-banner-detail-wrapper-block-2 span:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 6.5rem;
  color: #262626;
}
.block-banner-detail__title {
  position: static;
}
.block-banner-detail-wrapper span:nth-child(3) {
  width: 190px;
  height: 27px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
  margin-top: 20px;
}
.block-banner-detail-wrapper span:nth-child(4) {
  width: 87px;
  height: 65px;
  margin-left: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  color: #262626;
}
.block-content__general-info-wrapper {
  display: flex;
}
.block-content__general-info-list {
  margin-top: 30px;
}
.block-content__general-info-list table tr {
  display: flex;
  margin-top: 16px;
}
.block-content__general-info-list table tr td:nth-child(1) {
  width: 218px;
}
.block-content__general-info-list table tr td:nth-child(2) {
  width: 282px;
  margin-left: 90px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-content__general-info-list table tr td:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}
.block-content__general-info-list table tr td:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  padding-left: 91px;
}
.block-content__general-info-list table tr td:nth-child(2) a {
  text-decoration: none;
  color: #75B7BA;
}

.block-content__general-info-list table tr td:nth-child(2) a:hover {
  text-decoration: none;
  color: #5E9295;
}

.block-content__general-info-list table tr td:nth-child(2) a:active {
  text-decoration: none;
  color: #466E70;
}

.block-content__general-info-rating {
  width: 100%;
  height: 342px;
  margin-left: 26px;
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin-top: 48px;
  padding: 40px 32px 32px;
}
.block-content__general-info-rating-title span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #262626;
}
.block-content__general-info-rating-results {
  margin-top: 24px;
  height: 22px;
}
.block-content__general-info-rating-results-row {
  margin-top: 28px;
}
.block-content__general-info-rating-results-row-text {
  display: flex;
  justify-content: space-between;
}
.block-content__general-info-rating-results-row-text span:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}
.block-content__general-info-rating-results-row-text div span:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
}
.block-content__general-info-rating-results-row-text div span:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}
.block-content__general-info-rating-results-row-line {
  width: 100%;
  height: 4px;
  background: #F2F2F2;
  border-radius: 2px;
  margin-top: 8px;
}
.block-content__general-info-rating-results-row-line div {
  width: 0;
  height: 100%;
  background: #FB8C3F;
  border-radius: 2px;
}
.block-content__general-info-rating-main-result {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-content__general-info-rating-main-result span:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}
.block-content__general-info-rating-main-result span:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #262626;
}
.block-content__general-info-list-add-info {
  margin-top: 32px;
}
.block-content__general-info-list-add-info-seo {
  display: flex;
  width: 254px;
  height: 70px;
}
.block-content__general-info-list-add-info-seo img {
  width: 64px;
  height: 64px;
  margin-right: 23px;
}
.block-content__general-info-list-add-info-seo-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-content__general-info-list-add-info-seo-data span:nth-child(1) {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-content__general-info-list-add-info-seo-data span:nth-child(3) {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #979797;
}
.block-content__general-info-list-add-info-seo-data span:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #262626;
}
.block-content__general-info-list-add-info-link {
  margin-top: 54px;
  font-size: 16px;
  line-height: 22px;
}

.block-content__general-info-list-add-info a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 223px;
  height: 44px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #75B7BA;
}

.block-content__general-info-list-add-info a:hover {
  color: #5E9295;
}

.block-content__general-info-list-add-info a:active {
  color: #466E70;
}

.block-content__general-info-list-add-info a img {
  margin-left: 10px;
}
.block-content__photos {
  margin-top: 64px;
}
.block-content__photos-columns {
  display: flex;
  justify-content: space-between;
}
.block-content__photos-columns-title {
  height: 44px;
}
.block-content__photos-columns-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #262626;
}
.general-wrapper-photos {
  margin-left: 18.5%;
}
.block-content__photos-slider {
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
}
.block-content__photos-slider .slider__item {
  flex: 0 0 308px;
  max-width: 308px;
}
.block-content__photos-slider .slider__item img {
  width: 276px;
  height: 200px;
  border-radius: 8px;
}
.block-content__houses-company {
  margin-top: 64px
}
.block-content__houses-company-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-content__houses-company-columns-title {
  height: 44px;
}
.block-content__houses-company-columns-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #262626;
}
.block-content__houses-company-columns-buttons {
  display: flex;
  align-items: center;
  height: 32px;
}
.block-content__houses-company-columns-buttons a {
  text-decoration: none;
  background: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #75B7BA;
  border: 1px solid #75B7BA;
}
.block-content__houses-company-columns-buttons a:nth-child(1) {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 10px;
  width: 89px;
  height: 30px;
  border-radius: 20px 0 0 20px;
}
.block-content__houses-company-columns-buttons a:nth-child(2) {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 10px;
  height: 30px;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}
.block-content__houses-company-columns-buttons a._active {
  background: #75B7BA;
  color: #FFFFFF;
}
.block-content__houses-map {
  display: none;
  width: 100%;
  height: 600px;
  margin: 32px 0 64px;
}
.block-content__houses-map._active {
  display: block;
}

.block-content__cities-list {
  display: none;
}
.block-content__cities-list._active {
  display: block;
}

.block-content-detail__news {
  margin-top: 0;
}
.block-content__houses-list {
  display: none;
  margin-top: 32px;
  margin-bottom: 64px;
}
.block-content__houses-list._active {
  display: block;
}
.block-content__houses-list-search {
  height: 112px;
  background: #FFFFFF;
  box-shadow: 0 0 16px rgb(0 0 0 / 10%);
  border-radius: 24px;
}
.block-content__houses-list-search-form {
  display: flex;
  align-items: center;
}
.block-content__houses-list-search-form input[type="text"] {
  display: flex;
  width: 89.5%;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  gap: 10px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}
.block-content__houses-list-search-form button {
  display: flex;
  width: 10.5%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  gap: 8px;
  height: 48px;
  background: #FB8C3F;
  border-radius: 8px;
  color: #FFFFFF;
}
.block-content__houses-list-search-form button span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgb(0 206 209 / 0%);
}
.block-content__houses-list-table-content {
  width: 100%;
  margin-top: 48px;
}
.block-content__houses-list-table-content-title {
  display: flex;
  align-items: center;
  height: 19px;
  margin-bottom: 8px;
}
.block-content__houses-list-table-content-title th:nth-child(1) {
  width: 47.8%;
}
.block-content__houses-list-table-content-title th:nth-child(2) {
  width: 32%;
}
.block-content__houses-list-table-content-title th {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-content__houses-list-table-content-row {
  height: 72px;
  display: flex;
  align-items: center;
}
.block-content__houses-list-table-content-row-item {
  width: 2.65%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.block-content__houses-list-table-content-row-address {
  width: 45%;
}

.block-content__houses-list-table-content-row-address a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}

.block-content__houses-list-table-content-row-address a:hover {
  color: #75B7BA;
}

.block-content__houses-list-table-content-row-company {
  width: 32.3%;
}
.block-content__houses-list-table-content-row-company a {
  text-decoration: none;
  align-items: center;
  display: flex;
}
.block-content__houses-list-table-content-row-company a img {
  padding-right: 24px;
  width: 40px;
  height: 40px;
}
.block-content__houses-list-table-content-row-developer {
  width: 20.05%;
}
.block-content__houses-list-table-content-name-company {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content__houses-list-table-content-row-developer a {
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.block-content__list-companies-table-content-name-developer {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content__houses-list-table-content-row-developer a img {
  padding-right: 24px;
  width: 40px;
  height: 40px;
}
/** Дома (houses.html) **/
.page-houses .block-content__list-companies-table-title td:nth-child(1) {
  width: 300px;
}
.page-houses .block-content__list-companies .block-content__houses-list-table-content {
  margin-top: 16px;
}
.block-content__districts {
  margin: 80px 0;
  background: linear-gradient(243.31deg, #75B7BA 0%, #5E9295 100%);
  height: 652px;
  overflow: hidden;
  padding: 0!important;
}
.page-houses .block-content__news {
  margin-top: 0;
}
.districts-wrapper {
  display: flex;
  justify-content: space-between;
}
.block-content__districts-list-title {
  height: 44px;
  padding-top: 48px;
}
.block-content__districts-list-title span {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #262626;
}
.block-content__districts-list {
  width: 50%;
}
.block-content__districts-list ul {
  margin-top: 32px;
}
.block-content__districts-list ul li {
  list-style-type: none;
  gap: 270px;
  height: 27px;
  padding: 32px;
  cursor: pointer;
}
.block-content__districts-list ul li:hover,
.block-content__districts-list ul li._active {
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.block-content__districts-list ul li span:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content__districts-list ul li:hover span:nth-child(1),
.block-content__districts-list ul li._active span:nth-child(1) {
  color: #262626;
}
.block-content__districts-list ul li span:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #5E9295;
  float: right;
}
.block-content__districts-list ul li:hover span:nth-child(2),
.block-content__districts-list ul li._active span:nth-child(2) {
  color: #5E9295;
}
.block-content__districts-images {
  width: 50%;
}
.block-content__districts-images img {
  display: none;
  width: 946px;
  height: 652px;
}
.block-content__districts-images img._active {
  display: block;
}
.block-content__districts-nav {
  display: none;
}
/** Детальная страница дома **/
.page-detail-home .main-container-child.block-header .block-banner-detail {
  height: 343px;
}
.page-detail-home .block-banner-detail__title {
  width: 80%;
  margin-left: 0;
}
.page-detail-home .block-banner-detail-wrapper {
  top: 152px;
  justify-content: space-between;
}
.page-detail-home .block-banner-detail-wrapper span {
  height: 27px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}
.page-detail-home .block-banner-detail-wrapper img {
  width: 35px;
  height: 40px;
  margin-left: 24px;
}
.page-detail-home .block-banner__description {
  top: 241px;
  width: 1200px;
}
.page-detail-home .block-banner-detail__city-background {
  height: 343px;
}
.page-detail-home .block-content__general-info-list {
  margin-top: 32px;
  width: 615px;
}
.page-detail-home .block-content__general-info-list table tr td:nth-child(1) {
  width: 202px;
}
.page-detail-home .block-content__general-info-list table tr td:nth-child(2) {
  width: 242px;
  margin-left: 108px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-content__general-info-slider {
  width: 584px;
  margin-top: 48px;
}
.page-detail-home .block-content__general-info-list img {
  width: 24px;
  height: 24px;
}
.block-content__general-info-slider-main-photo {
  height: 470px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-content__general-info-slider-main-photo img {
  display: none;
}
.block-content__general-info-slider-main-photo img._active {
  display: block;
}
.page-detail-home .block-content__general-info-slider-items.slider {
  margin-top: 24px;
}
.page-detail-home .block-content__photos {
  display: none;
}
.page-detail-home .block-content__photos-slider {
  margin-top: 0;
}
.page-detail-home .block-content__photos-slider .slider__item {
  flex: 0 0 122px;
  max-width: 122px;
  cursor: pointer;
}
.page-detail-home .block-content__photos-slider .slider__item img {
  width: 99px;
  height: 71px;
  border-radius: 8px;
}
.block-content__general-info-dropdown-list {
  margin-top: 62px;
}
.block-content__general-info-dropdown-list-item {
  width: 1200px;
  background: #FFFFFF;
  border-bottom: 1px solid #F2F2F2;
}
.block-content__general-info-dropdown-list-item label {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.block-content__general-info-dropdown-list-item span.block-content__general-info-dropdown-list-item-title {
  padding-top: 16px;
  padding-bottom: 16px;
  cursor : pointer;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content__general-info-dropdown-list-item i.fa-angle-down {
  font-family: "Font Awesome 6 Pro Solid";
  font-size: 24px;
  line-height: 24px;
  color: #75B7BA;
  padding-top: 16px;
  padding-bottom: 16px;
}
.block-content__general-info-dropdown-list-item._active i.fa-angle-down:before {
  content: "\f106";
}
.block-content__general-info-dropdown-list-item .slide {
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  transition: height .4s ease;
}
.block-content__general-info-dropdown-list-item .slide li span {
  padding-top: 16px;
  padding-bottom: 16px;
  cursor : pointer;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
}
.block-content__general-info-dropdown-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
}
.block-content__general-info-dropdown-list-item input[type="checkbox"]:checked + .slide {
  height: 200px;
  overflow-y: auto;
}

@media screen and (max-device-width: 1024px) {
	.block-banner__name-company {
		margin: 0;
	}

  .main-container {
    width: 100%;
    overflow: hidden;
  }
  .main-container-child.block-header .block-banner {
    width: 100%;
    height: 596px;
  }
  .rating-page .main-container-child.block-header,
  .page-houses .main-container-child.block-header {
    margin-bottom: 32px;
  }
  .rating-page .main-container-child.block-header .block-banner,
  .page-houses .main-container-child.block-header .block-banner {
    height: 441px;
  }
  .page-company-detail .main-container-child.block-header .block-banner {
    height: 272px;
  }
  .general-wrapper,
  .block-banner-detail-wrapper {
    margin-left: 4%;
    margin-right: 4%;
  }
  .houses-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .block-top-menu__list-city {
    width: 80%;
  }
  /** Выпадающее верхнее меню с областями и республиками **/
  .block-top-menu__list-city-dropdown._active {
    width: 100%;
  }
  .block-top-menu__list-city-dropdown ul {
    width: 100%;
  }
  .block-top-menu__list-city-dropdown ul li {
    width: 100%;
  }
  .block-top-menu__buttons {
	  width: 20%;
    margin-left: 0;
  }
  .block-top-menu__buttons a span {
    display: none;
  }
  .block-top-menu__buttons-search a::before {
    margin-right: 0;
  }
  .block-top-menu__buttons img {
    padding-right: 0;
  }
  .block-top-menu__buttons-feedback {
    margin-left: 16px;
  }
  .block-top-menu__buttons-feedback a i.fa-message {
    margin-right: 0;
  }
  .block-top-menu__buttons-feedback a::before {
    margin-right: 0;
  }
  /** Логотип в шапке **/
  .block-banner__main-menu-logo a {
    top: 26px;
  }
  /** Главное меню "гамбургер" **/
  .block-banner__main-menu-menu {
    display: none;
  }
  .block-banner__main-menu-menu-mobile {
    display: block;
  }
  .menu__btn i {
    font-family: "Font Awesome 6 Pro Regular";
    font-size: 24px;
    line-height: 24px;
    color: #75B7BA;
    position: absolute;
    right: 3.5%;
    top: 34px;
    cursor: pointer;
  }
  .menu__box {
    display: block;
    top: -40px;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    background: #EDF8F8;
    width: 100%;
    left: -100vw;
    z-index: 5;
	height: 100vh;
  }
  .menu__box .general-wrapper {
    padding-top: 66px;
  }
  .menu__box ul {
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: end;
    align-items: start;
    margin-bottom: 32px;
  }
  .menu__box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
  }
  .menu__box ul li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
  }
  .menu__box-logo a {
    display: flex;
    align-items: center;
  }
  .menu__box-logo-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu__box-close {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .menu__box-close i {
    font-family: "Font Awesome 6 Pro Regular";
    font-size: 24px;
    line-height: 24px;
    color: #75B7BA;
  }
  .menu__btn i {
    font-family: "Font Awesome 6 Pro Regular";
    font-size: 24px;
    line-height: 24px;
    color: #75B7BA;
    cursor: pointer;
	margin-right: 10px;
  }
  .menu__box-logo a {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #75B7BA;
  }
  .menu__box-logo a::before {
    content: url("../images/logo-footer.svg");
    padding-right: 12px;
    width: 40px;
    height: 40px;
  }
  /** Title **/
  .block-banner__title {
    width: 92%;
    left: 4%;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    top: 92.4px;
  }
  .rating-page .block-banner__title,
  .page-houses .block-banner__title {
    width: 92%;
  }
  .page-detail-home .block-banner-detail-wrapper,
  .page-company-detail .block-banner-detail-wrapper {
    width: 92%;
  }
  .page-detail-home .block-banner__title.block-banner-detail__title {
    width: 70%;
    line-height: 33px;
  }
  .page-company-detail .block-banner__title.block-banner-detail__title {
    width: 50%;
    line-height: 64px;
  }
  .page-company-detail .block-banner-detail-wrapper span:nth-child(3) {
    margin-top: 0;
  }
  .page-detail-home .block-banner-detail-wrapper span {
    margin-left: 0;
    position: absolute;
    top: 190px;
  }
  /** Description **/
  .block-banner__description {
    width: 92%;
    left: 4%;
    top: 207.4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .rating-page .block-banner__description,
  .page-houses .block-banner__description {
    width: 67%;
    top: 200px;
  }
  .page-detail-home .block-banner__description {
    width: 92%;
    top: 160px;
  }
  .block-banner__buttons {
    left: 4%;
    top: 288.4px;
    flex-direction: column-reverse;
  }
  .rating-page .block-banner__buttons {
    top: 350px;
  }
  .block-banner__buttons-left {
    margin-top: 25px;
  }
  .block-banner__buttons-left button {
    width: 103px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 0 12px;
  }
  .block-banner__buttons-right {
    margin-left: 0;
  }
  .block-banner__buttons-right button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
    width: 209px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .page-detail-home .block-banner-detail__city-background {
    margin-top: 0;
  }
  .block-banner__images-people img:nth-child(1) {
    width: 43.91px;
    height: 88.35px;
    left: 28px;
    top: 508px;
  }
  .block-banner__images-people img:nth-child(2),
  .block-banner__images-people img:nth-child(4) {
    display: none;
  }
  .block-banner__images-people img:nth-child(3) {
    width: 39.28px;
    height: 96.02px;
    left: 130.91px;
    top: 500px;
  }
  .block-banner__images-people img:nth-child(5) {
    width: 207.16px;
    height: 294.06px;
    top: 303px;
    right: -110px;
  }
  .block-banner__search {
    padding: 32px 16px 32px 16px;
  }
  .block-banner__search,
  .page-company-detail .block-content__houses-list-search {
    width: 100%;
    height: 185px;
    top: 596px;
    border-radius: unset;
  }
  .page-company-detail .block-content__houses-list-search {
    height: 115px;
  }
  .rating-page .block-banner__search,
  .page-houses .block-banner__search {
    top: 440px;
    height: auto;
  }
  .block-banner__search p {
    width: 99%;
    font-size: 14px;
    line-height: 19px;
    padding-left: 0;
  }
  .rating-page .block-banner__search p,
  .page-houses .block-banner__search p {
    margin-left: 0;
  }
  .rating-page .block-banner__search-form,
  .page-houses .block-banner__search-form {
    padding: 0;
    padding-top: 15px;
    margin-left: 4%;
    margin-right: 4%;
  }
  .block-banner__search-form input[type="text"] {
    height: 48px;
  }
  .block-banner__search-form button,
  .page-company-detail .block-content__houses-list-search-form button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
    width: 48px;
    height: 48px;
    background: #FB8C3F;
    border-radius: 8px;
    margin-left: 16px;
    cursor: pointer;
  }
  .block-banner__search-form button i.fa-magnifying-glass,
  .page-company-detail .block-content__houses-list-search-form button i.fa-magnifying-glass{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
  }
  .block-banner__search-form button span,
  .page-company-detail .block-content__houses-list-search-form button span {
    display: none;
  }
  .rating-page .block-banner__search-form-filter,
  .page-houses .block-banner__search-form-filter {
    flex-direction: column;
  }
  .rating-page .block-banner__search-form-filter-name-company,
  .page-houses .block-banner__search-form-filter-name-company {
    width: 100%;
  }
  .rating-page .block-banner__search-form-filter-name-company,
  .rating-page .block-banner__search-form-filter-locality,
  .rating-page .block-banner__search-form-filter-area,
  .page-houses .block-banner__search-form-filter-name-company,
  .page-houses .block-banner__search-form-filter-locality,
  .page-houses .block-banner__search-form-filter-area {
    margin-bottom: 10px;
  }
  .rating-page .block-banner__search-form-filter-name-company input[type="text"],
  .page-houses .block-banner__search-form-filter-name-company input[type="text"] {
    box-sizing: border-box;
    width: 100%;
  }
  .rating-page .block-banner__search-form-filter-locality,
  .rating-page .block-banner__search-form-filter-area,
  .page-houses .block-banner__search-form-filter-locality,
  .page-houses .block-banner__search-form-filter-area {
    width: 100%;
    margin-left: 0;
  }
  .rating-page .block-banner__search-form-filter-locality-select,
  .rating-page .block-banner__search-form-filter-area-select,
  .page-houses .block-banner__search-form-filter-locality-select,
  .page-houses .block-banner__search-form-filter-area-select {
    width: 100%;
  }
  .rating-page .block-banner__search-form-filter-locality-select-head::after,
  .rating-page .block-banner__search-form-filter-area-select-head::after,
  .page-houses .block-banner__search-form-filter-locality-select-head::after,
  .page-houses .block-banner__search-form-filter-area-select-head::after {
    left: 95%;
  }
  .rating-page .block-banner__search-form-filter-locality-select-head.open::after,
  .rating-page .block-banner__search-form-filter-area-select-head.open::after,
  .page-houses .block-banner__search-form-filter-locality-select-head.open::after,
  .page-houses .block-banner__search-form-filter-area-select-head.open::after {
    left: 95.6%;
  }
  .rating-page .block-banner__search-form-additional-filter,
  .page-houses .block-banner__search-form-additional-filter {
    flex-direction: column;
  }
  .rating-page .block-banner__search-form-additional-filter-params,
  .rating-page .block-banner__search-form-additional-filter-reset,
  .rating-page .block-banner__search-form-additional-filter-submit,
  .page-houses .block-banner__search-form-additional-filter-params,
  .page-houses .block-banner__search-form-additional-filter-reset,
  .page-houses .block-banner__search-form-additional-filter-submit {
    margin-top: 16px;
  }
  .rating-page .block-banner__search-form-additional-filter-submit,
  .page-houses .block-banner__search-form-additional-filter-submit {
    margin-left: 0;
  }
  .main-container-child.block-content {
    margin-top: 185px;
  }
  .rating-page .main-container-child.block-content,
  .page-houses .main-container-child.block-content {
    margin-top: 440px;
  }
  .page-detail-home .main-container-child.block-content,
  .page-company-detail .main-container-child.block-content {
    margin-top: 0;
  }
  .block-content__list-companies {
    margin-top: 32px;
  }
  .page-company-detail .block-content__houses-list-search-form {
    padding: 32px 4%;
  }
  .block-content__list-companies-table-title,
  .block-content__list-companies-table-content,
  .block-content__houses-list-table-content {
    display: none;
  }
  .block-content__list-companies-m-title,
  .block-content__list-companies-m-content {
    display: block;
  }
  .page-company-detail .block-content__list-companies-m-content {
    margin-top: 10px;
  }
  .block-content__list-companies-m-title p:nth-child(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #262626;
  }
  .block-content__list-companies-m-title p:nth-child(2),
  .block-content__list-companies-m-title p:nth-child(3)
  {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #979797;
  }
  .page-houses .block-content__list-companies-m-content {
    margin-top: 24px;
  }
  .block-content__list-companies-m-content-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    background: #FFFFFF;
  }
  .page-company-detail .block-content__list-companies-m-content-item,
  .page-houses .block-content__list-companies-m-content-item {
    padding-top: 0;
  }
  .block-content__list-companies-m-content-item._advertising img {
    left: 1.1%;
    width: 99%;
  }
  .block-content__list-companies-m-content-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin-bottom: 16px;
  }
  .page-company-detail .block-content__list-companies-m-content-item label,
  .page-houses .block-content__list-companies-m-content-item label {
    height: 54px;
    margin-bottom: 0;
  }
  .page-houses .block-content__list-companies-m-content-item label,
  .page-company-detail .block-content__list-companies-m-content-item label {
    justify-content: start;
  }
  .block-content__list-companies-m-content-item label span:nth-child(1) {
    width: 15%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #BDBDBD;
  }

  .block-content__list-companies-m-content-item label img {
    height: 40px;
    border-radius: 8px;
  }
  .block-content__list-companies-m-content-item label span:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
	width: 64%;
  }
  .block-content__list-companies-m-content-item label span:nth-child(3),
  .page-houses .block-content__list-companies-m-content-item label a span,
  .page-company-detail .block-content__list-companies-m-content-item label a span {
    width: 90%;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 22px;
    color: #262626;
    margin-left: 16px;
    margin-right: 24px;
  }
  .page-houses .block-content__list-companies-m-content-item label span:nth-child(2) {
    margin-left: 0;
  }
  .block-content__list-companies-m-content-item-num {
    margin-left: auto;
	width: 21%;
  }
  .block-content__list-companies-m-content-item label .block-content__list-companies-m-content-item-num span:nth-child(1) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #88C526;
  }
  .block-content__list-companies-m-content-item label .block-content__list-companies-m-content-item-num span:nth-child(1){
	  float: left;
  }
  .block-content__list-companies-m-content-item label .block-content__list-companies-m-content-item-num span:nth-child(2){
	  float: right;
  }
  .block-content__list-companies-m-content-item label .block-content__list-companies-m-content-item-num span:nth-child(1)._rating-down {
    color: #E3000F;
  }
  .block-content__list-companies-m-content-item-num span:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #262626;
    margin-left: 8px;
  }
  .block-content__list-companies-m-content-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
  }
  .block-content__list-companies-m-content-item .slide {
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height .4s ease;
  }
  .block-content__list-companies-m-content-item input[type="checkbox"]:checked + .slide {
    height: 131px;
    overflow-y: auto;
  }
  .page-houses .block-content__list-companies-m-content-item input[type="checkbox"]:checked + .slide,
  .page-company-detail .block-content__list-companies-m-content-item input[type="checkbox"]:checked + .slide {
    height: auto;
  }
  .block-content__list-companies-m-content-item .slide li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-content__list-companies-m-content-item .slide li:nth-child(2) {
    margin-top: 26px;
  }
  .block-content__list-companies-m-content-item .slide li:nth-child(2) div {
    display: flex;
  }
  .block-content__list-companies-m-content-item .slide li:nth-child(2) div img:nth-child(2) {
    margin-left: 16px;
  }
  .block-content__list-companies-m-content-item .slide li:nth-child(3) {
    margin-top: 24px;
  }
  .block-content__list-companies-m-content-item .slide li span:nth-child(1) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #979797;
    padding-left: 32px;
  }
  .block-content__list-companies-m-content-item .slide li span:nth-child(1),
  .block-content__list-companies-m-content-item .slide li a {
    padding-left: 42px;
  }
  .block-content__list-companies-m-content-item .slide li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #75B7BA;
  }
  .block-content__list-companies-m-content-item .slide li:nth-child(3) a::after {
    content: url("../images/arrow-right.svg");
    margin-left: 8px;
  }
  .block-content__list-companies-m-link {
    height: 44px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #75B7BA;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
  }

  .block-content__list-companies-m-link:hover {
	  color: #5E9295;
  }

  .block-content__list-companies-m-link:active {
	  color: #466E70;
  }

  .block-content__list-companies-m-link::after {
    content: url("../images/arrow-right.svg");
    margin-left: 8px;
  }
  /** Кнопка "Показать еще" в навигации по списку УК **/
  .block-content-rating__list-companies-nav-buttons {
    display: none;
  }
  /** Навигация **/
  .block-content-rating__list-companies-nav-pages {
    width: 100%;
  }
  .block-content-rating__list-companies-nav-pages ul {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  /** Фото **/
  .page-company-detail .general-wrapper-photos,
  .page-detail-home .general-wrapper-photos {
    margin-left: 4%;
  }
  .page-detail-home .block-content__photos-slider .slider__item {
    flex: 0 0 308px;
    max-width: 308px;
  }
  .page-detail-home .block-content__photos-slider .slider__item img {
    width: 276px;
    height: 200px;
    border-radius: 8px;
  }
  /** Онлайн сервис Doma.top **/
  .block-content__info {
    margin-top: 48px;
  }
  .block-content__info-columns {
    flex-direction: column;
  }
  .block-content__info-columns-description {
    padding-top: 32px;
    width: 100%;
  }
  .block-content__info-columns-description p:nth-child(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }
  .block-content__info-columns-description p:nth-child(2) {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .block-content__info-columns-count-houses {
    flex-direction: row;
    padding-top: 48px;
    padding-left: 17px;
  }
  .block-content__info-columns-count-houses span:nth-child(2),
  .block-content__info-columns-count-uk span:nth-child(2),
  .block-content__info-columns-count-locality span:nth-child(2) {
    padding-top: 0;
    margin-left: 24px;
  }
  .block-content__info-columns-count-houses span:nth-child(3),
  .block-content__info-columns-count-uk span:nth-child(3),
  .block-content__info-columns-count-locality span:nth-child(3) {
    padding-top: 0;
    margin-left: 16px;
  }
  .block-content__info-columns-count-uk,
  .block-content__info-columns-count-locality {
    flex-direction: row;
    padding-top: 32px;
    padding-left: 17px;
  }
  /** Слайдер "Нам доверяют" на главной **/
  .block-content__reviews {
    margin-top: 32px;
  }
  .block-content__reviews-columns-title {
    height: 27px;
  }
  .block-content__reviews-columns-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }
  .general-wrapper-reviews {
    margin-left: 4%;
  }
  .block-content__reviews-slider {
    margin-top: 16px;
  }
  .slider__item {
    flex: 0 0 296px;
    max-width: 296px;
  }
  .block-content__reviews-slider-item {
    box-sizing: border-box;
    width: 280px;
    height: 575px;
    padding: 16px;
    justify-content: space-between;
  }
  .block-content__reviews-slider-item-text {
	  max-height: 460px;
  }
  .block-content__reviews-slider-item-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
  .block-content__reviews-slider-item-review {
    overflow: hidden;
  }
  .block-content__reviews-slider-item-author {
	  max-width: 100%;
  }
  .block-content__reviews-slider-item-author-wrapper {
    margin-left: 16px;
  }
  .block-content__reviews-slider-item-author-name {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }
  .block-content__reviews-slider-item-author-post {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .page-houses .block-content__districts {
    height: auto;
  }
  .page-houses .block-content__districts-list-title {
    padding-top: 32px;
    height: 27px;
  }
  .page-detail-home .block-content__general-info-list {
    width: 60%;
  }
  .page-detail-home .block-content__general-info-list table tr td:nth-child(2),
  .page-company-detail .block-content__general-info-list table tr td:nth-child(2) {
    margin-left: 5px;
  }
  .page-company-detail .block-content__general-info-list-add-info-seo-data {
    width: 50%;
  }
  .page-detail-home .block-content__general-info-slider {
    display: none;
  }
  .page-detail-home .block-content__photos {
    display: block;
  }
  .page-detail-home .block-content__general-info-slider-main-photo {
    width: 100%;
    height: 200px;
  }
  .page-detail-home .block-content__general-info-slider-main-photo img {
    width: 276px;
    height: 200px;
  }
  .page-detail-home .block-content__general-info-dropdown-list-item {
    width: 100%;
  }
  /** Дом на карте **/
  .page-detail-home .block-content__houses-map,
  .page-company-detail .block-content__houses-map {
    height: auto;
    margin-top: 0;
  }
  .page-company-detail .block-content__houses-map {
    margin-top: 32px;
  }
  .page-detail-home .block-content__houses-map img,
  .page-company-detail .block-content__houses-map img {
    width: 60%;
  }
  /** Новости **/
  .main-page .block-content__news,
  .rating-page .block-content__news {
    margin-top: 48px;
    position: relative;
    padding-bottom: 104px;
  }
  .page-houses .block-content__news,
  .page-detail-home .block-content__news,
  .page-company-detail .block-content__news {
    padding-bottom: 104px;
  }
  .page-detail-home .block-content__news,
  .page-company-detail .block-content__news {
    margin-top: -10px;
  }
  .block-content__news-title {
    padding-top: 32px;
  }
  .block-content__news-title p,
  .block-content__houses-company-columns-title p,
  .block-content__districts-list-title span,
  .block-content__photos-columns-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }
  .page-list-news .block-content__news-title p {
    font-size: 20px;
    line-height: 27px;
  }
  .block-content__news-columns {
    padding-top: 24px;
    flex-direction: column;
  }
  .block-content__news-columns-item {
    width: 100%;
    margin-bottom: 32px;
  }
  .block-content__news-columns-item:not(:first-child) {
    margin-left: 0;
  }
  .block-content__news-columns-item img {
    width: 328px;
    height: 240px;
  }
  .block-content__news-columns-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .block-content__news-title-link {
    position: absolute;
    top: 1240px;
    left: 50%;
    transform: translateX(-50%);
  }
  /** footer **/
  .main-container-child.block-footer {
    height: 702px;
  }
  .block-footer__columns {
    flex-direction: column;
    position: relative;
  }
	.block-footer_pr-logo {
		margin: 32px 0;
	}
  .block-footer__columns-copyright-title {
    position: absolute;
    bottom: 0;
  }
  .block-footer__columns-bottom-menu {
    margin-left: 0;
    height: auto;
  }
  .block-footer__columns-bottom-menu ul {
    flex-direction: column;
  }
  .block-footer__columns-bottom-menu li {
    margin-bottom: 32px;
  }
  .block-footer__columns-bottom-menu li:nth-child(odd),
  .block-footer__columns-bottom-menu li:nth-child(even) {
    width: 100%;
  }
  .block-footer__columns-bottom-menu li:last-child {
    margin-bottom: 0;
  }
  .main-container-child.block-footer .general-wrapper {
    margin-left: 6%;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  .rating-page .main-container-child.block-header .block-banner {
    height: 400px;
  }
  .page-company-detail .main-container-child.block-header .block-banner {
    height: 301px;
  }
  .page-houses .main-container-child.block-header .block-banner {
    height: 329px;
  }
  .page-detail-home .main-container-child.block-header .block-banner {
    height: 355px;
  }
  .page-list-news .main-container-child.block-header .block-banner {
    height: 285px;
  }
  .rating-page .block-banner__title {
    top: 98px;
  }
  .page-list-news .block-banner__buttons-filter {
    flex-wrap: wrap;
    top: 150px;
  }
  .rating-page .block-banner__description {
    top: 188px;
  }
  .page-houses .block-banner__description {
    top: 141px;
  }
  .rating-page .block-banner__buttons {
    top: 288px;
  }
  .page-houses .block-banner__buttons {
    top: 241px;
  }
  .rating-page .block-banner__search {
    height: 469px;
    position: relative;
    top: 400px;
  }
  .page-houses .block-banner__search {
    height: 469px;
    position: relative;
    top: 329px;
  }
  .block-banner__search p {
    width: 100%;
    font-size: 14px;
  }
  .main-page .block-banner__search p {
    height: auto;
  }
  .main-page .block-banner__search-form {
    margin-top: 16px;
  }
  .rating-page .block-banner__description,
  .page-houses .block-banner__description {
    width: 92%;
  }
  .rating-page .block-banner__search-form,
  .page-houses .block-banner__search-form {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .rating-page .block-banner__search-form-filter-name-company,
  .rating-page .block-banner__search-form-filter-locality,
  .rating-page .block-banner__search-form-filter-area,
  .page-houses .block-banner__search-form-filter-name-company,
  .page-houses .block-banner__search-form-filter-locality,
  .page-houses .block-banner__search-form-filter-area {
    margin-bottom: 24px;
  }
  .rating-page .block-banner__search-form-additional-filter-reset,
  .page-houses .block-banner__search-form-additional-filter-reset {
    position: absolute;
    top: 402px;
    margin-top: 0;
  }
  .rating-page .block-banner__search-form-additional-filter-reset a,
  .page-houses .block-banner__search-form-additional-filter-reset a {
    color: #75B7BA;
  }
  .rating-page .block-banner__search-form-additional-filter-submit,
  .page-houses .block-banner__search-form-additional-filter-submit {
    position: absolute;
    top: 389px;
    right: 4%;
    margin-top: 0;
  }
  .block-banner__search-form input[type="text"] {
    font-size: 14px;
  }
  .page-list-news .main-container-child.block-content {
    margin-top: 0;
  }
  .page-list-news .block-content__news-filter {
    flex-wrap: wrap;
  }
  .page-list-news .block-content__news-columns {
    gap: 0;
  }
  .page-list-news .block-content__news-columns-item {
    width: 100%;
    margin-bottom: 32px;
    gap: 0;
  }
  .page-list-news .block-content-rating__list-companies-nav-buttons {
    display: block;
  }
  .page-list-news .block-content-rating__list-companies-nav-pages {
    display: none;
  }
  /* Онлайн-сервис Doma.top */
  .block-content__info-columns-description p:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
  }
  .block-banner__images-people img:nth-child(5) {
    left: 70%;
  }
  .page-detail-home .block-banner-detail-wrapper {
    flex-direction: column;
    align-items: start;
    top: 84px;
    position: relative;
  }
  .page-company-detail .block-banner-detail-wrapper {
    top: 100px;
    flex-direction: column;
  }
  .page-company-detail .block-banner-detail-wrapper-block-2 {
    margin-top: 24px;
  }
  .page-company-detail .block-banner-detail-wrapper .block-banner-detail-wrapper-block-1,
  .page-company-detail .block-banner-detail-wrapper .block-banner-detail-wrapper-block-2 {
    width: 100%;
    justify-content: space-between;
  }
  .page-company-detail .block-banner__title.block-banner-detail__title {
    width: 100%;
    margin-left: 24px;
  }
  .page-detail-home .block-banner__title.block-banner-detail__title {
    width: 100%;
  }
  .page-detail-home .block-banner-detail-wrapper img {
    margin-left: 0;
    position: absolute;
    top: 185px;
    margin-top: 0;
    right: 0;
  }
  .page-detail-home .block-content__general-info-wrapper,
  .page-company-detail .block-content__general-info-wrapper {
    flex-direction: column;
  }
  .page-company-detail .block-content__general-info-list,
  .page-detail-home .block-content__general-info-list {
    margin-top: 16px;
  }
  .page-detail-home .block-content__general-info-list,
  .page-detail-home .block-content__general-info-slider,
  .page-company-detail .block-content__general-info-list,
  .page-company-detail .block-content__general-info-rating {
    width: 100%;
  }
  .page-company-detail .block-content__general-info-list table tr,
  .page-detail-home .block-content__general-info-list table tr {
    flex-direction: column;
  }
  .page-company-detail .block-content__general-info-rating {
    margin-left: 0;
    border-radius: unset;
    padding: 0;
    box-shadow: unset;
  }
  .page-detail-home .block-content__general-info-list table tr td:nth-child(1),
  .page-detail-home .block-content__general-info-list table tr td:nth-child(2),
  .page-company-detail .block-content__general-info-list table tr td:nth-child(1),
  .page-company-detail .block-content__general-info-list table tr td:nth-child(2) {
    width: 100%;
  }
  .page-detail-home .block-content__general-info-list table tr td:nth-child(2),
  .page-company-detail .block-content__general-info-list table tr td:nth-child(2) {
    margin-top: 8px;
    margin-left: 0;
    align-items: flex-start;
    justify-content: start;
    gap: 5px;
  }
  .page-company-detail .block-content__general-info-list-add-info-seo {
    width: 100%;
  }
  .page-company-detail .block-content__general-info-list-add-info-seo-data {
    width: 100%;
  }
  .page-company-detail .block-content__general-info-list-add-info-seo-data span:nth-child(1) {
    color: #979797;
  }
  .page-company-detail .block-content__general-info-list-add-info-seo-data span:nth-child(3) {
    margin-top: 4px;
  }
  .page-company-detail .block-content__general-info-rating-title span {
    font-size: 20px;
    line-height: 27px;
  }
  .block-content__list-companies-m-content-item label img {
    margin-left: 8px;
  }
  .block-content__list-companies-m-content-item-num {
  }
  .block-content__list-companies-m-content-item .slide li span:nth-child(1),
  .block-content__list-companies-m-content-item .slide li a {
    padding-left: 20px;
  }
  .rating-page .block-content__list-companies-m-content-item._advertising {
    padding-bottom: 16px;
  }
  .rating-page .block-content__list-companies-m-content-item._advertising img {
    left: 0;
    width: 110%;
  }
  .rating-page .block-content-rating__list-companies-nav-buttons,
  .page-company-detail .block-content-rating__list-companies-nav-buttons,
  .page-houses .block-content-rating__list-companies-nav-buttons {
    display: block;
  }
  .rating-page .block-content-rating__list-companies-nav-pages,
  .page-company-detail .block-content-rating__list-companies-nav-pages,
  .page-houses .block-content-rating__list-companies-nav-pages {
    display: none;
  }
  .block-content__news-title-link {
    top: 100%
  }
  .rating-page .block-banner__search-form-filter-locality-select-head::after,
  .rating-page .block-banner__search-form-filter-area-select-head::after,
  .page-houses .block-banner__search-form-filter-locality-select-head::after,
  .page-houses .block-banner__search-form-filter-area-select-head::after {
    left: 90%;
  }
  .rating-page .block-banner__search-form-filter-locality-select-head.open::after,
  .rating-page .block-banner__search-form-filter-area-select-head.open::after,
  .page-houses .block-banner__search-form-filter-locality-select-head.open::after,
  .page-houses .block-banner__search-form-filter-area-select-head.open::after {
    left: 91.5%;
  }
  .page-detail-home .block-content__general-info-dropdown-list-item span.block-content__general-info-dropdown-list-item-title {
    font-size: 18px;
    width: 80%;
  }
  .page-detail-home .block-content__general-info-dropdown-list-item .slide li span {
    font-size: 12px;
  }
  .page-detail-home .block-content__houses-map img,
  .page-company-detail .block-content__houses-map img {
    width: 30%;
  }
  .page-company-detail .block-content__photos .slider__control[data-slide="prev"],
  .page-company-detail .block-content__photos .slider__control[data-slide="next"],
  .page-detail-home .block-content__photos .slider__control[data-slide="prev"],
  .page-detail-home .block-content__photos .slider__control[data-slide="next"] {
    display: block;
    top: -31px;
  }
  .page-company-detail .block-content__photos .slider__control[data-slide="prev"],
  .page-detail-home .block-content__photos .slider__control[data-slide="prev"] {
    left: 68%;
  }
  .page-company-detail .block-content__photos .slider__control[data-slide="next"],
  .page-detail-home .block-content__photos .slider__control[data-slide="next"] {
    right: 6%;
  }
  .page-company-detail .block-content__houses-company-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-company-detail .block-content__houses-list-search-form {
    padding: 32px 4%;
  }
  .page-company-detail .block-content__houses-map,
  .page-detail-home .block-content__houses-map {
    height: 600px;
    margin-left: -760px;
  }
  .page-company-detail .block-content__houses-list-search {
    margin-bottom: 16px;
  }
  .page-company-detail .block-content__houses-map img,
  .page-detail-home .block-content__houses-map img {
    width: 100%;
  }
  .page-company-detail .block-content__news {
    margin-top: 0;
  }
	.slider__control {
		display: none;
	}
}

.block-content__general-info-rating-results-row-text {
	position: relative;
}

.tooltip {
	display: none;
	opacity: 0;
}

.tooltip-left {
	position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 250px;
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    background: white;
	font-size: 14px;
    line-height: 20px;
}

.tooltip-left:before {
	content: '';
    display:block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.1);
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
}

.block-note {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #262626;
}