/* Search - Country picker */
.popup-pick-country-container {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	grid-template-columns: repeat(1, 1fr);
	list-style-type: none;
}

/* Search - City picker */
.popup-pick-city-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

.popup-pick-city-currency {
	text-align: center;
	list-style-type: none;
}

.popup .popup-pick-currency {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.popup-pick-currency-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

.popup .popup-pick-currency-item {
	cursor: pointer;
}

.popup .popup-pick-currency-item.active {
	cursor: pointer;
	border-radius: 18px;
	border: 0;
	background-color: #005891;
	color: #fff;
}

.popup-pick-currency-container {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.popup-currencies {
	width: 100%;
}

.popup-currencies .triangle{
	left: calc(50% - 10px);
}

.popup .popup-pick-country-item, .popup .popup-pick-city-item {
	padding: 0 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 18px;
	margin-top: 2px;
	border: 1px solid #bfbfbf;
	background-color: rgba(240, 247, 253, 0.6);
}

.popup .popup-pick-currency-item {
	padding: 0 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 12px;
	margin-top: 2px;
	border: 1px solid #bfbfbf;
	background-color: rgba(240, 247, 253, 0.6);
}

.popup .popup-pick-country-item:hover .place_item, .popup .popup-pick-city-item:hover .place_item, .popup .popup-pick-currency-item:hover .place_item {
	color: #23527c;
}

.popup .popup-pick-country-item.active:hover .place_item, .popup .popup-pick-city-item.active:hover .place_item, .popup .popup-pick-currency-item.active:hover .place_item {
	color: #ffffff;
}

.form-group.currency-block {
	-webkit-flex-basis: 15px !important;
	-moz-flex-basis: 15px !important;
	flex-basis: 15px !important;
	-ms-flex-preferred-size: 15px !important;
}

.form-group.currency-block input{
	text-align: center;
}

.popup-pick-city-container {
	text-align: center;
	list-style-type: none;
}

/* Search - other */
.passengers-input {
	background-color: #fff;
}

.popup {
	margin-bottom: 32px;
}

.popup .popup-pick-country-item, .popup .popup-pick-city-item {
	padding: 0 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 18px;
	margin-top: 2px;
	border: 1px solid #bfbfbf;
	background-color: rgba(240, 247, 253, 0.6);
}

.popup .popup-pick-country-item:hover .place_item, .popup .popup-pick-city-item:hover .place_item {
	color: #23527c;
}

.popup .popup-pick-country-item.active:hover .place_item, .popup .popup-pick-city-item.active:hover .place_item {
	color: #ffffff;
}

@media (max-width: 600px) {
	.popup .popup-pick-country-item, .popup .popup-pick-city-item {
		font-size: 16px !important;
	}

	.popup h4 {
		font-size: 18px !important;
	}
}

.glyphicon-refresh {
	color: #ffffff;
}

.glyphicon-refresh:hover {
	color: #337ab7;
}

.place_item {
	color: #333;
	text-decoration: none;
	pointer-events: none;
}

.active .place_item {
	color: #fff;
}

.place_item:hover, .place_item:focus {
	text-decoration: none;
}

.price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.relative{
	position: relative;
}