/*ШРИФТЫ*/
@font-face {
    font-family: 'FuturaBold';
    src: url('./fonts/futura_bold-webfont.eot');
    src: url('./fonts/futura_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/futura_bold-webfont.woff2') format('woff2'),
         url('./fonts/futura_bold-webfont.woff') format('woff'),
         url('./fonts/futura_bold-webfont.ttf') format('truetype'),
         url('./fonts/futura_bold-webfont.svg#futurabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*БАЗОВЫЕ СТИЛИ*/
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear::after {
	content:"";
	display: block;
	clear:both;
}
.clearLocal{
	width: 100% !important;
	display: block;
	clear:both !important;
}
.verticalalign:after{
	content:"";
	display: inline-block;
    vertical-align: middle;
    height:100%;
}
.hidden {
	display:none;
}
button, input, img, a, textarea, select{
	outline:none;
	/*color:#fff;*/
	text-decoration:none;
}
img{
	vertical-align:bottom;
}
button{
	cursor:pointer;
}
html, body{
	height: 100%;
	font-family:Arial;
	font-weight:bold;
}
input::-webkit-input-placeholder {color: #7c7c7c;}
input:-moz-placeholder {color: #7c7c7c;}
input::-moz-placeholder {color: #7c7c7c;}
input:-ms-input-placeholder {color: #7c7c7c;}

textarea::-webkit-input-placeholder {color:#7c7c7c;}
textarea:-moz-placeholder {color:#7c7c7c;}
textarea::-moz-placeholder {color:#7c7c7c;}
textarea:-ms-input-placeholder {color:#7c7c7c;}
.backgroundImage{
	background-position:top right;
	background-repeat:no-repeat;
	background-size:cover;
}
.inner{
	max-width:1280px;
	width:100%;
	height: 100%;
	margin:0 auto;
	position:relative;
	padding:0 20px;
	overflow: hidden;
}
/*Обертка*/
.wrapper{
	width: 100%;
    min-height: 100%;
	height:auto;
    margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}
/*ШАПКА*/
.desctop{
	width:100%;
	height:77px;
	margin:0 auto;
	background-color: #2e4589;
	z-index:999;
}
.mobileHeader{
	display: none;
}
.desctop .inner{
	padding-top: 16px;
}
.desctop .logo img{
	margin-top: -5px;
}
.desctop .logo span{
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin:0 0 0 20px;
}
.desctop .contact{
	margin-left: 117px;
}
.desctop .contact span{
	display: block;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-bottom: 5px;
}
.desctop .phone_header, .desctop .phone_email a.phone, .desctop .phone_email a.email{
	display:block;
	font-size: 21px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
}
.desctop .phone_header{
	margin-right: 20px;
}
.desctop .phone_email{
	text-align: right;
	margin-right: 28px;
}
.desctop .phone_email a.phone:first-of-type{
	display: none;
}
.desctop .phone_email a.email{
	font-size: 14px;
	line-height: 1.2;
}
/*Меню*/
nav{
	height: 40px;
	background-color: #e3642d;
}
nav ul{
	list-style: none;
}
nav ul li{
	display: inline-block;
	margin-right: 25px;
}
nav ul li a{
	font-size: 14px;
	color: rgb(255, 255, 255) !important;
	line-height:40px;
}
nav ul li a:hover{
	text-decoration: underline;
}
.advantages{
	display: flex;
	margin-top: 16px;
}
.advantages .image img{
	width: 100%;
}
.advantages .image{
	margin-left: -1%;
	width: 74.7%;
}
.advantages .items{
	display: flex;
	width: 26.3%;
	justify-content: right;
	padding-top: 19px;
}
.advantages .items .item{
	width: 32%;
	text-align: center;
}
.advantages .items .item img{
	width: 77%;
}
.advantages .items .item p{
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 1.429;
}
.advantages .imageMobileMain{
	display: none;
}
.mapBox{
	margin-bottom:25px;
}
.mapBox .title{
	font-size:20px;
	color: rgb(227, 100, 45);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 14px;
	margin-top: 19px;
}
.mapBox .item{
	display: flex;
}
.mapBox .item #map{
	margin-right: 7px;
	width: 815px;
	height: 293px;
}
.mapBox .item .mapBoxInner{
	margin-right: 20px;
}
.mapBox .item .mapBoxInner img{
	width: 100%;
}
.mapBox .item .mapBoxInner img:last-of-type{
	display: none;
}
.mapBox .item div:last-of-type img{
	width: 100%;
}
.mapBox table{
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	margin-top: -5px;
}
.mapBox table tr td{
	vertical-align: top;
	padding-left: 21px;
	padding-bottom: 6px;
}
.mapBox table tr td:last-of-type{
	font-weight: normal;
}
.mapBox table tr td a{
	color: rgb(0, 114, 255);
	text-decoration: underline;
}
.mapBox table tr td span{
	display: block;
}
.content h1{
	font-size:24px;
	color: rgb(227, 100, 45);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 6px;
}
.content .text{
	font-size: 18px;
	color: rgb(0, 0, 0);
	line-height: 1.286;
	margin-bottom: 16px;
}
.content .title{
	font-size:20px;
	color: #e3642d;
	line-height: 1.286;
	margin:13px 0 16px;
}
.travelBox{
	display: flex;
}
.travelBox:last-of-type{
	margin-top: 30px;
}
.travelBox .item{
	width: 23.5%;
	margin-right:2.017%;
}
.travelBox .firstItem{
	margin-top: -15px;
}
.travelBox .item:nth-of-type(4){
	margin-right:0;
}
.travelBox .item p{
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	margin-bottom: 8px;
}
.travelBox .item img{
	width: 100%;
}
.travelBox .item p span{
	display: block;
	font-size: 14px;
	color: rgb(227, 100, 45);
	line-height: 1.2;
	font-weight: bolder;
}

/*подвал*/
footer{
	display: block;
	width: 100%;
	background-color: #2e4589;
	margin-top: -40px;
}
footer p{
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height:40px;
}
