@media screen and (max-width: 1280px) {
	.row-container {
		width: 950px;
	}
	.row-container.small {
		width: 850px;
	}
	.lk-service .btn {
		width: 100px;
		font-size: 0.9rem;
		left: calc(50% - 100px);
	}
}