.header {
	position: relative;
    z-index: 10;
}

.header_top {
	background-color: #5E9295;
    height: 4rem;
}

.header_bottom {
	position: relative;
	z-index: 1
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	z-index: 1;
}

.wrapper {
	min-height: calc(100vh - 336px);
}

.to-top {
	z-index: 2;
}

.block-top-menu__list-city {
	z-index: 2;
}

.desktop {
	display: block;
}

.img_preload {
	display: none;
}

.mobile {
	display: none;
}

.block-banner__city-background.page__main:before {
	bottom: 80px;
}

.block-banner__city-background.page__detail:before {
	max-height: 95%;
}

.block-banner__city-background.page__main:after {
	content: '';
	position: absolute;
	height: 80px;
	bottom: 0;
	width: 100%;
	background: white;
}

.block-banner__city-background.page__raitng:after {
	height: 115px;
}

.block-banner__city-background.page__house:before {
	bottom: 95px;
}

.block-banner__city-background.page__house:after {
	content: '';
	position: absolute;
	height: 95px;
	bottom: -1px;
	width: 100%;
	background: white;
}

.block-banner__search {
	z-index: 2;
}

.page__detail {
	padding-bottom: 40px;
}

.page__news {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.page__news-list {
	margin-bottom: 54px;
	z-index: 1;
}

.page__news-list:before {
	content: none;
}

.search {
	font-size: 2rem;
	line-height: 2.7rem;
	padding-top: 4.8rem;
}

.search_original {
	margin-bottom: 3.2rem;
}

.search_not-found {
	margin-bottom: 3.2rem;
}

.search_not-found font {
	color: #75B7BA;
}

.search_item {
	display: flex;
	gap: 1.6rem;
	margin-bottom: 3.2rem;
}

.search_item-title {
	width: 20%;
}

.search_item-title,
.search_sort__active {
	color: #75B7BA;
}

.search_item-title:hover,
.search_sort__active:hover {
	color: #5E9295;
}

.search_item-title:active,
.search_sort__active:active {
	color: #466E70;
}

.search_item-body {
	width: 60%;
}

.search_item-date {
	text-align: right;
	width: 20%;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #979797;
}

.search_sort {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #979797;
	margin-bottom: 3.2rem;
}

.block-banner__search-page {
	margin-top: 3.2rem;
}

.block__dark {
	background: linear-gradient(267.99deg, #75B7BA 0%, #5E9295 100%);
}

.block__light {
	background: #E3F1F1;
    padding-bottom: 6.4rem;
}

.block_about {
	margin-bottom: 4.8rem;
	padding-bottom: 8rem;
}

.block_reviews {
    margin-bottom: 6.4rem;
}

.block_news {
	margin-bottom: 6.4rem;
}

button.btn__main,
a.btn__main {
	background: #FB8C3F;
    border-radius: 8px;
    border: 0;
	width: auto;
}

.houses_search {
	margin-top: 6.3rem;
}

.filter_form {
	height: 270px;
}

.houses_search {
	height: 205px;
}

.address_form {
	height: 114px;
}

.news-detail_wrapper {
	display: grid;
    grid-template-columns: 0.7fr 0.3fr;
    gap: 3.2rem;
}

.news-detail_title {
	margin-top: 4.8rem;
	margin-right: 1.6rem;
    font-style: normal;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 4.3rem;
    color: #262626;
	width: auto;
}

.news-detail_date {
    padding-top: 1.2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #979797;
	margin-bottom: 2.4rem;
}

.news-detail_picture {
	width: 100%;
	height: auto;
	margin-bottom: 4.8rem;
	border-radius: 1.6rem;
}

.news-detail_text {
	font-size: 2rem;
    line-height: 2.7rem;
	margin-bottom: 4.8rem;
}

.news-detail_back {
    font-size: 1.6rem;
    line-height: 2.4rem;
	vertical-align: middle;
}

.news-detail_content {
	display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 4.8rem;
}

.news-detail_back a {
  color: #75B7BA;
}

.news-detail_back a:hover {
  color: #5E9295;
}

.news-detail_back a:active {
  color: #466E70;
}

.news-detail_back-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: auto;
}

.news-detail_still-title {
	font-size: 3.2rem;
	line-height: 4.8rem;
	font-weight: 600;
	color: #262626;
	margin-bottom: 2.4rem;
}

.news-detail_still-block {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.2rem;
	margin-bottom: 6.4rem;
}

.news_item {
	display: block;
	width: 100%;
}

.news_item-img {
	width: 100%;
	height: auto;
	border-radius: 1.6rem;
	margin-bottom: 1.2rem;
}

.news_item-date {
	display: block;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #979797;
	margin-bottom: 1.2rem;
}

.news_item-title {
	display: block;
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: 600;
	color: #262626;
	margin-bottom: 1.2rem;
}

.news_item:hover .news_item-title {
	color: #5E9295;
}

.news_item-text {
	display: block;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #262626;
	margin-bottom: 3.2rem;
}

.house_item {
	max-width: 130px;
}

.uk_title {
	width: 100%;
	margin-top: 6.4rem;
}

.uk_title img {
	margin-right: 32px;
}

.uk_name {
	margin-top: 0;
}

.uk_pos {
	width: 100%;
	margin-top: 6.4rem;
}

.margin__2 {
	margin-bottom: 2.4rem;
}

.margin__3 {
	margin-bottom: 3.2rem;
}

.margin__4 {
	margin-bottom: 4rem;
}
.margin__6 {
	margin-bottom: 6.4rem;
}

.margin__8 {
	margin-bottom: 8rem;
}

.margin__11 {
	margin-bottom: 11.2rem;
}

.house_title {
	width: 80%;
	margin-top: 0;
}

.qr-code {
	height: 27px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
}

.house_img {
	max-width: 100%;
	max-height: 100%;
}

.house_img__small {
	width: 100px!important;
	height: 72px!important;
}

.house_main {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 64px 0 0;
}

.uk_data {
	margin-top: 7.2rem;
}

.uk_rating {
	margin-top: 3.2rem;
}

.houses_search_2 {
	margin-top: 0;
}

.news-list_img-block {
	width: 100%;
	height: 265px;
	position: relative;
	overflow: hidden;
}

.news-list_image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

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

.page_content {
	margin: 3.2rem 0;
}
.page_content p {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 2.4rem
}

.content {
	min-height: calc(100vh - 464px);
}

.btn__metodology {
	display: inline-block;
    width: auto;
    margin-top: 4.8rem;
}

.btn__metodology a {
	width: auto;
}

.text__small {
	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #979797;
}

.filter__select_first {
	width: 100%;
}

.filter__select_second {
	width: 33%;
}

.page__breadcrumbs {
	margin-top: 2.4rem;
}

.breadcrumbs {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #262626;
}

.breadcrumbs__item {
	color: #262626;
}

.breadcrumbs__item_link {
	background: none;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
	color: #91C5C8;
}

.breadcrumbs__item_link:hover {
	color: #5E9295;
}

.breadcrumbs__item_link:active {
	color: #466E70;
}

.breadcrumbs__separator {
	margin: 0 16px;
}

.blur {
	font-family: Segoe UI;
}

.regions-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
	padding: 32px 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.regions-list__element {
	height: 315px;
	position: relative;
}

.regions-list__img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.regions-list__name {
	color: #fcfcfc;
	font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
	padding-top: 5px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.regions-list__shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;

	background: rgba(0, 0, 0, 0.5); /* Для старых браузров */
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.regions-list__advertising {
	width: 100%;
	grid-column: 1 / 3;
}

.regions-list__advertising img {
	width: 100%;
}

.back-link {
	text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #75B7BA;
    background: rgb(0 206 209 / 0%);
}

.back-link:hover {
	color: #5E9295;
}

.back-link:before {
	content: url(../images/arrow-left.svg);
    margin-right: 8px;
    width: 15px;
	position: relative;
	top: 3px;
}

.back-link:hover:before {
	content: url(../images/arrow-left_hover.svg);
	width: 15px;
}

.regions-all-list {
}

.regions-all-list__title {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 3.2rem;
}

.regions-all-list__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3.2rem;
	margin-top: 3.2rem;
}

.regions-all-list__element {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8rem;
}

.regions-all-list__link {
	color: #75B7BA;
}

.regions-all-list__link:hover {
	color: #5E9295;
}

.page-search {
	position: relative;
}

.page-search__input {
	width: 100%;
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	background-image: url(../images/search-input.svg);
	background-repeat: no-repeat;
	background-position: 12px 11px;
	color: #979797;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-indent: 32px;
	box-sizing: border-box;
}

/*.page-search__input:focus {
	background-image: none;
}*/

.page-search__input::-webkit-input-placeholder {
	color: #979797;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.page-search__input:focus::-webkit-input-placeholder {
	color: transparent
}

.page-search__input:-moz-placeholder {
	color: #979797;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.page-search__input:focus:-moz-placeholder {
	color: transparent
}

.news {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 3.2rem;
}

.news__element,
.still-news_item {
	border-radius: 16px;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	position: relative;
}

.news__element:nth-child(1),
.news__element:nth-child(2),
.news__element:nth-child(3),
.news__element:nth-child(6),
.news__element:nth-child(7),
.news__element:nth-child(8),
.news__element:nth-child(11),
.news__element:nth-child(12),
.news__element:nth-child(13),
.news__element:nth-child(16),
.news__element:nth-child(17),
.news__element:nth-child(18),
.news__element:nth-child(21),
.news__element:nth-child(22),
.news__element:nth-child(23),
.news__element:nth-child(26),
.news__element:nth-child(27),
.news__element:nth-child(28),
.news__element:nth-child(31),
.news__element:nth-child(32),
.news__element:nth-child(33),
.news__element:nth-child(36),
.news__element:nth-child(37),
.news__element:nth-child(38),
.news__element:nth-child(41),
.news__element:nth-child(42),
.news__element:nth-child(43),
.news__element:nth-child(46),
.news__element:nth-child(47),
.news__element:nth-child(48)
{
	grid-column: span 4;
}

.news__element:nth-child(4),
.news__element:nth-child(5),
.news__element:nth-child(9),
.news__element:nth-child(10),
.news__element:nth-child(14),
.news__element:nth-child(15),
.news__element:nth-child(19),
.news__element:nth-child(20),
.news__element:nth-child(24),
.news__element:nth-child(25),
.news__element:nth-child(29),
.news__element:nth-child(30),
.news__element:nth-child(34),
.news__element:nth-child(35),
.news__element:nth-child(39),
.news__element:nth-child(40),
.news__element:nth-child(44),
.news__element:nth-child(45),
.news__element:nth-child(49),
.news__element:nth-child(50)
{
	grid-column: span 6;
}

.news__title {
	text-decoration: none;
    font-style: normal;
    font-size: 20px;
    line-height: 27px;
    color: #262626;

	display: block;
	margin: 16px 24px 35px 24px;
}

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

.news__date {
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #979797;
	position: absolute;
	left: 24px;
	bottom: 16px;
}

.news__tag {
	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #75B7BA;
	position: absolute;
	right: 24px;
	bottom: 16px;
}

.news-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.2rem;
	z-index: 2;
}

.news-list__main {
	border-radius: 16px 16px 0px 0px;
	background: #EDF8F8;
	padding: 2.4rem;
}

.news-list__articles {
	grid-column: span 2;
}

.news-list__header {
	display: grid;
	grid-template-columns: repeat(2, 1fr);

	margin-bottom: 1.6rem;
}

.news-list__title {
	color: #262626;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

.news-list__all {
	color: #75B7BA;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-align: right;
}

.news-list__all:hover {
	color: #5E9295;
}

.news-list__all:after {
	position: relative;
	top: 1px;

	content: url(../images/arrow-right.svg);
    margin-left: 8px;
    width: 15px;
}

.news-list__all:hover:after {
	content: url(../images/arrow-right_active.svg);
    margin-left: 8px;
    width: 15px;
}

.news-list__element {
	margin-bottom: 1.6rem;
}

.news-list__new-title {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #262626;
}

.news-list__new-data {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #979797;
}

.news-list__articles {
	padding-top: 0.8rem;
}

.news-list__articles-grid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.2rem;
}

.news-list__article {
	border-radius: 16px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    position: relative;
	background: white;
}

.news-list__article:nth-child(1) {
	grid-column: span 2;
}

.news-detail__share-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	color: #262626;
	margin-bottom: 32px;
}

.ya-share2 {
	margin-bottom: 64px;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin-right: 16px!important;
}

.page__about {
	margin-top: 3.2rem;
	position: relative;
	padding-bottom: 180px;
}

.people__about img:nth-child(1) {
	top: inherit;
	bottom: 0;
}

.people__about img:nth-child(2) {
	top: inherit;
	bottom: 0;
}

.people__about img:nth-child(3) {
	top: inherit;
	bottom: 0;
}

.people__about img:nth-child(4) {
	top: inherit;
	bottom: 0;
}

.people__about img:nth-child(5) {
	top: inherit;
	bottom: 0;
}

.mcs_search {
	margin-top: 7.6rem;
}

.upravdom-logo {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.upravdom-logo__img {
	height: 40px;
}

@media screen and (max-device-width: 1024px) {
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}

	.row>* {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}

	.container {
		padding: 0;
	}

	.row {
		margin: 0;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.mobile-no-padding {
		padding: 0;
	}

	.block-top-menu__list-city {
		display: none;
	}

	.block-banner__main-menu-logo a {
		margin-top: 26px;
	}

	.block-banner__title {
		margin-top: 26px;
	}

	.block-banner__city-background {
		margin-top: -67px;
		padding-top: 67px;
	}

	.mobile-col-12 {
		width: 100%;
	}

	.block-banner__search {
		margin-top: 195px;
		top: 0;
	}

	.block-banner__images-people {
		overflow: hidden;
		position: absolute;
		width: 100%;
		height: 295px;
		bottom: 185px;
		left: 0;
	}

	.block-banner__images-people img:nth-child(1) {
		top: inherit;
		bottom: 0;
	}

	.block-banner__images-people img:nth-child(3) {
		top: inherit;
		bottom: 0;
	}

	.block-banner__images-people img:nth-child(5) {
		top: inherit;
		bottom: 0;
	}

	.block-banner__search p {
		height: auto;
	}

	.houses_search {
		margin-top: 41px;
	}

	.block-banner__search-form-filter {
		display: block;
	}

	.block-banner__search-form-filter-name-company, .block-banner__search-form-filter-name-company  {
		width: 100%;
	}

	.block-banner__search-form-filter-locality, .block-banner__search-form-filter-area, .block-banner__search-form-filter-locality, .block-banner__search-form-filter-area {
		margin-left: 0;
		width: 100%;
		margin-top: 32px;
	}

	.filter_form {
		height: auto;
	}

	.block-banner__search-form-additional-filter-reset {
		width: 49%;
		display: inline-block;
		margin-right: 0;
	}

	.block-banner__search-form-additional-filter-submit {
		width: 50%;
		display: inline-block;
		text-align: right;
		float: right;
	}

	.block-banner__search-form-additional-filter-form-button, .block-banner__search-form-additional-filter-form-button {
		display: inline-block;
	}

	.block-banner__search-form-additional-filter, .block-banner__search-form-additional-filter {
		display: block;
	}

	.mobile_table-item label {
		display: inline-block;
	}

	.mobile_table-item label a span {
		width: 90%!important;
		font-style: normal!important;
		font-weight: 400!important;
		font-size: 1.6rem!important;
		line-height: 22px!important;
		color: #262626!important;
		margin-left: 16px!important;
		margin-right: 24px!important;
	}

	.block-content-rating__list-companies-nav-buttons {
		display: block;
	}

	.block-content-rating__list-companies-nav-pages {
		display: none;
	}

	.block-content__districts {
		margin-top: 40px;
		height: auto;
	}

	.block-content__news-columns-item img {
		width: 100%;
		height: auto;
	}

	.block-content__districts-list {
		width: 100%;
	}

	.block-content__districts-images {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.block-content__districts-list ul li {
		width: auto;
		padding: 16px 16px 40px;
		border-radius: 16px!important;
	}

	.block-content__districts-list ul li span:nth-child(1),
	.block-content__districts-list ul li._active span:nth-child(1) {
		display: block;
	}

	.block-content__districts-list ul li span:nth-child(2),
	.block-content__districts-list ul li._active span:nth-child(2) {
		display: block;
		float: inherit;
	}

	.block-content__districts-images img {
		height: auto;
	}

	.house_main {
		margin-top: 20px;
		display: block;
	}

	.house_title {
		width: 100%;
	}

	.img-qr_mobile {
		vertical-align: bottom;
		float: right;
		max-height: 40px;
	}

	.block-content__general-info-list table tr {
		flex-direction: column;
	}

	.load_nav {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}

	.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;
		padding: 0
	}

	.block-content__general-info-dropdown-list-item {
		width: 100%;
	}

	.block-content__houses-map {
		width: 100%;
		overflow: hidden;
	}

	.uk_title img {
		width: 72px;
		height: 72px;
	}

	.uk_name {
		margin-top: 0;
	}

	.uk_title {
		margin: 34px 0;
	}

	.uk_pos {
		margin-top: 0;
		justify-content: space-between;
	}

	.block-content__general-info-wrapper {
		display: block;
		padding: 0;
	}

	.uk_data {
		margin-top: 32px;
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}

	.uk_rating {
		margin-top: 0;
		margin-left: 0;
		width: auto;
		border: none;
		box-shadow: none;
		padding: 20px;
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
		margin-bottom: 40px;
	}

	.block-content__houses-company-columns {
		display: block;
	}

	.block-content__houses-list {
		padding: 0;
	}

	.block-content__list-companies-m-title {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
		margin: 32px 0;
	}

	.block-content__list-companies-m-content {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}

	.houses_search_2 {
		margin-top: 0;
		padding: 0;
	}

	.block-content__houses-list {
		margin-bottom: 40px;
	}

	.page-company-detail .block-content__houses-list-search-form button span {
		display: none;
	}

	.block-banner__buttons-filter {
		flex-wrap: wrap;
		height: auto;
	}

	.mc-data {
		line-height: 30px!important;
	}

	.mc-data_logo {
		width: 24px;
		height: 24px;
	}

	/*.block-content-rating__list-companies-nav {
		margin-top: 0;
	}*/

	.mobile_margin__2 {
		margin-bottom: 20px;
	}

	.mobile_margin__3 {
		margin-bottom: 32px;
	}

	.mobile_margin__4 {
		margin-bottom: 40px;
	}

	.mobile_margin__5 {
		margin-bottom: 48px;
	}

	.mobile_margin__6 {
		margin-bottom: 64px;
	}

	.mobile_relative {
		position: relative;
	}

	.mobile_btn__metric {
		min-width: 209px!important;
	}

	.news-detail_title {
		width: 100%;
	}

	.news-detail_wrapper {
		display: block;
	}

	.col_m {
		width: 100%;
	}

	.news-detail_title {
		margin-top: 32px;
		font-size: 20px;
		line-height: 27px;
	}

	.btn__metodology {
		margin-top: 1.6rem;
	}

	.regions-list {
		display: block;
		padding-bottom: 0;
	}

	.regions-list__element {
		display: block;
		margin-bottom: 32px;
	}

	.regions-list__advertising {
		margin-bottom: 32px;
	}

	.regions-all-list__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.mcs_search {
		margin-top: 55px;
	}

	.mcs_form-filter {
		display: block;
	}

	.news-list {
		display: block;
	}

	.news-list__article {
		grid-column: span 2;
	}

	.news__element:nth-child(1),
	.news__element:nth-child(2),
	.news__element:nth-child(3),
	.news__element:nth-child(6),
	.news__element:nth-child(7),
	.news__element:nth-child(8),
	.news__element:nth-child(11),
	.news__element:nth-child(12),
	.news__element:nth-child(13),
	.news__element:nth-child(16),
	.news__element:nth-child(17),
	.news__element:nth-child(18),
	.news__element:nth-child(21),
	.news__element:nth-child(22),
	.news__element:nth-child(23),
	.news__element:nth-child(26),
	.news__element:nth-child(27),
	.news__element:nth-child(28),
	.news__element:nth-child(31),
	.news__element:nth-child(32),
	.news__element:nth-child(33),
	.news__element:nth-child(36),
	.news__element:nth-child(37),
	.news__element:nth-child(38),
	.news__element:nth-child(41),
	.news__element:nth-child(42),
	.news__element:nth-child(43),
	.news__element:nth-child(46),
	.news__element:nth-child(47),
	.news__element:nth-child(48),
	.news__element:nth-child(4),
	.news__element:nth-child(5),
	.news__element:nth-child(9),
	.news__element:nth-child(10),
	.news__element:nth-child(14),
	.news__element:nth-child(15),
	.news__element:nth-child(19),
	.news__element:nth-child(20),
	.news__element:nth-child(24),
	.news__element:nth-child(25),
	.news__element:nth-child(29),
	.news__element:nth-child(30),
	.news__element:nth-child(34),
	.news__element:nth-child(35),
	.news__element:nth-child(39),
	.news__element:nth-child(40),
	.news__element:nth-child(44),
	.news__element:nth-child(45),
	.news__element:nth-child(49),
	.news__element:nth-child(50)
	{
		grid-column: span 12;
	}

	.news {
		display: block;
	}

	.news__element {
		margin-bottom: 32px;
	}

	.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
		margin-top: 16px!important;
	}

	.news-detail__banner img {
		width: 100%;
	}

	.news-detail_still {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}

	.news-detail_still-block {
		display: block;
	}

	.still-news_item {
		margin-bottom: 32px;
	}
}

/*.ymaps-layers-pane {
	filter: hue-rotate(90deg);  
	-ms-filter: hue-rotate(90deg);
	-webkit-filter: hue-rotate(90deg);
	-moz-filter: hue-rotate(90deg);
	-o-filter: hue-rotate(90deg);
}*/