.menu {
	margin-top: 85px;
}

.footer .menu {
	margin-top: 0;
}

/**/
.uslugi {
	background: rgba(0, 0, 0, .7);
}

.uslugi h2 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}

/**/
.uslugi .history {
	background: rgba(0, 0, 0, .7);
	margin-bottom: 5px;
}

.uslugi .history a,
.uslugi .history i,
.uslugi .history a:before {
	color: #fff;
}

.uslugi .history a:hover,
.uslugi .history a:hover>i {
	color: #f70;
}

.uslugi .btn {
	background: #f70;
	margin: 10px auto;
}

li {
	padding: 10px;
}

.uslugi p {
	color: #fff;
	padding: 10px;
}

.gal .col {
	text-align: center;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, .3);
}

.gal .col:hover {
	box-shadow: 0 0 10px 1px #fff;
	cursor: pointer;
}

.gal img {
	width: 290px;
	height: 290px;
}

.gal .col strong {
	color: #f70;
	font-size: 18px;
}

@media screen and (max-width:992px) {
	.menu {
		margin-top: 0px;
	}

	.gutters.bricks-3>[class*="col"] {
		flex: 0 0 100%;
	}
}

/**/
.uslugi h3 {
	width: 90%;
	display: block;
}

.uslugi .btn {
	width: 90%;
}

img.img-big {
	width: 480px;
	height: 480px;
	margin: 0 5px;
	border-radius: 3px;
}

/**/
.project h2 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}

.project .col {
	margin-bottom: 1%;
	height: auto;
	position: relative;
	transition: all 200ms ease-in;
	transform: scale(1);
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
}

.project .col:hover {
	cursor: pointer;
	z-index: 2;
	transition: all 200ms ease-in;
	transform: scale(1.5);
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
}

.project img {
	border-radius: 3px;
	width: 290px;
	height: 290px;
}

.tables {
	width: 98%;
	margin-top: -1px;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, .5);
}

.tables .col-7:nth-child(1) {
	border-right: 1px solid #fff;
}

.tables .col-3:nth-child(2) {
	border-right: 1px solid #fff;
	text-align: center;
}

.tables .col-2:nth-child(3) {
	text-align: center;
}

.tables small {
	color: #fff;
	font-size: 12px;
}
