body {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #4e9aff;
}
.content > p, .content ul {
	line-height: 28px;
}
.bg-header {
	background-image: url('../img/bg-header-1.jpg');
	background-position-y: -50px;
	min-height: 800px;
}
.overlay {background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.header {
}
.header a {
	color: #222;
}
button {
	color: #444;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 0 #b8b8b8;
	padding: 5px 15px;
	font-size: 14px;
	cursor: pointer;
	background: #f3f3f3;
	text-transform: uppercase;
	font-weight: 700;
}
.logo {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	display: block;
}
.logo a {
	color: #707375;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	float: left;
}
.logo span {
	letter-spacing: 11px;
	display: block;
	margin-top: -5px;
	margin-left: 10px;
}
.logo i {
	font-size: 15px;
	font-style: normal;
	/* margin-top: -30px; */
	display: block;
	line-height: 16px;
	text-transform: uppercase;
}
.number {
	/* font-family: 'Exo 2', sans-serif; */
	font-weight: 900;
}
.header {
	padding-top: 55px;
}
.header .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header .contacts > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.header .contacts .phone .text {
	font-size: 16px;
}
.header .contacts .phone .number {
	font-size: 26px;
}
.header .contacts .buttons {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.header .contacts .email .text {
	font-size: 14px;
}
.header .contacts .email a {
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
}
.block.menu {
	margin-top: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #444;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 0 #b8b8b8;
	font-size: 14px;
	cursor: pointer;
	background: #f3f3f3;
	/* text-transform: uppercase; */
	font-weight: 700;
	/* justify-content: space-around; */
}
.menu a {
	color: #222;
	font-size: 16px;
	font-weight: 700;
}
.promo {
	padding: 30px 20px;
}
.promo .text-1 {
	text-transform: uppercase;
	font-weight: 700;
	/* background: #ffffffc9; */
	/* padding: 8px 16px; */
	font-size: 49px;
	text-align: center;
}
.promo .text-2 {
	padding: 8px 16px;
	margin-top: 1px;
	font-size: 77px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
.promo .text-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: auto auto;
    -ms-grid-rows: 1fr 15px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 35px 60px;
    font-size: 22px;
    margin-top: 60px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    justify-content: center;
}
.promo .text-3 div {
	display: flex;
	align-items: center;
}
.promo .text-3 > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.promo .text-3 > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.promo .text-3 > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.promo .text-3 > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.promo .text-3 div i {
	margin-right: 20px;
	font-size: 41px;
	/* line-height: 20px; */
	/* margin-top: 13px; */
	background: -o-linear-gradient(315deg, #6194dd, #195cb8);
	background: linear-gradient(135deg, #c2435e, #fb6767);
	color: transparent;
	-webkit-background-clip: text;
	text-decoration: none;
}
.middle {
	margin-top: 30px;
}
.sidebar h4:after {
	content: ' ';
	margin-left: 10px;
	margin-bottom: -4px;
	background-image: url(../svg/rounded-expand.svg);
	background-size: 100% 100%;
	height: 20px;
	width: 20px;
	display: inline-block;
}
.sidebar h4.active:after {
	background-image: url(../svg/rounded-up.svg);
}
.sidebar ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 30px;
	list-style: none;
	padding-left: 20px;
}
.sidebar ul li {
	margin-bottom: 20px;
}
.sidebar ul li a {
    color: #222;
    font-weight: 700;
}
.sidebar ul li a i {
	color: #c6c6c6;
    font-size: 17px;
    margin-right: 3px;
}
.content {
	font-family: 'Open Sans', sans-serif;
}
.table td, .table th {
	border: 3px solid #f6f6f6;
	padding: 8px 16px;
	text-align: left;
}
.table.price {
	width: 100%;
	background: -o-linear-gradient(315deg, #fff, #f3f6f7);
	background: linear-gradient(135deg, #fff, #f3f6f7);
}
.table tr:hover td {
	background: -o-linear-gradient(290deg, #fffaea, #fff1cb);
	background: #d9edf9;
	/*font-weight: 500;*/
}
.note {
	/* padding: 0 25px; */
	/* border-left: 2px solid #f9de95; */
	/* border-right: 2px solid #f9de95; */
}
.table-note {
	text-align: right;
	margin-top: 5px;
	font-style: italic;
}
.button-full-price, .button-start-chat {
	padding: 15px 24px;
	color: #444;
	border: 1px solid #444;
	font-size: 14px;
	cursor: pointer;
	background: transparent;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	box-shadow: 3px 3px 0 #b8b8b8;
}
.button-full-price i {
	margin-right: 10px;
	font-size: 18px;
}
.button-start-chat i {
	margin-right: 10px;
	font-size: 18px;
}
.scheme-of-work {
	padding: 0;
}
.scheme-of-work li {
	height: 100px;
	color: #444;
	overflow: hidden;
	padding: 20px 0;
}
.scheme-of-work li .ico-1 {
	font-size: 40px;
    margin-top: 8px;
}
.bg-map {
	background-image: url(../img/map-lenobl.png);
	-webkit-box-shadow: inset 0 0 25px 25px #fffffff0;
	        box-shadow: inset 0 0 25px 25px #fffffff0;
}
.delivery-call .overlay {
	background: #ffffffa6;
}
.delivery-call .text {
	font-size: 22px;
}
.delivery-call .phone {
	font-size: 41px;
}
.delivery-call button {
	color: #4e9aff;
	border: 1px solid #4e9aff;
	font-weight: 400;
}
.concrete-properties {
	font-size: 14px;
	width: 100%;
	background: -o-linear-gradient(315deg, #fff, #f3f6f7);
	/* background: linear-gradient(135deg, #fff, #f3f6f7); */
}
.concrete-pump {
	background-image: url(../img/pump.jpg);
	background-size: 65%;
	background-repeat: no-repeat;
	background-position-y: top;
}
.concrete-pump .overlay {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff21), to(#ffffff45));
	background: -o-linear-gradient(#ffffff21, #ffffff45);
	background: linear-gradient(#ffffff21, #ffffff45);
}
.concrete-pump .inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 80px 0 95px;
}
.concrete-pump div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.concrete-pump .text {
	font-size: 32px;
	background: #ffffffd1;
	padding: 4px 12px;
	font-weight: 700;
}
.concrete-pump .phone {
	font-size: 44px;
	background: #000000b3;
	padding: 4px 8px;
	color: #fff;
}
.concrete-pump table {
	background: #fffc;
	font-weight: 500;
}
.bg-footer {
	background: -o-linear-gradient(315deg, #f6f0cc, #eff1ff);
	background: linear-gradient(135deg, #f6f0cc, #eff1ff);
	margin-top: 100px;
}
.footer .logo a {
	color: #222;
}
.footer .contacts .number {
	font-size: 22px;
}
.footer .contacts button {
	font-weight: 400;
	font-size: 12px;
	padding: 4px 8px;
}
.footer .menu a i {
	margin-right: 5px;
    opacity: 0.2;
    font-size: 22px;
    line-height: 0px;
}
.footer .contacts .email a {
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
}
.copyright {
	padding-bottom: 20px;
	font-family: 'Exo 2', sans-serif;
}
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
}
.gallery img {
	width: 200px;
}
ul.sidebar-menu {

}
ul.sidebar-menu li {

}
ul.sidebar-menu li a {
	text-transform: uppercase;
}
ul.sidebar-menu li ul {
    margin-top: 10px;
}
ul.sidebar-menu li ul li {
    margin-bottom: 5px;
}
ul.sidebar-menu li ul li a {
    color: #4e9aff;
	text-transform: none;
}