@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Montserrat';
	font-size: 18px;
}

body {
	position: relative;
	background-color: #fff;
}

a {
	color: #000;
}

ul {
	list-style: none;
}

.workspace {
	width: 1160px;
	position: relative;
	margin: 0 auto;
}

.logo_img {
	max-width: 100%;
	height: auto;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.phone_link {
	text-decoration: none;
	color: inherit;
}

.pace .pace-progress {
	background: #E53223;
	position: absolute;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
}

.superH {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 80px;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.superH:after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	background: #E53223;
}

#header {
	min-height: 123px;
	height: auto;
	background-color: #fff;
}

#navi {
	background: #242424;
	text-align: center;
}

#navi ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 36px;
	font-size: 18px;
	padding: 0 30px;
	color: #fff;
	margin-right: 95px;
	cursor: pointer;
}

#navi ul li:hover {
	background: #AA0114;
}

#banner {
	height: 643px;
}

#services {
	background: #ECF0F3;
	text-align: center;
	padding-bottom: 80px;
}

.service {
	text-align: left;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 273px;
	height: 236px;
	background: #fff;
	border-bottom: 6px solid #E53223;
	margin-right: 15px;
	margin-bottom: 22px;
	transition: all 1.5s;
}

.service:nth-child(4n+1),
.service:last-child {
	margin-right: 0px;
}

#about {
	padding-bottom: 100px;
}

.newz {
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.newz:hover .hh1 {
	color: #E53223;
}

.news {
	width: 372px;
	font-size: 16px;
	cursor: pointer;
}

.news:hover .hh1 {
	color: #E53223;
}

#news {
	padding-bottom: 100px;
	background: #ECF0F3;
}

#works {
	padding-bottom: 100px;
}

#form_1 {
	background: url(form_1.jpg);
	background-size: cover;
	padding-top: 70px;
}

#footer {
	background: #242424;
	min-height: 220px;
	color: #fff;
}

#footer ul {
	padding-top: 20px;
	text-align: center;
}

#footer ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	margin-right: 170px;
	cursor: pointer;
}

#map {
	height: 510px;
	position: relative;
	z-index: 200;
}

.sticky-wrapper.is-sticky {
	z-index: 3000;
}


@media screen and (max-width:1335px) {
	.workspace {
		width: 90%;
	}


	.header_inner * {
		position: static !important;
	}

	.header_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	#header {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width:1250px) {

	.contacts_txt {
		position: static !important;
		width: 100% !important;
	}

	#footer ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 18px;
		margin-bottom: 30px;
	}

	#footer ul li {
		margin-right: 0 !important;
	}

	.footer_inner * {
		position: static !important;
	}

	.footer_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 18px;
		flex-wrap: wrap;
	}

	#header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.about_img {
		position: static !important;
	}

	.next3 {
		right: 0 !important;
		filter: invert(100%);
	}

	.prev3 {
		left: 0 !important;
		filter: invert(100%);
	}

	.next4 {
		right: 0 !important;
		filter: invert(100%);
	}

	.prev4 {
		left: 0 !important;
		filter: invert(100%);
	}

	#form_2 * {
		width: 352px !important;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:800px) {

	.about_img {
		width: 100% !important;
	}

	.about_img img {
		max-width: 100% !important;
		height: auto !important;
	}

	#form_2 * {
		margin-top: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}

	#form_2 button {
		margin: 0 auto !important;
	}


}

@media screen and (max-width:600px) {

	.modal {
		width: 100% !important;
	}

	.superH {
		font-size: 20px;
		margin-bottom: 40px !important;
	}

	.slide_block {
		width: 100% !important;
		max-width: 459px;
		box-sizing: border-box;
		height: auto !important;
		padding: 18px !important;
	}

	#footer ul {
		justify-content: center;
	}

	#form_0 * {
		width: 80% !important;
		box-sizing: border-box;
	}

	#form_2 * {
		width: 80% !important;
	}

	#form_2 input[name=marka] {
		margin-bottom: 10px !important;
	}

	.modal_title {
		font-size: 20px !important;
		margin-bottom: 18px;
	}

	.advantages_block {
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-bottom: 20px;
	}

	.advantage_item {
		height: auto !important;
	}

	.advantage_item:not(:last-child) {
		margin-bottom: 18px;
	}

	.menu-burger__header {
		position: relative;
		width: 40px;
		height: 35px;
		display: block;
		margin-left: auto;
		margin-right: 30px;
		z-index: 99;
		cursor: pointer;
	}

	.menu-burger__header span,
	.menu-burger__header:after,
	.menu-burger__header:before {
		height: 3px;
		width: 100%;
		position: absolute;
		background: #ffffff;
		margin: 0 auto;

	}

	#navi ul {
		position: absolute;
		top: 38px;
		right: 0;
		background-color: #242424;
		z-index: 99;
		padding-top: 40px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
		transition: all 0.4s ease;
		transform: scaleY(0);
		z-index: 3000;
	}

	#navi ul.open-menu {
		transform: scaleY(1);
		transition: all 0.4s ease;
	}

	#navi ul li {
		display: block;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 18px;
		font-size: 20px !important;
	}

	#navi {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.menu-burger__header span {
		top: 16px;
	}

	.menu-burger__header:after,
	.menu-burger__header:before {
		content: '';
	}

	.menu-burger__header:after {
		bottom: 5px;
	}

	.menu-burger__header:before {
		top: 5px;
	}

	.slide_block div:first-child {
		font-size: 20px !important;
	}

	.slide_block div:first-child {
		font-size: 20px !important;
		line-height: 28px !important;
	}

	.slide_block div:nth-child(2) {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.ml {
		margin-left: 0 !important;
	}

	.big_pic {
		width: 100% !important;
	}

	.big_pic div {
		max-width: 100%;
		height: 300px !important;
		margin-right: 0 !important;
	}

	.fc {
		flex-direction: column;
	}

	.fc:first-child {
		margin-bottom: 20px;
	}

	.jcc {
		justify-content: center !important;
	}

	.newslist {
		display: flex;
		flex-wrap: wrap;
		justify-content: center !important;
	}

	.newslist li {
		margin-right: 0 !important;
	}

	.map_contacts {
		width: 100% !important;
	}

	.header_inner {
		justify-content: center;
	}

	.callback {
		border: none !important;
		padding-left: 0 !important;
	}

	.footer_inner {
		justify-content: space-evenly;
	}

	.footer_contacts {
		width: 285px !important;
	}

	.service_pic {
		display: block !important;
		margin: 0 auto 30px auto !important;
	}


}