@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Regular.ttf');
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/Lato-Bold.ttf');
}

body {
	padding: 0;
	margin: 0;
	border-top: 3px solid #747370;
	font-family: 'Lato', Arial, sans-serif;
	color: #666666;
}

div, p, a, img, form, button {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #EFEFEF;
}

.container {
    max-width: 1300px;
}

header .container {
	height: 90px;
	padding: 25px;
}

.h-container {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	height: 90px;
	margin: 0 auto;
	padding: 0 15px;
}

.header__1 {
	padding: 25px 15px;
}

.header__2 {
	padding-left: 15px;
	padding-right: 15px;
}

.info-border {
	padding-top: 25px;
	padding-bottom: 25px;
}

.info-border:hover {
	margin-top: -3px;
	border-top: 3px solid #FF0000;
}

header .logo img {
	width: 240px;
}

header .logo-wrap {
	display: flex;	
}

header .logo_desc{
	margin-top: -5px;
	margin-left: 45px;
	font-size: 16px;
	font-weight: 700;
	color: #FF0000;
	text-transform: uppercase;
}

.h-info {
	display: flex;
	justify-content: flex-end;
}

.h-about a, .h-contact a {
	font-size: 16px;
	font-weight: 700;
	color: #666666;
	text-transform: uppercase;
}

.contact-padding {
	padding: 0 80px 0 100px;
}

.m-menu,
.mobile-menu {
	display: none;
}

.banner__mobile {
	display: none;
}

.main-banner img {
	width: 100%;
	height: auto;	
}

.main-banner {
	position: relative;
	margin-bottom: 30px;
}

.main-banner__pos {
	position: absolute;
	display: block;
	width: 100%;
}

.main-banner__pos.air {
	bottom: 50px;
}

.main-banner__pos.con {
	bottom: 12px;
}

.aircraft {
	display: block;
	margin: 0 auto;
	width: 350px;
	height:50px;
	background-color: #FF0000;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 22px;
	padding-top: 14px;
}

.contact {
	display: block;
	margin: 0 auto;
	width: 350px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}

.contact:hover {
	text-decoration: underline; 
}

.main-about {
	margin-bottom: 30px;
}

.main-about-item {
	padding: 0 90px;
	box-sizing: border-box;
	background-color: #DEDEDE;
	width: 49%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-about-row {
	display: flex;
	margin-bottom: 30px;
}

.about-item-l {
	margin-right: 15px;
}

.about-item-r {
	margin-left: 15px;
}

.main-about-image {
	width: 49%;
}

.about-item__title {
	padding-bottom: 30px;
	font-size: 23px;
	color: #FF0000;
	text-transform: uppercase;
}

.about-item__text {
	font-size: 22px;
}

.about-item__link {
	padding-top: 30px;
}

.about-item__link a {
	font-size: 18px;
	text-decoration: underline;
	color: #666666;
}

.about-item__link a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.main-about__image {
	width: 100%;
}

footer {
	background: url("../img/ban2.png") no-repeat;
}

.footer__1 {
	padding: 40px 0 30px;
}

.footer-contact {
	width: 410px;
	background-color: #ACAAAF;
	margin: 0 auto 15px;
	padding: 40px 0 70px;
}

.footer-contact__title {
	font-size: 23px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 60px;
	text-transform: uppercase;
}

.footer-contact__image {
	display: block;
	width: 210px;
	height: auto;
	margin: 0 auto 30px;
}

.footer-contact__link {
	display: block;
	margin: 0 auto 50px;
	width: 380px;
	height:50px;
	background-color: #FF0000;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 22px;
	padding-top: 14px;
	border: none;
}

.footer-contact__email {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 35px;
}

.footer-contact__send {
	position: relative;
	display: block;
	width: 164px;
	height: 34px;
	margin: 0 auto;
	border: none;
	font-size: 20px;
	background-color: #DEDEDE;
	outline: none;
	transition: background 1s ease;
}

.footer-contact__send:hover {
	background-color: #666666;
	color: #ffffff;
}

.footer-contact__send:after {
	content: "";
	position: absolute;
    top: 42px;
    left: 65px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #DEDEDE transparent transparent transparent
}

.footer-form {
	position: relative;
	display: none;
	width: 380px;
	border-top: 15px solid #ACAAAF;
	border-right: 15px solid #ACAAAF;
	border-left: 15px solid #ACAAAF;
	background-color: #DEDEDE;
	margin: 0 auto 15px;
	padding: 30px 15px 20px;
}

.close__form {
	position: absolute;
    top: -20px;
    right: -15px;
	width: 30px;
	height: 30px;
	background: url("../img/close.svg") no-repeat;
	z-index: 2
}

.close__form:hover {
	background: url("../img/close_activ.svg") no-repeat;
	cursor: pointer;
}

.footer-form form {
	display: flex;
	flex-direction: column;
}

.footer-form__input {
	width: 100%;
	height: 50px;
	margin-bottom: 25px;
	padding: 0 15px;
}

.footer-form__textarea {
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	padding: 15px 15px 0;
	resize: none;
}

.footer-form__send {
	position: relative;
	display: block;
	width: 164px;
	height: 34px;
	margin: 0 auto;
	border: none;
	font-size: 20px;
	background-color: #ACAAAF;
	color: #FFFFFF;
	outline: none;
	transition: background 1s ease;
}

.footer-form__send:hover {
	background-color: #666666;
	color: #ffffff;
}

.footer__2 {
	display: block;
	margin: 0 auto;
	padding: 15px 0 25px;
	width: 80%;
	border-top: 2px solid #8B8D8C;
	font-size: 18px;
	color: #888A89;
	text-align: center;
}

.footer-form__success {
	display: none;

	width: 410px;
    background-color: #ACAAAF;
    margin: 0 auto 15px;
    padding: 40px 0 70px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.input__position,
.textarea__position {
	position: relative;
}

.footer-form__input.error,
.footer-form__textarea.error {
	border: 1px solid #FF0000;
}

.footer-form__input.valid,
.footer-form__textarea.valid {
	border: none;
}

.input__position label,
.textarea__position label {
	position: absolute;
	color: #FF0000;
    top: 50px;
    left: 0;
}

.textarea__position label {
	top: 180px;
}

.footer-form__input:focus,
.footer-form__textarea:focus {
	outline: none;
}