FAQs
<style>
.faq-section {
font-family: inherit;
}
.faq-item {
border-bottom: 1px solid #ddd;
padding: 10px 0;
}
.faq-question {
font-weight: bold;
cursor: pointer;
margin: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.faq-icon {
font-size: 18px;
margin-left: 10px;
}
.faq-answer {
display: none;
padding: 10px 0;
color: #333;
}
</style>
<div class="faq-section">
<!-- Repeat block starts here -->
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
Do I need prior cycling experience?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
Some previous cycling experience is needed. You should be comfortable riding 15-30 miles (25-45 kms) per day, which is typically around 6 hours riding including stops for lunch
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="
const answer = this.nextElementSibling;
const icon = this.querySelector('.faq-icon');
const isOpen = answer.style.display === 'block';
document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none');
document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+');
if (!isOpen) {
answer.style.display = 'block';
icon.textContent = '-';
}
">
How fit do I need to be?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
This is a moderate cycling trip in terms of physical effort and is 100% off-road. If you are a reasonably fit and confident cyclist who loves the outdoors and camping, this trip is for you.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
How many people are in the group?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
We keep the experience intimate and personalized, with a maximum of 10 travelers.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
Where does the trip start and end?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
The expedition starts and ends in Ulan Bator. Internal flights to Olgii are included in the price.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What kind of fat bikes will I use?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
We will be using the extremely reliable and comfortable Trek Farley 5 fat-bikes on our trip.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What’s the food like on the trip?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
Food in Mongolia reflects its history and geography. Mongolians have always eaten to stay alive. The nomads in Western Mongolia migrate 4 times a year with their herds of sheep, goats, yaks, cows, horses and camels. They can put up and take down their Gers within a couple of hours. This continual movement does not leave time to grow fruits or vegetables, so the diet is basically limited to fresh meat, milk, and anything they can make from milk such as yogurt, cheese and curd. The harshness of the environment doesn’t allow anything to grow naturally in abundance, so the nomad’s diet is fairly limited to say the least. A staple of the diet is Buuz, which are steam heated, meat filled dumplings. A vegetarian version of these can also be made.
<BR><BR>
Thanks to comparatively well-stocked supermarkets in Olgii, we are able to bring a healthy supply of salads and vegetables, fruit, bread, sausage, pasta, pancakes and other foods, which the nomad population does not eat.
<BR><BR>
We are also blessed with a cook who seems to be able to produce wonders out of nothing and is accustomed to catering to Westerner’s palates.
<BR><BR>
Breakfast: coffee, tea, hot chocolate, cereal, yogurt, eggs, fried sausage, porridge with raisins and dried fruit, pancakes, toast, butter and jam, apples and oranges, watermelon, apple and orange juice.
<BR><BR>
Lunch and dinner: soup and salad, rice, pasta, potato salad, beef, lamb, chicken, huushuur (empanadas), Mongolian koftas and fruit. We can sometimes get fish straight from the lake.
<BR><BR>
We can also accommodate vegetarians and within reason, special diets. We are however limited to what we can carry with us and what we can purchase in the supermarket before we leave, so please keep this in mind.
<BR><BR>
We will carry a limited amount of beer and vodka to share with our hosts when we stay with families along our route. There is a fairly good choice of beverages and food at the supermarket in Olgii including dried fruits, chocolate and biscuits. If there is something that you absolutely cannot live without, please bring it with you.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What's the price of the expedition?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
The price of the tour is $5,995.00 USD per person for the 2026 departures.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What are your payment terms?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
A non-refundable deposit of 35% is required to secure your booking and may be paid by major credit card (no credit card fees applied). The remaining balance is due 8 weeks before the tour starts.
<BR><BR>
Upon receipt of your reservation deposit, you will receive a preparatory package with a receipt denoting your deposit paid and balance due date, trip confirmation, detailed itinerary, medical and liability release forms, trip insurance requirements, equipment list and other pre-trip information.
<BR><BR>
Balances are due 8 weeks prior to departure. Balances may be paid by bank transfer or credit card (credit card fees applied) directly to our provider Goyo Travel.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What's your cancellation policy?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
All requests for cancellation must be received in writing to Adventure Fix GO.
<BR><BR>
Cancellations received more than 56 days prior to the trip departure date means a loss of your deposit (35% of the trip cost).
<BR><BR>
The following cancellation charges apply and refer to the period during which we receive the notification of cancellation before trip start date, shown as a percentage of the tour price. However, in addition to the charges shown below, many international airline tickets have no refund value whatsoever and therefore, if your package includes international flights, there may be up to 100% cancellation charges for international airline tickets.
<BR><BR>
<b>56-31 days:</b> 50% of tour price<BR>
<b>30-15 days:</b> 75% of tour price<BR>
<b>14 days or less:</b> 100% of tour price<BR><BR>
We strongly recommend that you obtain adequate trip cancellation insurance.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
Do I need travel insurance?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
Yes, we require that everyone purchase health insurance that covers emergency evacuation and repatriation. Olgii does have a hospital with around 100 doctors and they can take care of minor things such as broken legs, but if something serious happens, you will need to get back to the hospital in Ulan Bator.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
Can I bring my own bike?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
You are welcome to bring you own bike, but you need to organize the logistics of it. There's limited space available in the flight from Ulan Bator to Olgii.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What’s the weather like in July?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
In the Altai Mountains, the weather is usually great in the summer, but it can be unpredictable. It may rain for a couple of days or we may get a 30-minute shower followed by bright sunshine.
<BR><BR>
June, July and August are the summer months in Mongolia with daytime temperatures ranging between 20ºC to 30ºC and evenings around 10-15ºC. September is the start of Autumn and the temperatures can be expected to be between 10ºC to 20ºC, falling to 2-5ºC during the night. The weather is more extreme in the mountains and it can be quite hot during the day, only to see the temperatures fall dramatically come nightfall. One must come prepared with layers for all sorts of weather. Definitely bring a hat and gloves for the chilly nights when we are at altitude.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
How do I get to Ulan Bator?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
The main airlines going into and out of Ulaanbaatar are MIAT (the Mongolian National Airline), Aeroflot, Air China, Korean Air and Turkish Airlines. From Europe flights usually go via Moscow. From the East there are regular flights from Beijing, and direct flights from Osaka in Japan, and Seoul in South Korea.
</div>
</div>
</div>