.top_logo {
	padding-top: 30px;
}

.top_logo img {
	max-width: 250px;
}


.top_menu {

}

.top_menu a:link {
	text-decoration: none;
	font-size: 20px;
	color: #595959;
}

.top_menu a:visited {
	text-decoration: none;
	color: #595959;
}

.top_menu a:hover {
	text-decoration: none;
	color: #999;
}


.top1 {
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f1f1f1;
}

.top1 h1 {
	padding-bottom: 20px;
}

.top1 h3 {
	padding-bottom: 20px;
}


.top1 button {
	background: #f1f1f1;
	color: black;
	border: 2px solid black;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 20px;
	transition: 0.4s;
	margin-bottom: 70px;
}

.top1 button:hover {
	background: #000;
	color: white;
	border: 2px solid black;
	border-radius: 20px;
	transition: 0.4s
}


.top1 img {
	border-radius: 20px;
}



.uslugi1 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.uslugi1 h1 {
	padding-bottom: 70px;
}

.uslugi1 .usluga {
	padding: 15px 15px;
}

.uslugi1 img {
	border-radius: 20px;
}


.uslugi1 button {
	background: #fff;
	color: black;
	border: 2px solid black;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 20px;
	transition: 0.4s;
	margin-top: 20px;
	margin-bottom: 15px;
}

.uslugi1 button:hover {
	background: #000;
	color: white;
	border: 2px solid black;
	border-radius: 20px;
	transition: 0.4s
}

.uslugi1 .price {
	font-size: 14px;
}



.gallery1 {
	background-color: #f1f1f1;
	padding-top: 100px;
	padding-bottom: 100px;
}

.gallery1 h1 {
	margin-bottom: 50px;
}

.gallery1 img {
	border-radius: 20px;
	margin-bottom: 15px;
}



.faq1 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.faq1 h1 {
	padding-bottom: 50px;
}













