p.time-is-out{
	font-size:24px;
}
.error-input{
	border:1px solid #f00;
}

.error-text{
	color: #f00;
	font-weight:bold;
}

.modal-body {
	text-align:center;
}

.error-rules{
	margin-left:5px;
}

.form-check{
	display:block !important;
}


.day.Available, .highlight{
	background:#c2e7b6;
}
.day.FewSeats{
	background:#fff0a8;
}

i.Available, i.ManySeats{
	color:green;
}

i.FewSeats{
	color:orange;
}

i.NotAvailable, i.StopSale, i.Cancelled, i.NonSaleable, i.OnRequest{
	color:red;
}

#fly-from, #fly-to, #passengers, #currency{
	cursor:pointer;
}

.date {
	width:auto !important;
}

.content{
	background:transparent;
}
.result-wrapper{
    padding: 5px;
	background:#fff;
	border-radius:5px;
	margin-bottom: 1rem;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background:#fff;
    opacity: 1;
}

.ad-block{
	border-radius: 6px;
	display: flex;
	color: #fff;
	margin-bottom: 1rem;
	background: #471901;
}
.ad-block .poster{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}
.ad-block > div{
	border-radius: 6px;
}
.ad-block img{
	max-width: 100%;
	border-radius: 6px;
}

.ad-block .ad-text, .ad-text-mobile{
	padding: 10px 20px;
	background-color: #471901;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.ad-text-mobile{
	display: none;
}

.ad-block .ad-title{
	font-weight: bold;;
	text-align: center;
}
.ad-block a{
	color: inherit;
}

.ad-block ul{

	list-style: none;
}

.ad-block ul.with-header{
	margin-top: 30px;
	padding:0;
}
.ad-block ul.with-header > li{
	margin-bottom: 5px;
}
.ad-block ul.with-header ul{
	margin-left: 10px;
}
.ad-block ul.with-header > li:first-child{
	margin-top: 10px;
}


.ad-block ul ul{
	padding-left: 22px;
}

.ad-block ul.with-header:before{
	content:attr(aria-label);
	font-weight:bold;
}

@media (max-width: 42.063em) {
	.ad-block{
		flex-direction: column;
	}
	.ad-block .ad-title{
		padding-bottom: 0;
	}
	.ad-block ul.with-header {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.ad-block .ad-text{
		font-size: 90%;
	}

	.ad-block a{
		text-decoration: underline;
	}
	.ad-block a:focus{
		font-weight: bold;
	}
	.ad-block ul a span.only-desktop{
		display: none;
	}
	.ad-block ul ul {
		display: flex;
		justify-content: space-around;
	}
	div.ad-block > div.ad-text > div > ul > li {
		margin-bottom: 10px;
	}
	.ad-block ul ul{
		margin-top: 5px;
	}
	.ad-block ul ul li{
		margin: 0 5px;
	}
}

.text-block{
	background:#fff;
	padding:20px;
	border-radius:5px;
}

.text-block input, .text-block textarea{
	width:500px;
	margin-bottom:10px;
}

.text-block .order{
	margin-left:25px;
}

.main-block-on-request .countries span {
	 padding: 15px;
	 font-size: 21px;
	 cursor: pointer;
	 text-decoration: underline;
	 color: #005891;
	 display: inline-block;
 }
.main-block-on-request .countries span.selected a{
	color:#fbb450;
}
.main-block-on-request .cities span {
	padding: 15px;
	font-size: 18px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
}
.main-block-on-request .cities a {
	color: #28a42d;
}
.main-block-on-request .cities span.selected a{
	color:#00cc28;
}
.navbar-default{
	border-color:#000;
}

.dropdown-menu {
	z-index:1000 !important;
}



#modal-pay .modal-body {
	padding:0px !important;
}

.datepicker-dropdown{
   z-index: 10000 !important;	
}
  
  .header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 103;
	font-family: 'UniversCondensed';
  }
  
  .header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 102;
  }
  
  .header__body{
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
  }
  
  .container-custom{
	max-width: 1180px;
	margin: 0px auto;
	padding: 0 10px;
  }
  
  .header__list{
	display: flex;
	position: relative;
	z-index: 102;
	margin: 0;
	padding: 0;
  }
  
  .header__list li{
	list-style: none;
	margin: 0 0 0 20px;
  }
  
  .header__link{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	transition: .3s;
	text-align: center;
  }

  .header__link:hover, .header__link:focus{
	  color: white;
	  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
	  text-decoration: none;
  }
  
  .header__logo{
	flex: 0 0 100px;
	overflow: hidden;
	position: relative;
	z-index: 104;
  }
  
  .header__logo img{
	max-width: 100%;
	display: block;
  }
  
  .content__text{
	font-size: 16px;
	line-height: 25px;
  }
  
  .content__text p {
	margin: 0 0 20px 0;
  }
  
  .content{
	padding: 100px 0 0 0;
  }
  
  .header__burger{
	display: none;
  }

 @media (max-width: 1000px){
	.header__link{
	  font-size: 14px;
	}
 }
  
  @media (max-width: 767px) {
	.header__burger{
	  display: block;
	  width: 30px;
	  height: 20px;
	  position: relative;
	  z-index: 102;
	}
  
	.header__burger::before,
	.header__burger::after{
	  content: '';
	  background-color: orange;
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  left: 0;
	}
  
	.header__burger span{
	  position: absolute;
	  background-color: orange;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  top: 9px;
	  transition: .3s;
	}
  
	.header__burger::before{
	  top:0;
	  transition: .3s;
	}
	.header__burger::after{
	  bottom: 0;
	  transition: .3s;
	}
  
	.header__menu{
	  position: fixed;
	  top: -100%;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: linear-gradient(180deg, rgba(0, 153, 242, 0.43) 0%, rgba(0, 88, 145, 0.53) 59.06%, #005891 87.34%),
	  linear-gradient(0deg, #548EB0, #548EB0);
	  padding: 70px 10px 20px 0px;
	  transition: .3s;
	  overflow: auto;
	}
	.header__menu.active{
	  top: 0;
	}
	.header__body{
	  height: 60px;
	}
  
	.header__logo{
	  flex: 0 0 80px;
	  margin-left: 10px;
	}
  
	.header__list{
	  display: block;
	  padding: 0;
	}
  
	.header__list li{
	  margin: 0 0 20px 0;
	}
  
	.header__burger.active::before{
	  transform: rotate(45deg);
	  top: 9px;
	}
	.header__burger.active::after{
	  transform: rotate(-45deg);
	  bottom: 9px;
	}
	.header__burger.active span{
	  transform: scale(0);
	}
  
	.content{
	  padding: 70px 0 0 0;
	}
  
	body.lock{
	  overflow: hidden;
	}
  
	.header__link{
	  font-size: 20px;
	}
  }
  
  .header__contact{
	display: none;
  }
  
  @media (max-width: 767px) {
	.header__contact{
	  display: flex;
	}
  
	.header__contact-list{
	  display: flex;
	  position: relative;
	  z-index: 102;
	  padding-left: 20px;
	}
	.header__contact-list li{
	  list-style: none;
	  margin-left: 15px;
	}
	.header__contact-list li:first-child{
	  margin-left: 0;
	}
	.header__contact-link img{
	  border-radius: 50%;
	  height: 30px;
	}
  }

  .nav-mobile{
	height: 100%;
}


.header__link-hide:hover::after {
	transform: scale(0.9);
}

.header__link-active::after {
	content: "";
	background-color: orange;
	height: 2px;
	width: 100%;
	transform: scale(0.9);
	transition: .3s;
	display: block;
}
@media(max-width: 768px) {
	.header__link-active::after{
		transform: scale(0);
	}
	.header__link-active a{
		background-color: orange;
		padding: 0px 15px;
	}
	.header__list > .header__link-active{
		padding-left: 0;
	}
	.header__link-hide:hover::after {
		transform: scale(0);
	}
}

.header__link-hide::after {
	content: "";
	background-color: orange;
	height: 2px;
	width: 100%;
	transform: scale(0);
	transition: .3s;
	display: block;
}


@media(max-width: 768px) {
	.header__list > li > a{
		position: relative;
		display: inline;
		padding: 10px 15px;
	}
	.header__list > li{
		padding: 10px 15px;
	}
}