*,
*::after,
*::before {
	box-sizing: border-box;
}

.header_promo textarea {
	height: 80px;
	padding: 3px 0px 3px 10px;
	border: none;
	margin: 10px 0!important;
	background-color: rgba(255,255,255, .8);
}
.header_promo input.wpcf7-form-control {
	height: 44px;
	padding: 3px 0px 3px 10px;
	margin: 10px 0!important;
	background-color: rgba(255,255,255, .8);
}
.header_promo select {
	background-color: rgba(255,255,255, .8);
}
.header_promo textarea:focus, .header_promo input.wpcf7-form-control:focus, .header_promo select:focus {
	background-color: #fff;
}

body {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #262C27;
}

a {
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ol {
	margin-right: 20px;
}

ol li {
	margin-bottom: 15px;
}

.container_header {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.header_promo {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	color: #fff;
	padding-bottom: 30px;
}

.header_promo a {
	color: #fff;
}

.header_promo .logo {
	padding: 0;
}

.item__tel__mob a, .item__mail__mob a {
	color: #fff;
	background-color: #ff5d00;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

.item__tel__mob a:hover, .item__mail__mob a:hover {
	color: #fff;
	background-color: #fb772c;
}

.call_tel {
	color: #333;
	margin-bottom: 10px;
	line-height: 2;
  font-size: 24px;
  font-weight: 800;
	cursor: pointer;
}
.call_tel:hover {
	color: #585858;
}

.site-content div.title_call {
	font-size: 25px;
	font-weight: 500;
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.header__top {
	display: flex;
	align-items: center;
	padding: 57px 0;
	gap: 100px;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
}

.item__tel i.fa, .item__mail i.fa {
	color: #ff5d00;
	margin-right: 10px;
	font-size: 15px;
}

.item__tel a:hover, .item__mail a:hover {
	color: #fff;
	cursor: pointer;
}

.header__btn {
	display: inline-block;
}
.header__btn, .header_promo .wpcf7-form .wpcf7-submit {
	text-transform: uppercase;
	color: #fff;
	padding: 12px 71px;
	min-height: 66px;
	background-color: #ff5d00;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 0;
}

.track {
	padding-top: 22px;
	margin: 0 10px;
}

.header__btn:hover, .header_promo .wpcf7-form .wpcf7-submit:hover{
	background-color: #fb772c!important;
	color: #fff;
}

.header__btn:focus, .header__btn:active {
	color: #fff;
}

.item__tel__mob, .item__mail__mob {
	display: none;
}

.header_promo .wpcf7-form .wpcf7-submit:focus {
	background-color: #ff5d00;
}

.header__content {
	min-height: calc(100vh - 189px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__content-box {
	max-width: 650px;
  margin-right: 50px;
}

.header__title {
	text-transform: uppercase;
	line-height: 1.25;
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 30px;
}

.form_header {
	/* max-width: 400px; */
	padding: 50px 35px;
	display: block;
	background-color: rgba(0,0,0, .3);
}

.form_title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
}

/* MEDIA */

@media (max-width: 1200px) {
	.header__title {
		font-size: 45px;
	}
	.header__content-box {
    max-width: 550px;
	}
}

@media (max-width : 992px) {
	.header__content{
		flex-wrap: wrap;
	}
	.header__content-box {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
	}
	.header__form {
		margin: 0 auto;
	}
		.form_header {
		padding: 30px 25px;
	}
}

@media (max-width : 768px) {
	.header_promo .logo img {
		max-width: 150px;
	}
	.header__phone {	
		width: 150px;
	}
	.item_contact a {
		font-size: 14px;
	}
	.header__title {
		font-size: 30px;
	}
	/* .form_header {
		padding: 20px 10px;
	} */
}

@media (max-width : 576px) {
	.header_promo .wpcf7-form .wpcf7-submit {
		padding: 0;
	}
	.item_contact a {
    font-size: 16px;
	}
	.title_call {
		font-size: 20px;
	}
	.form_header {
		padding: 20px 10px;
	}
	.header_promo .logo img {
		max-width: 100px;
	}
	.item__tel__mob, .item__mail__mob {
		display: block;
	}
	.item__tel, .item__mail {
		display: none;
	}
	.item_contact {
    display: flex;
	}
}

@media (max-width : 375px) {
	.form_header {
		padding: 20px 0;
		max-width: 294px;
	}
}