/*#header-container {*/
/*	overflow-x: hidden;*/
/*}*/

.footer-links li {
    white-space: nowrap;
}

.mtb-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}

.text-with-picture h3 {
	margin-top: 0 !important;
}

.social-icons a {
	border: none !important;
	background-color: white !important;
}

.social-icons img {
	background-color: white;
}

#footer .social-icons li {
	margin: 8px;
}

#header .social-icons li {
	margin-top: 0;
}

#header .social-icons img {
	max-width: 30px;
}

.header-widget {
	padding-bottom: 0;
}

.left-side {
	display: -webkit-inline-box;
}

.mmenu-init {
	z-index: 1 !important;
}

.mobile-menu-social-icons {
	display: none;
}

.promo-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.promo-wrapper-first-block {
	padding-top: 10px;
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	.header-widget {
		display: flex;
		justify-content: end;
	}

	.social-icons.header {
		margin-bottom: 0 !important;
	}
	.social-icons li {
		margin-right: 0 !important;
	}
	.tp-caption {
		max-width: 340px !important;
	}
	.R_title {
		font-size: 25px !important;
		line-height: 28px !important;
	}
	.caption-text {
		line-height: 25px !important;
	}
	.button.medium {
		margin-top: 15px !important;
	}
	header .right-side {
		display: none;
	}
	.mobile-menu-social-icons {
		display: flex;
		margin-left: 17px;
		margin-top: 10px;
	}
	.mobile-menu-social-icons img {
		max-width: 30px !important;
		margin-right: 10px;
	}
	.promo-wrapper {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.promo-wrapper-first-block {
		padding-top: 5px;
		padding-bottom: 25px;
	}
}

@media (max-width: 1240px) {
	header .right-side {
		display: none;
	}
	#navigation {
		margin-top: 0 !important;
		padding-top: 0 !important;
		position: inherit !important;
	}

}


.mmenu-trigger {
	margin-left: 20px;
}

.headline-with-separator.stages-block {
	word-wrap: break-word;
    white-space: normal;
	padding-top: 30px;
}

.feedbacks .headline {
	padding-top: 30px;
}

.social-icons.header a {
	text-align: center;
}

#header-container #navigation {
	width: auto !important;
}

.left-side .navigation-link.current,
.left-side .navigation-link:hover {
    background: #FCF3E0 !important;
}

.feedback-form label input textarea{
     padding-left: 10px !important;
}

.feedback-form h3 {
	text-align: center;
}

.feedback-form textarea {
	max-height: 200px;
}

.feedback-form .submit-row {
	text-align: center;
}

.feedback-form-policy {
	display: flex;
}

.feedback-form-policy input {
	margin-left: 10px;
}

.feedback-form .small-dialog-header {
	background-color: inherit !important;
}

@media (max-width: 767px) {
    .feedback-form .small-dialog-header {
		padding: 13px !important;
	}
	.vk-groups-wrapper {
		max-width: 300px;
	}
	.vk-groups-wrapper iframe {
		min-height: 250px !important;
		width: 320px;
	}
}

.vk-widget-block {
    display: flex;
    justify-content: center;
}

.partners-block .slick-track {
	display: flex;
	align-items: center;
}

.map-with-tabs-block {
	min-height: 440px;
}

.map-with-tabs-block .tab {
	overflow: hidden;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border: none;
	padding-top: 0;
}

.map-with-tabs-block .tab button {
	background-color: inherit;
	border: 1px solid #ccc;
	border-radius: 10px;
	cursor: pointer;
	padding: 5px 15px;
	transition: background-color 0.3s, border-color 0.3s;
	font-size: 16px;
	color: #565CEF;
}

.map-with-tabs-block .tab button:hover {
	background-color: #7457BC !important;
	color: white !important;
}

.map-with-tabs-block .tab button.active {
	background-color: #7457BC !important;
	border-color: #aaa;
	color: white !important;
}

.map-with-tabs-block .tabcontent {
	display: none;
	padding: 0 20px;
	background-color: #fff;
}

@media (max-width: 576px) {
	.map-with-tabs-block .tab button {
		padding: 8px 14px;
		font-size: 14px;
	}
	.map-with-tabs-block .tab {
		padding-top: 15px !important;
	}
}

@media (min-width: 768px) {
	.promo-wrapper h2 {
		margin-top: 0 !important;
	}

	.promo-wrapper .promo-image-block {
		margin-top: 6px !important;
	}
}