.header .header-fixed {
    display: block;
    position: fixed;
    margin: 0;
    width: 100%;
    top: -110px;
    right: 0;
    left: 0;
    bottom: auto;
    background: #fff;
    opacity: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
	background: #000;
}

.header .header-fixed .header_wrap {
	height: 100px;
}

.header .header-fixed  .header_wrap .img_back_wrap_fixed {
	overflow: hidden;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header .header-fixed  .header_wrap .img_back_wrap_fixed:after {
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.header .header-fixed .header_wrap .img_back {
    width: 100%;
}


.header .header-desktop .header-fixed .header-content .header-content-wrapper-2 {
    height: 70px;
}

.header .header-desktop .header-fixed .header-content .header-content-menu .menu.menu-horizontal,
.header .header-desktop .header-fixed .header-content .header-content-menu .menu.menu-horizontal .intec-content,
.header .header-desktop .header-fixed .header-content .header-content-menu .menu.menu-horizontal .intec-content-wrapper,
.header .header-desktop .header-fixed .header-content .header-content-menu .menu.menu-horizontal .menu-wrapper {
    height: 110px;
}

.header .header-mobile.header-fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header .header-mobile.header-fixed-menu .header-panel {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.custom-header-text-wrapper {
	position: absolute;
    display: block;
    left: 0;
	right: 0;
    top: 36%;
    z-index: 2;
    text-align: center;
	max-width: 1400px;
	padding: 0 50px;
	margin: auto;
}

.top_menu.elis_row .custom-header-text-wrapper{
	display: none;
}

.custom-header-text-top {
	font-family: 'GeometriaBold', sans-serif;
	font-size: 3vw;
	line-height: 1.3;
	color: #fff;
	text-shadow: 0 2px 5px #000;
}
.custom-header-text-bottom {
	font-family: 'Geometria', sans-serif;
	font-size: 1.2vw;
	line-height: initial !important;
	color: #fff;
	margin: 10px 0 40px 0;
	text-shadow: 0 2px 5px #000;
}
.custom-header-text-wrapper .button_blue {
	font-weight: bold;
	padding: 19px 29px;
}
@media all and (min-width: 1800px) {
	.custom-header-text-top {
		font-size: 40px;
		max-width: 1000px;
		margin: 0 auto;
	}
	.custom-header-text-bottom {
		font-size: 25px;
	}
}
@media all and (max-width: 830px) {
	.top_menu.elis_row .custom-header-text-wrapper{
		display: block;
		position: relative;
		padding: 0;
	}
	.custom-header-text-wrapper .button_blue{
		margin-bottom: 25px;
	}
	.custom-header-text-top{
		font-size: 15px;
	}
	.custom-header-text-bottom{
		font-size: 12px;
	}
}

.custom-header-search {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 8px;
}
.custom-header-search .intec-search-icon.glyph-icon-loop.intec-cl-text {
	color: #fff !important;
}
.custom-header-search .search-title {
	font-size: 11px !important;
	font-family: 'GeometriaBold', sans-serif;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
	letter-spacing: 1.8px;
	transition: color ease-out 0.5s;
}
.custom-header-search .search-title:hover {
	color: #ffae00 !important;
}
.custom-header-search .search-title:hover:after {
    background-color: #ffae00;
}

.header_wrap{
	position: absolute;
	height: 148px;
	z-index: 2;
	width: 100%;
	left: 0;
	right: 0;
	color: #fff;
}
	.header_wrap .img_back_mobile_wrap{
		overflow: hidden;
		height: 100%;
		display: none;
	}
		.header_wrap .img_back{
			width: 100%;
		}
	.header_wrap .top_menu{
		background-color: transparent;
		display: table;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		height: 100%;
	}
		.header_wrap .table_cell{
			display: table-cell;
			vertical-align: middle;
		}
		.header_wrap .menu_mobile,
		.header_wrap .empty_cell{
			display: none;
		}
		.header_wrap .menu_desktop,
		.header_wrap .logo,
		.header_wrap .phone_wrap{
			width: 33.3%;
			display: table-cell;
			vertical-align: middle;
		}
		.header_wrap .menu_desktop{
			text-align: left;
			width: auto;
			padding-left: 99px;
			padding-bottom: 4px;
			letter-spacing: 1.8px;
		}
			.header_wrap .menu_desktop .button-popup-menu-open{
				width: 54px;
				display: inline-block;
				text-align: center;
				height: 53px;
				line-height: 52px;
				font-size: 19px;
				cursor: pointer;
				background-color: rgba(255, 255, 255, 0.25);
				border-radius: 50%;
				-webkit-transition: background-color ease-out 0.8s;
				-moz-transition: background-color ease-out 0.8s;
				-ms-transition: background-color ease-out 0.8s;
				-o-transition: background-color ease-out 0.8s;
				transition: background-color ease-out 0.8s;
				margin-left: 2px;
			}
				.header_wrap .menu_desktop .button-popup-menu-open:before{
					-webkit-transform: rotate3d(0, 1, 0, 180deg);
					-moz-transform: rotate3d(0, 1, 0, 180deg);
					-ms-transform: rotate3d(0, 1, 0, 180deg);
					-o-transform: rotate3d(0, 1, 0, 180deg);
					transform: rotate3d(0, 1, 0, 180deg);
				}
			.header_wrap .menu_desktop .button-popup-menu-open:hover{
				background-color: rgba(150, 150, 150, 0.25);
			}
			.header_wrap .menu_txt{
				margin-left: 20px;
				font-family: 'Geometria', sans-serif;
				text-transform: uppercase;
				letter-spacing: 3.3px;
				font-size: 15px;
			}
		.header_wrap .logo{
			text-align: left;
			text-decoration: none;
			width: 121px;
		}
			.header_wrap .logo img{
				margin-bottom: 21px;
				margin-left: 8px;
				transition: all 1s;
			}
			.header_wrap a.logo .st1, .header_wrap a.logo .st2, .header_wrap a.logo .st3, .header_wrap a.logo .st4, .header_wrap a.logo .st5, .header_wrap a.logo .st6{
				animation-name: mycolorBack;
				animation-duration: 0.5s;
				animation-timing-function: linear;
				animation-fill-mode: forwards;
				animation-direction: alternate;
			}
			.header_wrap a.logo:hover .st1, .header_wrap a.logo:hover .st2, .header_wrap a.logo:hover .st3, .header_wrap a.logo:hover .st4, .header_wrap a.logo:hover .st5, .header_wrap a.logo:hover .st6{
				animation-name: mycolor;
				animation-duration: 0.5s;
				animation-timing-function: linear;
				animation-fill-mode: forwards;
				animation-direction: alternate;
			}
			@keyframes mycolor {
				from,
				0.1%{
					fill: #23c918;
				}
				to {
					fill: #fff;
				}
			}
			@keyframes mycolorBack {
				from{
					fill: #fff;
				}
				99.9%{
					fill: #23c918;
				}
				to {
				}
			}
		.header_wrap .phone_wrap{
			width: auto;
			text-align: right;
			padding-right: 10px;
		}
			.header_wrap .phone{
				display: block;
				font-size: 18px;
				letter-spacing: 4px;
				line-height: 1;
				font-family: 'GeometriaBold', sans-serif;
				position: relative;
				margin-bottom: 10px;
			}
			.header_wrap .phone a{
				color: #fff;
				text-decoration: none;
				text-shadow: 0 2px 5px #000;
			}
			.header_wrap .phone_wrap .dot_link{
				position: relative;
				right: 2px;
				bottom: 2px;
			}
			.header_wrap .button_yellow{
				margin-right: 8px;
				bottom: 4px;
			}
.video_wrap{
	position: relative;
	padding-top: 58%;
	z-index: 1;
	line-height: 0;
	overflow: hidden;
}
.video_wrap iframe{
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}
	.video_wrap #playpause{
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 83px;
		width: 156px;
		z-index: 2;
		cursor: pointer;
		text-align: center;
		opacity: 1;
		-webkit-transition: opacity ease-out 0.5s;
		-moz-transition: opacity ease-out 0.5s;
		-ms-transition: opacity ease-out 0.5s;
		-o-transition: opacity ease-out 0.5s;
		transition: opacity ease-out 0.5s;
	}
		.video_wrap .playpause_img{
			width: 52px;
		}
		.video_wrap #playpause:hover .playpause_img{
			opacity: 0.5;
		}
		.video_wrap .watch_video{
			color: #fff;
			display: block;
			text-transform: uppercase;
			font-size: 12px;
			font-family: 'Geometria', sans-serif;
			font-weight: bold;
			margin-top: 15px;
			letter-spacing: 2px;
			line-height: 1;
		}
	.video_wrap #playpause.play{
		display: none;
	}
	.video_wrap #video_mask{
background: url(/upload/city.PNG) no-repeat;
    background-size: cover;
		content: '';
		position: absolute;
		display: block;
		left: 0;
    		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
.popup-menu-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	opacity: 0;
	z-index: -1;
	background: #fff;
}

.intec-content-responsive.intec-content-responsive-mobile{
	display: none;
}

/* ------------- MenuPopup --------------- */
.popup-menu-wrapper .header-content:first-child .intec-content-wrapper-popup {
	border-bottom: 1px solid;
}
.header .header-desktop .popup-menu-wrapper .header-content {
	border: none;
}
.catalog-menu-popup {
	display: block;
	width: 100%;
	padding: 20px;
}
/* ------------ /MenuPopup --------------- */

@media all and (max-width: 1770px){
	.header_wrap{
		height: 126px;
	}
		.header_wrap .logo{
			width: 140px;
		}
		.header_wrap .phone{
			font-size: 13px;
		}
		.header_wrap .phone_wrap .dot_link{
			font-size: 10px;
		}
		.header_wrap .menu_desktop{
			padding-left: 85px;
			padding-bottom: 9px;
		}
}
@media all and (max-width: 1450px){
	.header_wrap .phone{
		margin-bottom: 6px;
	}
}
@media all and (max-width: 1200px){
	.header_wrap .phone_wrap{
		width: 212px;
	}
		.header_wrap .logo{
			margin-bottom: 5px;
		}
}
@media all and (max-width: 830px){
	.header .header-fixed {
		display: none;
	}
	.custom-header-search {
		text-align: center;
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 3%;
		position: relative;
	}
		.custom-header-search .intec-search{
			float: none;
		}

	.header_wrap{
		height: auto;
		position: relative;
	}
		.header_wrap .img_back_mobile_wrap{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			.header_wrap .img_back_mobile_wrap:after{
				content: '';
				position: absolute;
				display: block;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: #000;
				opacity: 0.3;
			}
		.header_wrap .top_menu{
			display: block;
			padding-top: 5.14%;
			position: static;
		}
			.header_wrap .menu_desktop{
				display: none;
			}
			.header_wrap .menu_mobile{
				display: block;
				min-width: 30px;
				text-align: center;
				margin: 0 auto;
				/*margin-bottom: 14.59%;*/
				position: absolute;
				left: 0;
				top: 40px;
				width: 100%;
				height: 0;
			}
			.header_wrap .logo{
				min-width: 90px;
				text-align: center;
				display: block;
				width: 100%;
				margin: 0 auto;
				margin-bottom: 3%;
				position: relative;
			}
				.header_wrap .logo img{
					margin-left: 0px;
					margin-bottom: 0px;
					width: 150px;
				}
			.header_wrap .phone_wrap{
				min-width: 160px;
				text-align: center;
				display: block;
				width: 100%;
				margin: 0 auto;
				padding-right: 0px;
				margin-bottom: 5.11%;
			}
				.header_wrap .phone{
					margin-bottom: 3px;
					font-size: 12px;
					letter-spacing: 1.6px;
				}
				.header_wrap .phone_wrap .dot_link{
					font-size: 8px;
					right: 0;
				}
	.header-desktop .video_wrap{
		display: none;
	}
}


@media all and (max-width: 700px){
	.header_wrap .phone_wrap{
		width: 162px;
	}
	.header_wrap .logo{
		margin-bottom: 5.11%;
	}
	.header_wrap .phone_wrap{
		margin-bottom: 9.01%;
	}
}
@media all and (max-width: 450px){
	.header_wrap .logo{
		margin-bottom: 19px;
	}
	.header_wrap .phone_wrap{
		margin-bottom: 34px;
	}
}

.inner-menu-fixed {
	position: fixed;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	top: 0 !important;
	width: 100%;
	z-index: 999;
	height:126px;
	overflow:hidden;
}
