.header {
	width: 100%;
	height: 700px;
	/*background: url(../img/kaluga.jpeg) no-repeat center top;*/
	background: url(../img/kaluga.jpeg) 100%;
	background-size: cover;
	position: relative;
	margin-bottom: 45px;
}

.header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 39%;
	height: 90px;
	background: url(../img/line-1.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}

.header-top {
	position: relative;
	display: flex;
}

.header-logo {
	position: relative;
	z-index: 2;
	display: flex;
}

.header-logo img {
	margin-top: 16px;
	width: auto;
	height: 40px;
}

.header-logo p {
  font-size: 28px;
	font-family: 'Exo 2', sans-serif;
	color: #000;
	font-weight: 800;
	line-height: 1;
	margin-top: 29px;
	margin-left: -40px;
}

.header-item img {
  position: absolute;
  right: -50px;
  top: 0;
  width: 78%;
  height: 118px;
  z-index: 1;
  transform: skew(-0.03turn);
}

.header-contact {
	width: 100%;
}

.header-contact__adress {
	position: absolute;
	left: 35%;
	top: 12px;
}

.header-contact__adress p {
	font-size: 16px;
	color: #F5F5F5;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}

.header-contact__phone {
	position: absolute;
	right: 10%;
	top: 12px;
	z-index: 1;
}

.header-contact__phone a {
	font-size: 16px;
	color: #F5F5F5;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
	transition: all 0.2s linear;
	margin-right: 6px;
}

.header-contact__phone a:hover {
	color: #fff;
}

.header-menu {
    position: absolute;
    top: 72px;
    right: 15%;
    z-index: 1;
}

.header-menu nav {
	display: flex;
}

.header-menu nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}

.header-menu nav ul a {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.header-menu nav ul a{
	text-decoration: none;
}

.header-menu nav ul a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 4px;
	background: #ea570f;
	z-index: 2;
	transition: all 0.2s linear;
}

.header-menu nav ul a:hover:before {
	width: 100%;
}

.header-btn {
	position: absolute;
	right: 6.5%;
	top: 68px;
}

.button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
  height: 35px;
  z-index: 1;
}

.button:before {
	position: absolute;
	content: "";
	width: 100%;
  height: 100%;
  transform: skew(-33deg);
  background: -moz-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255) 30%, rgb(250,126,0) 80%);
  background: -webkit-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255)  30%, rgb(250,126,0) 80%);
  background: -ms-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255) 30%, rgb(250,126,0) 80%);
  box-shadow: 2.407px 3.195px 13px 0px rgba(0, 0, 0, 0.46);
  z-index: -1;
  transition: all 0.2s linear;
}

.button a {
	color: #503d07;
	font-weight: bold;
}

.button a:hover {
	color: #6e5309;
	text-decoration: none;
}

.button:hover:before {
	background: -moz-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255) 40%, rgb(250,126,0) 80%);
  background: -webkit-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255)  40%, rgb(250,126,0) 80%);
  background: -ms-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255) 40%, rgb(250,126,0) 80%);
  box-shadow: 2.407px 3.195px 8px 0px rgba(0, 0, 0, 0.46);
}

.header-center__top {
	position: relative;
	margin-top: 128px;
}

.header-center__top h2 {
	position: absolute;
	left: 100px;
  font-size: 52px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-shadow: #000 0px 0px 5px;
}

.header-center__top h1 {
	position: absolute;
	top: 50px;
	right: 90px;
  font-size: 52px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-shadow: #000 0px 0px 5px;
  z-index: 1;
}

.header-center__img {
	width: 100%;
	position: relative;
}

.header-img__list {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -35%;
	z-index: 0;
}

.header-img__home {
	position: absolute;
	top: 140px;
	width: 100%;
}

.header-img__home img {
	width: 100%;
	height: auto;
}

.header-bottom {
	margin-top: 400px;
	display: flex;
	justify-content: space-between;
}

.header-bottom__left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	width: 63%;
	height: 140px;
}

.header-bottom__left:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	transform: skew(-28deg);
	border: 2px solid #e9ae66;
	background-blend-mode: screen;
	background:
		linear-gradient(#fff, transparent),
		linear-gradient(90deg, #a8a8a8, transparent),
		linear-gradient(-90deg, #ccc, transparent);
	z-index: -1;
	opacity: 1;
}

.header-bottom__block p {
	font-size: 18px;
  color: rgb(108, 54, 1);
  font-weight: bold;
  line-height: 1.2;
}



.header-bottom__block:nth-child(1) {
	position: absolute;
	left: 50px;
	top: 20px;
	display: flex;
	align-items: baseline;
}

.header-bottom__block:nth-child(2) {
	position: absolute;
	right: 30px;
	top: 20px;
	display: flex;
	align-items: baseline;
}
.header-bottom__block:nth-child(3) {
	position: absolute;
	left: 30px;
	top: 70px;
	display: flex;
	align-items: baseline;
}
.header-bottom__block:nth-child(4) {
	position: absolute;
	right: 30px;
	top: 70px;
	width: 40%;
	display: flex;
	align-items: baseline;
}
.header-bottom__block p {
	margin: 0;
}

.header-bottom__right {
	position: relative;
	width: 30%;
	height: 140px;
}

.header-item__form input[type=text] {
	position: relative;
	left: 20%;
	top: 20px;
  border: none;
  background: transparent;
  font-size: 18px;
  font-family: 'Exo 2', sans-serif;
}

.header-item__form:before {
	position: absolute;
	content: "";
	background:
		linear-gradient(#fff, transparent),
		linear-gradient(90deg, #a8a8a8, transparent),
		linear-gradient(-90deg, #ccc, transparent);
	border: 2px solid #FFE7B8;
	transform: skew(-28deg);
	width: 100%;
	height: 45%;
	opacity: 0.9;
}

.header-button__form {
	position: relative;
	width: 100%;
	height: 140px;
	z-index: 1;
}

.header-button__form input {
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	z-index: 2;
	position: relative;
	left: -10%;
	top: 10px;
	font-size: 18px;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	color:  #926a23;
}

.header-button__form:before {
	content:  "";
		position: absolute;
		top: 35%;
		left: -10%;
    border: none;
    text-decoration: none;
    cursor: pointer;
		transform: skew(-28deg);
		width: 100%;
		height: 45%;
		/*background: -moz-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255) 30%, rgb(250,126,0) 80%);*/
  	/*background: -webkit-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255)  30%, rgb(250,126,0) 80%);*/
  	/*background: -ms-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255) 30%, rgb(250,126,0) 80%);*/
	background: linear-gradient(91.22deg, #FFE7B8 0%, #FEF3DD 100%);
	box-shadow: 0px 0px 10px rgba(255, 196, 44, 0.25);
  	bottom: 0;
  	z-index: 1;
}

.header-center__text-top {
    position: absolute;
    top: 100px;
    font-size: 50px;
    color: #ffffff;
        text-shadow: #000 0px 0px 5px;
}

.header__bottom-text {
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
}



