.popup-city {
  display: inline-block !important;
}

.city-list-label {
  text-decoration: none;
}

.preloader {
  z-index: 999999999;
}

.alert {
	position: relative;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
}

.alert-info {
	color: #193855;
	background-color: #eef3f9;
}

.input:read-only {
	background-color: #eee;
}

.rating-icon_modified path {
	fill: #eee;
	stroke: #eee;
}

.services-table .services-block-more {
	visibility: visible;
	font-weight: 400;
	text-decoration: none;
}

@media screen and (min-width: 992px) {
	.services-table {
		margin-bottom: 65px;
	}
	.services-table .services-block-list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.services-table .services-block-item {
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
		margin-bottom: 30px;
	}
	.services-table .services-block-item.services-block-item--large {
		width: 50%;
	}
	.services-table .services-block-link {
		height: 315px;
	}
	.services-table .services-block-more {
		margin-bottom: auto;
	}
	.services-table .services-block-name {
		font-size: 20px;
		line-height: 32px;
		font-weight: 400;
	}
	.services-table .services-block-link:before {
		background-color: rgba(0, 0, 0, 0.3);
		top: 0;
		height: 100%; }
	.services-table .slider-button {
		display: none;
	}
	.services-table .swiper-wrapper {
		width: auto;
	}
	.services-table .slider-pagination {
		display: none;
	}
}

.services-2-block-img .services-block-link {
	height: 256px;/*240*/
}
.services-2-block-img .services-block-link:after,
.services-2-block-img .services-block-link:before {
	display: none;
}
.services-2-block-content .services-block-name a {
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	color: var(--color6);
	text-decoration: none;
}
.services-2-block-content .services-block-name a:hover {
	color: var(--color1);
}
.services-2-block-content .services-block-info {
	font-size: 15px;
	line-height: 24px;
	color: #606060;
	visibility: visible;
}
.services-2-block-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.services-2-block-content .services-block-more {
	visibility: visible;
	color: var(--color6);
	text-decoration: none;
	font-size: 15px;
}
.services-2-block-content .services-block-panel {
	padding-top: 10px;
}
.services-2-block-content .services-block-panel a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.services-2-block-content .services-block-icon.more {
	min-width: 20px;
	width: 20px;
	height: 19px;
	background-color: transparent;
	border: none;
	margin-left: 5px;
}
.services-2-block-content .services-block-icon.more path {
	fill: var(--color1);
}
.services-2-block-content .services-block-panel a:hover .services-block-more {
	color: var(--color1);
}

.socials-link svg {
	max-width: 14px;
	max-height: 12px;
	fill: #293329;
}

.index-block {
	padding-top: 50px;
}

.background-block {
	background-color: #F5F5FB;
	background-color: var(--color2);
}

.index-block:first-child:not(.background-block) {
	padding-top: 0;
}

.articles-block,
.consultation {
	background-color: transparent;
}

.subscribe {
	padding-top: 30px;
}

.contacts-page-map {
	height: 460px;
}
.contacts-page-container {
	margin-top: 50px;
}