* {
	outline: none;
}

@font-face {
	font-family: 'Blogger Sans Light';
	font-display: swap;
	src: url('../font/Blogger-Sans-Light.ttf') format('truetype')
}

@font-face {
	font-family: 'Blogger Sans Light Italic';
	font-display: block;
	src: url('../font/Blogger-Sans-Light-Italic.ttf') format('truetype')
}

@font-face {
	font-family: 'Blogger Sans Medium';
	font-display: block;
	src: url('../font/Blogger-Sans-Medium.ttf') format('truetype')
}

@font-face {
	font-family: 'Blogger Sans Medium Italic';
	font-display: block;
	src: url('../font/Blogger-Sans-Medium-Italic.ttf') format('truetype')
}

@font-face {
	font-family: 'Blogger Sans Regular';
	font-display: block;
	src: url('../font/Blogger-Sans.ttf') format('truetype')
}

@font-face {
	font-family: 'Blogger Sans Regular Italic';
	font-display: block;
	src: url('../font/Blogger-Sans-Italic.ttf') format('truetype')
}

@font-face {
	font-family: 'Blogger Sans Bold';
	font-display: block;
	src: url('../font/Blogger-Sans-Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'Blogger Sans Bold Italic';
	font-display: block;
	src: url('../font/Blogger-Sans-Bold-Italic.ttf') format('truetype')
}

body {
	font-family:'Blogger Sans Regular';
	background: #fafbff;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

main {
	flex-grow: 1;
}

img {
	max-width: 100%;
}

ul.list-style-none {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.d-flex {
	list-style: none;
	padding: 0;
	margin: 0;
}

header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1.main {
	font-size: 58px;
}

.h1 button, .h1 button:hover {
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #ed2b74;
}

.h1 button:focus, .h1 button:active {
	color: #ed2b74!important;
	outline: none;
	border: 1px solid transparent!important;
}

h2 {
	font-size: 36px;
	font-weight: 300;
}

h3 {
	font-size: 36px;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	font-weight: bold;
}

h5 {
	font-size: 24px;
	font-weight: normal;
}

p.micro {
	font-size: 12px;
}

a {
	color: #4d7cc6;
	text-decoration: none;
	transition: .15s;
}

a.city {
	border-bottom: 1px dashed #4d7cc6;
	font-size: 24px;
	line-height: 25px;
}

a.city:hover {
	border-bottom: 1px dashed transparent;
}

.primary-text {
	color: #4d7cc6;
}

.primary-btn {
	color: #fff;
	background: #4d7cc6;
	border: none;
	padding: 7px 20px;
	border-radius: 5px;
	transition: .15s;
}

.primary-btn:hover {
	background: #4088f9;
}

.primary-btn.small {
	font-size: 18px;
	padding: 2px 15px;
	border-radius: 5px;
	transition: .15s;
}

.primary-btn.small:before {
	font-size: 14px;
}

.secondary-btn {
	display: inline-block;
	text-align: center;
	color: #4d7cc6;
	background: #dbe5f4;
	border: none;
	padding: 7px 20px;
	border-radius: 5px;
	transition: .15s;
}

.secondary-btn:hover {
	background: #bfd9ff;
}

.secondary-btn.small {
	font-size: 18px;
	padding: 2px 15px;
	border-radius: 5px;
	transition: .15s;
}

.secondary-btn.small:before {
	font-size: 14px;
}

.secondary-btn.micro {
	font-size: 18px;
	padding: 0px 15px;
	border-radius: 5px;
	transition: .15s;
}

.secondary-btn.micro:before {
	font-size: 14px;
}

.third-btn {
	display: inline-block;
	text-align: center;
	color: #222;
	border: 1px solid #e5e5e5;
	padding: 1px 10px;
	border-radius: 5px;
	transition: .15s;
}

.third-btn:hover {
	background: #eee;
}

.white-btn {
	color: #4d7cc6;
	background: #fff;
	border: none;
	padding: 7px 20px;
	border-radius: 5px;
}

.trans-btn {
	color: #4d7cc6;
	border: none;
	padding: 7px 20px;
	border-radius: 5px;
}

.blank-btn {
	color: #222;
	border: 1px solid #e5e5e5;
	padding: 5px 12px;
	border-radius: 5px;
}

.blank-btn.small {
	font-size: 18px;
	padding: 1px 15px;
	border-radius: 5px;
	transition: .15s;
}

.blank-btn.small:before {
	font-size: 14px;
}

.btn.small {
	font-size: 18px;
	padding: 1px 15px;
	border-radius: 5px;
	transition: .15s;
}

.btn.small:before {
	font-size: 14px;
}

.btn-sm {
	padding: 2px 12px;
}

.filter-input {
	position: relative;
}

.filter-input:before {
	position: absolute;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 10px;
	font-size: 14px;
}

.filter-input input {
	display: block;
	font-size: 18px;
	min-width: 178px;
	height: 31px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.filter-input.bi input {
	padding: 0 0 0 30px;
}

input::placeholder,
textarea::placeholder {
	color: rgba(0,0,0,.3)!important;
}

.filter-select {
	position: relative;
}

.filter-select select {
	display: block;
	font-size: 18px;
	max-width: 178px;
	height: 31px;
	padding: 0 0 0 5px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.main-menu a {
	display: block;
	padding: 1.5rem 0;
	color: #222;
}

.main-img {
	width: 100%;
	height: 580px;
	object-fit: cover;
}

.prof-search {
	display: block;
	width: 100%;
	height: 389px;
	background: url('../img/prof-search.jpg') no-repeat center;
}

.prof-search .huge {
	color: #fff;
	font-size: 72px;
	font-weight: bold;
	text-transform: uppercase;
}

.tabs ul {
	position: relative;
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.tabs ul a {
	display: block;
	color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabs ul a:hover {
	background: rgba(0,0,0,0.6);
}

.tabs ul .active a {
	color: #222;
	background: rgba(255,255,255,0.8);
}

.tabs ul .active a:hover {
	background: rgba(255,255,255,1);
}

.tabs .filter {
	display: flex;
	position: relative;
	width: 100%;
	height: 61px;
	background: #fff;
	border-radius: 5px;
	margin: -10px 0 0;
	z-index: 100;
}

.tabs .filter input {
	border: none;
	padding: 0 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0 0 0 1px;
}

.tabs .filter select {
	border: none;
	padding: 0 10px;
	margin: 0 0 0 1px;
}

.tabs .filter select.first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tabs .filter .separator {
	display: block;
	width: 1px;
	background: #e5e5e5;
	margin: 0 0 0 10px;
}

.ad * {
	margin: 0;
}

.ad {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
}

.ad .view {
	width: 100%;
	height: 206px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	position: relative;
}

.ad .view label {
	position: absolute;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 15px 1px;
	background: #4d7cc6;
	border-radius: 5px;
	top: 10px;
	right: 45px;
	z-index: 100;
}

.ad .view .add-to-fav {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	padding: 6px 5px 4px;
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	top: 10px;
	right: 10px;
	border: none;
	z-index: 100;
}

.ad .view .add-to-fav.added-to-fav {
	background: #ed2b74;
}

.ad .view .images {
	margin: 0;
	padding: 0;
	width: 100%;
}

.ad .view .images img {
	display: block;
	width: 100%;
	height: 206px;
	object-fit: cover;
}

.ad .view .slick-dots {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 72px);
	list-style: none;
	padding: 0 15px 5px;
	margin: 0;
	z-index: 100;
	gap: 4px;
}

.ad .view .slick-dots li {
	flex-grow: 1;
}

.ad .view .slick-dots button {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border: none;
}

.ad .view .slick-dots li.slick-active button {
	background: #4d7cc6;
}

.ad .info {
	width: 100%;
	height: 133px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	padding: 15px;
}

.ad .info .agency-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	background: #fff;
	top: -29px;
	right: 15px;
	z-index: 100;
}

.ad .info .agency-logo img {
	display: block;
	width: 49px;
	height: 49px;
	border-radius: 50%;
}

img.agency-logo {
	display: block;
	width: 49px;
	height: 49px;
	border-radius: 50%;
}

.ad-top {
	border: 1px solid #ed2b74;
}

.ad-top .view:before {
	content: 'ТОП';
	position: absolute;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 3px 15px 1px;
	background: #ed2b74;
	border-radius: 5px;
	top: 10px;
	left: 15px;
	z-index: 100;
}

.circle-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	gap: 15px;
}

.circle-list li {
	display: flex;
	align-items: center;
	gap: 20px;
}

.circle-list li h4 {
	margin: 0 0 3px;
}

.circle-list li p {
	margin: 0;
}

.circle-list li img {
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	border: 3px solid #d7e2f4;
}

.big-avatar {
	display: block;
	width: 245px;
	height: 245px;
	border-radius: 50%;
	border: 6px solid #d7e2f4;
}

.mid-avatar {
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 6px solid #d7e2f4;
}

.circle-list-2 {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.circle-list-2 li {
	flex-grow: 1;
}

.news-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 30px;
}

.news-list li {
	display: flex;
	font-size: 24px;
	line-height: 26px;
	gap: 15px;
}

.subscribe {
	display: flex;
	gap: 15px;
}

.subscribe div {
	min-width: 116px;
}

.subscribe img {
	display: block;
	width: 116px;
	height: 116px;
	border-radius: 50%;
}

.subscribe form {
	display: flex;
	margin: 10px 0;
	gap: 15px;
}

.subscribe form input {
	flex-grow: 1;
}

ul.list {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list li {
	width: 100%;
	font-size: 24px;
}

ul.list-3 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list-3 li {
	width: 24%;
	font-size: 24px;
}

footer {
	background: #e1e4ee;
}

footer .socials {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .socials img {
	display: block;
	width: 29px;
	height: 29px;
}

.slick li {
	padding: 15px 15px 0 0;
}

.slick img {
	height: 81px;
}

table.list {
	width: 100%;
}

table.list span {
	opacity: 0.5;
}

table.list td {
	padding: 10px 0;
}

table.list td:last-child {
	text-align: right;
}

table.list tr {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

table.list tr:last-child {
	border-bottom: none;
}

table.list2 {
	width: 100%;
	font-size: 16px;
}

table.list2 span {
	position: relative;
}

table.list2 span:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
	bottom: -1px;
	left: 0;
	z-index: 1;
}

table.list2 span.list2-col-1 {
	color: rgba(0,0,0,0.4);
}

table.list2 td {
	padding: 0;
}

table.list2 td:last-child {
	text-align: right;
}

table.list2 tr {
	position: relative;
}

table.list2 tr:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 3px;
	border-bottom: 1px dashed var(--bs-border-color);
	z-index: 0;
}

table.list3 {
	width: 100%;
	font-size: 16px;
	opacity: .5;
}

table.list3 span {
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
}

table.list3 span:after {
	content: '';
	display: block;
	position: absolute;
	width: 101%;
	height: 3px;
	background: #fafbff;
	bottom: 2px;
	left: 0;
	z-index: 1;
}

table.list3 td {
	padding: 0;
}

table.list3 td:last-child {
	text-align: right;
}

table.list3 tr {
	position: relative;
}

table.list3 tr:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 13px;
	border-bottom: 1px dashed #222;
	z-index: 0;
	opacity: .4;
}

ul.list2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.list2 li {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 30%;
	border-bottom: 1px dashed var(--bs-border-color);
}

ul.list2 span {
	position: relative;
}

ul.list2 span:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fafbff;
	bottom: -1px;
	left: 0;
	z-index: 1;
}

img.circle-1 {
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	border: 3px solid #d7e2f4;
}

img.circle-2 {
	display: block;
	width: 59px;
	height: 59px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}

.big-tabs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.big-tabs li {
	display: block;
	color: #222;
	opacity: .5;
	padding: 0 0 13px;
	margin: 0 0 -1px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}

.big-tabs li.active,
.big-tabs li:hover {
	opacity: 1;
	border-bottom: 4px solid #4d7cc6;
}

.acc-object-img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.acc-ad div {
	position: relative;
}

.acc-ad label {
	position: absolute;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 15px 1px;
	background: #4d7cc6;
	border-radius: 5px;
	top: 10px;
	left: 20px;
	z-index: 100;
}

.acc-ad .small {
	line-height: 16px;
}

.r-params p {
	font-size: 14px;
	line-height: 16px;
	opacity: .75;
	margin: 0;
}

.r-params i {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: #4d7cc6;
	margin: 0 0 5px;
}

.r-params div {
	min-width: 75px;
	position: relative;
}

.r-params span {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	color: #4d7cc6;
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}

.r-icon {
	flex: 0 0 30px;
}

.help-banner {
	background: url('../img/building.png') no-repeat right top, linear-gradient(0deg, #e5eef5, #a9c8e2);
}

.accordeon {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.accordeon li {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.accordeon li .accordeon-content {
	display: none;
}

.accordeon li .bi-chevron-up {
	display: none;
}

.accordeon li .bi-chevron-down {
	display: block;
}

.accordeon li.active .accordeon-content {
	display: block;
}

.accordeon li.active .bi-chevron-up {
	display: block;
}

.accordeon li.active .bi-chevron-down {
	display: none;
}

.select2-container {
	width: auto;
}

.select2-container--default .select2-selection--multiple {
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	position: relative;
	height: 38px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-container .select2-search--inline .select2-search__field {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	opacity: .55;
	padding: 0 0 0 5px;
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding-left: 7px;
	padding-right: 20px;
	color: #fff;
	font-size: 18px;
	background-color: #4d7cc6;
	border: none;
	margin-left: 3px;
	margin-top: 3px;
	height: 30px;
	display: inline-flex;
	align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	left: auto;
	right: 0;
	height: 30px;
	border: none;
	padding: 0 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background: transparent;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	font-weight: normal;
}

.image-upload {
	position: relative;
}

.image-upload img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.image-upload ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 10px;
	gap: 10px;
}

.image-upload li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: .15s;
}

.image-upload li.active,
.image-upload li:hover {
	background: #4d7cc6;
	color: #fff;
}

.main-panel {
	display: block;
	position: relative;
	left: 0;
}

.search-panel {
	display: none;
}

#map {
	width: 100%;
	height: 400px;
}

.nophoto {
	width: 99%;
	height: 300px;
	object-fit: scale-down;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

.slick-list {
	width: 100%;
}

@media(max-width: 1200px) {
	h1.main {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h4 {
		font-size: 18px;
	}
	.subscribe {
		flex-direction: column;
		align-items: center;
	}
	.subscribe form {
		flex-direction: column;
	}
	ul.list-3 li {
		width: 49%
	}
	.news-list li {
		font-size: 18px;
		line-height: 20px;
	}
	.main-panel {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		overflow-y: auto;
		background: #fff;
		z-index: 1000;
		transition: .5s;
	}
	.main-panel.show {
		left: 0;
	}
	.main-menu {
		flex-direction: column;
		gap: 0;
	}
	.main-menu a {
		padding: 5px 0;
	}
	.search-panel {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		overflow-y: auto;
		background: #fff;
		z-index: 1000;
		transition: .5s;
	}
	.search-panel.show {
		left: 0;
	}
	.main-img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
	table.list td {
		font-size: 16px;
	}
	ul.list2 li {
		width: 100%;
	}
	.help-banner {
		background: #a9c8e2;
	}
	.big-avatar {
		display: inline-block;
	}
	.flex-grow-mob {
		flex-grow: 1;
	}
	.filter-select select {
		width: 100%;
		max-width: 100%;
	}
	.filter-input input {
		width: 100%;
		max-width: 100%;
	}
	.add-form td {
		display: block;
		width: 100%;
		padding-bottom: 2px!important;
	}
	.add-form td:nth-child(2) {
		display: none;
	}
	.add-form td:nth-child(3) {
		padding-bottom: 15px!important;
	}
	.add-form button {
		width: 100%;
	}
	.big-tabs {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}
}