@media screen and (max-width: 1024px) {
.intro {
	align-items: flex-start;
	height: 640px;
}


.intro:after {
	width: 310px;
	height: 310px;
	right: 35%;
	left: 35%;
	top: auto;
	bottom: 0;
	-webkit-clip-path: ellipse(50% 50% at 50% 50%);
	clip-path: ellipse(50% 50% at 50% 50%);
}


.intro div.block-content {
	text-align: center;
	margin-top: 130px;
}


.intro div.block-content ul.social-buttons {
	justify-content: center;
}


.services div.services-items {
	flex-wrap: wrap;
}


.services div.services-items div.services-item {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}


.resources div.block-content div.resources-items {
    flex-wrap: wrap;
}


.resources div.block-content div.resources-items div.resources-item {
    width: 100%;
	margin-bottom: 15px;
}


.news div.news-items {
	flex-wrap: wrap;
}


.news div.news-items div.news-item {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}
}


@media screen and (max-width: 768px) {
#wrapper h1, h2, h3, h4, h5, h6 {
	text-align: center;
}


.logo {
	display: none;
}


.main-menu {
	width: auto !important;
	margin-right: auto;
	margin-left: 0px;
}


.main-menu a.menu-bar {
	display: block;
}


.main-menu ul.menu-inner {
	background-color: #ffffff;
	position: absolute;
	padding: 30px 20px 30px 40px;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 90;
	display: none;
}


.main-menu ul.menu-inner li {
	margin-bottom: 5px;
}


.header-button {
	width: auto !important;
	margin-left: auto;
}


span.header-label {
	text-align: center;
	max-width: 150px;
	display: block;
	margin: 0px auto 15px auto;
}


.intro:after {
	left: 30%;
}


.intro div.block-content {
	text-align: center;
	margin-top: 130px;
}


.intro div.block-content h3 {
	line-height: 72px;
}


.intro div.block-content ul.social-buttons {
	justify-content: center;
}


.about {
	text-align: center;
}


.about div.block-content img {
	max-width: 200px;
}


.services div.services-items {
	flex-wrap: wrap;
}


.services div.services-items div.services-item {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}


.services div.services-items div.services-item article.service-teaser {
	width: 340px;
	margin: 0px auto 15px auto;
}


.news div.news-items {
	flex-wrap: wrap;
}


.news div.news-items div.news-item {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}


.news div.news-items div.news-item article.news-teaser {
	margin: 0px auto 15px auto;
}


.news div.news-items div.news-item article.news-teaser div.news-content {
	text-align: center;
}


.price-wrapper {
	overflow-y: auto;
}
}


@media screen and (max-width: 425px) {
#wrapper h1, h2, h3, h4, h5, h6 {
	text-align: center;
}


.logo {
	display: none;
}


.header-button {
	width: auto !important;
	margin-left: auto;
}


.intro {
	align-items: flex-start;
	height: 100vh;
}


span.header-label {
	text-align: center;
	max-width: 150px;
	display: block;
	margin: 0px auto 15px auto;
}


.intro:after {
	width: 260px;
	height: 260px;
	left: 13%;
}


.intro div.block-content {
	text-align: center;
	margin-top: 130px;
}


.intro div.block-content ul.social-buttons {
	justify-content: center;
}


.about {
	text-align: center;
}


.about div.block-content img {
	max-width: 200px;
}


.services div.services-items {
	flex-wrap: wrap;
}


.services div.services-items div.services-item {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}


.services div.services-items div.services-item article.service-teaser {
	width: 340px;
	margin: 0px auto 15px auto;
}


.news div.news-items {
	flex-wrap: wrap;
}


.news div.news-items div.news-item {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}


.news div.news-items div.news-item article.news-teaser {
	margin: 0px auto 15px auto;
}


.news div.news-items div.news-item article.news-teaser div.news-content {
	text-align: center;
}


.footer-contacts ul.footer-contacts-items {
    flex-direction: column;
}
}


@media screen and (max-width: 375px) {
.intro:after {
	width: 260px;
	height: 260px;
	right: 10%;
	left: 10%;
}


.services div.services-items div.services-item article.service-teaser {
	width: 300px;
}


.news div.news-items div.news-item article.news-teaser {
	width: 300px;
	margin: 0px auto 15px auto;
}


.news div.news-items div.news-item article.news-teaser div.news-content div.news-content-image {
	width: 300px;
}
}


@media screen and (max-width: 320px) {
.header-phone {
	width: 160px !important;
}


.header-phone div.block-content a.phone {
	font-size: 12px;
}
}