.button-catalog a {
	background-color: #f7601e;
	font-size: 18px;
	padding: 10px 30px;
	color: #fff;
	transition: 1s;
}
.button-catalog a:hover {
	background-color: #c74912;
}
.block-advantage {
	text-align: center;
}
.block-advantage hr {
	border-color: #f7601e;
}
.block-advantage img {
	width: 25%;
}
.block-advantage p {
	font-size: 16px;
	font-weight: 500;
}
.section-advanteges > div:last-child > div:last-child img {
	margin-top: 25px;
}
.tm-header > div {
	box-shadow: 0px 2px 10px #cdcdcd;
}
.tm-footer a, .tm-footer h3, .tm-footer p {
	color: #fff;
}
.tm-footer {
	padding: 50px 0px !important;
}
@media all and (max-width: 880px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	.button-catalog a {
		font-size: 16px;
	}
}
@media all and (max-width: 430px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 20px;
	}
	.uk-logo img {
		width: 70%;
	}
}