@font-face {
    font-family: Pompadur; /* Имя шрифта */
    /*src: url(fonts/pompadur.ttf); /* Путь к файлу со шрифтом */
/*}*/
}
*{
	font-family: 'Gotham', sans-serif;
	font-style: normal;
	font-variant: normal;
	margin: 0 auto;
	padding: 0;
	/*transition-duration:0.2s;*/
}
body{

	min-width: 320px;
}

::selection {
background: #E2B68D !important; /* Safari */
color: white;
}
::-moz-selection {
background: #E2B68D !important; /* Firefox */
color: white;
}

h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.aClassik{
	color: #ffffff;
	text-decoration:none;
	cursor: pointer;
}
.aClassik:hover{
	color: #ffffff;
}
.awhite{
	/*color: #ffffff;*/
}
a{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #0088BD ;
}
header{
	z-index: 999 !important;
	width: 100%;
}
header > .topHeader {
	position: fixed;
	width: 100%;
	z-index: 999 !important;
	background: #0092CB;
	/*background: #436484;*/
}
header > div > .slider {

	min-height: 450px;
	background-image: url(image/1/bg4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
	background-origin: content-box;
	/*background-origin: content-box;*/
	padding-top: 116px;
}
header > .sliderAfter {

	min-height: 371px;
	width: 100%;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-origin: content-box;
	position: relative;
	/*top: 39px;*/
	    top: -98px;
	/*margin-bottom: 40px;*/
	
}

.gradientsSlider{
    background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0)); /*Standard*/
  height: 371px;
}
.gradientsSliderInner{
  background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255,255,255,0)); /*Standard*/
  height: 371px;
}


#scroller{
    position: fixed;    
    bottom: 30px;
    right: 10px;   
    background: transparent url(img/index/top-arrow.png) no-repeat left top;  
    width: 30px;
    height: 30px;
    margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: 15px 15px;
    background-color: #E2B68D;
    cursor: pointer;
    display:none;
    -webkit-transition:all .2s ease-in-out;
     transition:all .2s ease-in-out
}
#scroller:hover{
	opacity: 0.8;
box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.cityarrow{
	/*background:url(img/cityarrow.png);
	width: 30px;
    height: 30px;
    background-position: 59px 5px;
    background-repeat: no-repeat;
    background-size: 18px 11px;*/
      background-repeat: no-repeat;
    color: #e2b68d;
    font-size: 123%;
    vertical-align: middle;
}
.cityarrowsecond{
	background-repeat: no-repeat;
    color: #e2b68d;
    font-size: 123%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
.flightallcities{
text-transform: uppercase;font-size: 16px;
}
.panel-title>a{
	border-bottom: 1px solid #E2B68D;
}
.rightBar{
	position: fixed;
	right: 0;
	top: 70px; /*200px - old*/
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	z-index: 999 !important;
}
.rightBar ul{
	background:#ffffff;
	list-style: none;
	
}
.rightBar ul li{
	padding: 10px 10px !important;
	width: 30px !important;
	height: 30px !important;
	 
}

.rightBarSecond{
	position: fixed;
	right: 0;
	top: 200px;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	z-index: 999 !important;
}
.rightBarSecond ul{
	background:#ffffff;
	list-style: none;
	
}




.rightBarServices{
	padding: 10px 10px !important;
    background-repeat: no-repeat;
    background-size: 25px 25px !important;
    margin-top: -10px !important;
    background-position: center;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: 0;

}

.rightBarServicesSecond {
    padding: 25px 25px !important;
    background-repeat: no-repeat;
    background-size: 25px 25px !important;
    margin-top: -10px !important;
    background-position: center;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: 0;
}

.rightBarSecond ul li {
    padding: 10px 10px !important;
    width: 50px !important;
    height: 50px !important;
}

.aeroplane{
	background-image: url('img/index/aeroplane1.png');
}
.calendarr{
	background-image: url('img/index/time1.png');
}
.shopping-bag{
	background-image: url('img/index/shopping-bag.png');
}
.dinner{
	background-image: url('img/index/wedding-dinner.png');
	background-size: 31px !important;
}
.map{
	background-image: url('img/index/map.png');
}
.telephone{
	background-image: url('img/index/telephone.png');
}
.aeroplane:hover{
	background-image: url('img/index/aeroplane.png');
	background-color:#E2B68D;
}
.calendarr:hover{
	background-image: url('img/index/time.png');
	background-color:#E2B68D;
}
.shopping-bag:hover{
	background-image: url('img/index/shopping-bag1.png');
	background-color:#E2B68D;
}
.dinner:hover{
	background-image: url('img/index/wedding-dinner1.png');
	background-color:#E2B68D;
	background-size: 31px !important;
}
.map:hover{
	background-image: url('img/index/map1.png');
	background-color:#E2B68D;
}
.telephone:hover{
	background-image: url('img/index/telephone1.png');
	background-color:#E2B68D;
}
.viewCounterBlock{
	width: 100%;
	margin-top: 20px;
}
.viewCounter{
background-image: url(img/index/view.png);
    background-size: 40px 40px;
    padding: 25px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 12px 13px;
    
}
.viewCounterNumber{
	 padding-left: 32px;
    font-size: 20px;

}
.bottomBorderGold{
	/*padding: 5px 0px 5px 0px;*/
	border-bottom: 1px solid #0092CB;
	
}
.pFooterHeader{
	font-weight: 600;
	color: black;
}
.fontColorBlue{
	color:#2B4E6B;
}
.fontColorGold{
	color: #E2B68D;
}
.right{
	float: right;
}
.marginTop15{
	margin-top: 15px;
}
.standartSize{
	max-width: 1200px;
}



.headerMainNav{
	/*margin-top: 40px;*/
	z-index: 10 !important;
	/*padding-top: 40px;*/
	/*padding-bottom: 71px;*/
	/*position: fixed;
	width: 1224px;*/
	list-style: none;
	/*border-bottom: 1px solid #0092CB;*/
	
}
.headerMainNav li{
	display: inline-block;
	color: #ffffff;
	padding: 15px 0px 10px 0px;
	position: relative;
	cursor: pointer;
}

.headerMainNavBlack{
	max-width: 1200px;
	z-index: 10 !important;
	padding-bottom: 71px;
	list-style: none;
	/*border-bottom: 1px solid #e2b68d;*/
	
}
.headerMainNavBlack li{
	display: inline-block;
	color: black;
	padding: 15px 0px 10px 10px;
	position: relative;
	cursor: pointer;
}
.headerTopNavButtons:hover{
	color: #0092CB ;
}

.mainLi:hover{

	border-bottom: 13px solid #0092CB !important;
}
.mainLi:hover > .headerTopNavButtons > a{
	color: #0092CB !important;
}
.mainLiSecond:hover{

	border-bottom: 15px solid #0092CB  !important;
}
.mainLiSecond:hover > .headerTopNavButtons >a{
	color: #0092CB ;
}
.innerheaderTopNavButtons{
	font-size: 16px;
}

.logo{
      float: left;
}
.logo > a > img {
	width: 100%; 

}
.logoblack{
	width: 46px; 
	height: 46px;
}
.remodalBorder > p > img {
	width: 100%;
}
.remodal-close{
	right: 15px !important;
}

.feedback_style{
	width: 100% !important;
	height: 41px;
	width:-webkit-fill-available !important;
	width: -moz-available !important;
	font-size: 120%;
}

.subMenu{
	 list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        position: absolute;
        right: 0;
        width: 1018px;
        top: 55px;
        background:white;
		z-index: 999;
}
.subMenuBlock{
	padding-top: 38px;
	margin: 0 auto;
	text-align: center;
}
.subMenuOthers{
	list-style: none;
        padding: 0;
        margin: 0;
        width: 300px;
        display: none;
        position: absolute;
        right:0;
        top: 55px;
        background:white;
        z-index: 999;
}
.subMenuOthers > li > p.pFooterHeader{
	margin-bottom: 0px;
}

.headerMainNav li:hover > ul{
display: table-row;
transition: 0.5s;
}

.headerMainNavBlack li:hover > ul{
display: table-row;
transition: 0.5s;
}

.subMenuOthers li {
	 display: inline-block;
    z-index: 500 !important;
    width: 202px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0;
    padding-top: 6px;
}
.subMenuOthers li:first-child{
	padding-top: 15px !important;
}
.subMenuOthers li:last-child{
	padding-bottom: 10px !important;
}
.subMenu li{
        
    display: inline-table;
    z-index: 500 !important;
    width: 202px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto;
    text-align: left;

        }

    .subMenu li ul li {
    	padding-bottom: 0px !important;
    	text-align: left;
    	padding-top: 6px !important;
    	padding-left: 0px !important;
    	
    }
    .subMenuOthers li ul li {
    	padding-bottom: 0px !important;
    	text-align: left;
    	padding-top: 4px !important;
    	padding-left: 0px !important;
    }
    .subMenuOthers li ul li:first-child{
    	padding-top: 6px !important;
    }

    .submenuli{
    	font-size: 16px;
    }

.headerTopMenu{
	z-index: 999 !important;
	list-style: none;
}
.phone{
	position: relative;
	background: url(img/phone.png);
	background-repeat: no-repeat;
	    background-size: 22px 22px;
    background-position: 10px 9px;
	padding: 10px 10px 10px 40px;
	margin-left: 50px;
	vertical-align: middle;
}
.feedback{
	    position: relative;
    background: url(img/index/feedback.png);
    background-repeat: no-repeat;
        background-size: 30px 30px;
    background-position: 8px 6px;
    padding: 10px 10px 10px 40px;
}
      .login {
    position: relative;
    background: url(img/index/login.png);
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: 8px 7px;
    padding: 10px 10px 10px 40px;
    
}
.partnersNavListLi{
	margin-left: 0px !important;
}
.schememargin{
	margin-top: 180px !important;
}

.flightallpageblock input[type=button]{
	color: #ffffff;
	margin-left: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:1px solid #e2b68d; 
	font-size: 14px;
	margin-top: 22px;
	
}

.flightallpageblock input[type=button]:hover{
	color: #e2b68d;
	background: #ffffff;
	border: 1px solid #e2b68d;
	transition: .2s ease-in-out;
}
.flightallpageblocksecond input[type=button]{
	color: #ffffff;
	margin-left: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:1px solid #e2b68d; 
	font-size: 14px;
	
}

.flightallpageblocksecond input[type=button]:hover{
	color: #e2b68d;
	background: #ffffff;
	border: 1px solid #e2b68d;
	transition: .2s ease-in-out;
}

.calendarFlightAll input[type=text]{
	background-image: url(img/index/calendar.png);
    background-position-y:6px;
    background-position-x:98%;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 30px;
    border: 1px solid #e2b68d;
    -webkit-border-radius: 5px;
    font-size: 14px
}

.headerTopNav li:hover{
	/**/
}
/*headerTopNav > li:hover{
	border-bottom: 10px solid #e2b68d;
}*/
#flightInfo{
	background: url(img/index/menu/flightinfo.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
	/*background-size: 30px 30px;*/
}
#flightInfo:hover{
	background: url(img/index/menu/flightinfo1.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	/*background-size: 30px 30px;*/
}

.headerTopNavBlack > #flightInfoBlack{
	background: url(img/index/menu/flightinfoBlack.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
	/*background-size: 30px 30px;*/
}
.headerTopNavBlack > #flightInfoBlack:hover{
	background: url(img/index/menu/flightinfo1.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	/*background-size: 30px 30px;*/
}

#Transport{
	background: url(img/index/menu/transport.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
#Transport:hover{
	background: url(img/index/menu/transport1.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
}
.headerTopNavBlack > #TransportBlack{
	background: url(img/index/menu/transportBlack.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNavBlack > #TransportBlack:hover{
	background: url(img/index/menu/transport1.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
}
#headerSubNavServices{
	background: url(img/index/menu/services.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
#headerSubNavServices:hover{
	background: url(img/index/menu/services1.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;

}

.headerTopNavBlack > #headerSubNavServicesBlack{
	background: url(img/index/menu/servicesBlack.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}

.headerTopNavBlack > #headerSubNavServicesBlack:hover{
	background: url(img/index/menu/services1.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
}
.searchHeaderSection{
	position: relative;
    background: url(img/index/menu/search.png) !important;
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important;
    background-position: 8px 8px !important;
    padding: 3px 0 4px 30px !important;
    cursor: pointer;
    border: 0;
    height: 30px;
}
.searchHeaderSection:hover{
	position: relative;
    background: url(img/index/menu/searchwhite.png) !important;
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important;
    background-position: 8px 8px !important;
    padding: 3px 0 4px 30px !important;
    cursor: pointer;
    border: 0;
    height: 30px;
    transition: .5s ease;
}
.searchHeaderSection:focus{
outline: none;
}
.searchHeaderSection:active{
	outline: none;
}

#searchTopNav{
	margin-top:unset !important;
}
.headerTopNav > #searchTopNav{
	background: url(img/index/menu/search.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}

#searchTopNav input[type=text]{
	display: inline-block;
	padding:5px 5px;
	padding-left: 10px;
	background: rgba(255,255,255,0);
	border: 1px solid rgb(189, 157, 117);
	border-radius:100px; 
	width: 150px;
	color: white;
	font-size: 16px;
}

.inputfocus:focus{
  outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 8px rgb(189, 157, 117);
}
/*#searchTopNav:hover input[type=text]{
	
	transition: .35s ease-in-out;
}*/

.headerTopNavBlack > #searchTopNav{
	background: url(img/index/menu/search.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}

.headerTopNav > #headerSubNavProcurement{
	background: url(img/index/menu/procurement.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}

.headerTopNav > #headerSubNavCommercialOpportunities{
	background: url(img/index/menu/commercial.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavPressOffice{
	background: url(img/index/menu/press.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavAdditionalServices{
	background: url(img/index/menu/additional.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavAirlines{
	background: url(img/index/menu/airlines.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 35px 20px;
	padding-left: 48px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavContacts{
	background: url(img/index/menu/contacts.png);
	background-repeat: no-repeat;
	background-position: 10px 17px;	
	background-size: 30px 20px;
	padding-left: 48px;
	margin-left: 10px;
}
.headerTopNav > #headerSubNavTrainingCenter{
	background: url(img/index/menu/center.png);
	background-repeat: no-repeat;
	background-position: 10px 17px;	
	background-size: 25px 20px;
	padding-left: 42px;
	margin-left: 10px;
}
.headerTopNav > #headerSubNavVacancies{
	background: url(img/index/menu/vacancie.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;	
	background-size: 20px 20px;
	padding-left: 37px;
	margin-left: 10px;
}
.headerTopNav > #headerSubNavAboutTheAirport{
	background: url(img/index/menu/airport.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;	
	background-size: 25px 20px;
	padding-left: 38px;
	margin-left: 10px;
}

.headerTopNav > #headerSubNavKokshe{
	background: url(img/index/menu/airport.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;	
	background-size: 25px 20px;
	padding-left: 38px;
	margin-left: 10px;
}

.headerTopNav > #headerSubNavProcurement:hover{
	background: url(img/index/menu/procurementg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}

.headerTopNav > #headerSubNavCommercialOpportunities:hover{
	background: url(img/index/menu/commercialg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavPressOffice:hover{
	background: url(img/index/menu/pressg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavAdditionalServices:hover{
	background: url(img/index/menu/additionalg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavAirlines:hover{
	background: url(img/index/menu/airlinesg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 35px 20px;
	padding-left: 48px;
	margin-left: 30px;
}
.headerTopNav > #headerSubNavContacts:hover{
	background: url(img/index/menu/contactsg.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
    background-size: 30px 29px;
	padding-left: 48px;
	margin-left: 10px;
}
.headerTopNav > #headerSubNavTrainingCenter:hover{
	background: url(img/index/menu/centerg.png);
	background-repeat: no-repeat;
	    background-position: 10px 13px;
    background-size: 26px 25px;
	padding-left: 42px;
	margin-left: 10px;
}
.headerTopNav > #headerSubNavVacancies:hover{
	background: url(img/index/menu/vacancieg.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;	
	background-size: 20px 20px;
	padding-left: 37px;
	margin-left: 10px;
}
.headerTopNav > #headerSubNavAboutTheAirport:hover{
	background: url(img/index/menu/airportg.png);
	background-repeat: no-repeat;
	    background-position: 10px 15px;
    background-size: 25px 20px;
	padding-left: 38px;
	margin-left: 10px;
}

.headerTopNav > #headerSubNavKokshe:hover{
	background: url(img/index/menu/airportg.png);
	background-repeat: no-repeat;
	    background-position: 10px 15px;
    background-size: 25px 20px;
	padding-left: 38px;
	margin-left: 10px;
}

.headerTopNavBlack > #headerSubNavProcurement{
	background: url(img/index/menu/procurementb.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	    background-size: 20px 22px;
	padding-left: 35px;
	margin-left: 30px;
}

.headerTopNavBlack > #headerSubNavCommercialOpportunities{
	background: url(img/index/menu/commercialb.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavPressOffice{
	background: url(img/index/menu/pressb.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 21px 23px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavAdditionalServices{
	background: url(img/index/menu/additionalb.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavAirlines{
	background: url(img/index/menu/airlinesb.png);
	background-repeat: no-repeat;
	    background-position: 5px 6px;
    background-size: 34px 34px;;
	padding-left: 48px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavContacts{
	background: url(img/index/menu/contactsb.png);
	background-repeat: no-repeat;
	 background-position: 10px 10px;
    background-size: 33px 28px;
	padding-left: 48px;
	margin-left: 10px;
}
.headerTopNavBlack > #headerSubNavTrainingCenter{
	background: url(img/index/menu/centerb.png); 
	background-repeat: no-repeat;
	padding-left: 42px;
	margin-left: 10px;
	background-position: 6px 11px;
    background-size: 30px 27px;
}
.headerTopNavBlack > #headerSubNavVacancies{
	background: url(img/index/menu/vacancieb.png);
	background-repeat: no-repeat;
	    background-position: 10px 11px;
    background-size: 24px 23px;
	padding-left: 37px;
	margin-left: 10px;
}
.headerTopNavBlack > #headerSubNavAboutTheAirport{
	background: url(img/index/menu/airportb.png);
	background-repeat: no-repeat;
	    background-position: 9px 11px;
    background-size: 28px 26px;
	padding-left: 38px;
	margin-left: 10px;
}

.headerTopNavBlack > #headerSubNavKokshe{
	background: url(img/index/menu/airportb.png);
	background-repeat: no-repeat;
	    background-position: 9px 11px;
    background-size: 28px 26px;
	padding-left: 38px;
	margin-left: 10px;
}


.headerTopNavBlack > #headerSubNavProcurement:hover{
	background: url(img/index/menu/procurementg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	    background-size: 20px 22px;
	padding-left: 35px;
	margin-left: 30px;
}

.headerTopNavBlack > #headerSubNavCommercialOpportunities:hover{
	background: url(img/index/menu/commercialg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 20px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavPressOffice:hover{
	background: url(img/index/menu/pressg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 21px 23px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavAdditionalServices:hover{
	background: url(img/index/menu/additionalg.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
	background-size: 25px 25px;
	padding-left: 35px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavAirlines:hover{
	background: url(img/index/menu/airlinesg.png);
	background-repeat: no-repeat;
	    background-position: 5px 6px;
    background-size: 34px 34px;
	padding-left: 48px;
	margin-left: 30px;
}
.headerTopNavBlack > #headerSubNavContacts:hover{
	background: url(img/index/menu/contactsg.png);
	background-repeat: no-repeat;
	 background-position: 10px 10px;
    background-size: 33px 28px;
	padding-left: 48px;
	margin-left: 10px;
}
.headerTopNavBlack > #headerSubNavTrainingCenter:hover{
	background: url(img/index/menu/centerg.png);
	background-repeat: no-repeat;
	background-position: 6px 11px;
    background-size: 30px 27px;
	padding-left: 42px;
	margin-left: 10px;
}
.headerTopNavBlack > #headerSubNavVacancies:hover{
	background: url(img/index/menu/vacancieg.png);
	background-repeat: no-repeat;
	   background-position: 10px 11px;
    background-size: 24px 23px;
	padding-left: 37px;
	margin-left: 10px;
}
.headerTopNavBlack > #headerSubNavAboutTheAirport:hover{
	background: url(img/index/menu/airportg.png);
	background-repeat: no-repeat;
	 background-position: 9px 11px;
    background-size: 28px 26px;
	padding-left: 38px;
	margin-left: 10px;
}

.headerTopNavBlack > #headerSubNavKokshe:hover{
	background: url(img/index/menu/airportg.png);
	background-repeat: no-repeat;
	 background-position: 9px 11px;
    background-size: 28px 26px;
	padding-left: 38px;
	margin-left: 10px;
}



.langLi > li{
	color: #ffffff;
	display: inline-block;
	width: 40px;
	height: 33px;
	border: 1px solid #436484;
	border: none;
	
}

.langLi li p.active>a {
       
    padding: 7px 0px;
    margin: 0 auto;
    
    color:#004A68 ; 
    width: 30px;
    height: 18px;
    text-align: center;
    }
	
.langLi > li > p{
	font-size: 14px;
	margin-top: 8px;
	margin-left: 8px;
	
}
.langLi > li > p >a{
	color: white;
}
.langLi > li > p >a:hover{
	color:#E2B68D;
	transition: 0.2s;
}
.langLi > li{
	color: #ffffff;
	display: inline-block;
	width: 40px;
	height: 33px;
	border: 1px solid #436484;
	border: none;

	
}

.langLiSecond li p.active>a {
         
    padding: 6px 2px;
    margin: 0 auto;
    
    color:#E2B68D; 
    width: 39px;
    height: 32px;
    text-align: center;
    }
	
.langLiSecond > li > p{
	font-size: 14px;
	margin-top: 8px;
	margin-left: 8px;
	
}
.langLiSecond > li{
	
	border: 1px solid #436484;
	width: 42px;
	height: 33px;
}
.langLiSecond > li > p >a{
	color: white;
}
.langLiSecond > li > p >a:hover{
	color:#E2B68D;
	transition: 0.2s;
}
.store-cafe-block{
	width: 70%;
}
.headerTopMenu  li{
	color: #ffffff;
	/*padding: 10px 16px 10px 16px;*/
	display: inline-block;
	vertical-align: middle;
}
.headerTopMenuContent{
	font-weight:200;
	position: relative;
	float: right;
}
.headerTopMenuContent > li{
	width: 120px;
	text-align: center;
	padding: 10px 16px 10px 16px;
}
.headerTopMenuContentActive, .headerTopMenuContent > li:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2b68d+0,c4954f+100 */
	/*background: #e2b68d; */
/*	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%);  
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%);  
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); */ 

	background: linear-gradient(135deg, #006D99 0%,#0073A2 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 );  
}

.headerSubNav{
	background: #ffffff;
}
.headerSubNavServices{
	list-style: none;
}
.headerSubNavServices > li{
	width: 180px;
	padding: 10px 0px 30px 0px;
	margin-left: 100px;
	display: inline-table;
}
.headerSubNavServices > li > ul{
	/*text-align: left;*/
	display: inline-table;
	padding: 10px 10px 10px 0px;	
}
.headerSubNavServices > li > ul > li{
	list-style: none;
}

.headerSubNav2{
	float: right;
	width: 200px;
	padding: 10px 20px 20px 20px;
	background: #ffffff;
	list-style: none;
}
.headerSubNav2 li{
	padding-top: 5px 
}

/*podmenu*/
#headerSubNavAirlinesUl{
	position: relative;
	width: 200px;
	left: -775px;
}
#headerSubNavProcurementUl{
	position: relative;
	width: 200px;
	left: -600px;
}
#headerSubNavCommercialOpportunitiesUl{
	position: relative;
	width: 250px;
	left: -350px;
}
#headerSubNavAdditionalServicesUl{
	position: relative;
	width: 200px;
	left: -140px;
}


#headerSubNavAboutTheAirportUl{
	position: relative;
	width: 200px;
	left: -485px;
}



#headerSubNavVacanciesUl{
	position: relative;
	width: 200px;
	left: -300px;
}
#headerSubNavTrainingCenterUl{
	position: relative;
	width: 200px;
	left: -120px;

}

#headerSubNavKoksheUl{
	position: relative;
	width: 200px;
	left: 0px;

}




.afterSlider{
	position: relative;
    height: 40px;
    color: #ffffff;
    width: 100%;
    background: #0092CB;
    /*background: -moz-linear-gradient(left, #436484 0%, #2b4e6b 51%, #426383 100%);
    background: -webkit-linear-gradient(left, #436484 0%,#2b4e6b 51%,#426383 100%);
    background: linear-gradient(to right, #436484 0%,#2b4e6b 51%,#426383 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436484', endColorstr='#426383',GradientType=1 );*/
    z-index: 49;
    /*z-index: 555;*/
}
.afterSlider ul{
	margin-left: 12%;
	list-style: none;
}
.afterSlider ul li{
	    width: 90px;
    text-align: center;
    padding: 18px 15px 2px 15px;
    display: inline-block;
    cursor: pointer;
    height: 35px;
}
.afterSlider ul li:hover{
	box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.5);
	background:#2C4F6C;
}
.afterSliderActive{
	box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.5);
	background: #2C4F6C !important; /* Old browsers */
	
}
#arrivals {

    min-width: 120px;
    margin-left: -15px;
    /* background: url(img/arrivals1.png) no-repeat; */
    background-size: 40px 38px;
    background-position: 10px 0px;
    text-align: right;
    position: absolute;
    margin-top: -10px;
}


#departures{

    min-width: 133px;
    margin-left: 152px;
    /* background: url(img/departures.png) no-repeat; */
    background-size: 35px 31px;
    background-position: 3px 4px;
    text-align: right;
    position: absolute;
    margin-top: -9px;
}

#arrivals:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 60px;
	margin-top: -10px;
    margin-left: -46px;
	background: url(img/arrivals1.png) no-repeat;
	 background-size: 38px 38px;
}

#departures:before{
	content: '';
	position: absolute;
	width: 80px;
	height: 60px;
margin-top: -6px;
    margin-left: -49px;
	background-repeat: no-repeat;
	background: url(img/departures.png) no-repeat;
	background-size: 35px 31px;
}
.block table th,td {
	color:#000;
}

.ulContent{
	list-style: none;
}
.ulContent > li{
	display: inline;
}
.onlineTabloMainPage{
	overflow: auto;
	position: absolute;
	margin-left: 0.7%;
    width: 68%;
    padding: 10px 0px 10px 0px;
    background: #fff; /* Old browsers */

    z-index: 0 !important;
}
.index_search_buttons{
	width: 68%;
	padding: 20px 0;
	background: #fff; /* Old browsers */
	
}
.onlineTabloMainPage > table{
	z-index: 0;
    margin: 10px 0px 0px 0px;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}


.onlineTabloMainPage > table th:nth-child(1){
	padding-left: 6px;
	
}
.onlineTabloMainPage > table th, td {
	text-align: left;
	padding: 8px 4px 8px 0px;
	color: #000;
}

.onlineTabloMainPage > table th:nth-child(7), .onlineTabloMainPage > table tr td:nth-child(7){
	text-align: center;
}



.ontime{
 background-image: url(/img/icons-ontime.png);
    background-repeat: no-repeat;
    background-position: left;
}
.departed{
background-image: url(/img/icons-departed.png);
    background-repeat: no-repeat;
       background-position: left;

}
.landed{
background-image: url(/img/icons-landed.png);
    background-repeat: no-repeat;
        background-position: left;

}
.checkin{
background-image: url(/img/icons-checkin.png);
    background-repeat: no-repeat;
        background-position: left;

}
.expected{
background-image: url(/img/icons-expected.png);
    background-repeat: no-repeat;
        background-position: left;

}
.cancelled{
 background-image: url(/img/icons-cancelled.png);
    background-repeat: no-repeat;
       background-position: left;

}
.delayed{
  background-image: url(/img/icons-delayed.png);
    background-repeat: no-repeat;
        background-position: left;

}
.boarding{
  background-image: url(/img/icons-boarding.png);
    background-repeat: no-repeat;
        background-position: left;

}
.status-weight{
	font-weight: 600 !important;
	padding-left: 30px !important;
	padding-bottom: 5px;
    padding-top: 5px;
}
.tablo-icons{
	
	
}


.onlineTabloMainPage > table tr:nth-child(even) {
	background: #F2F3F4;
	
}
.onlineTabloMainPage > table tr{
	border-bottom:1px solid #F2F3F4;
}

.onlineTabloMainPage > table tr td:last-child {
	background:#fff;
}

.onlineTabloMainPage > table tr:hover:nth-child(even){
	
}
}
.onlineTabloMainPage > table tr:nth-child(odd) {
	color: rgba(226,182,141,0.8); /* Old browsers */
}

.onlineTabloMainPage > table tr:nth-child(odd) td:first-child{
	color: black; /* Old browsers */
	
}
.onlineTabloMainPage > table tr td:first-child{
	padding-left: 6px;
}
.onlineTabloMainPage > table tr{

}
.onlineTabloMainPage > table tr:hover {
	background: #EBF1FB;
	
}


.subscriptionToFlight{
    position: relative;
    background: url(img/index/feedback.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 0px;
    padding: 10px 10px 10px 19px;
    float: right;
}

.subscriptionToFlight:hover{
    position: relative;
    background: url(img/index/mail1.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 0px;
    padding: 10px 10px 10px 19px;
    float: right;
}

.tooltip-own:before,
.tooltip-own:after {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0; 
  margin-bottom: 15px;
  transition: opacity .7s, margin-bottom .7s;
  left: 50%;
}

.tooltip-own {
  color: #1f8b8a;
  
  position: relative;
  cursor: pointer;
  
}

.tooltip-own:before {
  bottom: 30px;
  left: 50%;
  padding: 10px;
  width:fit-content;
  margin-left: -100px;
  color: white;
  background-color: rgba(226, 182, 141, 1);
  content: attr(data-title);
  border-radius: 5px;
  box-shadow:;
  text-align: center;
}

.tooltip-own:after {
  content: "";
  border-top: 10px solid rgba(226, 182, 141, 1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 20px;
  margin-left: -10px;
}

.tooltip-own:hover:before,
.tooltip-own:hover:after {
  opacity: 1;
  margin-bottom: 0;
  visibility: visible;
}

.tooltip-rightbar:before,
.tooltip-rightbar:after {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0; 
  margin-bottom: 15px;
  transition: opacity .7s, margin-bottom .7s;
  left: 50%;
}

.tooltip-rightbar {
  color: #1f8b8a;
  
  position: relative;
  cursor: pointer;
  
}

.tooltip-rightbar:before {
  top: 8px;
  left: -60px;
  padding: 10px;
  width:fit-content;
  margin-left: -100px;
  min-width: 120px;
  color: white;
  background-color: rgba(226, 182, 141, 1);
  content: attr(data-title);
  border-radius: 5px;
  box-shadow:;
  text-align: center;
}

.tooltip-rightbar:after {
  content: "";
  border-bottom:8px solid rgba(226, 182, 141, 1);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 23px;
  -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
  margin-left: -50px;
}
.tooltip-rightbar:hover:before, .tooltip-rightbar-scheme:hover:before{
	 box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.tooltip-rightbar:hover:before,
.tooltip-rightbar:hover:after, .tooltip-rightbar-scheme:hover:before,
.tooltip-rightbar-scheme:hover:after {
  opacity: 1;
  margin-bottom: 0;
  visibility: visible;
 
}

.tooltip-rightbar-scheme:before,
.tooltip-rightbar-scheme:after {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0; 
  margin-bottom: 15px;
  transition: opacity .7s, margin-bottom .7s;
  left: 50%;
}

.tooltip-rightbar-scheme {
  color: #1f8b8a;
  
  position: relative;
  cursor: pointer;

  
}

.tooltip-rightbar-scheme:before {
  top: -3px;
  left: -70px;
  padding: 10px;
  width:fit-content;
  margin-left: -100px;
  color: white;
  background-color: rgba(226, 182, 141, 1);
  content: attr(data-title);
  border-radius: 5px;
  
  text-align: center;
}

.tooltip-rightbar-scheme:after {
  content: "";
  border-bottom:8px solid rgba(226, 182, 141, 1);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 23px;
  -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
  margin-left: -50px;
}

 

.subscriptionToFlightSecond{
    position: relative;
    background: url(img/index/feedback.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 0px;
    padding: 10px 10px 10px 19px;
    float: right;
}

.subscriptionToFlightSecond:hover{
    position: relative;
    background: url(img/index/mailblack.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 0px;
    padding: 10px 10px 10px 19px;
    float: right;
}

.seeallflights{
	color: black;
    margin-right: 10px;
    float: right;
    margin-top: 5px;
}
.onlineTabloMainPage a:hover{
	color: #E2B68D;
}
.currentDate{
	    color: #000;
    margin-left: 4%;
    font-size: 20px;
}

.blockChooseServices{

      z-index: 0 !important;
    width: 100%;
    /*margin-left: 67%;*/
    text-align: center;
    padding-top: 100px;
}

.blockChooseServices hr{
border-color: #e2b68d;
    
    border: 1px solid #e2b68d;
}

.blockChooseServices > ul{
	list-style: none;
}
.blockChooseServices > ul > li{
	padding: 10px 0px 20px 30px;
	width: 22%;
	text-align: center;
	display: inline-block;
	/*height: 200px;*/
	vertical-align: middle;
}
.blockChooseServices > ul > li:hover  > .blockChooseServices > ul > li > p{
	color: #E2B68D;
}
.blockChooseServices > ul > li > p:nth-child(2){
	margin-top: 120px;
}
.blockchooseservices-p{
    font-size: 20px;
    color: #436484;
    margin-top: 25px;
}
.blockChooseServices > ul > li > img{
	width: 100px;
}
.blockPicServices{
	width: 110px;
	height: 110px;
	position: absolute;
	margin-left: -60px;
	margin-top: -93px;
	background-repeat: no-repeat;
	background-size: 110px 110px;
}
.vipcip_blockPicServices{
	background-image: url(img/index/vip-cip1.png);
}
.vipcip_blockPicServices:hover{
	background-image: url(img/index/vip-cip.png);
}
.special_blockPicServices{
	background-image: url(img/index/special1.png);
}
.special_blockPicServices:hover{
	background-image: url(img/index/special.png);
}
.checkin_blockPicServices{
	background-image: url(img/index/check-in1.png);
}
.checkin_blockPicServices:hover{
	background-image: url(img/index/check-in.png);
}
.services_blockPicServices{
	background-image: url(img/index/services1.png);
}
.services_blockPicServices:hover{
	background-image: url(img/index/services.png);
}


.onlinTabloButtonsBlock > .onlinTabloButtons{
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	margin-left: 0.7%;
	width: 68%;

}




.checkFindStatusMainPage{
	margin-top: 90px;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 90px;
}
.checkFindStatusMainPage > ul{
	margin-bottom: 20px;
	margin-left: -15%;
	position: relative;
	list-style: none;
}
.checkFindStatusMainPage > ul > li{
	display: inline-table;
}
.checkFindStatusMainPage > ul > li:nth-child(2){
	width: 200px;
	position: absolute;
	margin-left: 20px;
	text-align: left;
	
	/*margin-left: 100px; */
}
.checkFindStatusMainPage input:nth-child(1){
	
}

.main-page-slider {
	width: 100%;
	height: 600px;
	position: absolute;
}

.newsMainPage{
	padding: 20px 20px 20px 20px;
}
.newsMainPage a{
	float: right;
}
.newsMainPage img{
	position: absolute;
}
.newsMainPage span:nth-child(2){
	margin-left: 20px;
}
.newsMainPage span:nth-child(3){
	margin-left: 30px;
}
.newsMainPageTitle{
	text-align: center;
    padding-bottom: 50px;
    font-size: 24px;
    color: #436484;
    padding-top: 30px;
}
.newsInner{
	padding-bottom: 20px;
	padding-top: 30px;

}
.NewsLogoInner{
   width: 550px;
    height: 300px;
    padding-top: 30px;
    padding-left: 150px;
}
.newsNameInner{
padding-left: 450px;
    padding-top: 19px;
    font-size: 18px;
    padding-bottom: 20px;
}
.newsInner p{
padding-left: 450px;
    padding-top: 19px;
}
.seeAllNews{
	text-align: center;
	width: 185px;
	height: 40px;
	background-color: #436484;
}
.seeAllNews:hover{
	opacity: 0.8;
	transition: .5s ease-in;
}
.seeAllNews > p{
	text-align: center;
	padding: 13px;
	color: white;
	line-height: 11px;
}

.seeAllNews > p:hover{
	color: #e2b68d;
	transition: .5 ease-in;
}
.subscribeMainPage{
	border-bottom: 2px solid #e2b68d;
	width: 100%;
	background: rgba(242,233,222,0.3);
}

.subscribe-text-block{
	display: inline-block;
}
.subscribe-text-block img {
	float: left;
}
.subscribeMainPage > div{
	padding: 20px 20px 20px 20px;
}
.subscribeMainPage > div > p{
	text-align: left;
	vertical-align: middle;
	display: inline-table;
}
.subscribeMainPage > div > p > span{
	margin-bottom: 10px;
	margin-left: 40px;
	display: inline-table;
}
.subscribeMainPage input{
	margin-left: 20px;	
}

.subscribeText{
	padding-left: 10px;
	float: left;
	margin-top: 5px;
}
.uppercase{	
	    font-size: 16px;
	height: 39px;
	    width: 160px !important;
}
.uppercase_t{
	text-transform: uppercase;
}
.footerTop ul{
	list-style: none;
	margin: 0 auto;
    text-align: center;
}
.footerTop > ul > li{
	width: 32%;
	display: inline-table;
	padding: 15px 10px 15px 0px;
}
.footerTop > ul > li > ul > li{
	padding: 2px 10px 2px 0px;
	text-align: left;
    font-size: 16px;
    color: black;
}
.footerTop img:nth-child(1){
	margin-left: 20px;
}
.footerTop > ul > li > a > img {
	margin-top: 10px;
}

.footerTopSecond ul{
	list-style: none;
}
.footerTopSecond > ul > li{
	width: 30%;
	display: inline-table;
	padding: 15px 10px 15px 0px;
}
.footerTopSecond > ul > li > ul > li{
	padding: 2px 10px 2px 0px;
	text-align: left;
    font-size: 16px;
    color: black;
}
.footerTopSecond img:nth-child(1){
	margin-left: 20px;
}
.footerTopSecond > ul > li {
    width: 33%;
    display: inline-table;
    padding: 15px 10px 15px 0px;
}

.footerButtom{
	border-top: 1px solid #e2b68d;
}
.footerButtom ul {
	list-style: none;
}
.footerButtom ul li{
	display: inline-table;
	padding: 10px 10px 10px 10px;
}
.footerButtom ul > li:nth-child(2){
	float: right;
}



.checkFindStatusMainPage input[type=text]{
	width: 320px;
	background-image: url(img/number.png);
	background-position: 8px 8px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	padding:7px 7px 7px 30px; 
	border:1px solid #e2b68d; 
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 14px;
}

.onlinTabloButtons input[type=text]{
	width: 320px;
	background-image: url(img/number.png);
	background-position: 8px 8px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	padding:7px 7px 7px 30px; 
	border:1px solid #e2b68d; 
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 14px;
}

.checkFindStatusMainPage input[type=submit]{
	color: #ffffff;
	margin-left: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:1px solid #e2b68d; 
	font-size: 14px;
}
.checkFindStatusMainPage input[type=submit]:hover{
	color: #e2b68d;
	background: #ffffff;
	border: 1px solid #e2b68d;
}


.feedbackform input[type=text]{
	width: 320px;
	
	background-position: 8px 8px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	padding:7px 7px 7px 30px; 
	border:1px solid #e2b68d; 
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
}

.feedbackform input[type=submit]{
	color: #ffffff;
	width: 320px;
	margin-top: 10px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:1px solid #e2b68d; 
	font-size: 14px;
}
.feedbackform input[type=submit]:hover{
	color: #e2b68d;
	background: #ffffff;
	border: 1px solid #e2b68d;
}



.checkFindStatusMainPage input[type=button]{
	color: #ffffff;
	cursor: pointer;
	margin-left: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:1px solid #e2b68d; 
	font-size: 14px;
}
.checkFindStatusMainPage input[type=button]:hover{
	
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #c4954f 0%,#e2b68d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); 
	border: 1px solid #e2b68d;
	cursor: pointer;
}
.onlinTabloButtons input[type=button]{
    color: #ffffff;
	cursor: pointer;
	margin-left: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:none; 
	font-size: 14px;
}

.onlinTabloButtons input[type=button]:hover{
    color: #ffffff;
	cursor: pointer;
	margin-left: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 100%,#c4954f 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:none; 
	font-size: 14px;
}

#owl-slider .item img{
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.tenderbutton input[type=submit]{
	color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:1px solid #e2b68d; 
	font-size: 14px;
}
.tenderbutton input[type=submit]:hover{
	
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #c4954f 0%,#e2b68d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); 
	border: 1px solid #e2b68d;
	margin-top: 20px;
}


.subscribeMainPage input[type=text] {
	background-image: url(img/email.png);
	background-position: 8px 8px;
	background-size: 25px 17px;
	background-repeat: no-repeat;
	padding:7px 7px 7px 40px; 
	border:1px solid #e2b68d; 
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 14px;
    margin-left: 0;
    float: left;
    margin-top: -10px;
}
.subscribeMainPage input[type=text]:focus{
   outline: none;
}
.subscribe-input-block{
	width: 255px;
	display: inline-block;
}
.subscribeMainPage input[type=button] {
	color: #ffffff;
	width: 35px;
	margin-left: -5px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px;
	border:1px solid #e2b68d; 
	font-size: 14px;
	margin-top: -10px;
	float: left;
}




/*OTHER PAGE*/
.pageTitle{
	/*width: 1200px;*/	
	/*margin: 0 auto;*/
	/*margin: 150px auto 0 auto;*/
	position: absolute;
	/*margin-top: 150px;*/
	/*margin-left: 100px;*/
}
.pageTitle p{
	margin-top: -10px;
	padding-top: 10px;
	border-top: 1px solid #e2b68d;
}


/*NEWS PAGE*/
.NewsList{
	padding-bottom: 20px;
	padding-top: 30px;
	height: 220px;
}
.newsImage{
	width: 350px;
	height: 300px;
	float: left;
	padding-right: 30px;
}
.overlay {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 5px 10px 20px;
    text-align: left;
    }
.newsDesc{
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	padding-right: 10px;
	width: unset !important;
	max-height: 7em;
}
.newsDesc > p{
	width: 100%;
}
.news_date{
	position: absolute;
    top: 20px;
    left: 20px;
    background: #E2B68D;
    width: max-content;
    padding: 10px;
}
.news_date_main{
	position: absolute;
    top: 20px;
    left: 0px;
    background: #E2B68D;
    width: max-content;
    padding: 5px;
}
.new_date_block{
	width:70%;
	position: relative;
}
.newsDesc::before{
	/* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.newsDesc::after{
	 /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.newsTitle{
	font-size: 16px;
	width: unset !important;
	color: goldenrod;
	padding-right: 10px;
	max-height:3.6em;
	}
.viewMore{
	    border: 1px solid #E2B68D;
	    padding: 10px 25px 10px 25px;
	    background-color: white;
	    margin-top: -8px;
	    cursor: pointer;
	    font-size: 14px;
}
.viewMore:hover{
	background-color:#E2B68D;
	color: white;
	transition: 0.5s ease-in-out;
}

.itemNewsInner {
 position: relative;
 width: 300px;
 float: left;
 height: 200px;
 overflow: hidden;
 padding-right: 20px;
}
.itemNewsInner a img {
 width: 100%;
 display: block;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 z-index: 1;
 object-fit: cover;
}
.itemNewsInner:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.newsImageInner {
    padding:0;
    text-align: center;
    margin-right: 0px;
    object-fit: cover;
    width: 100%;
    padding-top: 0px;
}

.newsImageInner img{
	width: 80%;
}

.newsDescInner{
	margin-bottom: 10px;
    height: 145px;
    overflow: hidden;
    font-size: 14px;
    padding-right: 10px;
}
.newsTitleInner{
	font-size: 16px;
    height: 50px;
    color: goldenrod;
    padding-right: 10px;
}
.newsTitleInnerContainer{
  text-align: center;
  padding-bottom: 15px;
  margin:  0 auto;
}
..newsBodyInnerContainer{
  margin-left: 0px;
}
.newsInnerContainer{
	min-height: 500px;
}
.newsImageInnerAlign{
    text-align: center !important;
    margin-top: 100px;
}


/*END NEWS PAGE*/


/*Restaurants page*/
.restaurantsList{
	padding-bottom: 100px;
	padding-top: 30px;
}
.restaurantInner{
	padding-bottom: 20px;
	padding-top: 30px;
	margin-left: 330px;
}
.restaurantInner p{
   line-height: 24px;
}
.restaurantInner > p > img {

}
.restaurantsLogo_Inner{
    text-align: center;
}


.restaurantsSlider{
	width: 100%;
	margin-top: 40px;
    margin-bottom: 40px;
}

.restaurantsLogoInner{
	width: 220px;
	height: 220px;
	float: left;
	padding-right: 30px;
}
.restaurantsPage{
	width: 100%;
	margin-top: 30px;
}
.restaurantsLogo{
	    width: 180px;
    height: 160px;
    float: left;
    padding-right: 30px;
}
.restaurantsLogo img{
	display: inline-block;
    width: 100%;
    height: inherit;
    z-index: 1;
    object-fit: cover;
}

.restaurantName, .restaurantInfo{
	padding-bottom: 10px;
	padding-left: 10px;
}
.restaurantName{
	font-size: 20px;
}
.viewMoreButton{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}
.viewMoreButton:hover{
	color:#E2B68D;
}
.usefulInfoBlock{
	padding-bottom: 30px;
	padding-top: 20px; 
}
.usefulInfo{

	text-align: center;
}
.usefulInfoImage{
/*	width: 220px;
	height: 180px;*/

	position: relative;
    overflow: hidden;
    width: 100%;
    height: 207px;
    max-width: 1000px;
    /* border: 8px solid #E2B68D; */
    margin: 0 auto;
}

.usefulInfoImage img{
	display: inline-block;
    width: 100%;
    height: inherit;
    object-fit: cover;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.usefulInfoImage:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: .8s ease;
}
.usefulInfo ul {
  list-style: none;
}
.usefulInfo ul li{
	display: inline-block;
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.usefulInfo ul li > p{
	text-align: left;
    width: 100%;
    padding-top: 8px;
    overflow: hidden;
    height: 20px;
}
.next_gold{
	vertical-align: middle;
	width: 14px;
	height: 14px;
}
.usefulInfoText{
	font-weight: 12px;
}

.newsBlock{
	/*width: 100%;*/
	padding-bottom: 30px;
	background: rgba(242,233,222,0.3);
/*	margin-top:80px;*/
margin-left:70%;
}
.newsBlockInner{

	text-align: center;
}
/*.newsImage{
	
  width: ;
	height: 300px;
	border: 8px solid #E2B68D;
	
}*/

.itemNews {
 position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
    max-width: 1000px;
    /* border: 8px solid #E2B68D; */
    margin: 0 auto
}
.itemNews img {
  display: block;
  float:left;
  width: 30%;
  margin-right:5%;
  height: inherit;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  object-fit: cover;
  
}
.itemNews:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_txt {
	float:left;
	width:65%;
	text-align:left;
	padding-top:10px;
}

.nws_date {
	padding-top:10px;
	text-align:left;
	margin-bottom:5px;
	font-weight:bold;
}
.shopsItems {
  position: relative;
  overflow: hidden;
  
   /*border: 8px solid #E2B68D;*/
   
}
.overlay div{
	position: relative;
}
/*.itemNews:hover > .overlay {
	height: 150px;
	transition: .5s ease-in-out;
}*/

.itemNews:hover > .overlay div span .itemNewsDescription  {
	opacity: 1;
	height: 50px;
	overflow: hidden;
	color: white !important;
}

.overlay div span .itemNewsDescription {
	height: 0px;
	overflow: hidden;
	opacity: 0;
	color: white !important;
	font-size: 14px;
	margin-top: 10px;
}
.overlay div span .itemNewsTitle{
	color: white !important;
	font-size: 18px;
	height: 47px;
}

.itemNews:hover > .overlay div span .itemNewsTitle{
	overflow: hidden;
	height: 40px;
	
	color: white !important;
}

/*bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 190px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;*/


/*.itemNewsDescription{
	height: 0px;
	overflow: hidden;
	opacity: 0;
}*/

.shopsItems img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  
}
.shopsItems:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shine */
.shine figure{
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.shinItem div{
	position: relative;
}

.shinItem div span {
	bottom: -25px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	color: #436484;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -46px;
	opacity: 1;
}

.newsBlockInner ul {
  list-style: none;
}
.newsBlockInner ul li{
	display: block;
    padding-left: 5px;
    
    padding-bottom: 20px;
    /*width: 32.58%;*/
}
.newsBlockInner ul li:first-child{
  padding-left: 0 !important;
}
.newsBlockInner ul li:last-child{
  padding-right:0 !important;
}

.newsBlockInner ul li > p{
	text-align: left;
	width: 300px;
	padding-top: 12px;
}


.breadcrumps{
	width: 100%;
	padding-top: 15px;
	font-size: 13px;
	float: left;
}

.breadcrumps div p a {
	color: black;
}
.breadcrumps div p a:hover{
	color:#E2B68D;
	transition: 0.5s; 
}
.PageTitle{
	width: 100%;
}

.PageTitle h2{
	padding-top: 98px;
	margin-top: 100px;
	font-size: 34px;
	border-bottom-width: thin;
    width: max-content !important;
    max-width: 90%;
    width: -moz-fit-content !important;
    border-bottom: 1px solid #e2b68d;
    margin-left: 0px;
    color: black;
    text-transform: none;
}
.innerPageTitle {
   width: max-content !important;
   max-width: 90%;
   width: -moz-fit-content !important;
   }
.PageTitle p{
	margin-top: -21px;
	}

	.PageTitleOthers{
	width: 100%;
}
.PageTitleOthers h2{
margin-top: 100px;
    font-size: 29px;
    border-bottom-width: thin;
    width: max-content !important;
    max-width: 90%;
    width: -moz-fit-content !important;
    border-bottom: 1px solid #e2b68d;
    margin-left: 0px;
    text-transform: none;
    color: black;
}
.PageTitleOthers p{
	margin-top: -22px;
	color: black;
	}

/*for inner flights pages*/
.PageTitleFlights{
	width: 100%;
}

.PageTitleFlights h2{
	margin-top: 100px;
	font-size: 34px;
	border-bottom-width: thin;
    width: max-content !important;
    max-width: 90%;
    width: -moz-fit-content !important;
    border-bottom: 1px solid #e2b68d;
    margin-left: 0px;
    color: 	black;
    font-weight:600;
    text-transform: none;
    padding-bottom: 5px;

}

/*.notification {
	position: fixed;
    top: 380px;
    box-shadow: 0px 0px 25px black;
    border-radius: 5px;
    z-index: 999;
    right: 75px;
    width: 17%;
    height: 120px;
    background: #E2B68D;
}
.not_icon{
	
}
.not_arrow{
	width: 80px;
	height: 80px;
	position: fixed;
	top: 450px;
	z-index: 999;
	right:25%;
}*/

.innerPageTitle {
    
}
.PageTitleFlights p{
	margin-top: -5px;
	color: 	black;
	font-weight:600;
	}
/*end*/
.PageTitleHr{
	width: 100px;
	color:#E2B68D;
	text-align: left; 
}
/*Partners page*/
.partnersBlock{
	width: 100%;
	     margin-top: -97px; 
}
.partnersSidebar{
	float: left;
	width: 300px;
	    min-height: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+1,ffffff+40,ffffff+40,ffffff+46,ffffff+46,ffffff+56,ffffff+56,f8efe5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 0%, #ffffff 1%, #ffffff 40%, #ffffff 40%, #ffffff 46%, #ffffff 46%, #ffffff 56%, #ffffff 56%, #f8efe5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffffff 0%,#ffffff 1%,#ffffff 40%,#ffffff 40%,#ffffff 46%,#ffffff 46%,#ffffff 56%,#ffffff 56%,#f8efe5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffffff 0%,#ffffff 1%,#ffffff 40%,#ffffff 40%,#ffffff 46%,#ffffff 46%,#ffffff 56%,#ffffff 56%,#f8efe5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8efe5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.partnersAirlinesHeader{
	color:#E2B68D;
	border-bottom: 2px solid #E2B68D; 
	padding-top: 30px;
    width: max-content !important;
    max-width: 90%;
    width: -moz-fit-content !important;
    margin-left: 45px;
}

.partnersSidebar ul{
	list-style: none;	
	padding-top: 3px;
	list-style: none;
    padding-top: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.partnersSidebar ul li{
  padding-left: 10px;
  width: 200px;
  padding-top: 4px;
  padding-bottom: 4px;

}
.partnersSidebar ul li:hover{
 background: #e2b68d; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(244, 232, 220, 1), rgba(244, 232, 220, 0)); /*Standard*/
}
.partnersSidebar ul li > a:hover{
	color: black;
}

.news-usefulinfo-sidebar{
	float: left;
	width: 300px;
	    min-height: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+1,ffffff+40,ffffff+40,ffffff+46,ffffff+46,ffffff+56,ffffff+56,f8efe5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ffffff 0%, #ffffff 1%, #ffffff 40%, #ffffff 40%, #ffffff 46%, #ffffff 46%, #ffffff 56%, #ffffff 56%, #f8efe5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ffffff 0%,#ffffff 1%,#ffffff 40%,#ffffff 40%,#ffffff 46%,#ffffff 46%,#ffffff 56%,#ffffff 56%,#f8efe5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ffffff 0%,#ffffff 1%,#ffffff 40%,#ffffff 40%,#ffffff 46%,#ffffff 46%,#ffffff 56%,#ffffff 56%,#f8efe5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8efe5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.news-usefulinfo-sidebar ul{
	list-style: none;	
	padding-top: 3px;
	list-style: none;
    padding-top: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.news-usefulinfo-sidebar ul li{
  padding-left: 10px;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dotted #E2B68D;
}
.news-usefulinfo-sidebar ul li:hover{
 background: #e2b68d; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(244, 232, 220, 1), rgba(244, 232, 220, 0)); /*Standard*/
}
.news-usefulinfo-sidebar ul li > a:hover{
	color: black;
}
.sidebarActive{
	background: #e2b68d; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(244, 232, 220, 1), rgba(244, 232, 220, 0)); /*Standard*/
}
.sitemap {
	margin-bottom: 20px;
}
.sitemap li {
	display: inline-table;
	list-style: none;
	width: 33%;

}
.sitemap-main-title{
	font-size: 20px;
    margin-left: 20px;
    margin-top: 30px;
    color: black;
    font-weight: 600;
}
.sitemap li ul {

}
.sitemap li ul li {
    display: block;
    width: 100%;
    margin-left: 20px;
}
.sitemap li ul li ul {
	margin-top: 15px;

}
.sitemap li ul li ul li {
	font-size: 16px;
	
}
.sitemap-titles{
	border-bottom: 1px solid #E2B68D;
	width: max-content;
	width: -moz-fit-content;
	font-size: 16px;
}
.sitemap-pages > li > ul > p{
	border-bottom: 1px solid #E2B68D;
	width: max-content;
	width: -moz-fit-content;
}

.partnersInfo h2 {
	font-size: 18px;
	padding-bottom: 15px;
}
.partnersInfo{
	padding-left: 350px;
	padding-top: 40px;
	min-height: 600px;
	
}
.partnersInfo ul li , .restaurantInner ul li,.partnersInfo ol li , .restaurantInner ol li{
	font-size: 14px !important;
	line-height: 24px;
	font-family: 'Gotham', sans-serif !important;
	font-weight: 100;
	margin-left: 60px;
}

.partnersInfo p , .restaurantInner p , .standart_text{
	line-height: 24px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	margin-bottom: 10px;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	width: 100%;
	font-size: 14px !important;
	font-family: 'Gotham', sans-serif !important;
	font-weight: 100;
}
.restaurantInner ol,  {
	line-height: 24px;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    font-size: 14px !important;
	font-family: 'Gotham', sans-serif !important;
	font-weight: 100;
}
.restaurantInner ul {
	line-height: 24px;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    font-size: 14px !important;
	font-family: 'Gotham', sans-serif !important;
	font-weight: 100;
}
.restaurantInner > p > strong {
	color: #436484;
    font-size: 16px;
} 
.material-icons{
	font-size: 39px !important;
	line-height: 1.5 !important;
}

.partnersInfo p > img, .partnersInfo p > strong > img, .partnersInfo strong > img , .restaurantInner > p > img, .restaurantInner > p > strong > img, .restaurantInner strong > img {
	width: 100%;
	height: auto;
	display: block;
	margin-left:auto !important;
	margin-right:auto !important;
	border: 5px solid #fff;
    margin: 15px;
    box-shadow: 0px 0px 5px #E2B68D;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.partnersInfo > p > strong, .usefulInfo > ul > li > p >strong, .restaurantInfo  > p > strong{
	color: black;
	
}
.partnersInfo > h1 , .restaurantInfo > h1, .partnersInfo > h2 , .restaurantInfo > h2, .partnersInfo > h3 , .restaurantInfo > h3 {
   color:#436484 !important;
   font-size: 16px !important;
}

.restaurantInner > h1 , .restaurantInfo > h1, .restaurantInner > h2 , .restaurantInfo > h2, .restaurantInner > h3 , .restaurantInfo > h3 {
   color:#436484 !important;
   font-size: 16px !important;
}

.usefulInfoBlock > div > p{
	color: #436484;
	    font-size: 24px;
}

.partnersSidebarIcon{
	
	
}

.searchHeading{
margin-bottom: 20px;
    font-size: 20px;
        margin-top: 20px;
        color: black;
        font-weight: 600;
}
.searchBody{
color: black;
}

/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 83px;
    float: left;
    
}
.carouseltime{
	position: relative;
	top: 15px;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:30px;
float:left;
outline:0;
margin:0;
color:#E2B68D;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}
.sliderNewsButton{
float: right;
    position: relative;
    top: 96px;
}
.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
}

.quote-phrase {
height: 100px;
font-size:17px;
color:black;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.boxed-grey{
	min-height: 250px;
}
.log-logout > a{
	color: white;
}
.log-logout > a:hover{
	color: #E2B68D;
	transition: 0.5s ease;
}


/*Quiz Questioning block*/

.questioningBlock{
	min-height: 480px;
	padding-left: 350px;
    padding-top: 40px;
}
.questioningBlockInner input[type=submit] {
     
	color: #ffffff;
	margin-left: 20px;
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 7px 20px 7px 20px;
	border:1px solid #e2b68d; 
	font-size: 14px;
	margin-top: 20px;
}

.questioningBlockInner input[type=submit]:hover{
	color: #e2b68d;
	background: #ffffff;
	border: 1px solid #e2b68d;
}

.questioningBlockInner input[type=radio]{
	margin: 7px 0;
	vertical-align: middle;
	cursor: pointer;

}
.questioningBlockInner input[type=text]{
border: 1px solid #e2b68d;
}

.containerQuiz{
  display: block;
  position: relative;
  margin-left: 0px;
  height: auto;
  width: 500px;
 
}
.bookingcontainer{
	margin-left: -65px !important;
}
.bookinputs{
		width: 90% !important;
	}

	#btnVipCipBooking{

	}

 .questDesc{
padding-bottom: 20px;
}


.containerQuiz p {
	color: black;
	margin-top: 0px;
	margin-bottom: 10px;
}

.containerQuiz ul{
  list-style: none;
  margin: 0px 0px;
  padding: 0;
	overflow: hidden;
}

.containerQuiz ul li{
  color: black;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
}

.containerQuiz ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.containerQuiz ul li input[type=text]{
  padding: 3px;
}

.containerQuiz ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  padding: 3px 25px 0px 40px;
  height: 10px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.containerQuiz li:hover label{
	color: #e2b68d;
}

.containerQuiz ul li .check{
  display: block;
  position: absolute;
  border: 3px solid #e2b68d;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 10px;
	z-index: 5;

}

 .containerQuiz ul li:hover .check {
  border: 3px solid #e2b68d;
}

.containerQuiz ul li .check:before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 1px;
	left: 1px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.containerQuiz input[type=radio]:checked ~ .check {
  border: 4px solid #e2b68d;
}
.containerQuiz input[type=radio]:notchecked ~ .check {
  border: 4px solid black;
}

.containerQuiz input[type=radio]:checked ~ .check::before{
  background: #e2b68d;
}
.containerQuiz input[type=radio]:checked ~ label{
  color: #e2b68d;
}



/*END OF QUIZ BLOCK*/

/*END OF QUIZ BLOCK*/




/*Inner pages styles starts here*/
	 .partnersInfo > ul.iconsContainer > li img{
       border-radius: 12px;
        float: left;
         margin-right: 20px;

 
	}
	 .partnersInfo > ul.iconsContainerInner > li img, .vacancy-page-icon{
       border-radius: 12px;
        float: left;
         margin-right: 20px;
        width: 120px;
	}


	ul.iconsContainerInner{
		margin-bottom: 40px;
	}

		.partnersInfo > ul.iconsContainerInner > li {
		list-style: none;
		display: block;
		padding-bottom: 40px;
		margin-left: 0px;
	} 
	
	.iconsInfo{
		padding-right: 30px;
	}
	.iconsTitle{
	padding-top: 3px;
	}
	.iconsTitle > a{
       font-size: 24px;
       color: #436484;

	}
	.iconsTitle > a:hover{
		color: #E2B68D;
		transition: 0.5s ease
	}
	.iconsDesc{
       font-size: 16px;
       padding-top: 20px;
       overflow: hidden;
    height: 52px;
	}
	.iconsDescInner{
       font-size: 13px !important;
    line-height: 20px !important;
    margin: 10px 0;
    font-weight: 600 !important;
	}
	.iconsDescInnerSecond{
		font-size: 13px !important;
    line-height: 20px !important;
    margin: 10px 0;
    font-style:italic;
	}
	.partnersInfo > ul.iconsContainer > li {
		list-style: none;
		display: block;
		padding-bottom: 40px;
	} 
     ul.iconsContainerServices{
     	margin: 45px 0;
     	text-align: center;
     }
	.partnersInfo > ul.iconsContainerServices > li{
		display: inline-table;
		list-style: none;
		/*width: 24%;*/
	    padding: 0 10px;
    	width: 30%;
		margin-left: 0px;
	}
	.partnersInfo > ul.iconsContainerServices > li> p.iconAlign{
         text-align: center;
         padding-right: 0;
	}
    .partnersInfo > ul.iconsContainerServices > li> p.iconAlign > img{
    	border-radius: 12px;
    	width: 50%;
    }

       ul.threeItems{
     	margin: 45px 0;
     	text-align: center;
     }
	.partnersInfo > ul.threeItems > li{
		display: inline-table;
		list-style: none;
		    width: 25%;
    margin: 0 20px;
		margin-left: 0px;
	}
	.partnersInfo > ul.threeItems > li> p.iconAlign{
         text-align: center;
         padding-right: 0;
	}
    .partnersInfo > ul.threeItems > li> p.iconAlign > img{
    	border-radius: 12px;
    }
	
	.iconsTitleServices{
     text-align: center !important;
     /* text-align: left !important;*/
     padding-right: 0 !important;
     font-size: 15px;
     color: #436484;
    
	}

	.iconsDescServices{
text-align: center !important;
padding-right: 0 !important;
font-size: 15px;
	}

	ul.pagesAddServices{
		margin-top: 5px;
	}

	ul.pagesAddServices>p{
		margin: 10px 0;
	}
	ul.pagesAddServices>li{
		display: block;
		padding: 2px 0;
		list-style-type: circle;
	}
	ul.pagesAddServices>li>p{
		text-decoration: underline;
		color:#436484;
	}
	ul.pagesAddServices>li>p:hover{
		color:black;
		text-decoration:none;
		cursor: pointer;
		transition: 0.5s ease-in-out;
	}
	.pageOnMap{
	float: right;
    padding-left: 24px;
    border-left: 1px dotted #E2B68D;
    height: 125px;
    margin-left: 2px;
    margin-bottom: 30px;
    width: 250px;
	}
	.pageOnMap > p {
		text-align: left;
		margin-bottom: 30px;
	}
	.pageOnMapIcons{
		width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: 5px;
    padding-right: 7px;
    float: left;
	}
	.pageOnMap>p>a{
		text-decoration: underline;
	}
	.pageOnMap>p>a:hover{
		text-decoration: none;
	}

	.resultBody{
		overflow: hidden;
    max-height: 8.5em;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
	}

	.resultBody::before{
	/* points in the end */
  content: '[...]';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: -3px;
}
.resultBody::after{
	 /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
	.wishing{
		font-size: 24px !important;
		text-align: center;
		margin: 0 auto;
		padding-top: 50px;
	}

	.pagesMainImg{
		text-align: center;
    padding: 45px 0;
	}
/*  Airport Bus style */
.bus-content-text_header span {
	width: 60px;
	height: 60px;
}
.bus-main-inf p{
	padding-right: 0;
}
	.dateHistory{
	font-size: 24px !important;
    color: #E2B68D;
    float: left;
    vertical-align: middle;
    margin-top: 12px;
    font-weight: 600;
    padding-right: 0px !important;
	}
	.infoHistory{
         margin-left: 150px;
         margin-top: 0px !important;
         padding-top: 10px;
         min-height: 40px;
         width: unset !important;
	}
	.historyAirport >div{
		border-bottom: 1px solid #E2B68D;
	}
	.historyAirport >div:hover{
		background-color: rgba(226, 182, 141, 0.55);
	}
	.historyAirport >div:hover > .dateHistory{
		color: white;
	}
	.historyAirport >div:hover > .infoHistory{
		
		font-weight: 600;
	}
.flex {
	display: flex;
}
.center-mrg{
	margin: 0 auto;
    width: min-content;
}
.bus-content-1:hover .bus-icon,.bus-content-2:hover .bus-icon,.bus-content-3:hover .bus-icon,.bus-content-4:hover .bus-icon {
	background: #E2B68D;;
}
.bus-content-1:hover .bus-icon i,.bus-content-2:hover .bus-icon i,.bus-content-3:hover .bus-icon i,.bus-content-4:hover .bus-icon i{
	color: #fff;
}
.bus-content-1,.bus-content-2,.bus-content-3,.bus-content-4,.main-inf  {
	padding: 20px 0;
}
.bus-content-title{
	color: #436484;
    font-size: 16px;
}
.left-bus {
	width: 540px;
	padding-right: 30px;
	float: left;
}
.right-bus{
	width: 540px;
	padding-left: 30px;
	float: right;
}
.bus-content-img img {
	width: 100%;
	object-fit: cover;
}
.bus-content-text {
	padding: 20px;
	padding-left: 0;
}
.bus-icon{
	width: 60px;
	height: 60px;
	border: 1px solid #E2B68D;;
	border-radius: 50%;
}
.justify-around {
	justify-content: space-around;
}
.bus-icon i{
	font-size: 50px;
	line-height: 1.2;
	margin-left: 6px;
}
.bus-content_title{
	padding: 0;
	margin: 5px 5px 5px 20px;
}
.border-btm{
	border-bottom: 1px solid #E2B68D;
	margin-bottom: 20px;
}
.blue{
	color: #436484;
}
.center-mrg img {
	border-radius: 12px;
}
/* parking */
.parking-ul-style {
	margin-top: 20px;
	list-style-type: none;
}
.parking-ul-style li {
	margin: 10px 0;
    line-height: 1.8 !important;
    font-size:14px;
    margin-left: 0px !important;
}
.parking-list-number {
	padding: 7.5px 15.5px;
    border-radius: 50%;
    margin-right: 10px;
    background: #E2B68D;
    font-size: 25px;
    color: white;
}
.parking-list-number-1{
	padding: 7.5px 15.5px;
	border-radius: 50%;
    margin-right: 10px;
    background: #E2B68D;
    font-size: 25px;
    color: white;
}
.parking-top-space {
	margin-top: 10px;
}
/* Border control */
.col-md-8{
	float: left;
    width: 66.66666667%;
}
}
.col-md-4,.col-sm-4{
	float: left;
	width: 33.3%;
}
@media screen and (max-width: 581px) {
	
	.col-xs-12{
		width: 100%;
	}
	.newsImageInner{
		width: 100%;
	}
	.viewCounter{
		margin-left: 0;
	}
}
.row-border-cntr {
	margin: 30px 0;
}
.border-cntr-yellow {
	color: #fed53e;
	vertical-align: middle;
	font-size: 25px !important;
}
.number-10 {
	padding: 7.5px 10px;
}
.clearfix-border-cntr{
	clear: both;
}
.border-cntr-img {
	margin-right: 20px;
}

/* Tarif */
.my1{
	margin-top: 20px;
	margin-bottom: 20px;
}
.tarif-download a {
	width: 100%;
	font-size: 16px;
	transition: 0.8s easy-in-out;
}
.tarif-download a em {
	font-size: 60px;
}
.charge-left{
	    float: left;
    display: block;
    position: relative;
	} 
	.width-9{
		width: 9%;
	}
	.width-90{
		width: 91%;
	}
	.flex-column {
		flex-direction: column;
	}
	/* infrastructure */
	.entry-title img {
		    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	.infras-adv-text p {
		padding: 5px;
	}
	/* cargo-200 */
	.gold {
		color: #E2B68D;
		vertical-align: middle;
	}
	.additiona-inf{
		padding: 10px;
    	background: #f1f1f1;
	}
	.additiona-inf-header {
		color: #436484;
		font-weight: bold;
	}
/* TableForallCompany */
.table {
	overflow: auto;
}
.tdInBlockLeft{
	float: left;
}
.tdInBlockLeft p {
	color: black;
	padding-left: 0;
	padding-right: 0;
	width: 147px;
	font-weight: 600;
	line-height: 16px;
}
.tdInBlockRight{
	float: right;		
}
.tdInBlockRight img {
	width: 100px;
	height: 30px;
}

.tableBlockForCompany{
	width: 100%;
	margin: 0 auto;
}
.td-col-md-4{
	width: 32%;
	border-top: 1px solid rgba(191, 191, 191, 0.7);
    border-left: 1px solid rgba(191, 191, 191, 0.7);
    padding: 10px;
    height: 70px;
    min-width: 260px;
}
.td-col-md-4:hover{
	background: rgba(191, 191, 191, 0.2);
	transition: 0.8s ease-in-out;
}
.ForCompanyTablle{
	width: 100%;
	border-spacing: 0;
	margin-top: 100px;
	border-right: 1px solid rgba(191, 191, 191, 0.7);
    border-bottom: 1px solid rgba(191, 191, 191, 0.7);
}
.pages-tables{
	font-size: 14px !important;
	font-family: 'Gotham', sans-serif !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-align: center;
	padding-left: 5px;
	font-weight: 100;
}

.partnersInfo > table > tbody > tr > td > p, .partnersInfo > table > tbody > tr > td > h1, .partnersInfo > table > tbody > tr > td > h2, .partnersInfo > table > tbody > tr > td > h3, .partnersInfo > table > tbody > tr > td > h4, .partnersInfo > table > tbody > tr > td > h5, .partnersInfo > table > tbody > tr > td > h6 {
	font-size: 14px !important;
	font-family: 'Gotham', sans-serif !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-align: center;
	padding-left: 5px;
	font-weight: 100;
	margin: 0px;
}

.partnersInfo > table > tbody > tr > td > p > strong, .partnersInfo > table > tbody > tr > td > h1 > strong, .partnersInfo > table > tbody > tr > td > h2 > strong, .partnersInfo > table > tbody > tr > td > h3 > strong, .partnersInfo > table > tbody > tr > td > h4 > strong, .partnersInfo > table > tbody > tr > td > h5 > strong, .partnersInfo > table > tbody > tr > td > h6 > strong, .partnersInfo > div > table > tbody > tr > td > p > strong, .partnersInfo > div > table > tbody > tr > td > h1 > strong, .partnersInfo > div > table > tbody > tr > td > h2 > strong, .partnersInfo > div > table > tbody > tr > td > h3 > strong, .partnersInfo > div > table > tbody > tr > td > h4 > strong, .partnersInfo > div > table > tbody > tr > td > h5 > strong, .partnersInfo > div > table > tbody > tr > td > h6 > strong{
   font-weight: 600;
}

.partnersInfo > table > tbody > tr > td, .partnersInfo > table > thead > tr > td, .partnersInfo > div >table > tbody > tr > td, .partnersInfo > div > table > thead > tr > td, .restaurantInner > table > tbody > tr > td, .restaurantInner > table > thead > tr > td, .restaurantInner > div > table > tbody > tr > td, .restaurantInner > div > table > thead > tr > td {
	color: black !important;
	border:1px solid #d7d8cb;
	font-size: 14px !important;
	font-family: 'Gotham', sans-serif !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-align: center;
	padding-left: 5px;
	font-weight: 100;
}

.partnersInfo > table, .partnersInfo > div > table, .restaurantInner > table, .restaurantInner > div > table {
	
	border:1px solid #d7d8cb;
	border-spacing: inherit;
	    margin-left: auto;
    margin-right: auto;
}
.underline{
	text-decoration: underline;
}
.tdDrDown {
	width: 147px;
	position: absolute;
	z-index: 9999;
	background: #f1f1f1;
	padding:15px 20px;
}
.tdnone{
	display: none;
}
.buttonTdDrop{
	    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;

}
.buttonTdDrop:hover{
	text-decoration: none;
	transition: 0.5s ease;
}
.tdDropSpanBorder{
	border: 1px solid #e8e8e8;
	margin: 5px 0;
	color: #000;
}



/* Questions */
.questSidebar{
	background: #ffffff;
    background: -moz-linear-gradient(45deg, #ffffff 0%, #ffffff 1%, #ffffff 40%, #ffffff 40%, #ffffff 46%, #ffffff 46%, #ffffff 56%, #ffffff 56%, #f8efe5 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%,#ffffff 1%,#ffffff 40%,#ffffff 40%,#ffffff 46%,#ffffff 46%,#ffffff 56%,#ffffff 56%,#f8efe5 100%);
    background: linear-gradient(45deg, #ffffff 0%,#ffffff 1%,#ffffff 40%,#ffffff 40%,#ffffff 46%,#ffffff 46%,#ffffff 56%,#ffffff 56%,#f8efe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8efe5',GradientType=1 );
    float: left;
    width: 300px;
    min-height: 100px;
}
.button{
	color: #ffffff;
    cursor: pointer;  
    background: #e2b68d;
    background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%);
    background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%);
    background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 );
    padding: 7px 20px 7px 20px;
    border: none;
    font-size: 14px;
    margin-top: 20px;
}
.questHeader {
	font-size: 17px;
	font-weight: 700;
}
.anslist input[type=radio] {
	margin-top: 2px;
    float: left;
}
.anslist input[type='radio']:after {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

.anslist input[type='radio']:checked:after {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    font-size: 18px;
    content: ' \25CF';
    line-height: 0.57;
    text-align: center;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff; 
    color: #E2B68D;
    display: inline-block;
    visibility: visible;
    border: 1px solid #E2B68D;
}
.anslist label {
	margin-left: 5px;
}
.panel {
	padding-left: 20px;
}
.schemearrival{
	background-image: url(/img/arrivals.png);
    background-size: 74px 54px;
    background-repeat: no-repeat;
    height: 60px;
    background-position: 5px 5px;
}
.schemedeparture{
	background-image: url(/img/departures2.png);
	background-size: 67px 54px;
    background-repeat: no-repeat;
    height: 60px;
    background-position: 5px 5px;
}

.schemecheck label{
      font: 18px bold;
      cursor: pointer;
      padding: 10px 20px;
      font-size: 30px;
}

.schemecheck input[type="checkbox"]
{
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 5px 0 10px;
    vertical-align: middle;

}
.schemecheck input[type="checkbox"]:checked{
    background-color: red;
    color: red;
}
.schemep{
	 margin-top: 40px;
	 margin-left: 25px;
	 border: 2px dashed #E2B68D;
	 border-radius: 5px;
	 display:inline-table;
}
.schemep_input{
	margin-left: 5px !important;
	vertical-align: middle;
	margin-top: 0px !important;
}
.logCabinet{
	padding: 5px!important;	
}
.vacancyblock{
	min-height: 250px;
}
/*Inner pages style ends here*/
li.sign-log{
	display: inline-block;
}


#loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  display:none;
  float: right;
  margin-right:10px;
}

.breadcrumps > div > p {
	font-size: 14px;
	color: black;
}

#loader2 {
  border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #436484;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    float: right;
    margin-top: 25px;
    display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.block{
  background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  padding-top: 5px;
  box-shadow: 0 1px 2px #ccc;
  margin-bottom: 20px;
}
.block:hover{
	background: #e2b68d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e2b68d 100%, #c4954f 0%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e2b68d 1000%,#c4954f 0%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e2b68d 100%,#c4954f 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}


.block input[type='radio']:unchecked .info{
  display: none;
}

.block > input[type='radio']{ 
  width: 100%;
  display: none;
}



.acctext{
  font-family: 'Arial';
  font-weight: bold;
  display: block;
  padding: 10px 12px 12px 15px;
  margin: 0;
  cursor: pointer;
}

.info{
  background: #fff;
  color: #222;
  width: 100%;
  
  line-height: 2;
  padding-left: 15px;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transition: .3s ease-out;
} 


/* register */
.choseRole {
	margin-left: 14px;
    border: 1px solid #e2b68d;
    border-radius: 4px;
    padding: 10px 15px;
}
.login-logo{
	width: 250px;
	height: 50px;
}
.classwidth95px{
	min-width: 95px;
}
.classwidth145px{
	min-width: 145px;
}
.classwidth395px{
	min-width: 210px;
}
.classwidth84px{
	min-width: 95px;
}
.classwidth70px{
	min-width: 70px;
}
.classwidth128px{
	min-width: 128px;
}
.classwidth52px{
	min-width: 52px;
}
.vacancyBlockWidth{
	width: 73%;
}
.use-link-img{
	height: 207px;
}

.log-block{
	width: 115px;
    display: inline-block;
	position: relative;
}
li.log-name {
	width: 110px;
	height: 20px;
	padding-top: 3px;
	font-size: 16px;
}
span.log-logout{
	width: 110px;
	
	display: none;
	opacity: 0;
	position: relative;
    top: 0px;
    background: #436484;
    padding: 2.5px 5px;
}
li.log-name:hover span.log-logout{
	opacity: 1;
	display: block;
}

.container1{
	width: 100%;
}
/*media start here*/



@media screen and (min-width: 1900px) {
     .itemNews {
    /*height: 360px;*/
}


.onlineTabloMainPage > table th, td{
	font-size: 20px;
	}
}
@media screen and (max-width: 1130px){
	.flex {
		width: 100%;
	}
}

@media screen and (max-width: 1225px){
    .onlineTabloMainPage > table td:nth-child(3){
    	min-width: 160px;
    	
    }
    .restaurantInner ol {
       width: 90%;
    	margin-left: 0px;
    }
    .restaurantInner ul {
       width: 90%;
    	margin-left: 0px;
    }
    .restaurantInner p {
    	width: 90%;
    	margin-left: 0px;
    }
    .partnersInfo p{
    	width: 90%;
    }
    .tableBlockForCompany{
    	width: 100%;
    	overflow-x: auto;
    }
    .breadcrumps, .PageTitleFlights h2, .PageTitleFlights p, .PageTitle p, .PageTitle h2 {
    margin-left: 3%;
    }
    .breadcrumps{
    	margin-left: 0;
    }

}
@media screen and (max-width: 1200px){
	.vacancyBlockWidth{
		margin-top: 20px;
		width: 58%;
	}
	.PageTitleOthers , .PageTitle , .PageTitleFlights {

		margin-left: 20px;
	}

}
@media screen and (min-width: 1130px){
	.dl-menuwrapper{
        display: none;
    }
}
@media screen and (max-width: 1129px){
	.headerTopMenuContent, .headerTopNav, .headerTopNavBlack{
      	display: none;
      }
      .headerMainNavBlack, .headerMainNav{
      	border: none;
      }
      header > .topHeader{
		height: 45px !important;
	}
}
@media screen and (max-width: 1077px) {
	.subscribeMainPage form{
		width: 100%;
	}
	.subscribe-input-block{
		width: 280px;
		display: flex;
		padding: 10px 0;
	}
	.subscribeMainPage input[type=text]{
		width: 250px;
	}
	.langLi > li{
      	margin-top: 5px;
      }
      .logo{
		float: none;
	}
		.langLi{
		margin-left: 55px;
	}
	.langLiSecond{
		margin-left: 55px;
	}
}



@media screen and (max-width: 1024px) {
	.bilb{
		object-fit: initial !important;
	}

	.flightallpageblock input[type=button]{
		width: 100%;
		margin-left: 0px;
	}
	.midsearch, .reset_flights{
		width: 100% !important;
	}
	.flightallpageblock{
		display: block !important;
	}
	
	.onlinTabloButtonsBlock > .onlinTabloButtons{
	width: 100%;
}

		.onlineTabloMainPage > table td:nth-child(3){
   padding: 5px 0px 5px 0px;
   min-width: 180px;
}
	.viewMore{
		margin-top: -6px;
	}
	.NewsList{
		height:230px;
	}
	.newsDesc{
		height: 20%;
		min-height: 7.3em;
	}
	#btnVipCipBooking {
    width: 80%;
    margin-left: 0px;
}
	.bookinputs{
		width: 80% !important;
	}
	.bookingcontainer{
		margin-left: -30px !important;
	}
       
       .usefulInfoBlock > div > p{
       	margin-left: 1%
       }
 
     .PageTitle h2, .PageTitle p, .PageTitleFlights h2, .PageTitleFlights p, .breadcrumps > div > p{
     	margin-left:3%;
     }   
     .breadcrumps {
     	margin-top: -6%;
     	margin-left: 0;
     }
     .PageTitle h2{
     	margin-top: 50px;
     	width: max-content !important;
     	max-width: 90%;
     	width: -moz-fit-content !important;
     }
       .PageTitleFlights h2{
     	margin-top: 50px;
     	width: max-content !important;
     	max-width: 90%;
     	width: -moz-fit-content !important;
     }
   
    .mainLi:hover{
	border-bottom: none;
    }
    .mainLiSecond:hover{
	border-bottom: none;
    }

	
	.langLi{
		margin-left: 55px;
	}
	.langLiSecond{
		margin-left: 55px;
	}
      .newsBlockInner ul li{
        width: 60%;
        display:block;
      }
    
      .langLiSecond > li{
      	margin-top: 5px;
      }

      

      .itemNews {
    height: 320px;
}
.onlineTabloMainPage{
	    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.blockChooseServices{
	width: 100%;
    text-align: center;
    padding-top: 900px;
    margin: 0 auto;
}

.subscribeMainPage input[type=text] {
    background-image: url(img/email.png);
    background-position: 8px 8px;
    background-size: 25px 17px;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 40px;
    border: 1px solid #e2b68d;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 14px;
    
    
}

.subscribeText {
    padding-left: 10px;
}
}

@media screen and (max-width: 925px) {
	.pageOnMap{
		float:none;
		border-left: none;
	}
	
	.left-bus{
		width: 100%;
	}
	.right-bus{
		width: 100%;
	}
	li.sign-log{
		display: none;
	}
	.newsImageInner{
		
	}
	.newsImageInnerAlign{
		margin-left: 0;
	}
	.restaurantInner{
	    width: 100%;
	    float: left;
	    margin-left: 0px;
	    padding: 15px;
	}
	.restaurantInner p{
		margin-left: 0;
		margin-right: 0;
	}
	.sign-log{
		display: none;
	}
	.log-block{
		display: none;
	}
}
@media screen and (max-width: 870px){
	
	.subscribe-text-block img{
		display: none;
	}
	.subscribe-input-block{
		display: flex;
		padding: 0;
	}
	.subscribe-input-block{
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px) {
/*	.newsBlock{
		margin-top: 0px;
	}
*/	.newsBlock{
		margin-top: 500px;
	}
	.newsBlockInner > ul{
	    display: flex;
    flex-flow: column;
}
.newsBlock {
     margin-left: 0; 
}
.newsBlockInner ul li {
    margin: 0;
        width: 87%;
                /*width: 60%;*/
        /*display:block;*/
}

.news_txt {
    width: 53%;
}
.itemNews img {
    width: 42%;
}
.itemNews {
    height: 152px;
}








	.log-btn{
		height: 40px;
	}
	.onlinTabloButtonsBlock > .onlinTabloButtons{
		margin-left: 0;
	}

	.PageTitleOthers h2, .PageTitle h2, .PageTitleFlights h2 {
     	
    		margin-top: 30px;
    		font-size: 30px;
    		width: max-content !important;
			max-width: 90%;
			width: -moz-fit-content !important;
     }
	.PageTitleOthers , .PageTitle , .PageTitleFlights {

		margin-left: 20px;
		width: 90%;
	}
	.pageOnMap{
		height: 70px;
		margin-bottom: 0px;
	}
	.usefulInfoBlock > .standartSize > a > p {
		width: 100%;
	}
	.footerTop > ul > li{
		width: 30%;
	}
	.subscribeText{
		padding-left: 100px;
	}
	
	.schememargin{
		margin-top: 15px !important;
	}
	.news-usefulinfo-sidebar ul{
		margin-bottom: 50px;
	}
	.newsTitle{
	width: 100% !important;
	padding-right: 0px;
	}
	.NewsList{
		height: auto;
		margin-left: 0px !important;
		padding: 15px;
	}
	.usefulInfo ul li{
		padding-left: 0;
		padding-right: 0; 
		width: 60%;
	}
	.itemNewsInner{
		position: relative;
		width: 100%;
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
		height: auto;
		overflow: hidden;
		padding-right: 0px;
	}
	
	.table-resizable{
	width: 100%;
	overflow-x: auto;
}

	.schememargin{
	margin-top: 250px !important;
}
	.partnersInfo ul li {
    padding-right: 50px;
}
	
	
	.restaurantInner ol, .restaurantInner ul, .restaurantInner p {
       width: 90%;
    	margin-left: 0px;
    }
     .partnersInfo{
     	width: 90%;
     }

	.partnersInfo p {
    width: 100%;
    }
    .parking-ul-style{
    	width: 100%;
    }
    .iconsContainerInner{
    	width: 90%;
    	margin-top: 60px;
    }
	.partnersSidebar{
		width: 200px;
	}
	.partnersAirlinesHeader{
		margin-left: 12px;
		width: 174px !important;
	}
	.partnersInfo{
		padding-left: 0;
	}
	.onlineTabloMainPage{
	overflow-x: auto;
	width: 100%;
}
.onlinTabloButtonsBlock > .onlinTabloButtons{
	width: 100%;
}
       .headerTopMenuContent, .headerTopNav, .headerTopNavBlack{
      	display: none;
      }
      .headerMainNavBlack, .headerMainNav{
      	border: none;
      }
      .onlineTabloMainPage > table td:nth-child(6){
      	min-width: 116px;
      }
 

/*      .itemNews {
    height: 320px;
}*/

.flight-subscrber-style{
	list-style: none;
}
.flight-subscrber-style li{
	list-style: none;
}

.blockChooseServices{
	width: 100%;
    text-align: center;
    padding-top: 120px;
    margin: 0 auto;
}
.feedback{
      	position: relative;
    background: url(img/index/feedback.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 8px 6px;
    padding: 10px 10px 10px 30px;
      }
      .phone{
        padding: 10px 0 10px 40px;
      	background-position: 18px 9px;
      	margin-left: -8px !important;
      }


       .langLi > li{
      	    width: 30px;
      	    border:none;
      }
       .langLiSecond > li{
      	    width: 30px;
      	    border:none;
      }
      .partnersInfo ,{
     	width: 90%;
    padding: 0px;

     }
     .partnersSidebar{
		width: 100%;
		min-height: 150px;
		float: none;
		display: flex;
	}
	.reklama_block{
		width: 50%;
	}
	.partnersSidebar ul li{
		margin-left: 15px;
	}
	.partnersSidebar ul{
		display: block;
	}
	.newsTitle{
		overflow: auto;
		width: 100% !important;
	}
	.newsDesc{
		width: 100% !important;
	}
	
}

@media screen and (max-width: 600px) {

#owl-slider .item img {
	height: 450px;
}
header > div > .slider{
	min-height: 450px;
}
}



@media screen and (max-width: 414px) {





	.footerButtom ul li {
	font-size: 14px;
	padding:5px 10px;
}
.footerButtom ul > li:nth-child(2){
	padding-bottom: 55px !important;
	float: left;
}

	.cityarrow{
		vertical-align: unset;
	}

	
	.store-cafe-block{
	width: 100%;
}
	.btn{

    padding: 0px !important;
    height: auto !important;
    margin-left: 0px !important;
	}
	.bookinputs{
		width: 98% !important;
	}
	.tooltip-rightbar, .tooltip-rightbar-scheme{
		display: none;
		position: unset;
	}
	.tooltip-rightbar:after, .tooltip-rightbar-scheme:after{
		display: none;
	}
	#searchTopNav input[type=text]{
		width: 115px !important;
	}
	.login-logo{
		width: 190px;
    height: 35px;
    padding-right: 20px;
	}
	.log-btn{
		width: 150px;
	}
	.putName{
		height: 45px !important;
	}
	.new_date_block{
		width: 100%;
	}
	.partnersSidebar{
		display: block;
	}
	
	.onlinTabloButtonsBlock, .onlinTabloButtonsBlock > .onlinTabloButtons{
		width: 95%;

	}

	.index_search_buttons{
		width: 100%;
		padding-right: 5%;

	}
	.usefulInfo ul li{
		padding-left: 0;
		padding-right: 0; 
		width: 90% !important;
	}
	header > div > .slider{
		min-height: 300px;
	}
	#owl-slider .item img {
		display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
	}

	.rightBar {

	bottom: 0;
    position: fixed;
    width: 100%;
    top: unset;
}
.rightBar ul{
	width: 100%;
}
.rightBar ul li {
    height: 30px !important;
        padding: 4px 0px !important;
    display: inline-block;
    width: 15% !important;
}
.rightBarServices {
    padding: 10px 0px !important;
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
    background-position: center;
    position: absolute;
    left: auto;
    width: 20% !important;
}
.rightBarSecond {

	bottom: 0;
    position: fixed;
    width: 100%;
    top: unset;
}
.rightBarSecond ul{
	width: 100%;
}
.rightBarSecond ul li {
    height: 37px !important;
        padding: 4px 0px !important;
    display: inline-block;
    width: 15% !important;
}
.rightBarServicesSecond {
   
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
    background-position: center;
    position: absolute;
    left: auto;
    width: 20% !important;
}
.dinner{
background-size: 30px 24px !important;
}
      .PageTitle h2, .PageTitleFlights h2 {
     	
    		margin-top: 30px;
    		font-size: 28px;
    		width: max-content !important;
			max-width: 90%;
			width: -moz-fit-content !important;
     }
     .PageTitleOthers h2 {
     	margin-top: 30px;
    		font-size: 22px;
    		width: max-content !important;
			max-width: 90%;
			width: -moz-fit-content !important;
     }
     .PageTitleOthers{
     	margin-left: 10px;
     }

	.schememargin{
	margin-top: 50px !important;
}
	
	.breadcrumps{
		margin-top: -16%;
	}
	.partnersSidebar ul li{
		margin-left: 15px;
	}
     .partnersInfo{
     	width: 90%;
     }
     .partnersSidebar{
		width: 100%;
		min-height: 150px;
		float: none;
	}
	
	.blockChooseServices > ul > li{
		padding: 10px 21px 10px 0px;
		height:200px;
		width:40%;
	}
	.blockChooseServices > ul > li:nth-child(2n){
		padding-right: 0px;
	}

	   .headerTopMenuContent, .headerTopNav, .headerTopNavBlack{
      	display: none;
      }
      .headerMainNavBlack, .headerMainNav{
      	border: none;
      }
      .newsBlockInner ul li{
        width: 100%;
        display:block;
      }
      .langLi > li{
      	    width: 30px;
      }


      .feedback{
      	position: relative;
    background: url(img/index/feedback.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 8px 6px;
    padding: 10px 10px 10px 30px;
      }
      .phone{
        padding: 10px 0 10px 40px;
      	background-position: 18px 9px;
      	margin-left: -8px;
      }

/*      .itemNews {
    height: 200px;
}*/

.news_txt {
    width: 53%;
}
.itemNews img {
    width: 42%;
}
.itemNews {
    height: 152px;
}







.onlinTabloButtons input[type=text]{
	width: 290px;
    margin-bottom: 10px;
    background-image: url(img/number.png);
    background-position: 8px 8px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 30px;
    border: 1px solid #e2b68d;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 100%;
}
.onlineTabloMainPage > table th, td {
	text-align: left;
	padding: 8px 4px 8px 0px;
	color: #000 !important;
	font-size: 100%
}

.blockChooseServices{
	width: 100%;
    text-align: center;
    padding-top: 120px;
    margin: 0 auto;
}
.checkFindStatusMainPage{
	    margin-top: 130px;
    margin-bottom: 30%;
}
.checkFindStatusMainPage > ul{
	margin-left: -43%;
}
.checkFindStatusMainPage input[type=submit]{
	margin-top: 5%;
}
.onlineTabloMainPage{
	overflow-x: auto;
	width: 95%;
}
.onlinTabloButtons input[type=button]{
	    color: #ffffff;
    cursor: pointer;
    background: #e2b68d;
    background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%);
    background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%);
    background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 );
    padding: 7px 20px 7px 20px;
    border: none;
    font-size: 14px;
    width: 100px; 
    margin-left: 0px;
}
.onlinTabloButtons input[type=button]:hover{
	    color: #ffffff;
    cursor: pointer;
    background: #e2b68d;
    background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%);
    background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%);
    background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 );
    padding: 7px 20px 7px 20px;
    border: none;
    font-size: 14px;
    width: 100px;
}
.onlineTabloMainPage > table td:nth-child(6){
   padding: 5px 0px 5px 0px;
   
}

.checkFindStatusMainPage input[type=text] {
    width: 280px;
    background-image: url(img/number.png);
    background-position: 8px 8px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 30px;
    border: 1px solid #e2b68d;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 14px;
}
.checkFindStatusMainPage input[type=submit] {
    color: #ffffff;
    width: 280px;
    margin-left: 0px;
    background: #e2b68d;
    background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%);
    background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%);
    background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 );
    padding: 7px 20px 7px 20px;
    border: 1px solid #e2b68d;
    font-size: 14px;
}

.subscribeMainPage > div > p> img{
	display: none;
}
.subscribeMainPage input[type=text] {
    background-image: url(img/email.png);
    background-position: 8px 8px;
    background-size: 25px 17px;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 40px;
    border: 1px solid #e2b68d;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    font-size: 14px;
    margin-left: 0px;
    
}
.footerTop > ul > li {
 width: 44%;
   
    display: inline-table;
    padding: 15px 10px 15px 0px;
}

.footerTop ul{
	    padding: 10px;
}
.footerTop > ul > li:last-child{
 width: 100%;
}
.subscribeText{
	padding: 0;
}

}

@media screen and (max-width: 530px) {
.phone{
		display: none;
	}

}



}

/*IPHONE 5*/
@media screen and (max-width: 320px) {
	.login-logo{
		padding-right: 30px;
	}
	#departures{
		min-width:117px;
	}
	.onlineTabloMainPage{
	overflow-x: auto;
	width: 95%;
}
.onlineTabloMainPage{
	padding-top:10px; 
}
.index_search_buttons{
	padding-bottom:0;	
}
	#searchTopNav input[type=text]{
		width: 85px !important;
	}
	.searchHeaderSection{
		display: none;
	}
	.onlinTabloButtonsBlock, .onlinTabloButtonsBlock > .onlinTabloButtons{
		width: 95%;

	}
	.index_search_buttons{
		width: 100%;
		padding-right: 15px;

	}
     .rightBar {

	bottom: 0;
    position: fixed;
    width: 100%;
    top: unset;
}
.rightBar ul{
	width: 100%;
}
.rightBar ul li {
    height: 30px !important;
        padding: 4px 0px !important;
    display: inline-block;
    width: 15% !important;
}
.rightBarServices {
    padding: 10px 0px !important;
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
    background-position: center;
    position: absolute;
    left: auto;
    width: 18% !important;
}
.dinner{
background-size: 30px 24px !important;
}

	.PageTitleOthers h2{
		font-size: 19px;
	}
	.PageTitleFlights h2, .PageTitle h2{
		width: max-content !important;
		max-width: 90%;
		width: -moz-fit-content !important;
		font-size: 25px;
	}
	
	  .headerTopMenuContent, .headerTopNav, .headerTopNavBlack,.phone{
      	display: none;
      }
      .headerMainNavBlack, .headerMainNav{
      	border: none;
      }
      .newsBlockInner ul li{
        width: 70%;
        display:block;
      }
	      .itemNews {
	    height: 200px;
	}

	.blockChooseServices{
		width: 100%;
	    text-align: center;
	    padding-top: 620px;
	    margin: 0 auto;
	}

	.checkFindStatusMainPage > ul{
		margin-left: -43%;
	}
	.checkFindStatusMainPage input[type=submit]{
		margin-top: 5%;
	}
	.onlinTabloButtons input[type=text]{
		width: 235px;
	}
	.onlinTabloButtons input[type=button]{
		color: #ffffff;
	    cursor: pointer;
	    background: #e2b68d;
	    background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%);
	    background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%);
	    background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 );
	    padding: 7px 20px 7px 20px;
	    border: none;
	    margin-bottom: 10px;
	    width: 235px;
	    font-size: 14px;
	    margin-left: 0px;
	}
	.onlinTabloButtons input[type=button]:hover{
		color: #ffffff;
	    cursor: pointer;
	    background: #e2b68d;
	    background: -moz-linear-gradient(-45deg, #e2b68d 0%, #c4954f 100%);
	    background: -webkit-linear-gradient(-45deg, #e2b68d 0%,#c4954f 100%);
	    background: linear-gradient(135deg, #e2b68d 0%,#c4954f 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b68d', endColorstr='#c4954f',GradientType=1 );
	    padding: 7px 20px 7px 20px;
	    border: none;
	    margin-bottom: 10px;
	    width: 235px;
	    font-size: 14px;
	    margin-left: 0px;
	}
	.afterSlider ul{
		margin-left: 6%;
	}
	.currentDate{
		margin-left: 10%;
	}
	.seeallflights{
		    margin-left: 25%;
	}
	.subscribeText{
		padding: 0;
	}
	.blockChooseServices > ul > li{
		    padding: 10px 0px 20px 0px;
	    width: 60%;
	    text-align: center;
	    display: inline-block;
	    height: 200px;
	    vertical-align: middle;
	}
	.checkFindStatusMainPage > ul{
		margin-left: -74%;
	}
	.checkFindStatusMainPage input[type=text]{
		    width: 250px;
	    background-image: url(img/number.png);
	    background-position: 8px 8px;
	    background-size: 15px 15px;
	    background-repeat: no-repeat;
	    padding: 7px 7px 7px 30px;
	    border: 1px solid #e2b68d;
	    -webkit-border-radius: 5px;
	    border-radius: 0px;
	    font-size: 14px;
	    margin-left: -12%;
	}
	.checkFindStatusMainPage > ul {
	    margin-left: -74%;
	}
	.checkFindStatusMainPage input[type=submit] {
	    margin-top: 5%;
	    width: 250px;
	    margin-left: -12%;
	}
	.subscribeMainPage > div > p> img{
		display: none;
	}
	
	.footerTop > ul > li {
	 width: 44%;

	    display: inline-table;
	    padding: 15px 10px 15px 0px;
	}

	.footerTop ul{
		    padding: 10px;
	}

	.footerTop > ul > li:last-child{
	 width: 90%;
	}
}

/*media end here*/

/*Special for mozilla browser*/
@-moz-document url-prefix() {
    
    .searchHeaderSection {
    	background-position: 8px 0px !important;
    }
    .searchHeaderSection:hover {
    	background-position: 8px 0px !important;
    }
    #searchTopNav input[type="text"]{
    	position: relative;
    	top: 4px;
    }
    .subscribe-input-block{
    	display: inline-flex;
    	vertical-align: bottom;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .feedback {
    	background-position: 8px 10px !important;	
    }
    .login{
    	background-position: 8px 14px !important;	
    }
    #searchTopNav input[type="text"]{
    	position: relative;
    	bottom:4px;
    }
    .subscribe-input-block{
    	display: inline-flex;
    	vertical-align: bottom;
    }
    #departures::before{
    	margin-left: 0px;

    }
    #arrivals::before{
    	margin-left: 0px;
    	
    }
    .onlineTabloMainPage > table tr:nth-child(even) {
	background: rgba(226,182,141,0.4) !important; /* Old browsers */
	}
.onlineTabloMainPage > table tr:hover:nth-child(even){
	transition: .6s ease;
	background: rgba(226,182,141,0.4) !important; /* Old browsers */
	
}
}

_::-webkit-full-page-media, _:future, :root .onlineTabloMainPage > table tr:nth-child(even) {

 background: rgba(250,238,228,0.4);

}
_::-webkit-full-page-media, _:future, :root .onlineTabloMainPage > table tr:nth-child(even):hover {

 background: rgba(226,182,141,0.4);

}
@media not all and (min-resolution:.001dpcm) { @media
{
    .onlineTabloMainPage > table tr:nth-child(even) { 
    	 background: rgba(250,238,228,0.4);
        
    }
    .onlineTabloMainPage > table tr:nth-child(even):hover { 
    	background: rgba(226,182,141,0.4);
        
    }
}}
/*mozilla ends browser*/









.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #0092CB !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -40px !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px !important;
    height: 18px !important;
}

.owl-carousel-slider .owl-dots.disabled, .owl-carousel-slider .owl-nav.disabled{
	display: flex !important;
	width: 100%;
    justify-content: space-between;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}


.owl-theme .owl-nav [class*=owl-]{
	    color: #50B6DF !important;
    font-size: 45px !important;
    background: inherit !important;

}
/*.subMenuBlock.subMenuBlock2{
	    padding-top: 139px;
}*/


.discover-wrapper {
	width:100%;
	background:#fff;
	padding:30px 0;

}

.discover {
	max-width:1200px;
	padding:0 20px;
}

.discover > ul {
	overflow:hidden;
  
  list-style-type: none;
}

.discover>ul>li {
	width:24%;
	margin-right:1%;
	float:left;
    
    
}

.discover ul li ul {
	list-style:none;
}

.discover>ul>li>a {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}


.discover ul>li ul li a {

    
    font-size: 0.9em;
    line-height: 1em;
    padding-bottom: 10px;
    display: block;
}

.owl-prev {
	content: "‹" !important;
}

.owl-prev {
	content: "›" !important;
}


@media screen and (max-width: 581px) {
	.discover>ul>li {
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
}