@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap&subset=cyrillic');


img,
object,
embed,
video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

input,
button,
a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}


body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #222221;
	line-height: 1.2;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

input,
textarea,
button {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #d40d19;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


.header {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 50px;
	position: relative;
}

.h_top {
	padding: 50px 0 40px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.h_logo {
	display: inline-block;
	vertical-align: top;
}

.h_logo a {
	float: left;
	margin: 0 19px 0 0;
}

.h_desc {
	float: left;
	font-size: 18px;
	color: #222221;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
    top: 5px;
    position: relative;
}

.h_right {
	display: inline-block;
}

.h_phone {
	float: left;
	margin: 0 22px 0 0;
	padding: 2px 0 0;
	text-align: center;
}

.h_phone a {
	font-size: 24px;
	color: #222221;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.1;
	display: inline-block;
	vertical-align: top;
}

.h_phone span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #868685;
	line-height: 17px;
	margin: 2px 0 0;
}

.h_call {
	float: left;
}

.h_call a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	padding: 8px 42px 12px;
	background: #d40d19;
	font-weight: 300;
	border-radius: 20px;
}

.h_call a:hover {
	background: #bb000b;
}

.h_nav {
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(30, 49, 116, 0.05);
}

.h_nav.fixed {
	position: fixed;
	z-index: 101;
	bottom: auto;
	top: 0;
}

.h_nav .container {
	position: relative;
}

.h_logo_fixed {
	max-width: 116px;
	width: 0;
	opacity: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.h_nav.fixed .h_logo_fixed {
	width: auto;
	opacity: 1;
}

.h_menu {
	position: relative;
	padding-left: 0px;
	width: auto;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.h_nav.fixed .h_menu {
	padding-left: 140px;
}

.h_logo_mob {
	display: none;
}

.h_menu ul {
	list-style: none;
}

.h_menu ul li {
	float: left;
}

.h_menu ul li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	color: #868685;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	line-height: 16px;
	padding: 17px 14px;
	position: relative;
}

.h_menu ul li a:after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	background: #ff0000;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	margin: 0 auto;
	width: 0;
}

.h_menu ul li a:hover:after {
	width: 100%;
}

.h_nav_right_fixed {
	float: right;
	margin: 18px 0 0;
	overflow: hidden;
	height: 17px;
}

.h_phone_fixed {
	float: left;
	padding: 0 11px 0 0;
}

.h_phone_fixed a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	color: #222221;
	line-height: 1;
	height: 14px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(0, 205%, 0);
	transform: translate3d(0, 205%, 0);
	transition-delay: 0s;
}

.h_nav.fixed .h_phone_fixed a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition-delay: 0.3s;
}

.h_call_fixed {
	float: left;
	padding: 0 0 0 10px;
	border-left: 1px solid transparent;
	height: 14px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.h_nav.fixed .h_call_fixed {
	border-color: #c7c7c6;
}

.h_call_fixed a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	color: #d40d19;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(0, 205%, 0);
	transform: translate3d(0, 205%, 0);
	transition-delay: 0.3s;
}

.h_nav.fixed .h_call_fixed a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition-delay: 0s;
}

.h_call_fixed a:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	width: 100%;
	background: #d40d19;
	margin: 0 auto;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.h_call_fixed a:hover:after {
	width: 0;
}


.block1 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: url(../img/bg1.jpg) no-repeat top center;
	background-size: cover;
	padding: 105px 0 0;
}

.block1 h1 {
	font-size: 48px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 6px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 98px;
}

.b1_row {
	margin: 0 0 -80px;
	background: #db4f58;
	display: flex;
}

.b1_row_left {
	display: inline-block;
	vertical-align: top;
	width: 66.66666%;
	box-sizing: border-box;
	padding: 45px 20px 34px;
}

.b1_row_title {
	margin: 0 0 28px;
	font-size: 23px;
	color: #fff;
	line-height: 1.2;
	padding: 0;
	font-weight: 300;
}

.b1_sub {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.b1_sub_item {
	width: 47.63%;
	display: inline-block;
	vertical-align: top;
}

.b1_content {
	width: 100%;
	display: flex;
}

.b1_content_img {
	width: 60px;
	margin: 0 20px 0 0;
}

.b1_content_text {
	width: calc(100% - 80px);
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.b1_row_right {
	display: inline-block;
	vertical-align: top;
	width: 33.33334%;
	box-sizing: border-box;
	padding: 45px 20px 34px;
	background: #a10a14;
}


.block2 {
	padding: 96px 0 50px;
	margin: 80px 0 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.block_title {
	font-size: 36px;
	line-height: 1.2;
	color: #222221;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 0;
	margin: 0 0 35px;
}

.block_title:first-letter {
	color: #d40d19;
}

.block_text {
	font-size: 24px;
	color: #222221;
	line-height: 1.2;
	font-weight: 300;
	padding: 0;
	margin: 0 0 42px;
}

.services_title_wrap {
	background: #e8e8e8;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.services_title {
	font-size: 24px;
	color: #d40d19;
	font-weight: 300;
	line-height: 28px;
	padding: 10px 0 12px;
	float: left;
}

.services_title_wrap ul {
	list-style: none;
	float: none;
	margin: 0;
	width: 100%;
	display: flex;
}

.services_title_wrap ul li {
	position: relative;
	display: flex;
	font-size: 16px;
	text-align: center;
	align-items: center;
	color: #868685;
	line-height: 20px;
	padding: 14px 20px 16px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.services_title_wrap ul li:nth-child(odd) {
	background: #f4f4f4;
}

.services_title_wrap ul li:before {
	content: ' ';
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 2px;
	background: #ff0000;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.services_title_wrap ul li:hover,
.services_title_wrap ul li:nth-child(odd):hover {
	background: #fff;
	color: #d40d19;
}

.services_title_wrap ul li.active {
	background: #fff;
}

.services_title_wrap ul li.active:before {
	opacity: 1;
}

.services_content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}

.list_tabs_01_content {
	display: none;
}

.list_tabs_01_content.active {
	display: block;
}

.services_item {
	width: 100%;
	display: flex;
	margin: 20px 0;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	padding: 20px 0 15px;
}

.services_item_img {
	width: 33.33334%;
	box-sizing: border-box;
	padding: 0 20px;
}

.services_item_img img {
	width: 100%;
}

.services_item_content {
	width: 66.66666%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	font-size: 18px;
	color: #222221;
	line-height: 1.2;
	font-weight: 300;
}

.services_item_content b {
	font-weight: 700;
}

.services_item_content_list {
	padding-left: 30px;
}

.services_item_content_list ul {
	list-style: none;
	margin: 0 0 22px;
}

.services_item_content_list ul li {
	position: relative;
	padding: 4.5px 0;
}

.services_item_content_list ul li:before {
	content: ' ';
	width: 24px;
	height: 24px;
	background: url(../img/list_ico.png) no-repeat 0 0;
	position: absolute;
	left: -30px;
	top: 3px;
}

.services_item_content span {
	color: #e8e8e8;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	font-weight: 700;
}

.services_item_content a {
	color: #d40d19;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.services_item_content a:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	margin: 0 auto;
	width: 100%;
}

.services_item_content a:hover {
	text-decoration: none;
}

.services_content_box {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	padding: 20px 0;
}

.services_content_row {
	width: 100%;
	display: flex;
	margin: 20px 0;
}

.services_content_item {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 20px;
}

.services_content_item_img {
	margin: 0 0 40px;
}

.services_content_item_img img {
	width: 100%;
}

.services_content_item_text {
	padding: 0 0 0 30px;
	height: 130px;
	margin: 0 0 15px;
	position: relative;
	font-size: 18px;
	color: #222221;
	font-weight: 300;
	line-height: 1.2;
}

.services_content_item_text:before {
	content: ' ';
	width: 24px;
	height: 24px;
	background: url(../img/list_ico.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: -2px;
}

.services_content_item_term {
	padding: 0 0 0 30px;
	font-size: 18px;
	color: #222221;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.services_content_item_term a,
.services_item_term a {
	margin-left: 20px;
	position: relative;
	text-decoration: underline;
}

.services_content_item_term a::before,
.services_item_term a::before {
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 17px;
	background-color: #dfdfdf;
	left: -13px;
	top: 5px;
}

.services_form_wrap {
	background: url(../img/bg_form.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding: 38px 20px 40px;
}

.services_form_title {
	font-size: 30px;
	color: #222221;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0;
}

.services_form_content {
	display: flex;
}

.services_form_info {
	width: 82.75%;
	margin: 0 1.72% 0 0;
	display: flex;
}

.services_form_textarea {
	width: 79.16%;
	margin: 0 2.09% 0 0;
}

textarea {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	padding: 14px 20px;
	border: none;
	outline: none;
	background: #fff;
	font-size: 18px;
	color: #868685;
	font-weight: 300;
	line-height: 22px;
	resize: none;
}

::-webkit-input-placeholder {
	color: #868685;
}

::-moz-placeholder {
	color: #868685;
}

/* Firefox 19+ */
:-moz-placeholder {
	color: #868685;
}

/* Firefox 18- */
:-ms-input-placeholder {
	color: #868685;
}

.services_form_input {
	width: 18.75%;
}

input[type="text"] {
	width: 100%;
	height: 50px;
	margin: 0 0 20px;
	box-sizing: border-box;
	padding: 14px 20px;
	border: none;
	outline: none;
	background: #fff;
	font-size: 18px;
	color: #868685;
	font-weight: 300;
	line-height: 22px;
}

input[type="text"]:last-child {
	margin-bottom: 0;
}

input[type="text"].error,
textarea.error {
	border: 2px solid #f00;
}

.services_form_bottom {
	width: 15.53%;
}

button[type="submit"] {
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 25px;
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
	color: #fff;
	font-weight: 300;
	padding: 0 0 3px;
	text-align: center;
	background: #d40d19;
}

button[type="submit"] i {
	width: 36px;
	height: 16px;
	background: url(../img/send_ico.png) no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 12px;
}

button[type="submit"]:hover {
	background: #bb000b;
}

.form_conf {
	margin: 31px 0 0;
	font-size: 10px;
	color: #868685;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
}

.form_conf a {
	color: #d40d19;
	text-decoration: underline;
}

.form_conf a:hover {
	text-decoration: none;
}


.block3 {
	padding: 50px 0;
}

#works {
	width: 100%;
}

.works_item {
	width: 100%;
}

.works_item img {
	width: 100%;
}

#works .owl-prev {
	font-size: 0;
	text-indent: -9999px;
	width: 90px;
	height: 72px;
	position: absolute;
	left: 7.14%;
	top: 50%;
	margin: -36px 0 0;
	background: url(../img/prev.png) no-repeat 0 0;
}

#works .owl-next {
	font-size: 0;
	text-indent: -9999px;
	width: 90px;
	height: 72px;
	position: absolute;
	right: 7.14%;
	top: 50%;
	margin: -36px 0 0;
	background: url(../img/next.png) no-repeat 0 0;
}

#works .owl-prev:hover,
#works .owl-next:hover {
	opacity: 0.8;
}


.block4 {
	padding: 50px 0 62px;
}

.adv_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.adv_item {
	margin: 0 0 30px;
	width: 25%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.adv_item:last-child {
	padding-right: 0;
}

.adv_item_img {
	height: 60px;
	margin: 0 0 23px;
}

.adv_item_img img {
	max-height: 60px;
}

.adv_item_title {
	font-size: 18px;
	color: #222221;
	line-height: 1.2;
	font-weight: 300;
	padding: 0;
	margin: 0;
}


.block5 {
	padding: 92px 0 100px;
	background: #fafafa url(../img/bg_repeat.jpg) repeat center center;
}

#equipment {
	width: 100%;
	margin: 0 0 12px;
}

#equipment .owl-item {
	min-height: 420px;
}

.equipment_item {
	width: 100%;
	background: #fff;
	padding: 10px 20px 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.equipment_item_img {
	height: 221px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 25px;
}

.equipment_item_img img {
	max-height: 221px;
}

.equipment_item_title {
	font-size: 18px;
	color: #222221;
	line-height: 1.2;
}

.equipment_item.active .equipment_item_title {
	font-weight: 700;
}

.equipment_item_desc {
	display: none;
	opacity: 0;
	font-size: 14px;
	color: #868685;
	line-height: 1.2;
	margin: 7px 0 0;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.equipment_item.active .equipment_item_desc,
.equipment_item:hover .equipment_item_desc {
	display: block;
	opacity: 1;
}

.owl-prev,
.owl-next {
	font-size: 0;
	text-indent: -9999px;
	width: 40px;
	height: 32px;
	position: absolute;
	right: 50px;
	top: -75px;
	background: url(../img/arrow.png) no-repeat 0 0;
}

.owl-next {
	right: 0;
	background-position: -40px 0;
}

.owl-prev:hover {
	background-position: 0 -32px;
}

.owl-next:hover {
	background-position: -40px -32px;
}

.equipment_content_wrap {
	width: 100%;
}

.equipment_content {
	width: 100%;
	display: none;
}

.equipment_content.active {
	display: block;
}

.equipment_content_title {
	font-size: 36px;
	line-height: 1.2;
	color: #222221;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 0;
	margin: 0 0 32px;
}

.equipment_content_title:first-letter {
	color: #d40d19;
}

.equipment_content_row {
	display: flex;
	width: 100%;
	align-items: center;
}

.equipment_content_row_img {
	width: 52.5%;
}

.equipment_content_row_img img {
	width: 100%;
}

.equipment_content_row_text {
	width: 52.5%;
	margin: 0 0 0 -5%;
	background: #fff;
	box-sizing: border-box;
	padding: 33px 30px;
}

.equipment_content_row_text h2 {
	font-size: 24px;
	color: #222221;
	line-height: 1.2;
	font-weight: 700;
	padding: 0;
	margin: 0 0 30px;
}

.equipment_content_row_text p {
	font-size: 18px;
	color: #868685;
	line-height: 1.2;
	margin: 0 0 22px;
}

.equipment_content_row_text *:last-child {
	margin-bottom: 0;
}

.equipment_content_row_text ul {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 0;
}

.equipment_content_row_text ul li {
	font-size: 18px;
	color: #868685;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 30px;
	position: relative;
}

.equipment_content_row_text ul li:before {
	content: ' ';
	width: 24px;
	height: 24px;
	background: url(../img/list_ico.png) no-repeat 0 0;
	position: absolute;
	left: -30px;
	top: -2px;
}


.block6 {
	padding: 96px 0;
	background: url(../img/bg2.jpg) no-repeat center center;
	background-size: cover;
}

.block6 .block_title {
	color: #fff;
}

.b6_text {
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 38px;
	padding: 0;
}

.b6_list {
	display: flex;
	width: 100%;
}

.b6_item {
	display: inline-block;
	width: 33.33333%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}

.b6_item_number {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 4px;
	margin: 0 0 10px;
}

.b6_item_number sup {
	font-size: 50%;
	vertical-align: top;
}

.b6_item_text {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 1.2;
	font-weight: 300;
}


.block7 {
	padding: 95px 0 105px;
	width: 100%;
}

.block7 .services_title_wrap ul {
	float: none;
	margin: 0;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.block7 .services_title_wrap ul li {
	float: none;
	font-size: 14px;
	line-height: 17px;
}

.block7 .services_title_wrap ul li:nth-child(odd) {
	background: transparent;
}

.block7 .services_title_wrap ul li:nth-child(odd):hover {
	background: #fff;
	color: #d40d19;
}

.block7 .services_title_wrap ul li.active {
	background: #fff;
}

.price_wrap {
	padding: 40px 0 36px;
}

.price_content {
	display: none;
}

.price_content.active {
	display: block;
}

.price_content table {
	width: 100%;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	margin: 0 0 16px;
}

.price_content table th {
	font-weight: 400;
	background: #e8e8e8;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	color: #222221;
	padding: 14px 20px;
}

.price_content table th:nth-child(1) {
	text-align: left;
	width: 66.66666%;
}

.price_content table th:nth-child(2),
.price_content table th:nth-child(3) {
	width: 16.66666%;
}

.price_content table td {
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	color: #222221;
	padding: 14px 20px;
	border-bottom: 1px solid #e8e8e8;
}

.price_content table td:first-child {
	text-align: left;
}

.price_content p {
	text-align: center;
	font-size: 12px;
	color: #868685;
	line-height: 1.2;
}

.price_form_wrap {
	background: url(../img/bg_form.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 22px;
}

.price_form_content {
	display: flex;
	width: 100%;
}

.price_form_title {
	width: 56.89%;
	box-sizing: border-box;
	font-size: 30px;
	color: #222221;
	font-weight: 300;
	line-height: 36px;
	padding: 6px 15px 0 0;
}

.price_form_input {
	width: 25.96%;
	margin: 0 1.72% 0 0;
}

.price_form_bottom {
	width: 15.43%;
}

.price_form_bottom .form_conf {
	margin: 11px 0 0;
}


.block8 {
	background: #fafafa url(../img/bg_repeat.jpg) repeat center center;
	padding: 98px 0 115px;
}

.license_item img {
	width: 100%;
}


.block9 {
	background: url(../img/bg3.jpg) no-repeat center center;
	background-size: cover;
	padding: 96px 0 0;
}

.block9 .block_title {
	color: #fff;
}

.block9 .block_text {
	color: #fff;
}

.block9 .services_form_wrap {
	margin: 0 0 -128px;
	display: inline-block;
	width: 100%;
}


.block10 {
	background: #414141;
	padding: 128px 0 76px;
}

.b10_row {
	padding: 90px 0 0;
	display: flex;
	width: 100%;
}

.contacts_row {
	width: 33.3333%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.contacts_row:last-child {
	padding-right: 0;
}

.contacts_title {
	margin: 0 0 36px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 3.5px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 40px;
}

.contacts_title i {
	vertical-align: middle;
	margin: 0 10px 0 0;
	display: inline-block;
	line-height: 40px;
	font-size: 0;
	position: relative;
	top: -1px;
}

.contacts_title i img {
	vertical-align: middle;
}

.contacts_info_row {
	display: flex;
	width: 100%;
	margin: 0 0 12px;
}

.contacts_info_left {
	width: 32.1%;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
	font-weight: 300;
}

.grafics .contacts_info_left {
	width: 60.78%;
}

.contacts_info_right {
	width: 67.9%;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
}

.grafics .contacts_info_right {
	width: 39.22%;
}

.contacts_info_right a {
	color: #fff;
	text-decoration: none;
}

.contacts_text {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 17px;
}

.contacts_route {
	display: flex;
	align-items: center;
}

.contacts_route .contacts_route_item {
	margin: 0 10px 0 0;
	position: relative;
}

.contacts_route_item_ico {
	cursor: pointer;
}

.contacts_route_item:hover .contacts_route_item_ico {
	opacity: 0.8;
}

.contacts_route_item_text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	padding: 5px 7px;
	border-radius: 3px;
	left: 50%;
	bottom: 100%;
	width: 350px;
	box-sizing: border-box;
	margin: 0 0 10px -175px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.contacts_route_item:hover>.contacts_route_item_text {
	opacity: 1;
	visibility: visible;
}

.contacts_route_item_text:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.8);
	margin: 0 0 0 -5px;
}

.price_download {
	text-align: center;
	margin-top: 6px;
}

.price_download a {
	color: #868685;
	font-size: 14px;
	text-align: center;
}


#map {
	height: 400px;
	width: 100%;
}


.footer {
	background: #414141;
	padding: 50px 0 45px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.f_menu {
	float: left;
}

.f_menu ul {
	list-style: none;
}

.f_menu ul li {
	float: left;
	margin: 0 22px 0 0;
	position: relative;
}

.f_menu ul li:after {
	content: ' ';
	position: absolute;
	right: -11px;
	height: 18px;
	top: 50%;
	margin: -8px 0 0;
	width: 1px;
	background: #fff;
}

.f_menu ul li:last-child:after {
	content: none;
}

.f_menu ul li a {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	font-weight: 300;
	text-decoration: none;
}

.f_menu ul li a:hover {
	text-decoration: underline;
}

.f_contacts {
	float: right;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	font-weight: 300;
}


.modal_form {
	width: 90%;
	max-width: 380px;
	box-sizing: border-box;
	padding: 35px 25px;
	background: url(../img/bg_form.jpg) no-repeat center center;
	background-size: cover;
}

.modal_title {
	text-align: center;
	font-size: 24px;
	color: #222221;
	letter-spacing: 3.5px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 30px;
}

.modal_form .form_conf {
	margin: 12px 0 0;
}

.good_text {
	text-align: center;
	font-size: 18px;
	color: #222221;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

.good_text b {
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	margin: 0 0 8px;
}





@media only screen and (max-width: 1170px) {

	.h_menu ul li a {
		letter-spacing: 0.3px;
		padding: 17px 12px;
	}

	.services_form_info {
		width: 80%;
	}

	.services_form_textarea {
		width: 75%;
	}

	.services_form_input {
		width: 25%;
	}

	.services_form_bottom {
		width: 20%;
	}

	.block7 .services_title_wrap ul li {
		font-size: 14px;
	}

	.price_form_title {
		width: 54.89%;
	}

	.price_form_bottom {
		width: 18.43%;
	}

	.f_menu {
		float: none;
		margin: 0 0 25px;
		text-align: center;
	}

	.f_menu ul li {
		float: none;
		display: inline-block;
		margin: 0 11px;
	}

	.f_contacts {
		float: none;
		text-align: center;
	}

}


@media only screen and (max-width: 1023px) {

	.h_top {
		padding: 25px 0;
	}

	.h_logo {
		margin: 27px 0 0;
	}

	.h_right {
		text-align: center;
	}

	.h_phone {
		float: none;
		margin: 0 0 7px;
	}

	.h_call {
		float: none;
	}

	.h_nav_mob_btn {
		display: block;
		width: 30px;
		cursor: pointer;
		float: left;
		margin: 10px 0 0;
	}

	.h_nav_mob_btn span {
		display: block;
		height: 2px;
		margin: 6px 0;
		background: #222221;
	}

	.h_nav_bg {
		display: none;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		z-index: 102;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.h_menu,
	.h_nav.fixed .h_menu {
		position: fixed;
		z-index: 103;
		background: #fff;
		left: -250px;
		top: 0;
		bottom: 0;
		width: 200px;
		box-sizing: border-box;
		padding: 20px 15px;
	}

	.h_logo_mob {
		display: block;
		margin: 0 0 15px;
	}

	.h_menu ul li {
		float: none;
		display: block;
		margin: 0 0 3px;
	}

	.h_menu ul li a {
		display: block;
		padding: 6px 0;
	}

	.h_menu ul li a:after {
		content: none;
	}

	.h_logo_fixed {
		left: 50%;
		margin: 0 0 0 -58px;
		top: 11px;
	}

	.block1 h1 {
		font-size: 32px;
	}

	.b1_row {
		flex-wrap: wrap;
	}

	.b1_row_left,
	.b1_row_right {
		width: 100%;
	}

	.services_title {
		float: none;
		text-align: center;
	}

	.services_title_wrap ul {
		float: none;
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 0;
	}

	.services_title_wrap ul li:nth-child(odd) {
		background: transparent;
	}

	.services_title_wrap ul li.active {
		background: #fff;
	}

	.services_item {
		flex-wrap: wrap;
	}

	.services_item_img {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}

	.services_item_content {
		width: 100%;
		padding: 0 20px;
	}

	.services_item_content_list {
		padding-left: 50px;
	}

	.services_content_row {
		flex-wrap: wrap;
		padding-bottom: 0;
		justify-content: center;
	}

	.services_content_item {
		width: 50%;
		margin: 0 0 30px;
	}

	.services_form_info {
		width: 73%;
		margin: 0 2% 0 0;
	}

	.services_form_textarea {
		width: 65%;
		margin: 0 2% 0 0;
	}

	.services_form_input {
		width: 33%;
	}

	.services_form_bottom {
		width: 25%;
	}

	.adv_list {
		flex-wrap: wrap;
	}

	.adv_item {
		width: 50%;
		padding: 0 20px 0 0;
	}

	.equipment_content_title {
		font-size: 32px;
		letter-spacing: 2px;
	}

	.block7 .services_title_wrap ul li {
		text-align: center;
		line-height: 18px;
	}

	.price_form_content {
		flex-wrap: wrap;
		justify-content: center;
	}

	.price_form_title {
		width: 100%;
		margin: 0 0 25px;
		text-align: center;
		padding: 0;
	}

	.price_form_input {
		width: 180px;
	}

	.price_form_bottom {
		width: 180px;
	}

	.b10_row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contacts_row {
		width: 50%;
		margin: 0 0 30px;
	}

}


@media only screen and (max-width: 767px) {
	.services_content_item_term a {
		padding-left: 0;
		display: block;
	}

	.services_item_term a {
		margin: 0;
	}

	.services_content_item_term a::before,
	.services_item_term a::before {
		display: none;
	}

	.services_content_item_term {
		padding: 0;
	}


	.h_desc {
		display: none;
	}

	.h_nav.fixed .h_logo_fixed {
		display: none;
	}

	.b1_sub {
		flex-wrap: wrap;
	}

	.b1_sub_item {
		width: 100%;
		margin: 0 0 20px;
	}

	.services_title_wrap ul {
		flex-wrap: wrap;
	}

	.services_content_item {
		width: 100%;
	}

	.services_form_content {
		flex-wrap: wrap;
		justify-content: center;
	}

	.services_form_info {
		width: 100%;
		margin: 0 0 20px;
	}

	.services_form_textarea {
		width: 50%;
	}

	.services_form_input {
		width: 48%;
	}

	.services_form_bottom {
		width: 180px;
	}

	.form_conf {
		margin: 10px 0 0;
	}

	.equipment_content_row {
		flex-wrap: wrap;
	}

	.equipment_content_row_img {
		width: 100%;
		margin: 0 0 20px;
	}

	.equipment_content_row_text {
		width: 100%;
		background: transparent;
		padding: 0;
		margin: 0;
	}

	.b6_list {
		flex-wrap: wrap;
	}

	.b6_item {
		width: 100%;
		padding: 0;
		margin: 0 0 25px;
	}

	.price_content table th,
	.price_content table td {
		font-size: 14px;
		line-height: 18px;
		padding: 10px;
		vertical-align: middle;
	}

	.price_content table th:nth-child(1) {
		width: 50%;
	}

	.price_content table th:nth-child(2),
	.price_content table th:nth-child(3) {
		width: 25%;
	}

	.contacts_row {
		width: 100%;
		padding: 0;
	}

	.f_menu ul li a {
		font-size: 14px;
	}

	.f_contacts {
		font-size: 14px;
		line-height: 18px;
	}

}


@media only screen and (max-width: 479px) {

	.h_logo {
		width: 45%;
		margin: 11px 0 0;
	}

	.h_logo a {
		margin: 0;
	}

	.h_right {
		width: 51%;
	}

	.h_phone a {
		font-size: 16px;
	}

	.h_phone span {
		display: none;
	}

	.h_call a {
		padding: 0;
		background: transparent;
		font-size: 14px;
		color: #d40d19;
		line-height: 1;
		text-transform: uppercase;
		position: relative;
	}

	.h_call a:after {
		content: ' ';
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		height: 1px;
		width: 100%;
		background: #d40d19;
		margin: 0 auto;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}

	.h_call a:hover:after {
		width: 0;
	}

	.h_phone_fixed a,
	.h_call_fixed a {
		font-size: 12px;
	}

	.block1 h1 {
		font-size: 24px;
		letter-spacing: 0.5px;
		text-align: center;
	}

	.b1_row_title {
		font-size: 17px;
	}

	.b1_content_text {
		font-size: 15px;
	}

	.block_title {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.block_text {
		font-size: 16px;
	}

	.services_title {
		font-size: 18px;
	}

	.services_title_wrap ul li {
		font-size: 15px;
		padding: 8px 10px 10px;
	}

	.services_content_item_text {
		font-size: 16px;
	}

	.services_content_item_term {
		font-size: 14px;
	}

	.services_item_content {
		font-size: 16px;
	}

	.services_item_content span {
		font-size: 0;
		display: block;
		height: 1px;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.services_form_title {
		font-size: 23px;
		text-align: center;
	}

	.services_form_info {
		flex-wrap: wrap;
	}

	.services_form_textarea {
		width: 100%;
		margin: 0 0 20px;
	}

	.services_form_input {
		width: 100%;
	}

	#works .owl-prev {
		width: 45px;
		height: 36px;
		background-size: 100% 100%;
		margin: -18px 0 0;
	}

	#works .owl-next {
		width: 45px;
		height: 36px;
		background-size: 100% 100%;
		margin: -18px 0 0;
	}

	.adv_item {
		width: 100%;
		padding: 0;
	}

	.block5 .block_title {
		margin: 0 0 60px;
	}

	.owl-prev,
	.owl-next {
		top: -45px;
	}

	.equipment_content_title {
		font-size: 24px;
	}

	.b6_text {
		font-size: 16px;
	}

	.price_content table th,
	.price_content table td {
		font-size: 12px;
		line-height: 15px;
		padding: 6px 5px;
	}

	.price_form_title {
		font-size: 21px;
		line-height: 1.2;
	}

	.price_form_input {
		margin: 0 20px 20px;
	}

	.contacts_info_left {
		width: 45%;
		margin: 0 3% 0 0;
		font-size: 16px;
	}

	.contacts_info_right {
		width: 52%;
		font-size: 16px;
	}

	.f_menu {
		display: none;
	}

	.modal_title {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}

}