Commercial offer request¶
General terms¶
Endpoint: /api/Order/AirShopping
Mixvel_AirShoppingRQ is used to request a commercial offer (flight option search).
The commercial offers structure is provided in the section Structure of commercial offers.
Minimum requirements for commercial offer request:
-
Points of departure and arrival (a city or an airport).
-
Departure and return dates (in case of round-trip routes search).
-
Passenger data (at least the categories and number of passengers).
Also, the agent can set more precise criteria for selection of commercial offers, such as:
-
Service class (business / first / economy).
-
Passenger data (full name, passport, loyalty program data) for searching and preparing commercial offers is personalized for passengers.
-
Additional search filters (indication of specific carriers, flight numbers, SSR and other).
Mixvel_AirShoppingRQ can also be used as a reference request to obtain the best prices in a date range. For the specified functions, the request uses the CalendarDateCriteria structure with DaysAfterNumber elements to indicate the search range upper limit and DaysBeforeNumber to indicate the lower end of the search range. In the response message, the best value for the specified day in the PriceCalendar structure will be transmitted instead of an Offer.
Sales under 3D Contracts are implemented for TCH OwnerCode. The agency should specify the details of the contract in the request: promocode, and optionally (depending on the airline's requirements) contract number and contract type code. The details of the 3D Contract will be stored throughout the entire process until booking and will be automatically included at the Mixvel_OrderCreateRQ stage.
Request structure¶
The input data of the request must satisfy the Mixvel_AirShoppingRQ.xsd schema and contain the following basic data (the table shows the main parameters of the message, full parameters can be found in the xsd scheme or in the xml examples of a specific message):
| XPath parameters | Filling example | Description |
|---|---|---|
| Mixvel_AirShoppingRQ/Request/FlightRequest/ FlightRequestOriginDestinationsCriteria/OriginDestCriteria | complex | Route data: from, to, when. Mixvel codifiers are used for departure/arrival data. See the section MixVel Dictionary. OriginDestCriteria is a multiple structure. To transfer a round trip route, it is necessary to specify 2 OriginDestCriteria elements. The ConnectionPrefRefID field allows to specify a reference to the connections count for a specific OriginDest from the ShoppingCriteria/ConnectionCriteria structure. |
| Mixvel_AirShoppingRQ/Request/FlightRequest/ FlightRequestOriginDestinationsCriteria/ OriginDestCriteria / CalendarDateCriteria | complex | By adding a CalendarDateCriteria structure and specifying and defining a lower limit in the DaysBeforeNumber item and an upper limit in the DaysAfterNumber, it will add a PriceCalendarDate structure with the best flight prices for each day of the range in the AirShopping response. |
| Mixvel_AirShoppingRQ / Request / Paxs / Pax/ | complex | Passengers’ data. Multiple structure. The PaxID and PaxRefID elements are used to connect passengers (example: parent-child). The format of passenger identifiers is not regulated and is to be set by the agent in free form. |
| Mixvel_AirShoppingRQ / Request / ShoppingCriteria/ | complex | Additional search filters (indication of specific carriers, flight numbers, SSR, and others). |
| Mixvel_AirShoppingRQ / Request / ShoppingCriteria / CarrierCriteria | complex | Used to filter content by specific marketing carriers. |
| Mixvel_AirShoppingRQ / Request / ShoppingCriteria / ConnectionCriteria | complex | Used the maximum count of connections for a specific OriginDest. To receive direct flights, MaximumConnectionQty must be 0. |
| Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ProgramCriteria | complex | The ProgramCriteria/ProgramAccount structure AccountID field is used to specify the promocode. If the contract number and contract code are required, the ProgramCriteria/ProgamContract ContractID field and the TypeCode field are used, respectively. The subsequent queries in the process do not use the structure. All transferred values are automatically included in the Order at OrderCreate stage. |
| Mixvel_AirShoppingRQ/Request/ShoppingCriteria/PricingMethodCriteria | complex | It is used to obtain extended search result (available brands) or to obtain the lowest prices within the unique combinations of PaxJourney. Possible values: Simple (default) - get the lowest prices on the unique combination of PaxJourney; Extended - receive offers in several brands on a unique combination of PaxJourney. |
| Mixvel_AirShoppingRQ/PayloadAttributes/ResponceAfterTimeout | simple | Request execution timeout (seconds). (The response from MixVel may arrive 1-2 seconds later than the specified time). |
Response structure¶
The system’s response to a request to search and provide commercial offers corresponds to the scheme Mixvel_AirShoppingRS.xsd and contains the following basic data (the table shows the main message parameters, full parameters can be found in the xsd diagram or xml examples of a specific message):
Show a table with the main parameters of the search request result
| XPath parameter | Filling example | Description |
| Mixvel_AirShoppingRS / Response / Offer | complex | Commercial offer data. |
| Reflects a future supplier order. | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferId | 77939f37-7743-4463-a0f7-313da505a315 | Unique identifier of the commercial offer. |
| Used when creating an order / reservation. | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferExpirationTimeLimitDateTime | 2021-01-15T09:30:47 | Validity period of the commercial offer. * |
| By default, 90 minutes from the moment it was formed. | ||
| Mixvel_AirShoppingRS / Response / Offer / OwnerCode | TCH | Session code |
| Mixvel_AirShoppingRS / Response / Offer / ReservationGuideline | complex | Structure that is used to convey reservation guidance. |
| Currently transmits the localization in which the reservation should be made. | ||
| (!) If there is an offer with different localization requirements (with ReservationLang=EN or the absence of this parameter), the RU localization should be used. | ||
| Mixvel_AirShoppingRS / Response / Offer / ReservationGuideline / ReservationLang | EN | Language code used to reserve an Offer. |
| This Code specifies the localization in which the reservation should be made, defining the language for filling out the elements. | ||
| If ReservationLang=EN, the data format is Latin. If the ReservationLang parameter is absent, the carrier does not state any requirements for the data format. | ||
| The format for filling the full name and identification document(s) of the passenger(s) depends on the selected localization. | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferItem | complex | A set of services (Service) (in the general case, both associated and not), grouped by categories of passengers and by electronic documents. |
| Thus, the OfferItem will include all categories of passengers that have the same conditions for class and cost of service, and the OfferItem will also reflect the future documentary structure of each of the passenger categories. | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / OfferItemId | 83283bfb-abb7-422b-930b-c084740aa15b | Unique identifier of part of the commercial offer. |
| Used when creating an order/reservation. | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / MandatoryInd | True | Sign of obligatory nature. |
| True means that the OfferItem cannot be excluded when booking and paying for a commercial offer | ||
| The False value means that the services included in the OfferItem are optional and may not be included in the booking | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / Price | complex | The cost of a set of services included in the commercial offer, indicating taxes and fees. |
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service | complex | Represents the “body” of the commercial offer: flight, associated services, accommodation services, etc. |
| OfferItem always consists of at least one Service | ||
| Service must always be associated with a segment and passenger. | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / PaxRefId | Pax-1 | Contact with passengers |
| (The list of passengers is presented in the structure Mixvel_AirShoppingRS/Response/DataLists/PaxList) | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / ServiceAssociations | complex | Association of a service with a flight or group of flights |
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / ServiceAssociations / PaxJourneyRef | complex | Association of a service with one or a group of flights |
| Flights are specified in the structure Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList | ||
| Flights can be combined into arbitrary groups through the structure Mixvel_AirShoppingRS/Response/DataLists/PaxJourneyList | ||
| Association with a group of flights means the provision of a service valid on return flights or at the departure airport (irrespective of flights and airlines). | ||
| Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / ServiceAssociations / ServiceDefinitionRef | complex | The connection of the service with a specific flight and a link to the description of the service. |
| Mixvel_AirShoppingRS / Response / PriceCalendar | complex | When passing information, the CalendarDateCriteria structure request specifies the best prices for each day that falls within the range. |
| Available for SU and TCH providers. | ||
| Mixvel_AirShoppingRS / Response / DataLists / | complex | Lists of passenger data, flights, airports, service descriptions. |
| Commercial offers in their structure refer to specific DataLists | ||
| Mixvel_AirShoppingRS / Response / DataLists / OriginDestList / | complex | Station/airport data |
| Mixvel_AirShoppingRS / Response / DataLists / PaxJourneyList / | complex | Groups of flights, on each of which a particular service can be provided |
| Mixvel_AirShoppingRS / Response / DataLists / PaxList / | complex | Passenger data |
| Mixvel_AirShoppingRS / Response / DataLists / PaxSegmentList / | complex | Flight data: cities (airports) of departure and arrival, times of departure and arrival, information about routes and types of aircraft. |
| Mixvel_AirShoppingRS / Response / DataLists / ValidatingPartyList / | complex | Validating carrier details |
ReservationLang - parameter that transmits the language code used to reserve Offer - is optional, is used in schemes:
-
Mixvel_AirShoppingRS/Response/Offer/ReservationGuideline/ReservationLang
-
Mixvel_OrderViewRS/Response/MixOrder/Order/ReservationGuideline/ReservationLang
-
Mixvel_OfferPriceRS/Response/OtherOffers/Offer/ReservationGuideline/ReservationLang
-
Mixvel_AvailabilityRS/Response/Offer/ReservationGuideline/ReservationLang
The lifespan of a commercial offer means the time during which the cost of the specified services included in the commercial offer remains relevant. The lifetime may vary for different services. At the moment, when working with direct sessions, the contents of the field are similar to working in a TCH session: <OwnerCode>TCH</OwnerCode>. This designation is not an error.
The difference in time interval (in Mixvel_AirShoppingRS and Mixvel_OrderViewRS responses) for confirming/paying the offer and booking is expected service behavior and is due to the specifics of offer formation.
-
Mixvel_AirShoppingRS/Response/Offer/OfferItem/PaymentTimeLimitDateTime
-
Mixvel_OrderViewRS/Response/MixOrder/Order/OrderItem/PaymentTimeLimitDateTime
This behavior is not expected to change in the near future.
Display of baggage and hand luggage¶
| Element | Obligation | Value | Description |
|---|---|---|---|
| BaggageAllowanceID | Yes | token | Unique identification of baggage allowance |
| DescText | No | KG/No/PC | Description of baggage allowance and additional information |
| CommentText | No | PLUS GOLF UP TO 10KG | Comment on luggage from the airline |
| PieceAllowance | No | Structure, see below | Description of tolerances by number of pieces of luggage |
| - ApplicableBagText | No | Carry-On, 1st Checked Bag, 2nd Checked Bag | Applicable type of bag |
| - TotalQty | Yes | 4 | Quantity of baggage pieces |
| TypeCode | Yes | Checked or CarryOn | Luggage type |
| Allowed | No | Structure, see below | Listing of all possible options available for transportation according to a given norm and type of baggage |
| - Name | Yes | CARRY 10KG UPTO 115LCM (0MJ) | Name of baggage in the carrier's file |
| - RFISC | No | 0MJ | Reason For Issuance Sub Code |
| - LimitValue | Yes | 1 | A number indicating the maximum quantity of a given baggage option or carry-on luggage |
| DimensionAllowance | No | Structure, see below | Description of tolerances by luggage size |
| - ApplicablePartyText | No | Party, Traveler | Application for limitation of baggage weight |
| - BaggageDimensionCategory | Yes | Length, Height, Width, Total Linear | Category by which baggage allowance is determined |
| - DescText | No | Description of baggage allowance and additional information | |
| - MaxMeasure | Yes | 42 | Maximum measurement |
| WeightAllowance | No | Structure, see below | Description of baggage tolerances |
| - ApplicableBagText | No | Carry-On, 1st Checked Bag, 2nd Checked Bag | Applicable type of bag |
| - ApplicablePartyText | No | Party, Traveler | Application for limitation of baggage weight |
| - MaximumWeightMeasure | Yes | 50 | Maximum measurement |
| Excluded | No | Structure, see below | Listing of all unavailable options for transportation for a given baggage allowance and type |
| - Name | Yes | EXTRA BAG UPTO 30KG AND 203LCM (0FJ) | Name of baggage in the carrier's file |
| - RFISC | No | 0FJ | Reason For Issuance Sub Code |
Note: If PieceAllowance/TotalQty = 2, then no more than 2 units of baggage can be taken under this allowance. If <LimitValue> = 1, it means that only one unit of this "variant" of baggage can be taken under this allowance. If <LimitValue> = 2, then no more than 2 units can be taken.
Baggage is not provided:
<BaggageAllowance>
<BaggageAllowanceID>token</BaggageAllowanceID>
<DescText>NO</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
Lack of hand luggage:
<BaggageAllowance>
<BaggageAllowanceID>token</BaggageAllowanceID>
<DescText>NO</DescText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
The allowed weight for checked and carry-on baggage can be displayed not only in kilograms, but also in grams:
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">11.5</MaximumWeightMeasure>
</WeightAllowance>
The <Access> parameter (within the <PriceClass> service structure) indicates service availability and can take the following values:
F - Free;
N - Not offered;
D - Not offered, unavailable, but displayed for comparison by the user of two brands. This is the difference from <Access>N</Access>;
C - For a charge (available for a fee).
Example of
<BaggageAllowance>
<BaggageAllowanceID>43116b41-41a6-4eb0-b200-6f90238e6403</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>2</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed> - details of the type of baggage allowed
<Name>UPTO 11 KG 500 G 203LCM (044)</Name>
<LimitValue>2</LimitValue> - maximum allowed quantity of this type of baggage
</Allowed>
<Allowed>
<Name>UPTO50LB 23KG BAGGAGE (0C3)</Name>
<LimitValue>1</LimitValue> - maximum allowed quantity of this type of baggage
</Allowed>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>ASSISTIVE DEVICES (0GM)</Name>
</Excluded>
<CommentText>FREE BAGGAGE ALLOWANCE NOT MORE THAN 2 PIECES OF LUGGAGE WITH TOTAL WEIGHT NOT EXCEEDING 23KG</CommentText>
</BaggageAllowance>
Time limits in offer/order¶
The time limit is determined by the airline and depends on various factors: departure date, fare, airline rules. Most often, the closer the departure date is to the booking date, the shorter the time limit.
-
<BaseAmountGuaranteeTimeLimitDateTime> - fare validity period.
-
<PaymentTimeLimitDateTime> - time limit for paying for a ticket or additional service.
-
<OfferExpirationTimeLimitDateTime> - offer validity period.
-
<ServiceTimeLimitDateTime> - period of expiration of the fixed fare price (field only for non-associated fare freezing service).
-
<VoidTimelimitUtc> - time limit for voiding the order after ticket issuance.
-
<OfferExpirationTimeLimitDateTime> - time limit for the exchange process (Reshop).
Before paying for the order and issuing tickets, you should refer to the time limit that will occur first.
LocationCode field update (instead of IATA_LocationCode)¶
Starting with MixVel.Gate 1.4.6 version, the LocationCode field with the mandatory Standard attribute is added to method schemes. Possible attribute values: IATA, TCH. The field will be supported in parallel with the existing IATA_LocationCode. After MixVel.Gate 1.5.0 Deprecate version, the IATA_LocationCode field will be removed.
Existing field (will be removed in MixVel.Gate 1.5.0):
<IATA_LocationCode>LED</IATA_LocationCode>
New field (added in MixVel.Gate version 1.4.6):
<LocationCode Standard="IATA">LED</LocationCode>
In the new field, as well as in the OriginCode and DestCode fields, the attribute changes from from «Standart» to «Standard».
This change affects all MixVel API methods.
Example of Mixvel_AirShoppingRQ:
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-03-24T19:53:14Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request xmlns="">
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">VKO</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-08-25</Date>
<LocationCode Standard="TCH">СПТ</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="d559656f-48c2-4cb0-9dcb-d246c4d48cd1" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-08-02T15:39:55.3458262Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>e9370034-5127-4940-8fb3-5221e726b418</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABIN BAG UPTO 5KG 40X30X20CM (0L5)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40.0</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30.0</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20.0</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5.0</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>CARRY ON UPTO 10KG 55X40X25CM (08A)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>f017423a-eadc-4975-86a5-9dc886985e00</BaggageAllowanceID>
<CommentText>НЕ ПРЕВЫШАЕТ 36СМ Х 30СМ Х 27СМ </CommentText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>465b2479-6089-4ebf-af6a-55682c999aca</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>BAG UPTO 10 KG 55X40X25CM (0IJ)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55.0</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40.0</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25.0</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10.0</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>5fe8787e-839f-4cf4-841e-567bab2cc76b</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>UP TO 22LB10KG AND 80LI203LCM (03C)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80.0</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203.0</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10.0</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22.0</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>HOCKEY EQUIPMENT (0F0)</Name>
<LimitValue>1</LimitValue>
</Allowed>
<Allowed>
<Name>SURFBOARD (0GD)</Name>
<LimitValue>1</LimitValue>
</Allowed>
<Allowed>
<Name>BICYCLE UP TO 80LI 203LCM (0JA)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80.0</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203.0</MaxMeasure>
</DimensionAllowance>
</Allowed>
<Allowed>
<Name>SKI EQUIPMENT UP TO 22LB 10KG (0JC)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10.0</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22.0</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>ASSISTIVE DEVICES (0GM)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>03ce949f-0b09-48ca-890c-b9b703c18c51</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>VKO</DestCode>
<OriginCode Standart="TCH">СПТ</OriginCode>
<OriginDestID>b4da9118-5780-41cf-b1c4-c7beeec82e32</OriginDestID>
<PaxJourneyRefID>de190f98-9cb8-492b-a9ff-7f94f147fdf1</PaxJourneyRefID>
<PaxJourneyRefID>9fa2d221-9bd6-40bd-9e6e-5eac1f283255</PaxJourneyRefID>
<PaxJourneyRefID>88990ffc-692c-4276-bd47-68fb725029f7</PaxJourneyRefID>
<PaxJourneyRefID>6aeedd2a-4604-4b91-80c3-b3979bcc8b85</PaxJourneyRefID>
<PaxJourneyRefID>332a07d8-33eb-4b2e-90d0-a8ed7b5f401f</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H</Duration>
<PaxJourneyID>6aeedd2a-4604-4b91-80c3-b3979bcc8b85</PaxJourneyID>
<PaxSegmentRefID>b7c41c90-f8a6-4e1e-8523-79b3a0a102f3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>de190f98-9cb8-492b-a9ff-7f94f147fdf1</PaxJourneyID>
<PaxSegmentRefID>a3eec457-651e-4ea3-9ec4-3d4b1921e832</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT45M</Duration>
<PaxJourneyID>88990ffc-692c-4276-bd47-68fb725029f7</PaxJourneyID>
<PaxSegmentRefID>00896e61-ef13-44c0-be0e-11dc82efaed4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>332a07d8-33eb-4b2e-90d0-a8ed7b5f401f</PaxJourneyID>
<PaxSegmentRefID>40db61de-3e79-40e2-880a-dc53941ac704</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>9fa2d221-9bd6-40bd-9e6e-5eac1f283255</PaxJourneyID>
<PaxSegmentRefID>e9a115b6-c992-4e1f-834a-672e4498c69d</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-08-25T16:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-08-25T16:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3d54d26b-148f-4d9c-98a5-5bf0bf3d02a2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-08-25T15:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-08-25T15:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>KT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6003</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>KT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6003</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b7c41c90-f8a6-4e1e-8523-79b3a0a102f3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-08-25T23:05:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-08-25T23:05:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5fea42fb-c51b-4c9a-a2a8-1530a6b00ccb</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-08-25T21:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-08-25T21:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>202</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>202</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e9a115b6-c992-4e1f-834a-672e4498c69d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-08-25T01:15:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-08-25T01:15:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>56f60488-5878-4fe4-992f-1a2c92a04110</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-08-25T00:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-08-25T00:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>52</MarketingCarrierFlightNumberText>
<OperationalSuffixText>A</OperationalSuffixText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>52</OperatingCarrierFlightNumberText>
<OperationalSuffixText>A</OperationalSuffixText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>00896e61-ef13-44c0-be0e-11dc82efaed4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-08-25T13:15:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-08-25T13:15:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>24143a9d-f312-401d-b858-26d02cf0981b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-08-25T11:45:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-08-25T11:45:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>362</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>362</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>40db61de-3e79-40e2-880a-dc53941ac704</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-08-25T21:15:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-08-25T21:15:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>48b97cd6-20db-4da0-89b1-7728c6fcf3f6</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-08-25T19:45:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-08-25T19:45:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>210</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>210</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a3eec457-651e-4ea3-9ec4-3d4b1921e832</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>MN</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО 5КГ 40Х30Х20СM (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО10КГ 55Х40Х25СМ (08A)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 20КГ 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 10КГ 55X40X25CМ (0IJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ШАШЛЫК ИЗ ГОВЯДИНЫ С ОВОЩАМИ (OB5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА 1 (STR)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Name>МИНИМУМ</Name>
<PriceClassID>2e8410fe-6f43-4122-9e3c-f64f027917d8</PriceClassID>
</PriceClass>
<PriceClass>
<Code>ST</Code>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЕНИЕ ДО ВЫЛЕТА (06I)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>НОРМА РУЧНОЙ КЛАДИ (0LN)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 10КГ 203СМ (O10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ 203СМ (O20)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С26ПО32РЯДЫ (ES3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫBCDE12A (ES2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>15 И 16РЯДЫ (SE2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>17 18РЯДЫAF И С12ПО14РЯДЫF (SE3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫ AF И 2A (SE4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО10РЯДЫ AF И C12ПО14 РЯДЫ A (SE5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫBCDE И 2РЯДВС (SE6)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫAF С12ПО14РЯДЫDE (SE7)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО14РЯДЫBСC6ПО11РЯДЫDE11РЯД (ES1)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С17ПО18РЯДЫBCDE (ES4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫAF (ES5)</DescText>
</Desc>
<Name>БАЗОВЫЙ</Name>
<PriceClassID>73306be3-13a8-4e47-8dab-099258def84e</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>c5a31e5c-2d9d-4938-a367-d2c6bddd6ec7</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>40cd9917-240a-4593-8214-4a0f7b3c1207</ValidatingPartyID>
<ValidatingPartyCode>XX</ValidatingPartyCode>
<ValidatingPartyName>Тестовые авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>01C</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>576121dc-f12e-4926-bb36-29993839b36b</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>ab9ce0a8-b165-4b86-8572-8120dc5e2f0e</ValidatingPartyID>
<ValidatingPartyCode>KT</ValidatingPartyCode>
<ValidatingPartyName>AirAsia Cambodia</ValidatingPartyName>
<ValidatingPartyDesigCode>KT0</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>03ce949f-0b09-48ca-890c-b9b703c18c51</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a3eec457-651e-4ea3-9ec4-3d4b1921e832</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>f017423a-eadc-4975-86a5-9dc886985e00</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a3eec457-651e-4ea3-9ec4-3d4b1921e832</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-08-02T16:09:55.2762151Z</OfferExpirationTimeLimitDateTime>
<OfferID>7df2593f-ce43-4f19-8cf8-9d63b6afc87c</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PROMOALL</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PROMOALL</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a3eec457-651e-4ea3-9ec4-3d4b1921e832</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T13:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</Price>
<PriceClassRefID>73306be3-13a8-4e47-8dab-099258def84e</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T13:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9ffc4af2-ec4a-468a-848d-2a25d9e5761e</OfferItemID>
<PaymentTimeLimitDateTime>2025-08-25T13:45:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T13:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>576121dc-f12e-4926-bb36-29993839b36b</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>de190f98-9cb8-492b-a9ff-7f94f147fdf1</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>648185b4-2812-46b0-9ff9-a13d6978ebda</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T13:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>03ce949f-0b09-48ca-890c-b9b703c18c51</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e9a115b6-c992-4e1f-834a-672e4498c69d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>f017423a-eadc-4975-86a5-9dc886985e00</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e9a115b6-c992-4e1f-834a-672e4498c69d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-08-02T16:09:55.2765371Z</OfferExpirationTimeLimitDateTime>
<OfferID>53d0fc2c-170a-440f-995d-3911967a0040</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PROMOALL</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PROMOALL</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>e9a115b6-c992-4e1f-834a-672e4498c69d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T15:40:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</Price>
<PriceClassRefID>73306be3-13a8-4e47-8dab-099258def84e</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T15:40:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>6bb805e8-5f88-4a35-97af-023178b007d6</OfferItemID>
<PaymentTimeLimitDateTime>2025-08-25T15:40:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T15:40:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>576121dc-f12e-4926-bb36-29993839b36b</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>9fa2d221-9bd6-40bd-9e6e-5eac1f283255</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d04ab3a0-d273-4f9b-9a60-549046c56be3</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T15:40:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">162.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5fe8787e-839f-4cf4-841e-567bab2cc76b</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>00896e61-ef13-44c0-be0e-11dc82efaed4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-08-02T16:09:55.2867052Z</OfferExpirationTimeLimitDateTime>
<OfferID>9a7d35a4-40b1-49c8-81b6-92bd98ec8413</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>YOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>00896e61-ef13-44c0-be0e-11dc82efaed4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-24T18:30:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">277.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2284.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-24T18:30:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2284.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2b5fc413-0f41-4d66-97d8-26ffe23afe92</OfferItemID>
<PaymentTimeLimitDateTime>2025-08-24T18:30:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-24T18:30:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2284.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>40cd9917-240a-4593-8214-4a0f7b3c1207</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>88990ffc-692c-4276-bd47-68fb725029f7</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b72f272a-81ab-40d1-a21f-88001fd4749e</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-24T18:30:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2284.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>03ce949f-0b09-48ca-890c-b9b703c18c51</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b7c41c90-f8a6-4e1e-8523-79b3a0a102f3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-08-02T16:09:55.2984058Z</OfferExpirationTimeLimitDateTime>
<OfferID>bfb925c7-6276-4710-b24b-78ac05dae393</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>YGNHOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YGNHOW</FareBasisCode>
<FareRule>
<RuleCode>0002</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b7c41c90-f8a6-4e1e-8523-79b3a0a102f3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T09:00:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">277.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">271.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2984.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T09:00:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">271.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2984.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>21f0ed71-948d-48e8-8841-8195e38f6004</OfferItemID>
<PaymentTimeLimitDateTime>2025-08-25T09:00:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T09:00:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">271.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2984.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>ab9ce0a8-b165-4b86-8572-8120dc5e2f0e</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>6aeedd2a-4604-4b91-80c3-b3979bcc8b85</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>77086ac5-3bbe-4b6b-8383-29dd63ac5aac</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T09:00:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">271.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">484.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2984.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>465b2479-6089-4ebf-af6a-55682c999aca</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>40db61de-3e79-40e2-880a-dc53941ac704</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e9370034-5127-4940-8fb3-5221e726b418</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>40db61de-3e79-40e2-880a-dc53941ac704</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-08-02T16:09:55.3021215Z</OfferExpirationTimeLimitDateTime>
<OfferID>5a2a5df9-1f69-4f8c-a6a6-5170ad0121c3</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>40db61de-3e79-40e2-880a-dc53941ac704</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">15.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T05:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">185.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3044.00</TotalAmount>
</Price>
<PriceClassRefID>2e8410fe-6f43-4122-9e3c-f64f027917d8</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">15.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T05:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">185.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3044.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ad639b1a-bb08-40cb-9acc-50defd378ea6</OfferItemID>
<PaymentTimeLimitDateTime>2025-08-25T05:45:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">15.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T05:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">185.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3044.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>c5a31e5c-2d9d-4938-a367-d2c6bddd6ec7</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>332a07d8-33eb-4b2e-90d0-a8ed7b5f401f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e44cdd05-f335-4919-86fc-e7f86538c5ae</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode Provider="GDS MixVel">TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">15.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-08-25T05:45:00Z</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">185.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3044.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 362 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Usage Scenario and Message Examples¶
The agent sent a request to search for transportation on the St. Petersburg - Sochi - St. Petersburg route for two adult passengers, with the following parameters in the Mixvel_AirShoppingRQ request.
The possibility to input the alphanumeric flight number in the search filter, not only the numeric one.
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-10-24T19:53:14Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">AER</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-06-08</Date>
<LocationCode Standard="IATA">LED</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">LED</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-06-23</Date>
<LocationCode Standard="IATA">AER</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>ADT-2</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Due to the request execution in the Mixvel_AirShoppingRS message, the system returned several commercial offers for round-trip transportation. One of the Offers is provided in the response as follows. The offer contains two elements of Service - two "Transportation" services, one in the direction of St. Petersburg - Sochi, the other in the direction of Sochi - St. Petersburg.
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019b1523-2910-75b4-a16b-c38b596986e1" ReplyTo="fce40bf2-2910-486d-b5b4-6f66f582825d" TimeSent="2025-12-13T00:36:27.7378082Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>09c70096-5963-427b-8a0b-13688938bf1c</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY UPTO 5KG 55LX40WX20H (09O)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>FISHING ROD (FSH)</Name>
</Excluded>
<Excluded>
<Name>BILLIARD CUE (KIY)</Name>
</Excluded>
<Excluded>
<Name>TREKKING POLES (POL)</Name>
</Excluded>
<Excluded>
<Name>TENNIS RACKET (RTE)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>3c06b04c-836f-407c-b6b9-66adb89ad589</BaggageAllowanceID>
<CommentText>НЕ ПРЕВЫШАЕТ 36СМ Х 30СМ Х 27СМ </CommentText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>c7f111d6-6a0b-4fbc-b8db-7bd15a27d805</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>27cbc04f-1b59-46fa-9913-0454d3111c5d</OriginDestID>
<PaxJourneyRefID>c065daeb-a03e-40fc-aed6-f9583b3a332c</PaxJourneyRefID>
<PaxJourneyRefID>603f66db-4da1-4940-b1b8-20ca4c5c87eb</PaxJourneyRefID>
<PaxJourneyRefID>4a61d1d6-d8e8-437a-b4f6-7250edb16a82</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">AER</OriginCode>
<OriginDestID>22c94fd6-4d8f-436a-a4ac-64df34312360</OriginDestID>
<PaxJourneyRefID>caedc542-3e13-4791-9f03-3a761f05c1a0</PaxJourneyRefID>
<PaxJourneyRefID>965a7a08-2626-4f17-850f-899e4c5a1f8b</PaxJourneyRefID>
<PaxJourneyRefID>d1905027-3eb1-4499-89a7-745acaef9125</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>P1DT4H25M</Duration>
<PaxJourneyID>c065daeb-a03e-40fc-aed6-f9583b3a332c</PaxJourneyID>
<PaxSegmentRefID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT5H15M</Duration>
<PaxJourneyID>4a61d1d6-d8e8-437a-b4f6-7250edb16a82</PaxJourneyID>
<PaxSegmentRefID>5174ecf9-9784-455a-ac73-1e3436a083ed</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>P1DT55M</Duration>
<PaxJourneyID>965a7a08-2626-4f17-850f-899e4c5a1f8b</PaxJourneyID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT6H20M</Duration>
<PaxJourneyID>d1905027-3eb1-4499-89a7-745acaef9125</PaxJourneyID>
<PaxSegmentRefID>7d3f3d7b-607c-4ce0-9bbc-38917ce0bdd6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT22H10M</Duration>
<PaxJourneyID>603f66db-4da1-4940-b1b8-20ca4c5c87eb</PaxJourneyID>
<PaxSegmentRefID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT12H40M</Duration>
<PaxJourneyID>caedc542-3e13-4791-9f03-3a761f05c1a0</PaxJourneyID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>ADT-2</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2a7094ab-bf6e-40a0-99e8-7fb080d11387</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT3H45M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6941</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6941</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-08T23:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-08T23:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3175b281-a4e7-4f4a-ad65-8e69c2b9c38e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-08T22:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-08T22:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6826</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6826</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-24T00:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-23T21:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7efdfa03-7de2-4a9d-b005-ce9df518a271</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-23T18:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-24T00:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d2de65f5-89c5-4f9b-9312-e1e0ac09b3b4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-23T23:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-23T18:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT6H20M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<LandingsQty>1</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>522</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>522</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7d3f3d7b-607c-4ce0-9bbc-38917ce0bdd6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-24T09:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-24T09:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5c3c7ada-010a-4edb-b9e0-b90868d41924</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-24T08:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-24T08:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6823</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6823</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-24T00:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-24T00:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>276685c4-165b-46d4-9a77-07442167f636</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-23T21:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-23T21:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6942</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6942</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-08T16:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-08T12:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c11111d5-d845-4d0c-8eb8-d481c215137b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-08T11:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-08T16:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>14d5fba0-21de-4676-9267-584ca4b57a9f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-08T14:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-08T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT5H15M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<LandingsQty>1</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>521</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>521</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5174ecf9-9784-455a-ac73-1e3436a083ed</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1db150da-10d7-4413-9bac-09959efcbb13</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6824</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6824</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-24T22:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-24T22:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7f970dd0-b5fe-41d2-8d4c-e718ca3f4cf4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-24T20:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-24T20:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6825</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6825</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>YLT</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ ДО 5КГ 55Х40Х20СМ (09O)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ ДО 10КГ 55Х40Х20СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ ДО 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 30КГ И ДО 203СМ (0FL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПИТАНИЯ (0LO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПИТАНИЕ И НАПИТКИ (MLS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕМИАЛЬНОГО МЕСТА (05Z)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР СТАНДАРТНОГО МЕСТА (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 10КГ ДО 203СМ (02S)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 20КГ ДО 203СМ (0LL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 30КГ ДО 203СМ (0FJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 50КГ ДО 203СМ (0JW)</DescText>
</Desc>
<Name>ЭКОНОМ ЛАЙТ</Name>
<PriceClassID>c6f7b366-0992-4c84-8f08-fbb2b89e9f4b</PriceClassID>
</PriceClass>
<PriceClass>
<Code>ST</Code>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЕНИЕ ДО ВЫЛЕТА (06I)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ИЗМЕНЕНИЕ ПОСЛЕ ВЫЛЕТА (06J)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ДО ВЫЛЕТА (06K)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ВЫЛЕТА (06L)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>НОРМА РУЧНОЙ КЛАДИ (0LN)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 10КГ 203СМ (O10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ 203СМ (O20)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С26ПО32РЯДЫ (ES3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫBCDE12A (ES2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>15 И 16РЯДЫ BCDE (SE2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>17 18РЯДЫAF И С12ПО14РЯДЫF (SE3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫ AF И 2A (SE4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО10РЯДЫ AF И C12ПО14 РЯДЫ A (SE5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫBCDE И 2РЯДВС (SE6)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С12ПО14РЯДЫDE (SE7)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО14РЯДЫBСC6ПО11РЯДЫDE11РЯД (ES1)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С17ПО18РЯДЫBCDE (ES4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫAF (ES5)</DescText>
</Desc>
<Name>БАЗОВЫЙ</Name>
<PriceClassID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>1f8ae81e-0f88-47fd-84f2-87e5d63faed4</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>a3466f28-eb6c-44fd-ba66-057e5de5cc29</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>c7f111d6-6a0b-4fbc-b8db-7bd15a27d805</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3c06b04c-836f-407c-b6b9-66adb89ad589</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-13T01:21:25.1415707Z</OfferExpirationTimeLimitDateTime>
<OfferID>c735cf85-76a7-4fb3-94de-149521b88da5</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2054.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2054.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>3</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>4</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">7016.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7016.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f7ab7623-9038-45cf-a78b-ad69a2fb026d</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-13T03:37:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>a3466f28-eb6c-44fd-ba66-057e5de5cc29</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c065daeb-a03e-40fc-aed6-f9583b3a332c</PaxJourneyRefID>
<PaxJourneyRefID>caedc542-3e13-4791-9f03-3a761f05c1a0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4bc301a6-f17f-431f-8e08-64768e6ea2bf</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>c7f111d6-6a0b-4fbc-b8db-7bd15a27d805</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3c06b04c-836f-407c-b6b9-66adb89ad589</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-13T01:21:25.1439687Z</OfferExpirationTimeLimitDateTime>
<OfferID>c42d09b0-5125-4e44-ad35-c0b4fb0fb6e4</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>9a48ecda-9fb8-4b57-992e-facd52f46770</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2054.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2054.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>3</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>4</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">7016.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7016.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9df6c250-9d60-4862-9858-0ed5cf97698b</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-13T03:37:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>a3466f28-eb6c-44fd-ba66-057e5de5cc29</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c065daeb-a03e-40fc-aed6-f9583b3a332c</PaxJourneyRefID>
<PaxJourneyRefID>965a7a08-2626-4f17-850f-899e4c5a1f8b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>c1195269-2574-4dfc-8f7a-52e9bee0dd76</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>c7f111d6-6a0b-4fbc-b8db-7bd15a27d805</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3c06b04c-836f-407c-b6b9-66adb89ad589</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-13T01:21:25.1448609Z</OfferExpirationTimeLimitDateTime>
<OfferID>12408246-dd9b-4e58-ae6d-b9eb6b8b695c</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2054.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2054.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>3</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>4</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>75795c74-1011-45af-8691-347cde557ebd</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">7016.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7016.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>142cb7d0-8dee-4719-aa33-eaa1626200a5</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-13T03:37:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>a3466f28-eb6c-44fd-ba66-057e5de5cc29</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>603f66db-4da1-4940-b1b8-20ca4c5c87eb</PaxJourneyRefID>
<PaxJourneyRefID>caedc542-3e13-4791-9f03-3a761f05c1a0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>730dc628-c6aa-4176-8640-515a07b44d62</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>c7f111d6-6a0b-4fbc-b8db-7bd15a27d805</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3c06b04c-836f-407c-b6b9-66adb89ad589</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentRefID>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<PaxSegmentRefID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-13T01:21:25.1463538Z</OfferExpirationTimeLimitDateTime>
<OfferID>fb37869d-9578-4247-b450-9275dd1524b3</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5b3b8bb8-4941-467d-af43-642f6f092090</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>6fa293d9-aca5-42cb-8cf9-c03b1e1be526</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2054.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2054.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>3</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3fbbc7eb-45d8-4bf2-9413-c3c34aae7fc5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>4</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b9722b33-46cc-4648-b44f-c56725842d2b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>05f3acd7-7791-4a9e-bfb6-efdf3820b846</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">7016.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">637.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7016.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>439d0f22-e805-4eb5-bbad-c17f7f318834</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-13T03:37:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>a3466f28-eb6c-44fd-ba66-057e5de5cc29</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>603f66db-4da1-4940-b1b8-20ca4c5c87eb</PaxJourneyRefID>
<PaxJourneyRefID>965a7a08-2626-4f17-850f-899e4c5a1f8b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fb27b14b-7997-4c80-931b-2df138c6f891</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">14032.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T06:36:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1275.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">14032.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>c7f111d6-6a0b-4fbc-b8db-7bd15a27d805</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5174ecf9-9784-455a-ac73-1e3436a083ed</PaxSegmentRefID>
<PaxSegmentRefID>7d3f3d7b-607c-4ce0-9bbc-38917ce0bdd6</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>09c70096-5963-427b-8a0b-13688938bf1c</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5174ecf9-9784-455a-ac73-1e3436a083ed</PaxSegmentRefID>
<PaxSegmentRefID>7d3f3d7b-607c-4ce0-9bbc-38917ce0bdd6</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-13T01:07:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>c9b8b4e8-48d6-4b39-b82e-8c513ea5c8d9</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FLTRT</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>5174ecf9-9784-455a-ac73-1e3436a083ed</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2555.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T04:06:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">80.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">122.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1667.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4222.00</TotalAmount>
</Price>
<PriceClassRefID>c6f7b366-0992-4c84-8f08-fbb2b89e9f4b</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FLTRT</FareBasisAppCode>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>7d3f3d7b-607c-4ce0-9bbc-38917ce0bdd6</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2555.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T04:06:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">122.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1587.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4142.00</TotalAmount>
</Price>
<PriceClassRefID>c6f7b366-0992-4c84-8f08-fbb2b89e9f4b</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5110.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T04:06:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">80.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2700.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">474.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3254.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8364.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ecf37c9c-7877-4b98-a44c-3bbf8fd5d198</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-13T01:07:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">10220.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T04:06:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">160.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">5400.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">948.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6508.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">16728.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>1f8ae81e-0f88-47fd-84f2-87e5d63faed4</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4a61d1d6-d8e8-437a-b4f6-7250edb16a82</PaxJourneyRefID>
<PaxJourneyRefID>d1905027-3eb1-4499-89a7-745acaef9125</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>18761eae-102c-44c7-b3f1-a5981285af03</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">10220.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T04:06:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">160.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">5400.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">948.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6508.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">16728.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Filter by the language in response message¶
In all the methods of MixVel in the block PayloadAttributes there is the element PrimaryLangID. This element is used as the language filter.
.../PayloadAttributes/PrimaryLangID
| Element | Description |
|---|---|
| PrimaryLangID | The element is used as the language filter and contains the data about the language code for the language in which the response should be delivered (RU (Russian) or EN (English). |
The filter PrimaryLangID applies to delivery of the data about the brand, conditions of application of the tariff, and the information from the dictionaries.
Information about the brand and the conditions of application of the tariff in the requested language is available in case the airline company input it.
Example:
<PayloadAttributes>
<PrimaryLangID>EN</PrimaryLangID>
</PayloadAttributes>
Filter by the Cabin / Class¶
This filter in Mixvel_AirShoppingRQ is used to settle the included or excluded class. The cabin type is indicated in the <CabinTypeCode> element and can take the following values:
-
First;
-
Business;
-
Premium Economy;
-
Economy.
The filter for the cabin type preferences is set through the structure:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CabinType
It’s allowed to set up one or several blocks CabinType.
| Element | Description | Example |
|---|---|---|
| …/CabinType | Airline's and flight settings | |
| …/CabinTypeCode | The code of the airline to which the filter will be applied within the PrefLevel | Business |
| …/PrefLevel | Preference Level | |
| …/PrefLevelCode | Preference Level Code | Excluded (by default Required) |
Example of Mixvel_AirShoppingRQ (only for a particular class including):
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-15T18:13:55Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">AER</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-03-30</Date>
<LocationCode Standard="IATA">LED</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>Pax-2</PaxID>
<PTC>CNN</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019aeea7-ea10-7262-880e-b211a9825a47" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-05T13:16:14.3439437Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>bd43476b-efb3-4255-b0ac-8affe3920151</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY ON UPTO 10KG 40X30X20CM (09O)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>FISHING ROD (FSH)</Name>
</Excluded>
<Excluded>
<Name>BILLIARD CUE (KIY)</Name>
</Excluded>
<Excluded>
<Name>TREKKING POLES (POL)</Name>
</Excluded>
<Excluded>
<Name>TENNIS RACKET (RTE)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>3a0455ae-c7d9-463b-827a-5fdbdf1d191e</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>b5b5dc97-b225-4d0c-a26b-e8e76fc29010</BaggageAllowanceID>
<DescText>KG</DescText>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>Checked</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">20</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>743df5ee-fccc-496b-81b4-2532aaf28b2c</OriginDestID>
<PaxJourneyRefID>17cd8979-3205-43b6-8897-21e1c3ff3f1e</PaxJourneyRefID>
<PaxJourneyRefID>69f50cc4-8e41-418f-aa90-566d1e159f4c</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT5H15M</Duration>
<PaxJourneyID>69f50cc4-8e41-418f-aa90-566d1e159f4c</PaxJourneyID>
<PaxSegmentRefID>4969bcdc-0335-4c38-a294-cd87f5a0fffa</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT5H</Duration>
<PaxJourneyID>17cd8979-3205-43b6-8897-21e1c3ff3f1e</PaxJourneyID>
<PaxSegmentRefID>644451b4-ad93-4343-921b-429a866e50f3</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>Pax-2</PaxID>
<PTC>CNN</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-30T16:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-30T12:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7d87771d-fb4f-4f3a-9bb2-a92df230a87f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-30T11:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-30T16:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a353df83-f744-49cc-ae57-4bd49f97bd9a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-30T14:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-30T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT5H15M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<LandingsQty>1</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>521</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>521</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4969bcdc-0335-4c38-a294-cd87f5a0fffa</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-30T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-30T10:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f5828512-4a7c-4a00-85fa-f9e11234718e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-30T05:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-30T05:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT5H</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>50</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>50</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>644451b4-ad93-4343-921b-429a866e50f3</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>YLT</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ ДО 10КГ 40X30X20СМ (09O)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ ДО 10КГ 55Х40Х20СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ ДО 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 30КГ И ДО 203СМ (0FL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПИТАНИЯ (0LO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПИТАНИЕ И НАПИТКИ (MLS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕМИАЛЬНОГО МЕСТА (05Z)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР СТАНДАРТНОГО МЕСТА (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 10КГ ДО 203СМ (02S)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 20КГ ДО 203СМ (0LL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 30КГ ДО 203СМ (0FJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 50КГ ДО 203СМ (0JW)</DescText>
</Desc>
<Name>ЭКОНОМ ЛАЙТ</Name>
<PriceClassID>f0056a8b-0b07-4d33-aba6-460ff9eb3a1b</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>a35a2b06-6ab5-4fe9-a972-1f5cc89a534e</ValidatingPartyID>
<ValidatingPartyCode>XX</ValidatingPartyCode>
<ValidatingPartyName>Тестовые авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>01C</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>a62d9856-eed0-4900-b85e-48a838cd2524</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b5b5dc97-b225-4d0c-a26b-e8e76fc29010</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>644451b4-ad93-4343-921b-429a866e50f3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T14:01:13.8096084Z</OfferExpirationTimeLimitDateTime>
<OfferID>29637a67-dadf-41dd-8df5-6ae3947eedf0</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>VASAER</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>VASAER</FareBasisCode>
<FareRule>
<RuleCode>0006</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>644451b4-ad93-4343-921b-429a866e50f3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-03-30T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3635.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>K</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-03-30T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3635.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f81c9034-b446-4922-b1b4-9eaae98aa63a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T13:17:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-03-30T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3635.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>a35a2b06-6ab5-4fe9-a972-1f5cc89a534e</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>17cd8979-3205-43b6-8897-21e1c3ff3f1e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>73409355-bd41-43f5-b03b-1d084dfaa95b</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>VASAER/CN50</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>VASAER</FareBasisCode>
<FareRule>
<RuleCode>0006</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>644451b4-ad93-4343-921b-429a866e50f3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-03-30T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">129.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1829.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>K</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-03-30T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">129.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1829.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>6793dc14-86f8-474b-92d3-91d0a0c282f1</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T13:17:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-03-30T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">129.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1829.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>a35a2b06-6ab5-4fe9-a972-1f5cc89a534e</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>17cd8979-3205-43b6-8897-21e1c3ff3f1e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e0124d97-ea52-4c24-84c2-ab35e2b7c158</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-03-30T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">364.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5464.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>3a0455ae-c7d9-463b-827a-5fdbdf1d191e</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4969bcdc-0335-4c38-a294-cd87f5a0fffa</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>bd43476b-efb3-4255-b0ac-8affe3920151</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4969bcdc-0335-4c38-a294-cd87f5a0fffa</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T13:47:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>7f312abe-8fca-40ef-8b11-47e0e606deb3</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4969bcdc-0335-4c38-a294-cd87f5a0fffa</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2557.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-05T16:46:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1585.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4142.00</TotalAmount>
</Price>
<PriceClassRefID>f0056a8b-0b07-4d33-aba6-460ff9eb3a1b</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2557.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-05T16:46:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1585.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4142.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>76979f69-be78-444b-bcd1-c73720a90c02</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:47:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2557.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-05T16:46:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1585.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4142.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>a62d9856-eed0-4900-b85e-48a838cd2524</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>69f50cc4-8e41-418f-aa90-566d1e159f4c</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>179ad5fa-55d7-4b0b-b74e-54e05608bf37</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FLTOW/CN50</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4969bcdc-0335-4c38-a294-cd87f5a0fffa</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1280.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-05T16:46:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1479.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2759.00</TotalAmount>
</Price>
<PriceClassRefID>f0056a8b-0b07-4d33-aba6-460ff9eb3a1b</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1280.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-05T16:46:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1479.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2759.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f0d2aa40-acdb-4106-84cc-d39da4e95579</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:47:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1280.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-05T16:46:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1479.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2759.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>a62d9856-eed0-4900-b85e-48a838cd2524</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>69f50cc4-8e41-418f-aa90-566d1e159f4c</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>949b719e-cb7c-4c55-a5db-582fa6b6afb5</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">3837.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-05T16:46:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2700.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3064.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6901.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
<Warning>
<Code>MIX-100602007</Code>
<DescText>Поддерживаются только взрослые пассажиры.</DescText>
<LangCode>Ru</LangCode>
<ProviderCode>AEROEX</ProviderCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRQ (for a particular class excluding):
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-15T18:13:55Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Excluded</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">AER</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-25</Date>
<LocationCode Standard="IATA">LED</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>Pax-2</PaxID>
<PTC>CNN</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019aeeac-ab4e-70b2-b19b-9e65e87b1528" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-05T13:21:25.7011035Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>3bd8352d-5519-44ea-97f8-02572b6dc268</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>SU WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 15 KG/33LB NOT EXCEEDING 55 CM IN LENGTH 40 CM IN WIDTH AND 25 CM IN HEIGHT. PLEASE VISIT WWW.AEROFLOT.RU FOR FULL DETAILS OF SU HAND BAGGAGE POLICY. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY15KG 33LB 55L X 40W X 25H (08B)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">15</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">33</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>22a94cc9-4021-4089-89aa-addf9a2829bf</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>SPORTING EQUIPMENT 32KG (054)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">32</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>UPTO70LB 32KG AND80LI 203LCM (0FN)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">32</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">70</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>SPORT FIREARMS UP TO 70LB 32KG (0HX)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">32</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">70</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>UPTO110LB 50KG AND 80LI 203LCM (027)</Name>
</Excluded>
<Excluded>
<Name>UPTO 50KG OVER 203LCM (035)</Name>
</Excluded>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>UPTO50LB 23KG OVER80LI 203LCM (0FB)</Name>
</Excluded>
<Excluded>
<Name>UPTO70LB 32KG OVER80LI 203LCM (0FK)</Name>
</Excluded>
<Excluded>
<Name>WHEELCHAIR (0GM)</Name>
</Excluded>
<Excluded>
<Name>ADD FREE BAG TAG (0JX)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>0a575619-852c-4c66-bacf-c95b42498cfa</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>UP TO 22LB10KG AND 80LI203LCM (03C)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>HOCKEY EQUIPMENT (0F0)</Name>
<LimitValue>1</LimitValue>
</Allowed>
<Allowed>
<Name>SURFBOARD (0GD)</Name>
<LimitValue>1</LimitValue>
</Allowed>
<Allowed>
<Name>BICYCLE UP TO 80LI 203LCM (0JA)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
</Allowed>
<Allowed>
<Name>SKI EQUIPMENT UP TO 22LB 10KG (0JC)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>ASSISTIVE DEVICES (0GM)</Name>
</Excluded>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>9d5fffba-a0d7-48fa-8f55-1ef5f4ae6b10</OriginDestID>
<PaxJourneyRefID>297b5de2-3b72-4daa-aa2c-adc6de303407</PaxJourneyRefID>
<PaxJourneyRefID>e8c752e3-4c57-4664-85de-f44a1f099cfa</PaxJourneyRefID>
<PaxJourneyRefID>b0308bc1-05cf-4bd9-b24b-d8cfdac2e9a1</PaxJourneyRefID>
<PaxJourneyRefID>c350fb8d-6c0d-49e0-977b-9ce5bed89ede</PaxJourneyRefID>
<PaxJourneyRefID>0a7332bd-ff78-40eb-839c-f388c229c740</PaxJourneyRefID>
<PaxJourneyRefID>6517b3d1-6bad-456e-b9b6-e2898f1c94e8</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT5H</Duration>
<PaxJourneyID>297b5de2-3b72-4daa-aa2c-adc6de303407</PaxJourneyID>
<PaxSegmentRefID>13099fb4-a11a-414d-94a5-d161dd0f4d4e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H40M</Duration>
<PaxJourneyID>e8c752e3-4c57-4664-85de-f44a1f099cfa</PaxJourneyID>
<PaxSegmentRefID>80839c86-0f76-4e80-a497-dd0deba95df2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H5M</Duration>
<PaxJourneyID>c350fb8d-6c0d-49e0-977b-9ce5bed89ede</PaxJourneyID>
<PaxSegmentRefID>ab07b46f-85fa-422f-a59d-78fa9f2c5e81</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H30M</Duration>
<PaxJourneyID>6517b3d1-6bad-456e-b9b6-e2898f1c94e8</PaxJourneyID>
<PaxSegmentRefID>4ada4402-f143-46d7-98ec-5ff68b3745a8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H5M</Duration>
<PaxJourneyID>b0308bc1-05cf-4bd9-b24b-d8cfdac2e9a1</PaxJourneyID>
<PaxSegmentRefID>4fd3bccd-ee20-44b6-a0cd-cbaabf52e76a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H40M</Duration>
<PaxJourneyID>0a7332bd-ff78-40eb-839c-f388c229c740</PaxJourneyID>
<PaxSegmentRefID>612bd89d-3fb5-4ac6-8c0d-c349ecc30cb6</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>Pax-2</PaxID>
<PTC>CNN</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-25T22:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-25T22:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e2e5beb3-8d77-4b1b-a919-ac3ee5b8202c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-25T18:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-25T18:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H30M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6567</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6567</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4ada4402-f143-46d7-98ec-5ff68b3745a8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-25T19:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-25T19:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>acfb9364-8794-4f25-a0c8-0689fd0bd615</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-25T15:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-25T15:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H40M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6561</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6561</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>612bd89d-3fb5-4ac6-8c0d-c349ecc30cb6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-25T13:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-25T13:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2e162f48-7b9c-4272-9809-1284a63ed466</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-25T09:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-25T09:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H5M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>2856</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>2856</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4fd3bccd-ee20-44b6-a0cd-cbaabf52e76a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-25T11:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-25T11:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1440c910-4aa1-40e6-94ef-9dbdccec8b13</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-25T06:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-25T06:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H40M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6559</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6559</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>80839c86-0f76-4e80-a497-dd0deba95df2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-25T15:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-25T15:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>47e5ea39-a389-46fb-80c0-f8a027744fd7</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-25T11:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-25T11:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H5M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>2802</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>2802</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ab07b46f-85fa-422f-a59d-78fa9f2c5e81</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-25T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-25T10:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1575d49a-ae22-4a60-9c8c-866b2c104740</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-25T05:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-25T05:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT5H</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>50</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>50</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>13099fb4-a11a-414d-94a5-d161dd0f4d4e</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>BA</Code>
<Desc>
<Access>N</Access>
<DescText>25 PCT MILES FOR FARES BPX SOC (06A)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>50 75 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>75 100 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME7)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 75 ДО 125 ПРЦН ЗАРАБОТ МИЛ (ME1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 100 TO 125 PCT MILES EARNED (M10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 100 ДО 150 ПРЦН ЗАРАБОТ МИЛ (ME2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 125 TO 150 PCT MILES EARNED (M12)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 150 ДО 200 ПРЦН ЗАРАБОТ МИЛ (ME3)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 125 МИЛЬ (06Y)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ (06M)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>175 PERCENT MILES EARNED (M17)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 200 TO 225 PCT MILES EARNED (M20)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 250 TO 300 PCT MILES EARNED (M25)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>CARRY10KG 22LBUPTO 55X40X25CM (0MJ)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>CARRY15KG 33LBUPTO 55X40X25CM (0MK)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 50Ф 23КГ И ДО 80Д 203СМ (0GP)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ДО 70Ф 32КГ И ДО 80Д 203СМ (0FN)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>2Е СВЕРХНОРМАТИВНОЕ МЕСТО (0CD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ИЗМЕНЕНИЕ ПРИ НЕЯВКЕ НА РЕЙС (CNS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ (RBC)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ (RBA)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТКРЫТАЯ ДАТА ОБРАТНО (ORD)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПОВЫШ ДО КОМФОРТ ПРИ РЕГИСТР (UT2)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ПРИОРИТЕТНАЯ ПОСАДКА (0G6)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ПРИОРИТЕТНЫЙ БАГАЖ (0LF)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ (03P)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ДОСТУП В ЗАЛ ОЖИДАНИЯ ШРМ (SVO)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>БИЗНЕС ЗАЛ (0BX)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПОВЫШ КЛАССА ОБСЛ С МИЛ БОНУС (0NI)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОСТАНОВКА (STO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОСТУП В ИНТЕРНЕТ (0CL)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОСНОВНОЕ МЕСТО (050)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПОВЫШ ДО БИЗНЕС ПРИ РЕГИСТР (UPF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧКЛАДЬ ДО 36Х30Х27 (098)</DescText>
</Desc>
<Name>BUSINESS BASE</Name>
<PriceClassID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>e651ff0f-f678-41b1-a7fa-e5a14db209e9</ValidatingPartyID>
<ValidatingPartyCode>XX</ValidatingPartyCode>
<ValidatingPartyName>Тестовые авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>01C</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>0a575619-852c-4c66-bacf-c95b42498cfa</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>13099fb4-a11a-414d-94a5-d161dd0f4d4e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T14:06:24.9435656Z</OfferExpirationTimeLimitDateTime>
<OfferID>fa0223ea-4550-4c8f-8081-bc4b861a6832</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>VASAER</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>VASAER</FareBasisCode>
<FareRule>
<RuleCode>0006</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>13099fb4-a11a-414d-94a5-d161dd0f4d4e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-25T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3635.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>D</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-25T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3635.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f8a9e6f9-dd9d-4be4-be91-26dc95cd901c</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T13:21:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-25T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3635.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e651ff0f-f678-41b1-a7fa-e5a14db209e9</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>297b5de2-3b72-4daa-aa2c-adc6de303407</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fd80c407-b23d-49d6-b65a-1ffc192f235f</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>VASAER/CN50</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>VASAER</FareBasisCode>
<FareRule>
<RuleCode>0006</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>13099fb4-a11a-414d-94a5-d161dd0f4d4e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-25T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">129.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1829.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>D</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-25T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">129.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1829.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d201798a-a457-4c52-8dea-1e7c579465f3</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T13:21:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-25T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">129.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1829.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>e651ff0f-f678-41b1-a7fa-e5a14db209e9</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>297b5de2-3b72-4daa-aa2c-adc6de303407</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>dac966e8-2780-4511-b581-6801a1431ce5</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-25T05:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">364.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5464.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>22a94cc9-4021-4089-89aa-addf9a2829bf</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>80839c86-0f76-4e80-a497-dd0deba95df2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3bd8352d-5519-44ea-97f8-02572b6dc268</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>80839c86-0f76-4e80-a497-dd0deba95df2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T13:51:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>5de24c75-2908-4b4d-8675-b0da4b4829c4</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>80839c86-0f76-4e80-a497-dd0deba95df2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>0f08e233-fc30-4d2b-aa54-94ec120c5287</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e8c752e3-4c57-4664-85de-f44a1f099cfa</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>a31bae20-ec25-4413-ac99-a6ad9025373d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR/CH10</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>80839c86-0f76-4e80-a497-dd0deba95df2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>134cb9f3-a588-4d6a-a719-558cd6de8a67</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e8c752e3-4c57-4664-85de-f44a1f099cfa</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>bfc367d6-fb40-4af0-8b30-a73513235735</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">101840.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">102444.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>22a94cc9-4021-4089-89aa-addf9a2829bf</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4fd3bccd-ee20-44b6-a0cd-cbaabf52e76a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3bd8352d-5519-44ea-97f8-02572b6dc268</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4fd3bccd-ee20-44b6-a0cd-cbaabf52e76a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T13:51:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>4f2bcb6b-347c-4794-86fd-00b4bbe1f4df</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>4fd3bccd-ee20-44b6-a0cd-cbaabf52e76a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>bb2c7502-7c19-491b-96e2-e0ad13406a86</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b0308bc1-05cf-4bd9-b24b-d8cfdac2e9a1</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b665c2da-71d3-4c04-922f-98f0c2ada686</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR/CH10</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>4fd3bccd-ee20-44b6-a0cd-cbaabf52e76a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>6fa0cfc6-8f58-46b5-ac22-7d27cdcb5777</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b0308bc1-05cf-4bd9-b24b-d8cfdac2e9a1</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b2aebf53-240b-41a2-8b00-fe9fdb15421a</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">101840.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">102444.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>22a94cc9-4021-4089-89aa-addf9a2829bf</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ab07b46f-85fa-422f-a59d-78fa9f2c5e81</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3bd8352d-5519-44ea-97f8-02572b6dc268</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ab07b46f-85fa-422f-a59d-78fa9f2c5e81</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T13:51:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>758cbaaf-f754-4fff-ba42-66b7673a1d7f</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>ab07b46f-85fa-422f-a59d-78fa9f2c5e81</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9fb18ea0-f556-4666-bd22-cbe86006808e</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c350fb8d-6c0d-49e0-977b-9ce5bed89ede</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>949667b1-3a95-48da-9b2a-e2be385f3612</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR/CH10</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>ab07b46f-85fa-422f-a59d-78fa9f2c5e81</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d7053476-f520-46d2-a1df-41804b42d377</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c350fb8d-6c0d-49e0-977b-9ce5bed89ede</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fdb21f14-9b41-4ca1-90f5-2a90370ed0dd</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">101840.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">102444.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>22a94cc9-4021-4089-89aa-addf9a2829bf</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>612bd89d-3fb5-4ac6-8c0d-c349ecc30cb6</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3bd8352d-5519-44ea-97f8-02572b6dc268</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>612bd89d-3fb5-4ac6-8c0d-c349ecc30cb6</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T13:51:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>eccf874f-a3e8-4334-8d53-a3672842ed77</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>612bd89d-3fb5-4ac6-8c0d-c349ecc30cb6</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4e474f31-48fb-42c5-ba0d-7c8f42273860</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0a7332bd-ff78-40eb-839c-f388c229c740</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>480fccc4-4de8-4fc6-896e-f0ed992fe56c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR/CH10</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>612bd89d-3fb5-4ac6-8c0d-c349ecc30cb6</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2a61e53f-7e61-4b03-bcfc-4eb1d9677fb1</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0a7332bd-ff78-40eb-839c-f388c229c740</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>881df6c0-b80d-414b-9a68-116231156e16</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">101840.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">102444.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>22a94cc9-4021-4089-89aa-addf9a2829bf</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4ada4402-f143-46d7-98ec-5ff68b3745a8</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3bd8352d-5519-44ea-97f8-02572b6dc268</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4ada4402-f143-46d7-98ec-5ff68b3745a8</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T13:51:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>013c317a-8af6-49c7-9d14-f175ad0c6133</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>4ada4402-f143-46d7-98ec-5ff68b3745a8</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>8</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4769b2d6-1e0f-4190-8d0e-899d36e9e742</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">53600.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">355.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">53955.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>6517b3d1-6bad-456e-b9b6-e2898f1c94e8</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b79b9354-72c2-486a-a3b4-8aa8dbe8a481</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>ZBOR/CH10</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>4ada4402-f143-46d7-98ec-5ff68b3745a8</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">69.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<PriceClassRefID>860620dc-6a6d-42d4-b677-f689d1d956d5</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>8</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7337ac28-1ab1-4c00-b689-4b3dc448af19</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T13:51:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">48240.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">129.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">249.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">48489.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>0e5aea3b-d383-41d2-b5fe-073089426fb0</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>6517b3d1-6bad-456e-b9b6-e2898f1c94e8</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>79bcb9c3-a25d-44ec-95a2-882af087cc9b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">101840.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T16:20:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">364.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">102444.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
<Warning>
<Code>MIX-100602007</Code>
<DescText>Поддерживаются только взрослые пассажиры.</DescText>
<LangCode>Ru</LangCode>
<ProviderCode>AEROEX</ProviderCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Search for the best price on a route (calendar)¶
When adding a structure CalendarDateCriteria in Mixvel_AirShoppingRQ request and specifying the definition of the lower boundary in the element DaysBeforeNumber and the upper border in the element DaysAfterNumber, there is a search for the best price along the route. To receive data only on direct flights in the reply message Mixvel_AirShoppingRS in CalendarDateCriteria a flag AllowDirectInd is added in the true value (by default - false).
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria/DaysAfterNumber
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria/DaysBeforeNumber
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria/AllowDirectInd
| Element | Description | Example |
|---|---|---|
| …/CalendarDateCriteria | Container for specifying the period for which the best flight price for each day of the range should be presented | |
| …/DaysAfterNumber | The value of the upper limit of the range | 3 |
| …/DaysBeforeNumber | The value of the lower limit of the range | 2 |
| …/AllowDirectInd | An indicator that allows you to display only direct flights | false/true (by default=false) |
In the response Mixvel_AirShoppingRS the system returns the following detailed data:
1) Departure Time
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/Dep/ScheduledDateTime - optional.
2) Arrival Time
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/Arrival/ScheduledDateTime - optional.
3) Airline Carrier Code
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/MarketingCarrierInfo/CarrierDesigCode
4) Flight Number
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/MarketingCarrierInfo/MarketingCarrierFlightNumberText
5) Aircraft Type Code
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/DatedOperatingLeg/CarrierType/CarrierTypeCode
6) Reservation Subclass
Mixvel_AirShoppingRS/Response/PriceCalendar/PriceCalendarSegmentRef/RBD_Code
7) Information about the validating carrier
Mixvel_AirShoppingRS/Response/DataLists/ValidatingPartyList/ValidatingParty
8) Fare Code
Mixvel_AirShoppingRS/Response/PriceCalendar/PriceCalendarSegmentRef/FareBasisCode
As part of a request using CalendarDateCriteria, child discounts are not evaluated, therefore, the cost for a child is the same as for an adult. CalendarDateCriteria does not evaluate child discounts for all child categories, not just infants (INF).
The Agent sent a request to search for the best fare for the route Kaliningrad – Yekaterinburg – Kaliningrad for one adult, and pointed out the following parameters in the request Mixvel_AirShoppingRQ.
Example of Mixvel_AirShoppingRQ (AllowDirectInd=false):
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-15T18:13:55Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>false</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">SVX</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-01-25</Date>
<LocationCode Standard="IATA">KGD</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>false</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">KGD</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-10</Date>
<LocationCode Standard="IATA">SVX</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
As a result, Mixvel_AirShoppingRS delivers the best fares for the chosen range for the directions Kaliningrad – Yekaterinburg – Kaliningrad.
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019aeeb6-c9be-714a-b8b9-34e5a18486b6" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-05T13:32:31.8243817Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">SVX</DestCode>
<OriginCode Standard="IATA">KGD</OriginCode>
<OriginDestID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestID>
<PaxJourneyRefID>6e75e9d7-5910-4ae6-906f-262c148fbf2a</PaxJourneyRefID>
<PaxJourneyRefID>fb237f9a-07e8-4bc8-93bf-e3063b3e8042</PaxJourneyRefID>
<PaxJourneyRefID>15980f93-a244-4781-a6dd-bd164518699d</PaxJourneyRefID>
<PaxJourneyRefID>8d64268d-4132-4953-834b-a98163da8ab2</PaxJourneyRefID>
<PaxJourneyRefID>8988d57f-67b2-4a03-a3c6-3ccc14f21388</PaxJourneyRefID>
<PaxJourneyRefID>4b79fb95-4fa5-45e3-8433-4cb5d2a63c19</PaxJourneyRefID>
<PaxJourneyRefID>afb00c1d-086e-4f78-8a31-a91d45ad07e8</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">KGD</DestCode>
<OriginCode Standard="IATA">SVX</OriginCode>
<OriginDestID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestID>
<PaxJourneyRefID>29aac574-c48a-4559-9dfc-5de0804186f7</PaxJourneyRefID>
<PaxJourneyRefID>d9251e77-46d0-4637-8213-d08118bde60d</PaxJourneyRefID>
<PaxJourneyRefID>d64b70af-89ab-47b2-928d-b3df899582bf</PaxJourneyRefID>
<PaxJourneyRefID>099025d0-00ed-48c7-aac2-b9db13a464a6</PaxJourneyRefID>
<PaxJourneyRefID>29299ede-3776-4f51-9e82-20a479347e44</PaxJourneyRefID>
<PaxJourneyRefID>a16c3f77-6701-46ab-9382-16cefa1118c3</PaxJourneyRefID>
<PaxJourneyRefID>3024bb37-51be-4dba-8f0f-8f5d951fe118</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>a16c3f77-6701-46ab-9382-16cefa1118c3</PaxJourneyID>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT7H50M</Duration>
<PaxJourneyID>4b79fb95-4fa5-45e3-8433-4cb5d2a63c19</PaxJourneyID>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>29299ede-3776-4f51-9e82-20a479347e44</PaxJourneyID>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>29aac574-c48a-4559-9dfc-5de0804186f7</PaxJourneyID>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT7H50M</Duration>
<PaxJourneyID>afb00c1d-086e-4f78-8a31-a91d45ad07e8</PaxJourneyID>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>3024bb37-51be-4dba-8f0f-8f5d951fe118</PaxJourneyID>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT6H45M</Duration>
<PaxJourneyID>d64b70af-89ab-47b2-928d-b3df899582bf</PaxJourneyID>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT7H</Duration>
<PaxJourneyID>099025d0-00ed-48c7-aac2-b9db13a464a6</PaxJourneyID>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>15980f93-a244-4781-a6dd-bd164518699d</PaxJourneyID>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>6e75e9d7-5910-4ae6-906f-262c148fbf2a</PaxJourneyID>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT7H</Duration>
<PaxJourneyID>d9251e77-46d0-4637-8213-d08118bde60d</PaxJourneyID>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT6H20M</Duration>
<PaxJourneyID>fb237f9a-07e8-4bc8-93bf-e3063b3e8042</PaxJourneyID>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>8d64268d-4132-4953-834b-a98163da8ab2</PaxJourneyID>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT7H50M</Duration>
<PaxJourneyID>8988d57f-67b2-4a03-a3c6-3ccc14f21388</PaxJourneyID>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-13T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-13T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>528c418c-9e8c-4091-80e2-9c7e604ecfc8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-13T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-13T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-08T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-08T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>71614ac0-2fbe-4783-be71-c905eef29186</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-08T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-08T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-07T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-07T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9db59131-c8ce-4a05-884b-34a4e7bc1126</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-07T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-07T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>627</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-28T17:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-28T17:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>52c1ef13-f79f-4ed2-a058-cd337f674e53</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-28T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-28T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-24T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-24T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c3fc946d-6d08-428b-972f-ae4427c24283</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-24T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-24T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>628</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-26T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-26T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3ba21773-b456-4a48-8ea2-06b57ce87f7a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-26T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-26T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-11T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-11T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f10e04ca-12f5-4847-bf29-30a0d6587fc2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-11T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-11T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-25T01:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-25T01:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1dde874c-197e-4dd4-b85e-c5277005525e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-24T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-24T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>263</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-10T09:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-10T09:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>38a2d5df-8cb9-424f-8fca-f3ab139f33f2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-10T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-10T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6835</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-07T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-07T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>80c26fc5-6226-47b0-a3c0-726545574b02</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-07T09:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-07T09:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>272</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-28T01:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-28T01:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>43fce5b8-3f3e-48e5-ab7b-32c0bcfb4687</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-27T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-27T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>263</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-12T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-12T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4d5b8213-4ba0-48bb-a79d-0b72259c5827</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-12T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-12T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>627</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-09T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-09T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ab8aacd1-2400-43b4-b18b-11bfbd3adbeb</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-09T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-09T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-22T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-22T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0e3d86c2-24cc-4045-81e7-a408c21a3e6c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-22T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-22T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>628</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-23T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-23T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0a26be17-c761-4e20-aa62-e810a445315e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-23T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-23T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-12T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-12T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3c41f5f6-e982-41d4-84b6-a7f214355b03</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-12T09:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-12T09:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>272</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-10T06:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-10T06:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>989efbd9-f105-424d-aedf-0aa75d62ac72</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-10T06:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-10T06:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6542</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-25T22:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-25T22:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b6c42149-04e6-411a-b871-7b2d627322dc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-25T18:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-25T18:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6832</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-26T03:50:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-26T03:50:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7fb4555c-a97a-40b4-8892-905469a003e4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-25T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-25T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6541</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-27T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-27T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e87642b0-3536-4353-afa4-9d20d62b851e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-27T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-27T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>628</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-23T01:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-23T01:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ab281935-344f-4aa9-943b-1712076e2f58</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-22T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-22T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>263</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyID>
<ValidatingPartyCode>U6</ValidatingPartyCode>
<ValidatingPartyName>Уральские Авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>262</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8125.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-22</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-27</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>f6906af2-9af6-428d-935a-785fd0a6eb1e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8125.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-22</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-27</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c374034a-72e1-419e-ae3b-a4bf4aab98a7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8125.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-22</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-27</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>c949f456-f010-4964-92d6-71e445513989</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8125.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-22</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-27</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>fa63de1f-bef9-4877-af1f-a45c31aba908</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-12</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-12</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11000.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-12</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-12</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12323.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-22</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-12</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15198.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-12</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15198.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-27</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-12</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>deca721b-6803-4d40-97b3-349261acfe18</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>241ed7c4-8827-4bd2-862b-472cc7d2fcd9</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15198.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8339.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">7016.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8339.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8339.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-22</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11214.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11214.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-27</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>ecb73017-1f8e-49aa-b483-8fe0c2d57687</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>45bcb1c0-3968-4c77-8442-d9af9ee09c41</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11214.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-07</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>182efc37-db41-438b-8468-e39e697f69f7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">14040.50</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-07</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>35687c06-ae2d-4e24-ac1c-ae0bf786c78a</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>PALLAG</FareBasisCode>
<PaxSegmentRefID>136b3783-3b09-4642-a544-a1f466b48c19</PaxSegmentRefID>
<RBD_Code>P</RBD_Code>
<ValidatingPartyRefID>54273dd9-1025-410b-80ec-1cfbffa98530</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12717.50</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-07</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d27fd570-dc7f-4a92-b542-7dd8dc8550f0</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">14040.50</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-07</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>2bf26611-b2df-4b1c-a109-de604dfc939a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">14040.50</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-22</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-07</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>41d84a28-1bb2-4502-84dc-9b605e5d6d0a</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>abfd6196-f3a4-4570-9fe6-1a339c9f8a87</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">16915.50</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-07</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>a60a2e07-4365-4cd7-a38f-50907162dcef</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>ec986417-a95d-4661-9c32-1dd990fa2e98</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">16915.50</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-27</Date>
<OriginDestRefID>a3863c7e-34f2-400d-b937-937e35228715</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-07</Date>
<OriginDestRefID>214d6842-f90b-470a-8c15-3e0e0ab51528</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>WPROW</FareBasisCode>
<PaxSegmentRefID>d05d9b86-49b7-4090-a3df-3e8cc24eb6dc</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>WPRRT</FareBasisCode>
<PaxSegmentRefID>d48500d3-e795-4eca-af7a-b4aaa544237f</PaxSegmentRefID>
<RBD_Code>W</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>d04b8230-73ee-4d31-aa2f-a3615a0956e4</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>EPRMR</FareBasisCode>
<PaxSegmentRefID>07282811-a771-4f77-896b-87ff05340905</PaxSegmentRefID>
<RBD_Code>E</RBD_Code>
<ValidatingPartyRefID>349bcbe5-319e-4a47-a281-ea0d76f92eb7</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">16915.50</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Example of request Mixvel_AirShoppingRQ for search of best fares on the route, in case only direct flights are allowed (AllowDirectInd=true):
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-15T18:13:55Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>true</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">SVX</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-01-25</Date>
<LocationCode Standard="IATA">KGD</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>true</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">KGD</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-10</Date>
<LocationCode Standard="IATA">SVX</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019aeeba-6b11-7272-b70f-6e2f8872229c" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-05T13:36:25.9655637Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">SVX</DestCode>
<OriginCode Standard="IATA">KGD</OriginCode>
<OriginDestID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestID>
<PaxJourneyRefID>ac2f79db-bc8e-49ed-b8fd-0efec73d998c</PaxJourneyRefID>
<PaxJourneyRefID>ebe70454-1f5e-449e-9296-273a1a7a0efd</PaxJourneyRefID>
<PaxJourneyRefID>5a16a212-cf88-413a-8cb8-eb0a5a2e132a</PaxJourneyRefID>
<PaxJourneyRefID>54e712e4-9366-4fe8-ace9-e2efdbca279e</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">KGD</DestCode>
<OriginCode Standard="IATA">SVX</OriginCode>
<OriginDestID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestID>
<PaxJourneyRefID>49d743e6-2b26-4529-b36c-2f3213f4364f</PaxJourneyRefID>
<PaxJourneyRefID>47aa13f6-9bc5-42e8-8e50-e6c40876fb80</PaxJourneyRefID>
<PaxJourneyRefID>1ae0cbfc-80c6-423d-84a4-27ab13d88ec1</PaxJourneyRefID>
<PaxJourneyRefID>a803f973-bd71-4933-9e78-c750146458fd</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>49d743e6-2b26-4529-b36c-2f3213f4364f</PaxJourneyID>
<PaxSegmentRefID>75ef8e59-6452-4084-b6f7-c5d7ee942ab4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>1ae0cbfc-80c6-423d-84a4-27ab13d88ec1</PaxJourneyID>
<PaxSegmentRefID>1aa1b9da-c96b-4539-9ae4-a452acd74598</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>47aa13f6-9bc5-42e8-8e50-e6c40876fb80</PaxJourneyID>
<PaxSegmentRefID>59942628-4826-41a5-9805-01bebaa24355</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>ac2f79db-bc8e-49ed-b8fd-0efec73d998c</PaxJourneyID>
<PaxSegmentRefID>a608281a-3ebf-45ec-810e-ecd332bc751a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>54e712e4-9366-4fe8-ace9-e2efdbca279e</PaxJourneyID>
<PaxSegmentRefID>bb37e3b7-09a8-41a5-a9db-b4301445c777</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>ebe70454-1f5e-449e-9296-273a1a7a0efd</PaxJourneyID>
<PaxSegmentRefID>df58e0d5-ec6b-453b-ab65-11654901a662</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>5a16a212-cf88-413a-8cb8-eb0a5a2e132a</PaxJourneyID>
<PaxSegmentRefID>d9ebc4f5-edea-4609-a907-47c9e0a8b9a5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H20M</Duration>
<PaxJourneyID>a803f973-bd71-4933-9e78-c750146458fd</PaxJourneyID>
<PaxSegmentRefID>39918cc5-ab76-4504-917e-872ac0dbd12e</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-11T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-11T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b8bb1659-bcb4-4817-90f6-a99775a53e27</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-11T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-11T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>59942628-4826-41a5-9805-01bebaa24355</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-09T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-09T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>35dfcf36-ac14-48d6-a3f1-67bf6d8d22ff</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-09T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-09T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>1aa1b9da-c96b-4539-9ae4-a452acd74598</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-25T17:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-25T17:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a19df24e-088c-454d-93cf-5c54225f34d8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-25T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-25T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>df58e0d5-ec6b-453b-ab65-11654901a662</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-23T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-23T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>75e97e97-8cf6-4a3e-9f92-791a43946c3e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-23T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-23T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>a608281a-3ebf-45ec-810e-ecd332bc751a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-08T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-08T09:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5fbaaec1-bcb7-4b9f-a5f5-6ac4e246421c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-08T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-08T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>39918cc5-ab76-4504-917e-872ac0dbd12e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-26T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-26T23:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>935aeb71-98f7-4266-9ffe-10e2d3327df9</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-26T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-26T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>d9ebc4f5-edea-4609-a907-47c9e0a8b9a5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-28T17:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-28T17:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cd917eed-7ee0-4461-bec4-fb73664b41ea</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-28T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-28T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>bb37e3b7-09a8-41a5-a9db-b4301445c777</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-13T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-13T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>90f35a2f-1786-4098-b330-502a8d241d69</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-13T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-13T14:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>75ef8e59-6452-4084-b6f7-c5d7ee942ab4</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyID>
<ValidatingPartyCode>U6</ValidatingPartyCode>
<ValidatingPartyName>Уральские Авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>262</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>a608281a-3ebf-45ec-810e-ecd332bc751a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>75ef8e59-6452-4084-b6f7-c5d7ee942ab4</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>df58e0d5-ec6b-453b-ab65-11654901a662</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>75ef8e59-6452-4084-b6f7-c5d7ee942ab4</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d9ebc4f5-edea-4609-a907-47c9e0a8b9a5</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>75ef8e59-6452-4084-b6f7-c5d7ee942ab4</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-13</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>bb37e3b7-09a8-41a5-a9db-b4301445c777</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>75ef8e59-6452-4084-b6f7-c5d7ee942ab4</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>a608281a-3ebf-45ec-810e-ecd332bc751a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>59942628-4826-41a5-9805-01bebaa24355</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>df58e0d5-ec6b-453b-ab65-11654901a662</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>59942628-4826-41a5-9805-01bebaa24355</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d9ebc4f5-edea-4609-a907-47c9e0a8b9a5</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>59942628-4826-41a5-9805-01bebaa24355</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>bb37e3b7-09a8-41a5-a9db-b4301445c777</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>59942628-4826-41a5-9805-01bebaa24355</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>a608281a-3ebf-45ec-810e-ecd332bc751a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>1aa1b9da-c96b-4539-9ae4-a452acd74598</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>df58e0d5-ec6b-453b-ab65-11654901a662</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>1aa1b9da-c96b-4539-9ae4-a452acd74598</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d9ebc4f5-edea-4609-a907-47c9e0a8b9a5</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>1aa1b9da-c96b-4539-9ae4-a452acd74598</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>bb37e3b7-09a8-41a5-a9db-b4301445c777</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>1aa1b9da-c96b-4539-9ae4-a452acd74598</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-23</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>a608281a-3ebf-45ec-810e-ecd332bc751a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>39918cc5-ab76-4504-917e-872ac0dbd12e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>df58e0d5-ec6b-453b-ab65-11654901a662</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>39918cc5-ab76-4504-917e-872ac0dbd12e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d9ebc4f5-edea-4609-a907-47c9e0a8b9a5</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>39918cc5-ab76-4504-917e-872ac0dbd12e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-28</Date>
<OriginDestRefID>a00af0d8-d037-4ea1-9c78-3b5ff4c72fa4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-08</Date>
<OriginDestRefID>d9e80107-cd6a-41f0-98e7-2fa9505d8f76</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>bb37e3b7-09a8-41a5-a9db-b4301445c777</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>39918cc5-ab76-4504-917e-872ac0dbd12e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>18090f64-ca8a-46d5-9523-67b3e6f54781</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9448.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Search of the best price on a route with connections¶
When one adds the structure CalendarDateCriteria into the request Mixvel_AirShoppingRQ and settles the lower range in the element DaysBeforeNumber and the upper range in the element DaysAfterNumber, the system does search for the best fare on the route.
To obtain the data on the connection flights in the response of Mixvel_AirShoppingRS, the flag AllowDirectInd was added in CalendarDateCriteria with the value false (false is the default value).
The position in the schema:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria/AllowDirectInd
| Element | Description | Example |
|---|---|---|
| …/CalendarDateCriteria | Container for specifying the period for which the best flight price for each day will be provided | |
| …/DaysAfterNumber | The value of the upper bound of the range | 3 |
| …/DaysBeforeNumber | The value of the lower bound of the range | 2 |
| …/AllowDirectInd | The indicator which allows to display only direct or flights combinations. | true/false (by default=false) |
Example of Mixvel_AirShoppingRQ:
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-15T18:13:55Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>false</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">AER</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-01-08</Date>
<LocationCode Standard="IATA">REN</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>false</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">REN</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-01-12</Date>
<LocationCode Standard="IATA">AER</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019aeec0-5a7e-7361-85ac-19f8e1de2118" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2025-12-05T13:42:56.1986916Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">REN</OriginCode>
<OriginDestID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestID>
<PaxJourneyRefID>b97a646a-e1f3-42c1-8bd4-8bcd710a2d72</PaxJourneyRefID>
<PaxJourneyRefID>81966210-261d-4ad0-8687-0ec2e56f2e7a</PaxJourneyRefID>
<PaxJourneyRefID>ab5f8273-7f4e-4e39-ab32-1e1de2af5082</PaxJourneyRefID>
<PaxJourneyRefID>f944bc96-daa0-4acc-87dc-ccd29223844d</PaxJourneyRefID>
<PaxJourneyRefID>c0c32fda-2fec-43b3-a92e-3259abd844e3</PaxJourneyRefID>
<PaxJourneyRefID>64cb2a11-abbf-4399-8bec-352f8de312d8</PaxJourneyRefID>
<PaxJourneyRefID>63aed51f-e33d-46a1-9ac0-c07877a3e06a</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">REN</DestCode>
<OriginCode Standard="IATA">AER</OriginCode>
<OriginDestID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestID>
<PaxJourneyRefID>691b89b7-dd3d-4a34-85a3-8c662535d46e</PaxJourneyRefID>
<PaxJourneyRefID>0014355e-87ff-48ad-a8bf-b2d34bd48265</PaxJourneyRefID>
<PaxJourneyRefID>0384a85e-85cc-4512-a74b-082967ea5edd</PaxJourneyRefID>
<PaxJourneyRefID>fdd735eb-a7d4-4d78-b28c-e5f43cb9d7d7</PaxJourneyRefID>
<PaxJourneyRefID>3551b550-de03-4368-95e7-70cb983a5dbe</PaxJourneyRefID>
<PaxJourneyRefID>4252751f-a323-406b-84b0-134427e31b85</PaxJourneyRefID>
<PaxJourneyRefID>8cf9ed9d-66ae-4bfa-8c14-171511e7b129</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H50M</Duration>
<PaxJourneyID>0384a85e-85cc-4512-a74b-082967ea5edd</PaxJourneyID>
<PaxSegmentRefID>70bbb10a-6d4a-4df6-84af-5cf96a5516df</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>64cb2a11-abbf-4399-8bec-352f8de312d8</PaxJourneyID>
<PaxSegmentRefID>38c96b13-d82d-4b6e-85aa-22b893e6bc75</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H50M</Duration>
<PaxJourneyID>fdd735eb-a7d4-4d78-b28c-e5f43cb9d7d7</PaxJourneyID>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>b97a646a-e1f3-42c1-8bd4-8bcd710a2d72</PaxJourneyID>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>81966210-261d-4ad0-8687-0ec2e56f2e7a</PaxJourneyID>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>ab5f8273-7f4e-4e39-ab32-1e1de2af5082</PaxJourneyID>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H50M</Duration>
<PaxJourneyID>0014355e-87ff-48ad-a8bf-b2d34bd48265</PaxJourneyID>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H50M</Duration>
<PaxJourneyID>8cf9ed9d-66ae-4bfa-8c14-171511e7b129</PaxJourneyID>
<PaxSegmentRefID>107aa523-16d6-4312-a731-a5b291ace926</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H50M</Duration>
<PaxJourneyID>4252751f-a323-406b-84b0-134427e31b85</PaxJourneyID>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H50M</Duration>
<PaxJourneyID>3551b550-de03-4368-95e7-70cb983a5dbe</PaxJourneyID>
<PaxSegmentRefID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H50M</Duration>
<PaxJourneyID>691b89b7-dd3d-4a34-85a3-8c662535d46e</PaxJourneyID>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>63aed51f-e33d-46a1-9ac0-c07877a3e06a</PaxJourneyID>
<PaxSegmentRefID>f67379c5-e958-43a2-9940-ef49997f8476</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>c0c32fda-2fec-43b3-a92e-3259abd844e3</PaxJourneyID>
<PaxSegmentRefID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H15M</Duration>
<PaxJourneyID>f944bc96-daa0-4acc-87dc-ccd29223844d</PaxJourneyID>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-07T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-07T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>022ef681-f92e-46da-8ad5-0a76ea33af4b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-07T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-07T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>432</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-11T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-11T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>93bb5118-9d0c-4c94-9024-e6834014bdea</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-11T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-11T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>431</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-10T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-10T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e6aff89c-37f0-4f2b-90f8-6508f4c41ac1</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-10T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-10T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>431</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>107aa523-16d6-4312-a731-a5b291ace926</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-08T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-08T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7108a1f4-c5cb-4c43-a6ad-9873a182eee4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-08T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-08T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>432</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-06T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-06T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2ab812d4-c9e1-48ca-be00-9f6e38299c84</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-06T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-06T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>432</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-15T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-15T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b21c14be-8811-41c1-9989-6445de33aa58</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-15T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-15T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>431</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-12T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-12T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c6b29476-f58d-4aaf-a957-ecf19d556ad8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-12T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-12T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>431</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-13T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-13T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5ae15f6b-70a0-48a8-8def-30dc7a46ec0d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-13T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-13T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>431</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-05T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-05T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bf31457a-0e87-4b7d-9965-e092eb002bdb</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-05T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-05T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>432</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-14T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-14T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ac3c33bc-bd4c-4e96-b9c2-27218888abc2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-14T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-14T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>431</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-10T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-10T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>413dee87-1722-44dc-8492-8484de782fdc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-10T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-10T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>432</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>38c96b13-d82d-4b6e-85aa-22b893e6bc75</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-09T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-09T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>aa444526-bb88-4d25-895a-9549a282eed3</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-09T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-09T11:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>431</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>70bbb10a-6d4a-4df6-84af-5cf96a5516df</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-11T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-11T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0afbd0d9-bd84-493a-bbd9-85771a3ba944</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-11T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-11T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>432</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>f67379c5-e958-43a2-9940-ef49997f8476</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-09T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-09T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6b650db1-a60f-42a3-95f6-3b563c6e3f25</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-09T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-09T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">REN</LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>432</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-05</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-15</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-06</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-15</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-07</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-15</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-08</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-15</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-15</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-15</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>38c96b13-d82d-4b6e-85aa-22b893e6bc75</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-15</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>f67379c5-e958-43a2-9940-ef49997f8476</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2579c8f6-bf96-4ae5-8c40-cd661e932b29</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-05</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-14</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-06</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-14</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-07</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-14</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-08</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-14</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-14</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-14</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>38c96b13-d82d-4b6e-85aa-22b893e6bc75</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-14</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>f67379c5-e958-43a2-9940-ef49997f8476</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>29afd3f7-a689-4a8c-a6cd-245024643b27</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-05</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-13</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-06</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-13</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-07</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-13</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-08</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-13</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-13</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-13</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>38c96b13-d82d-4b6e-85aa-22b893e6bc75</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-13</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>f67379c5-e958-43a2-9940-ef49997f8476</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2e5de5ff-9437-4431-a055-9dd711ce32f3</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">11940.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-05</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-12</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-06</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-12</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-07</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-12</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-08</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-12</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-12</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-12</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>38c96b13-d82d-4b6e-85aa-22b893e6bc75</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-12</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>f67379c5-e958-43a2-9940-ef49997f8476</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c4243dd4-ae6d-4a48-8716-36f525bfaad5</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-05</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-06</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-07</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-08</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-11</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>38c96b13-d82d-4b6e-85aa-22b893e6bc75</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>c3c7fed3-1b7b-4e5c-9bf5-1da287b7b644</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-05</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>107aa523-16d6-4312-a731-a5b291ace926</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-06</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>107aa523-16d6-4312-a731-a5b291ace926</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-07</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>107aa523-16d6-4312-a731-a5b291ace926</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-08</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>107aa523-16d6-4312-a731-a5b291ace926</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-10</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>83f11b03-ce60-4b54-9c70-2318cf21b7de</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>107aa523-16d6-4312-a731-a5b291ace926</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-05</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>475f41c8-208e-4494-9dbe-cdc574fd1e0a</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>70bbb10a-6d4a-4df6-84af-5cf96a5516df</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-06</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>9c869c76-3942-40a3-baca-e2de75a57ade</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>70bbb10a-6d4a-4df6-84af-5cf96a5516df</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-07</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>2ff53da6-1ff8-4c77-970f-38e3d2439ca6</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>70bbb10a-6d4a-4df6-84af-5cf96a5516df</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-08</Date>
<OriginDestRefID>4c942062-6ac2-4fa9-b301-d1ebd6f4a5b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-01-09</Date>
<OriginDestRefID>72d67198-7f61-4fba-a337-f89db7df5af4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>b24de521-a565-4a70-90a9-98d4dc0dd6ad</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>FLTRT</FareBasisCode>
<PaxSegmentRefID>70bbb10a-6d4a-4df6-84af-5cf96a5516df</PaxSegmentRefID>
<RBD_Code>F</RBD_Code>
<ValidatingPartyRefID>76ff184e-b7b6-429a-b8f3-f7255b3a058f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12090.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Filter by departure/arrival time¶
It’s possible to choose the time period for departure and arrival (the local time) at MixVel_AirShoppingRQ.
The time ranges of the departure time (local time) are defined in the fields TimeRangeStart – TimeRangeEnd:
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/OriginDepCriteria/TimeRangeStart;
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/OriginDepCriteria/TimeRangeEnd.
TimeRangeStart ("The customer's requested arrival time range start", it’s used to define the time filter’s lower bound "since...." to define the earliest departure time (including this time end);
TimeRangeEnd ("The customer's requested arrival time range end", it’s used to define the time filter’s upper bound "till......" to define the latest departure time (including this time end).
By default, TimeRangeStart = 00:00:00, and TimeRangeEnd = 23:59:59 (the format of time is - HH:MM:SS, for 24 hours).
The borders of the filter can be either applied simultaneously (both since… and till… simultaneously), or only one of the borders can be settled (only the lower or the upper one in the interval since 00:00:00 till 23:59:59, including the ends).
TimeRangeStart and TimeRangeEnd relate to the same 24-hours period (i.e., to the interval since 00:00:00 till 23.59:59, including the ends).
In case TimeRangeEnd is less then TimeRangeStart, the offers be delivered for the time period since TimeRangeStart till 0:00 will (not including 0:00:00).
The time range of the local arrival time is defined in the fields TimeRangeStart – TimeRangeEnd:
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeStart;
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeEnd.
The filter for the arrival time functions the same way as the one for departure time.
Example of Mixvel_AirShoppingRQ:
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-03-17T17:37:47Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">LED</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-15</Date>
<LocationCode Standard="IATA">MOW</LocationCode>
<TimeRangeStart>09:00:00</TimeRangeStart>
<TimeRangeEnd>13:00:00</TimeRangeEnd>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Filter by the time range at best price request¶
This filter works similarly to the description in the “Time Filter Application” section; the following structures are used:
Departure time interval:
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/OriginDepCriteria/TimeRangeStart;
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/OriginDepCriteria/TimeRangeEnd
Arrival time interval:
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeStart;
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeEnd
To request the best price for the route the following structure is used:
- Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria
To get a response with connections or only for direct flights, the flag is used:
- Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria/AllowDirectInd
Example of Mixvel_AirShoppingRQ:
Show response example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-12-17T17:37:47Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>1</DaysAfterNumber>
<DaysBeforeNumber>1</DaysBeforeNumber>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">LED</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-03-10</Date>
<LocationCode Standard="IATA">MOW</LocationCode>
<TimeRangeStart>10:00:00</TimeRangeStart>
<TimeRangeEnd>14:00:00</TimeRangeEnd>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>1</DaysAfterNumber>
<DaysBeforeNumber>1</DaysBeforeNumber>
</CalendarDateCriteria>
<DestArrivalCriteria>
<LocationCode Standard="IATA">MOW</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-03-20</Date>
<LocationCode Standard="IATA">LED</LocationCode>
<TimeRangeStart>10:00:00</TimeRangeStart>
<TimeRangeEnd>10:00:00</TimeRangeEnd>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show request example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019aeed0-a0c5-77a3-a2a5-ae3bdd849de9" ReplyTo="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-12-05T14:00:41.5444653Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>07edf80b-da20-427e-a07a-533487937b86</OriginDestID>
<PaxJourneyRefID>8cb5bd92-e54a-490e-bfc4-090482d7635a</PaxJourneyRefID>
<PaxJourneyRefID>85dcee9b-fb5b-4e07-9394-305e47128121</PaxJourneyRefID>
<PaxJourneyRefID>a30317b8-2cab-4273-bb99-699eba9b1a91</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestID>
<PaxJourneyRefID>8e07a2fd-c335-41ed-800d-ea54e777d0b8</PaxJourneyRefID>
<PaxJourneyRefID>bb7349a7-e069-4be0-8c51-c920587817a6</PaxJourneyRefID>
<PaxJourneyRefID>70b4ef47-a28e-4f47-a423-a9315bc363f2</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>a30317b8-2cab-4273-bb99-699eba9b1a91</PaxJourneyID>
<PaxSegmentRefID>8715839b-9857-4f5a-ab80-af0648c41cf6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>70b4ef47-a28e-4f47-a423-a9315bc363f2</PaxJourneyID>
<PaxSegmentRefID>9dd469d2-476b-4ed6-abd4-3491e2ed378e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>85dcee9b-fb5b-4e07-9394-305e47128121</PaxJourneyID>
<PaxSegmentRefID>1f236531-516b-40d5-859d-2bdb7eeda064</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>8e07a2fd-c335-41ed-800d-ea54e777d0b8</PaxJourneyID>
<PaxSegmentRefID>8d591d35-70da-4a35-bd79-f40ee554aea6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>bb7349a7-e069-4be0-8c51-c920587817a6</PaxJourneyID>
<PaxSegmentRefID>fde5d03e-78d7-486c-9210-1ba235b75e0b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>8cb5bd92-e54a-490e-bfc4-090482d7635a</PaxJourneyID>
<PaxSegmentRefID>3bda6ffc-080e-4880-b975-6ab14d3a37aa</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-21T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-21T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1711bcb9-ea12-4e49-a3e3-5f044d0175a4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-21T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-21T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>7</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>8d591d35-70da-4a35-bd79-f40ee554aea6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9d6f4e8f-3b86-40ac-8646-6333a1380156</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>7</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>fde5d03e-78d7-486c-9210-1ba235b75e0b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-11T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-11T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a6dee5c3-4fec-4474-b669-0c185f5d0305</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-11T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-11T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6213</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>8715839b-9857-4f5a-ab80-af0648c41cf6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-10T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-10T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b5e18837-f174-4737-99ff-270d52bf2655</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-10T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-10T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6045</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>1f236531-516b-40d5-859d-2bdb7eeda064</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-19T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-19T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a99cc351-ade5-4cf4-beaa-7701ffbb417d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-19T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-19T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>7</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>9dd469d2-476b-4ed6-abd4-3491e2ed378e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-09T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-09T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>defa7829-1250-4647-b742-974146944a69</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-09T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-09T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6045</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>3bda6ffc-080e-4880-b975-6ab14d3a37aa</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-09</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-21</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>3bda6ffc-080e-4880-b975-6ab14d3a37aa</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>8d591d35-70da-4a35-bd79-f40ee554aea6</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-10</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-21</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>1f236531-516b-40d5-859d-2bdb7eeda064</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>8d591d35-70da-4a35-bd79-f40ee554aea6</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-11</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-21</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>8715839b-9857-4f5a-ab80-af0648c41cf6</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>8d591d35-70da-4a35-bd79-f40ee554aea6</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-09</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-20</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>3bda6ffc-080e-4880-b975-6ab14d3a37aa</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>fde5d03e-78d7-486c-9210-1ba235b75e0b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-10</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-20</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>1f236531-516b-40d5-859d-2bdb7eeda064</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>fde5d03e-78d7-486c-9210-1ba235b75e0b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-11</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-20</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>8715839b-9857-4f5a-ab80-af0648c41cf6</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>fde5d03e-78d7-486c-9210-1ba235b75e0b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-09</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-19</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>3bda6ffc-080e-4880-b975-6ab14d3a37aa</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>9dd469d2-476b-4ed6-abd4-3491e2ed378e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-10</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-19</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>1f236531-516b-40d5-859d-2bdb7eeda064</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>9dd469d2-476b-4ed6-abd4-3491e2ed378e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-03-11</Date>
<OriginDestRefID>07edf80b-da20-427e-a07a-533487937b86</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-03-19</Date>
<OriginDestRefID>91107949-7f6c-482a-a80f-c1c8fd518407</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>8715839b-9857-4f5a-ab80-af0648c41cf6</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBR</FareBasisCode>
<PaxSegmentRefID>9dd469d2-476b-4ed6-abd4-3491e2ed378e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>9efec893-4638-460d-98f1-d8eae2c22b5b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">10108.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019aeed4-4978-711f-b32d-60ae2be17830" ReplyTo="d3ee1f04-459b-44a1-b502-1b0dee0a8d1f" TimeSent="2025-12-05T14:04:43.7671439Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="IATA">KUF</OriginCode>
<OriginDestID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestID>
<PaxJourneyRefID>746be8e0-f764-4b95-b6eb-681f3396bfef</PaxJourneyRefID>
<PaxJourneyRefID>9759b0ec-0d10-45dc-9ac5-33e095466df4</PaxJourneyRefID>
<PaxJourneyRefID>31731be2-cef6-4dd9-86a4-51df257ebb51</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">KUF</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestID>
<PaxJourneyRefID>bc371ae0-66e7-417d-88f6-bed7c4c9e934</PaxJourneyRefID>
<PaxJourneyRefID>88a3162a-c36e-41b1-9d2a-2cce3768ffef</PaxJourneyRefID>
<PaxJourneyRefID>4d6a5a08-5dd8-4baf-92fb-2338d29c1979</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>31731be2-cef6-4dd9-86a4-51df257ebb51</PaxJourneyID>
<PaxSegmentRefID>2e75f8ed-d8a1-424c-bcfc-27f938bf391a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>4d6a5a08-5dd8-4baf-92fb-2338d29c1979</PaxJourneyID>
<PaxSegmentRefID>b8aada84-ff0b-4297-bbb4-4c054ce01b2e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>746be8e0-f764-4b95-b6eb-681f3396bfef</PaxJourneyID>
<PaxSegmentRefID>b16696c8-d1aa-460c-8326-d54cf4e42bce</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H50M</Duration>
<PaxJourneyID>88a3162a-c36e-41b1-9d2a-2cce3768ffef</PaxJourneyID>
<PaxSegmentRefID>77e16281-07ca-400f-93be-890ab960576c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>9759b0ec-0d10-45dc-9ac5-33e095466df4</PaxJourneyID>
<PaxSegmentRefID>6ebcea23-3ad8-4819-818f-2049c3fcca0b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>bc371ae0-66e7-417d-88f6-bed7c4c9e934</PaxJourneyID>
<PaxSegmentRefID>073cdbc0-bfe4-4320-b54a-6ed26de4f256</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-11T18:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-11T18:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5427291e-c346-4325-8a9b-3b3d5c329918</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-11T15:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-11T15:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6581</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>073cdbc0-bfe4-4320-b54a-6ed26de4f256</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-09T18:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-09T18:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>35423222-8361-4a5e-95d4-d394d44065d4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-09T15:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-09T15:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6581</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>b8aada84-ff0b-4297-bbb4-4c054ce01b2e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-25T19:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-25T19:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b22fcf28-996d-4160-9476-e03a656eca1b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-25T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-25T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6582</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>6ebcea23-3ad8-4819-818f-2049c3fcca0b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-24T19:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-24T19:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ad735854-624e-46f1-95ad-3631a598c1da</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-24T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-24T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6582</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>b16696c8-d1aa-460c-8326-d54cf4e42bce</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-26T19:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-26T19:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1481a67c-f706-4447-bed2-1940107c98a0</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-26T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-26T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6582</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>2e75f8ed-d8a1-424c-bcfc-27f938bf391a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-10T21:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-10T21:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">KUF</LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4d76f70a-4e93-49e2-ae4b-a9835e58029c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-10T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-10T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">MOW</LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>423</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>77e16281-07ca-400f-93be-890ab960576c</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>b16696c8-d1aa-460c-8326-d54cf4e42bce</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>073cdbc0-bfe4-4320-b54a-6ed26de4f256</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>6ebcea23-3ad8-4819-818f-2049c3fcca0b</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>073cdbc0-bfe4-4320-b54a-6ed26de4f256</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-11</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>2e75f8ed-d8a1-424c-bcfc-27f938bf391a</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>073cdbc0-bfe4-4320-b54a-6ed26de4f256</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>b16696c8-d1aa-460c-8326-d54cf4e42bce</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>77e16281-07ca-400f-93be-890ab960576c</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>6ebcea23-3ad8-4819-818f-2049c3fcca0b</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>77e16281-07ca-400f-93be-890ab960576c</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-10</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>2e75f8ed-d8a1-424c-bcfc-27f938bf391a</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>77e16281-07ca-400f-93be-890ab960576c</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-24</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>b16696c8-d1aa-460c-8326-d54cf4e42bce</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>b8aada84-ff0b-4297-bbb4-4c054ce01b2e</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-25</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>6ebcea23-3ad8-4819-818f-2049c3fcca0b</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>b8aada84-ff0b-4297-bbb4-4c054ce01b2e</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2026-01-26</Date>
<OriginDestRefID>4252b353-3cc1-4ba0-91cf-f421784a77b4</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2026-02-09</Date>
<OriginDestRefID>7c6e244e-6e87-47b9-a1c7-3b1d3777dda5</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>2e75f8ed-d8a1-424c-bcfc-27f938bf391a</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>XALLAG</FareBasisCode>
<PaxSegmentRefID>b8aada84-ff0b-4297-bbb4-4c054ce01b2e</PaxSegmentRefID>
<RBD_Code>X</RBD_Code>
<ValidatingPartyRefID>678bfa0e-0766-478b-99f2-13830fd5fce8</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">4708.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Filter by carrier¶
The agent sent a request for offers on the route Moscow - St. Petersburg for one adult passenger with a filter on the marketing UT provider, the following structure is used to execute the request with this filter:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/CarrierCriteria/Carrier/AirlineDesigCode
It is also required to enter the carrier identifier, which is equally specified in the OriginDestCriteria structure:
-
Mixvel_AirShoppingRQ/Request/ShoppingCriteria/CarrierCriteria/CarrierPrefID
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CarrierPrefRefID
To include or exclude a carrier in search results, the optional element CarrierCriteria/PrefLevel/PrefLevelCode is used. Possible values: Required (enable, default), Excluded (exclude).
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-02-23T13:10:21Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CarrierPrefRefID>Carrier-1</CarrierPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">LED</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-03-25</Date>
<LocationCode Standard="IATA">MOW</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<CarrierCriteria>
<Carrier>
<AirlineDesigCode>UT</AirlineDesigCode>
</Carrier>
<CarrierPrefID>Carrier-1</CarrierPrefID>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CarrierCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
As a result of the request in the message Mixvel_AirShoppingRS the system will return offers with flights of UT provider to direction Moscow - Saint Petersburg.
Filter by flight number¶
To search for flight options for a specific flight, the CarrierCriteria structure is used with the optional MarketingCarrierFlightNumberText element:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/CarrierCriteria/Carrier/MarketingCarrierFlightNumberText
The parameter accepts a numeric or alphanumeric flight number.
When searching for offers by flight number, you must also provide the carrier code:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/CarrierCriteria/Carrier/AirlineDesigCode
Example of Mixvel_AirShoppingRQ:
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-05-05T19:40:164Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CarrierPrefRefID>SearchPref</CarrierPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">AER</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-06-30</Date>
<LocationCode Standard="IATA">MOW</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<CarrierCriteria>
<Carrier>
<AirlineDesigCode>N4</AirlineDesigCode>
<MarketingCarrierFlightNumberText>521</MarketingCarrierFlightNumberText> <!--номер рейса-->
</Carrier>
<CarrierPrefID>SearchPref</CarrierPrefID>
</CarrierCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Filter by the number of connections¶
The agent sent a request for the Yekaterinburg - Moscow route with a maximum of one connection and Moscow - Istanbul with a maximum of three connection.
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-03-17T17:37:47Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<ConnectionPrefRefID>Connection-1</ConnectionPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">MOW</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-01</Date>
<LocationCode Standard="IATA">SVX</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<ConnectionPrefRefID>Connection-2</ConnectionPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">IST</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-02</Date>
<LocationCode Standard="IATA">MOW</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<ConnectionCriteria>
<ConnectionPrefID>Connection-1</ConnectionPrefID>
<MaximumConnectionQty>1</MaximumConnectionQty>
</ConnectionCriteria>
<ConnectionCriteria>
<ConnectionPrefID>Connection-2</ConnectionPrefID>
<MaximumConnectionQty>3</MaximumConnectionQty>
</ConnectionCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
As a result of the request in the message Mixvel_AirShoppingRS the system will return the offers to Yekaterinburg - Moscow with the maximum number of connections equal to 1 and Moscow - Istanbul with the maximum number of connections equal to 1 and 3, respectively.
To clarify the connection point, the following structure is used:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ConnectionCriteria/StationCriteria/Station
To include or exclude flights with a specified point, the following structure is used:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/StationCriteria/PrefLevel/PrefLevelCode
The PrefLevelCode parameter can take the following values:
- Required - search for flights with a specified connecting point;
- Excluded - exclusion of flights with a specified connecting point.
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="fce40bf2-2910-486d-b5b4-6f66f582825d" TimeSent="2025-03-17T17:37:47Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<ConnectionPrefRefID>Connection-1</ConnectionPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">PEE</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-02</Date>
<LocationCode Standard="IATA">MSQ</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<ConnectionCriteria>
<ConnectionPrefID>Connection-1</ConnectionPrefID>
<MaximumConnectionQty>1</MaximumConnectionQty>
<StationCriteria>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
<Station>
<LocationCode Standard="IATA">SVO</LocationCode>
</Station>
</StationCriteria>
</ConnectionCriteria>
<PricingMethodCriteria>
<CarrierMixInd>true</CarrierMixInd>
</PricingMethodCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Filter for obtaining connections without specifying the connection point¶
A new feature has been added that allows the retrieval of only connecting flights without providing direct options and without explicitly specifying additional connection points in the route when searching for commercial offers in the Mixvel_AirshoppingRQ/RS method.
A new element, ConnectionsOnly, has been added to the structure:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ConnectionCriteria/ConnectionsOnly
The parameter can take the following values:
- true - only offers for connecting flights will be returned.
- false (default) - both direct and connecting flight options will be returned.
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-11T05:54:51Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request xmlns="">
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<ConnectionPrefRefID>CON1</ConnectionPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">MOW</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-01-29</Date>
<LocationCode Standard="IATA">IKT</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<ConnectionCriteria>
<ConnectionPrefID>CON1</ConnectionPrefID>
<ConnectionsOnly>true</ConnectionsOnly> <!-- Поиск только рейсов со стыковками-->
</ConnectionCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Note:
-
To search for only direct flights, the filter ShoppingCriteria/ConnectionCriteria/MaximumConnectionQty should be set to 0.
-
If MaximumConnectionQty = 0 is specified along with ConnectionsOnly = True, an error will be returned: "Недопустим одновременный ввод MaximumConnectionQty='0' и ConnectionsOnly=True" (Simultaneous input of MaximumConnectionQty='0' and ConnectionsOnly=True is not allowed).
Technical landing parameter of a direct flight specifying¶
Added possibility to add and exclude flights with technical landing in AirShoppingRQ request.
A new element TechnicalStopsInd has been added to the structure Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ConnectionCriteria/TechnicalStopsInd
The parameter can take the following values:
- true (default) – flights with technical connection will be present in the response.
- false - flights with technical connection will be excluded from the response.
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-01T05:54:51Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<ConnectionPrefRefID>Connection-1</ConnectionPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">VVO</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-03-25</Date>
<LocationCode Standard="IATA">SVO</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<ConnectionCriteria>
<ConnectionPrefID>Connection-1</ConnectionPrefID>
<TechnicalStopsInd>false</TechnicalStopsInd>
</ConnectionCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Offer request scenario for 3D contracts¶
The agent sent a request on the route Moscow - Sochi with a request for a corporate discount.
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-01T05:54:51Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CarrierPrefRefID>Carrier-1</CarrierPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">AER</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-02-21</Date>
<LocationCode Standard="IATA">MOW</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ZZM</PTC> <!--Код категории пассажира по условиям договора-->
</Pax>
</Paxs>
<ResponseParameters>
<CodeTariffAccount>true</CodeTariffAccount> <!-- фильтр поиска предложений по 3Д договорам-->
</ResponseParameters>
<ShoppingCriteria>
<CarrierCriteria>
<Carrier>
<AirlineDesigCode>UT</AirlineDesigCode>
</Carrier>
<CarrierPrefID>Carrier-1</CarrierPrefID>
</CarrierCriteria>
<ProgramCriteria>
<ProgramContract>
<ContractID>ZZM</ContractID> <!--номер договора-->
</ProgramContract>
<ProgramAccount>
<AccountID>ИДТZZM</AccountID> <!--код скидки-->
</ProgramAccount>
<TypeCode>ТС</TypeCode> <!--вводится на кириллице-->
<OwnerCode>UT</OwnerCode>
</ProgramCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
P.S.: …ProgramAccount/AccountID at the beginning invariably "ИДТ" (ru) or "ACC" (en).
As a result of the request in the message Mixvel_AirShoppingRS the system will return offers to Moscow - Sochi including with corporate discounts.
Show response
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019af04d-45d9-7433-b174-bf027a812592" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-12-05T20:56:34.8340541Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABIN BAG UPTO 5KG 40X30X20CM (0L5)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>CARRY ON UPTO 10KG 55X40X25CM (08A)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>BAG UPTO 20KG 203LCM (0C2)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">20</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>BAG UPTO 10 KG 55X40X25CM (0IJ)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>9df45e55-8a2a-487f-8585-dc22ee0195ac</OriginDestID>
<PaxJourneyRefID>33269abf-a80c-4b12-8e00-1d6afa66591f</PaxJourneyRefID>
<PaxJourneyRefID>3eeaa345-19c5-45ab-b08d-8ec615675cdf</PaxJourneyRefID>
<PaxJourneyRefID>164132c7-544c-4fd4-b566-8e3e60c2fe34</PaxJourneyRefID>
<PaxJourneyRefID>ed230295-b95a-424a-bec7-6842dd4b86d1</PaxJourneyRefID>
<PaxJourneyRefID>3bde64ae-b7b3-4947-81e5-fbcf0a20c7c6</PaxJourneyRefID>
<PaxJourneyRefID>2037b857-fe94-4b8d-b17d-280b3311adcb</PaxJourneyRefID>
<PaxJourneyRefID>12009569-6f84-4231-ae77-575d5ca2f85e</PaxJourneyRefID>
<PaxJourneyRefID>6c12187b-90d4-4e10-be6c-8543784953c0</PaxJourneyRefID>
<PaxJourneyRefID>8d4b5252-f464-4a58-a0ac-df34202d86e4</PaxJourneyRefID>
<PaxJourneyRefID>6315ded4-e97f-4947-a717-32cc1bca5f9a</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>6315ded4-e97f-4947-a717-32cc1bca5f9a</PaxJourneyID>
<PaxSegmentRefID>ce58f0e0-4212-4817-8f7e-80707de66268</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>164132c7-544c-4fd4-b566-8e3e60c2fe34</PaxJourneyID>
<PaxSegmentRefID>55693cff-43c9-45d7-b6c1-343d56bd45b3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>3bde64ae-b7b3-4947-81e5-fbcf0a20c7c6</PaxJourneyID>
<PaxSegmentRefID>6be641fa-4f5c-4f32-bff2-7b4afcc6d92b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>33269abf-a80c-4b12-8e00-1d6afa66591f</PaxJourneyID>
<PaxSegmentRefID>e101c297-208c-4bed-8618-e944a188dbe5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>ed230295-b95a-424a-bec7-6842dd4b86d1</PaxJourneyID>
<PaxSegmentRefID>eca624a8-c5c0-47a3-b180-b52f3fdc6688</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>3eeaa345-19c5-45ab-b08d-8ec615675cdf</PaxJourneyID>
<PaxSegmentRefID>4cb9178a-4e81-4d22-95a6-1948d57b7993</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>6c12187b-90d4-4e10-be6c-8543784953c0</PaxJourneyID>
<PaxSegmentRefID>c3a7530e-2633-4560-931c-f6899bdf6ba5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>12009569-6f84-4231-ae77-575d5ca2f85e</PaxJourneyID>
<PaxSegmentRefID>a780d8a9-a86c-45dc-afe8-458a844d4cac</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>2037b857-fe94-4b8d-b17d-280b3311adcb</PaxJourneyID>
<PaxSegmentRefID>80c43a51-d5dd-490b-9bd3-963ac123d898</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>8d4b5252-f464-4a58-a0ac-df34202d86e4</PaxJourneyID>
<PaxSegmentRefID>cd03d5cb-c128-4c4f-8eda-bc5df3a23997</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ZZM</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T14:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T14:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f7a09fe2-1b4e-401b-85d1-305d1de10d7f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T10:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T10:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT3H50M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>267</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>267</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6be641fa-4f5c-4f32-bff2-7b4afcc6d92b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>MIH</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f540353f-42f9-4c04-ae7d-84748daa4106</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>841</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>841</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ce58f0e0-4212-4817-8f7e-80707de66268</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ded446d8-9751-434e-903b-9d2aa6997f12</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>836</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>836</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a780d8a9-a86c-45dc-afe8-458a844d4cac</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a954c21b-aa7b-4b53-b9d5-b320f5cded1b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>835</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>835</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c3a7530e-2633-4560-931c-f6899bdf6ba5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T15:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T15:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>244536bb-8eaf-4d39-b583-e7d2a0a53edc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T11:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT3H50M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>249</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>249</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>80c43a51-d5dd-490b-9bd3-963ac123d898</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>747</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>dbb902d0-7a3b-47b4-89fb-c9000a388ea8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>823</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>823</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>55693cff-43c9-45d7-b6c1-343d56bd45b3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>747</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9c4cbd4b-31fb-4b7c-853a-772f733b5267</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>822</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>822</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4cb9178a-4e81-4d22-95a6-1948d57b7993</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>330</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4e125471-db74-4c56-afc0-7916696633fb</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>833</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>833</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>cd03d5cb-c128-4c4f-8eda-bc5df3a23997</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>747</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5701efd6-63fb-497d-8fdc-92840239a4eb</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>821</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>821</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e101c297-208c-4bed-8618-e944a188dbe5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>747</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d65737b6-09b0-49f6-88b9-c3a93cc11977</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>832</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>832</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>eca624a8-c5c0-47a3-b180-b52f3fdc6688</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>OP</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО 5КГ 40Х30Х20СM (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО10КГ 55Х40Х25СМ (08A)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 20КГ 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 10КГ 55X40X25CМ (0IJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТНЫЙ БИЛЕТ (056)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ШАШЛЫК ИЗ ГОВЯДИНЫ С ОВОЩАМИ (OB5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА 1 (STR)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Name>ОПТИМУМ</Name>
<PriceClassID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e101c297-208c-4bed-8618-e944a188dbe5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e101c297-208c-4bed-8618-e944a188dbe5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.9772725Z</OfferExpirationTimeLimitDateTime>
<OfferID>07ab577a-39e2-48ac-8286-5ae94853274f</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>e101c297-208c-4bed-8618-e944a188dbe5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>6</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>0cd98b21-8a30-46a4-85c5-0807377f5bfa</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>33269abf-a80c-4b12-8e00-1d6afa66591f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>7390b9fa-3878-45a5-9661-0e2b06180bb8</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4cb9178a-4e81-4d22-95a6-1948d57b7993</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4cb9178a-4e81-4d22-95a6-1948d57b7993</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.9935455Z</OfferExpirationTimeLimitDateTime>
<OfferID>573df1ad-b684-4ac9-8e20-b691450a1818</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4cb9178a-4e81-4d22-95a6-1948d57b7993</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>6</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>34a5a32b-ad70-43f2-bfec-5d1772396b68</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3eeaa345-19c5-45ab-b08d-8ec615675cdf</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1cbec21b-31d6-41a1-a153-ba2d22f10dc6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>55693cff-43c9-45d7-b6c1-343d56bd45b3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>55693cff-43c9-45d7-b6c1-343d56bd45b3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.9948043Z</OfferExpirationTimeLimitDateTime>
<OfferID>ba7fae44-8bb7-470e-afb2-37e65f8d689a</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>55693cff-43c9-45d7-b6c1-343d56bd45b3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>6</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>aa38dbb9-4aa2-493c-8749-da264d011367</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>164132c7-544c-4fd4-b566-8e3e60c2fe34</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>860ded80-562b-4c9d-9ad3-b350e4ffd13e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>eca624a8-c5c0-47a3-b180-b52f3fdc6688</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>eca624a8-c5c0-47a3-b180-b52f3fdc6688</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.9958847Z</OfferExpirationTimeLimitDateTime>
<OfferID>2fc9f3c2-26dd-40bc-94b8-f29b1e9c3356</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>eca624a8-c5c0-47a3-b180-b52f3fdc6688</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>6</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>129d34bb-3cdb-434d-8d3e-84e4353c550c</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>ed230295-b95a-424a-bec7-6842dd4b86d1</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d8a0b2c9-fd00-4667-8138-a44eb1d848fe</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6be641fa-4f5c-4f32-bff2-7b4afcc6d92b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6be641fa-4f5c-4f32-bff2-7b4afcc6d92b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.9966993Z</OfferExpirationTimeLimitDateTime>
<OfferID>30d13b98-6c91-422e-a9bc-1bc827bc7e7e</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>6be641fa-4f5c-4f32-bff2-7b4afcc6d92b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ce06f812-9ca4-44f3-99e9-215c5cb94654</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3bde64ae-b7b3-4947-81e5-fbcf0a20c7c6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>ca140cc9-0674-4f58-a9ed-a6fb7eafc154</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>80c43a51-d5dd-490b-9bd3-963ac123d898</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>80c43a51-d5dd-490b-9bd3-963ac123d898</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.9976898Z</OfferExpirationTimeLimitDateTime>
<OfferID>aefdc2a7-e637-47db-b601-6076718d937d</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>80c43a51-d5dd-490b-9bd3-963ac123d898</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>3d5f68bc-d95f-4f04-8567-ac61fac47fb5</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>2037b857-fe94-4b8d-b17d-280b3311adcb</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>419a2f10-501e-425b-99fb-b0f54668eb94</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a780d8a9-a86c-45dc-afe8-458a844d4cac</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a780d8a9-a86c-45dc-afe8-458a844d4cac</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.9984053Z</OfferExpirationTimeLimitDateTime>
<OfferID>69ee0140-025f-48a9-83a7-1384101dd246</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>KSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>KSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a780d8a9-a86c-45dc-afe8-458a844d4cac</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>K</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>fbadafc5-c81c-4e12-93ef-a206342ffed1</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>12009569-6f84-4231-ae77-575d5ca2f85e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>00dc0669-49dd-45fd-825d-cd76e8918380</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c3a7530e-2633-4560-931c-f6899bdf6ba5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c3a7530e-2633-4560-931c-f6899bdf6ba5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.99913Z</OfferExpirationTimeLimitDateTime>
<OfferID>aa168c3b-6d70-4ca5-ac57-eb3057ef4344</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>KSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>KSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>c3a7530e-2633-4560-931c-f6899bdf6ba5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>K</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>84ed8827-55c0-439e-9e78-87df061b46b5</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>6c12187b-90d4-4e10-be6c-8543784953c0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1b709c68-b32e-4468-aef8-ce707fc0af6e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">8700.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1066.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11730.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>cd03d5cb-c128-4c4f-8eda-bc5df3a23997</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>cd03d5cb-c128-4c4f-8eda-bc5df3a23997</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:32.999945Z</OfferExpirationTimeLimitDateTime>
<OfferID>f9fee33f-6246-43b9-b2ca-512c16a9c69f</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>YSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>cd03d5cb-c128-4c4f-8eda-bc5df3a23997</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>983fb33b-473a-4149-9ac9-1bb95439a183</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>8d4b5252-f464-4a58-a0ac-df34202d86e4</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f091b1bc-3ad8-4b1b-8212-02d75e7de78e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>edcb38a8-6f99-4154-be72-04b56f000a19</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ce58f0e0-4212-4817-8f7e-80707de66268</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>fa173546-a7be-40aa-a7fb-4b8d24234870</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ce58f0e0-4212-4817-8f7e-80707de66268</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:41:33.000598Z</OfferExpirationTimeLimitDateTime>
<OfferID>b2203762-e4ea-4e0b-859c-648a3f399458</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>YSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>ce58f0e0-4212-4817-8f7e-80707de66268</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</Price>
<PriceClassRefID>2a2eec00-824d-4208-ae39-d9b7310702ff</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>bf1685bf-fcf8-4b5a-9ec5-9587a94a0bbe</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:57:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9bd0558-6215-4142-8ff1-fd91751f6b51</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>6315ded4-e97f-4947-a717-32cc1bca5f9a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>09df41bf-77bc-4edd-abc0-b8f6ddecef68</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">31000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-02-21T07:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3093.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">34030.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 832 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 821 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 833 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 822 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 823 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 249 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 835 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 836 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 841 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 267 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Multiple 3D contract offer request scenario¶
Data entry structure for Mixvel_AirShoppingRQ: Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ProgramCriteria.
Search using multiple identifiers of passenger categories is not provided for 3D contracts.
Currently, the service architecture does not allow us to guarantee a search for each individual category of passenger if more than one is specified in the request. When passing several categories of passengers into an AirShopping request, the system will not consider them as alternatives, but will try to look for an estimate for such passengers as traveling together in one PNR.
The probability of obtaining a correct result in such a request is practically zero.
Currently it is necessary to make separate requests for each of the categories.
Example request Mixvel_AirShoppingRQ with multiple 3D contracts search:
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-01-01T00:00:00Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<PayloadAttributes/>
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CarrierPrefRefID>Carrier-0</CarrierPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">MOW</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-03-14</Date>
<LocationCode Standard="IATA">AER</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ZZM</PTC>
</Pax>
</Paxs>
<ResponseParameters>
<CodeTariffAccount>true</CodeTariffAccount>
</ResponseParameters>
<ShoppingCriteria>
<CarrierCriteria>
<Carrier>
<AirlineDesigCode>SU</AirlineDesigCode>
</Carrier>
<Carrier>
<AirlineDesigCode>UT</AirlineDesigCode>
</Carrier>
<CarrierPrefID>Carrier-0</CarrierPrefID>
</CarrierCriteria>
<ProgramCriteria> <!-- информация по договору №1 -->
<ProgramContract>
<ContractID>GERUS</ContractID>
</ProgramContract>
<ProgramAccount>
<AccountID>ИДТGERUS</AccountID>
</ProgramAccount>
<TypeCode>ТС</TypeCode>
<OwnerCode>SU</OwnerCode> <!-- код авиакомпании -->
</ProgramCriteria>
<ProgramCriteria> <!-- информация по договору №2 -->
<ProgramContract>
<ContractID>ZZM</ContractID>
</ProgramContract>
<ProgramAccount>
<AccountID>ИДТZZM</AccountID>
</ProgramAccount>
<TypeCode>ТС</TypeCode>
<OwnerCode>UT</OwnerCode> <!-- код авиакомпании -->
</ProgramCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example Mixvel_AirShoppingRQ with multiple 3D contracts search:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019af04f-4528-704d-937a-0ff9f535c63b" ReplyTo="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-12-05T20:58:40.0959185Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>f27bc40b-73bd-4cf2-9811-ec121e2c99ea</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABIN BAG UPTO 5KG 40X30X20CM (0L5)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>CARRY ON UPTO 10KG 55X40X25CM (08A)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>78ff4197-ce7b-4418-8316-5158342ef7a4</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>BAG UPTO 20KG 203LCM (0C2)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">20</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>BAG UPTO 10 KG 55X40X25CM (0IJ)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>SU WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 10 KG/33LB NOT EXCEEDING 55 CM IN LENGTH 40 CM IN WIDTH AND 25 CM IN HEIGHT. PLEASE VISIT WWW.AEROFLOT.RU FOR FULL DETAILS OF SU HAND BAGGAGE POLICY. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY10KG 22LB 55L X 40W X 25H (08A)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="IATA">AER</OriginCode>
<OriginDestID>ae73e5fc-d16e-436f-b08c-71a0b7cf9558</OriginDestID>
<PaxJourneyRefID>09c83825-c7f5-4a9c-bfe2-50f459d07a96</PaxJourneyRefID>
<PaxJourneyRefID>0e7d6169-4521-4597-8c90-b5878e4d92c2</PaxJourneyRefID>
<PaxJourneyRefID>c2a38411-ce12-4ac7-8522-dd04c5d0b0c7</PaxJourneyRefID>
<PaxJourneyRefID>2ee5f55f-3961-4095-844e-885443840e5b</PaxJourneyRefID>
<PaxJourneyRefID>1d93efa3-17ab-45e3-a29f-f9cb3129785f</PaxJourneyRefID>
<PaxJourneyRefID>eb4a137e-919c-482b-b5ab-abda9e3a5f36</PaxJourneyRefID>
<PaxJourneyRefID>49aa75e2-26cc-455a-9e77-f827b3ce273d</PaxJourneyRefID>
<PaxJourneyRefID>c3d4c672-0f42-4f11-8a05-18519e9cecfe</PaxJourneyRefID>
<PaxJourneyRefID>3c7c5345-be0f-4c0d-ab52-d55449e75c3c</PaxJourneyRefID>
<PaxJourneyRefID>7f38cb8a-e454-434d-97db-34e55aa61998</PaxJourneyRefID>
<PaxJourneyRefID>70f48c04-4e6a-4649-8517-5ad3e19dfbfd</PaxJourneyRefID>
<PaxJourneyRefID>aa5d22ac-8672-4da0-8fba-d17bc02bc1ee</PaxJourneyRefID>
<PaxJourneyRefID>bb5fb351-64a8-42f6-b730-4edf71f4ade0</PaxJourneyRefID>
<PaxJourneyRefID>7aa3bd6a-686d-48aa-bef1-a4746d4b1851</PaxJourneyRefID>
<PaxJourneyRefID>50247610-e5b0-4a09-bd1c-3f920c15e72d</PaxJourneyRefID>
<PaxJourneyRefID>856a7976-8a85-4fd4-a721-2ac4204ff80f</PaxJourneyRefID>
<PaxJourneyRefID>06d5d708-c0d3-420e-83b3-5dbacddc617b</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT3H55M</Duration>
<PaxJourneyID>1d93efa3-17ab-45e3-a29f-f9cb3129785f</PaxJourneyID>
<PaxSegmentRefID>61a82a3e-4c9f-49ff-bb40-df743d328b0d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>7aa3bd6a-686d-48aa-bef1-a4746d4b1851</PaxJourneyID>
<PaxSegmentRefID>8839951d-9240-457c-a4e8-2f40f9683438</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>70f48c04-4e6a-4649-8517-5ad3e19dfbfd</PaxJourneyID>
<PaxSegmentRefID>5f9aba35-3dbc-4b94-9e74-36df34957708</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>c2a38411-ce12-4ac7-8522-dd04c5d0b0c7</PaxJourneyID>
<PaxSegmentRefID>90d22d4b-7a95-4a9e-8918-9095af8c2755</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>50247610-e5b0-4a09-bd1c-3f920c15e72d</PaxJourneyID>
<PaxSegmentRefID>32260852-c189-4ae4-8ad1-d39d6d64b520</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>09c83825-c7f5-4a9c-bfe2-50f459d07a96</PaxJourneyID>
<PaxSegmentRefID>e5a1247e-5dab-4e8b-9fa5-fcb449cd56a7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>49aa75e2-26cc-455a-9e77-f827b3ce273d</PaxJourneyID>
<PaxSegmentRefID>53a3facd-2fd0-482a-a80f-768daeebcbc4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>bb5fb351-64a8-42f6-b730-4edf71f4ade0</PaxJourneyID>
<PaxSegmentRefID>0c279ff9-16c1-4258-acc8-da8ff7183db1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>7f38cb8a-e454-434d-97db-34e55aa61998</PaxJourneyID>
<PaxSegmentRefID>6d88152b-cd31-4ecb-9ff7-d9aeccfcf4e3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>eb4a137e-919c-482b-b5ab-abda9e3a5f36</PaxJourneyID>
<PaxSegmentRefID>6fd02197-dc2c-438d-a286-9478fbeb8fc9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>0e7d6169-4521-4597-8c90-b5878e4d92c2</PaxJourneyID>
<PaxSegmentRefID>59b005f1-f0de-4ff3-8048-bf049473a607</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT30M</Duration>
<PaxJourneyID>3c7c5345-be0f-4c0d-ab52-d55449e75c3c</PaxJourneyID>
<PaxSegmentRefID>1e3f4cc7-c133-4891-853a-75b6ec2e50d4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H55M</Duration>
<PaxJourneyID>aa5d22ac-8672-4da0-8fba-d17bc02bc1ee</PaxJourneyID>
<PaxSegmentRefID>0b413962-f83b-4a03-966a-29db8b567963</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H30M</Duration>
<PaxJourneyID>2ee5f55f-3961-4095-844e-885443840e5b</PaxJourneyID>
<PaxSegmentRefID>888456b9-c789-4d62-856b-d0271dcce7be</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H25M</Duration>
<PaxJourneyID>06d5d708-c0d3-420e-83b3-5dbacddc617b</PaxJourneyID>
<PaxSegmentRefID>07f1adb6-8e69-4e3a-8da5-6c44336bd3c3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>856a7976-8a85-4fd4-a721-2ac4204ff80f</PaxJourneyID>
<PaxSegmentRefID>45b693c2-856d-46b5-a5d4-40cae0330a72</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H25M</Duration>
<PaxJourneyID>c3d4c672-0f42-4f11-8a05-18519e9cecfe</PaxJourneyID>
<PaxSegmentRefID>340dc02d-394a-4448-bcdc-4a3ff678fb70</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ZZM</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-15T01:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-15T01:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6c45ceb9-ccb8-4570-b787-ba79ee9639c1</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T22:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T22:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H25M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1119</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1119</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>07f1adb6-8e69-4e3a-8da5-6c44336bd3c3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T17:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a3a1dbba-1a05-48ff-a715-6e7a34fbbc13</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T14:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T14:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1135</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1135</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>888456b9-c789-4d62-856b-d0271dcce7be</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-15T00:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-15T00:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cfb11945-41d4-4db7-9179-7b0fee44c80d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T21:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T21:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H25M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1141</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1141</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>340dc02d-394a-4448-bcdc-4a3ff678fb70</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T15:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T15:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d18d46c6-f0b5-40ad-947f-4475259ae80c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T12:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H40M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>470</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>470</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6d88152b-cd31-4ecb-9ff7-d9aeccfcf4e3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T19:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T19:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7f3a5f32-9969-4889-aa81-9a49b2e2a5b0</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T15:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T15:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H50M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>268</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>268</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5f9aba35-3dbc-4b94-9e74-36df34957708</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T16:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T16:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>68888a6e-c9a8-4801-88e4-04cdb1bc2b1b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T12:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T12:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1123</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1123</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>59b005f1-f0de-4ff3-8048-bf049473a607</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T09:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T09:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>491ed4e4-7bab-446a-a6d1-864935807e12</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T06:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T06:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1129</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1129</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>8839951d-9240-457c-a4e8-2f40f9683438</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T06:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T06:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>737</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cce333f8-41d5-474c-b2c9-013679710d0d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T06:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T06:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>580</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>580</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1e3f4cc7-c133-4891-853a-75b6ec2e50d4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T19:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T19:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>fd7ef882-471e-45a6-a379-199e23b405a9</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T16:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T16:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1151</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1151</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6fd02197-dc2c-438d-a286-9478fbeb8fc9</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T05:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T05:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>969e3f16-ba26-4606-a532-833799339745</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T01:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T01:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1133</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1133</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0c279ff9-16c1-4258-acc8-da8ff7183db1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T20:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T20:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5d067f48-71c6-4d9b-86e9-f06f61a50879</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T16:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T16:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H55M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>250</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>250</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0b413962-f83b-4a03-966a-29db8b567963</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T18:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T18:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bb645dc5-d010-4c9d-8476-0420865b78da</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T15:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H55M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6711</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6711</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>61a82a3e-4c9f-49ff-bb40-df743d328b0d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T23:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T23:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>32a32cc8-bbe4-4a4b-97dd-fcaf3cc166b1</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T19:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T19:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1127</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1127</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>53a3facd-2fd0-482a-a80f-768daeebcbc4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T21:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T21:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4d9f7466-263e-408b-b17f-23c416a3aff2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T17:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T17:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H40M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1611</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>45b693c2-856d-46b5-a5d4-40cae0330a72</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T17:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T17:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a3e230a5-9a72-42c2-98c5-567ae69985bf</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T13:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T13:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H40M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1137</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1137</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>90d22d4b-7a95-4a9e-8918-9095af8c2755</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T14:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T14:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>eeb094f2-377e-46cc-abcd-a75bab79e0ea</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T11:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T11:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1153</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1153</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e5a1247e-5dab-4e8b-9fa5-fcb449cd56a7</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-14T20:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-14T20:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b9c4df3e-ffff-4f63-a150-d8f559d00d1b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-14T17:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-14T17:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H40M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1125</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1125</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>32260852-c189-4ae4-8ad1-d39d6d64b520</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>OP</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО 5КГ 40Х30Х20СM (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО10КГ 55Х40Х25СМ (08A)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 20КГ 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 10КГ 55X40X25CМ (0IJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТНЫЙ БИЛЕТ (056)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ШАШЛЫК ИЗ ГОВЯДИНЫ С ОВОЩАМИ (OB5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА 1 (STR)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Name>ОПТИМУМ</Name>
<PriceClassID>a4e979a0-42fa-4083-8d3f-1109ff5177d4</PriceClassID>
</PriceClass>
<PriceClass>
<Code>NB</Code>
<Desc>
<Access>N</Access>
<DescText>25 PCT MILES FOR FARES BPX SOC (06A)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>50 75 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>75 100 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME7)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОТ 75 ДО 125 ПРЦН ЗАРАБОТ МИЛ (ME1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 100 TO 125 PCT MILES EARNED (M10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 100 ДО 150 ПРЦН ЗАРАБОТ МИЛ (ME2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 125 TO 150 PCT MILES EARNED (M12)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 150 ДО 200 ПРЦН ЗАРАБОТ МИЛ (ME3)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 125 МИЛЬ (06Y)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ (06M)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>175 PERCENT MILES EARNED (M17)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 200 TO 225 PCT MILES EARNED (M20)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 250 TO 300 PCT MILES EARNED (M25)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>CARRY10KG 22LBUPTO 55X40X25CM (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>CARRY15KG 33LBUPTO 55X40X25CM (0MK)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДО 50Ф 23КГ И ДО 80Д 203СМ (0GP)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 70Ф 32КГ И ДО 80Д 203СМ (0FN)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>2Е СВЕРХНОРМАТИВНОЕ МЕСТО (0CD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ИЗМЕНЕНИЕ ПРИ НЕЯВКЕ НА РЕЙС (CNS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ (RBC)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ (RBA)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТКРЫТАЯ ДАТА ОБРАТНО (ORD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО КОМФОРТ ПРИ РЕГИСТР (UT2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ ПОСАДКА (0G6)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНЫЙ БАГАЖ (0LF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ (03P)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДОСТУП В ЗАЛ ОЖИДАНИЯ ШРМ (SVO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>БИЗНЕС ЗАЛ (0BX)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПОВЫШ КЛАССА ОБСЛ С МИЛ БОНУС (0NI)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОСТАНОВКА (STO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОСТУП В ИНТЕРНЕТ (0CL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ОСНОВНОЕ МЕСТО (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО БИЗНЕС ПРИ РЕГИСТР (UPF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧКЛАДЬ ДО 36Х30Х27 (098)</DescText>
</Desc>
<Name>ECONOMY LITE</Name>
<PriceClassID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>2ae970a4-2c13-442f-966b-e36efd556649</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e5a1247e-5dab-4e8b-9fa5-fcb449cd56a7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e5a1247e-5dab-4e8b-9fa5-fcb449cd56a7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>67ff2016-31f4-450a-94ee-4b24fafdcdaf</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>e5a1247e-5dab-4e8b-9fa5-fcb449cd56a7</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d4037976-1840-45e0-86ba-2904bdcdef88</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>09c83825-c7f5-4a9c-bfe2-50f459d07a96</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>93ff6728-de5c-4f50-b05b-e9350cf80d2b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>59b005f1-f0de-4ff3-8048-bf049473a607</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>59b005f1-f0de-4ff3-8048-bf049473a607</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>7ecd3e51-95f1-478b-9cdb-14561ef16020</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>59b005f1-f0de-4ff3-8048-bf049473a607</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>49141bcc-8b3f-4c21-9c54-5251681fe120</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0e7d6169-4521-4597-8c90-b5878e4d92c2</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4a06e7dc-36be-41d6-82c8-0eeabe000bb6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>90d22d4b-7a95-4a9e-8918-9095af8c2755</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>90d22d4b-7a95-4a9e-8918-9095af8c2755</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>db6150ae-c00b-4be1-82ee-a9812bdf3191</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>90d22d4b-7a95-4a9e-8918-9095af8c2755</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a4abbd8a-97ef-444c-9e2d-810af0e09583</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c2a38411-ce12-4ac7-8522-dd04c5d0b0c7</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f2440a18-5493-47e3-9731-faf40a280b32</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>888456b9-c789-4d62-856b-d0271dcce7be</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>888456b9-c789-4d62-856b-d0271dcce7be</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0ab92461-e6c0-4751-823e-547b5d07531f</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>888456b9-c789-4d62-856b-d0271dcce7be</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ddefbe26-df5d-4c6d-bb98-0ae34e6cd426</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>2ee5f55f-3961-4095-844e-885443840e5b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>c346be08-f274-4131-9c7a-fd699481420d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>61a82a3e-4c9f-49ff-bb40-df743d328b0d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>61a82a3e-4c9f-49ff-bb40-df743d328b0d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>88ab5656-5fb3-421c-8ed9-ea955dee955e</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>61a82a3e-4c9f-49ff-bb40-df743d328b0d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>da0a9c3d-f0d1-406d-814f-4605094ff339</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1d93efa3-17ab-45e3-a29f-f9cb3129785f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0358bc4c-8cb0-4cc5-b9a5-0f4554df66ec</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6fd02197-dc2c-438d-a286-9478fbeb8fc9</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6fd02197-dc2c-438d-a286-9478fbeb8fc9</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>251ded16-83b0-4027-9eba-a501b5b43809</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>6fd02197-dc2c-438d-a286-9478fbeb8fc9</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4009fdcf-999c-4eec-9d6f-2b4ce43047f0</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>eb4a137e-919c-482b-b5ab-abda9e3a5f36</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e9cb17ec-6f55-43fa-8043-a66e5ccaa458</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>53a3facd-2fd0-482a-a80f-768daeebcbc4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>53a3facd-2fd0-482a-a80f-768daeebcbc4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>219d6a8d-23f9-44bc-aa5e-60867bae0a12</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>53a3facd-2fd0-482a-a80f-768daeebcbc4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a4a48936-ab79-4caf-8b98-47fbbbbab4f1</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>49aa75e2-26cc-455a-9e77-f827b3ce273d</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>2069d1cc-b4e4-408d-adf8-54c429f0525e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>340dc02d-394a-4448-bcdc-4a3ff678fb70</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>340dc02d-394a-4448-bcdc-4a3ff678fb70</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>d2877ec1-05d5-4d0c-9549-fa449b76dbfa</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOSLR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>340dc02d-394a-4448-bcdc-4a3ff678fb70</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f76d1bf2-c28d-42eb-bb6e-2e8ac0b85800</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c3d4c672-0f42-4f11-8a05-18519e9cecfe</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1be3e0c8-feca-476a-897b-20e54de2207e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3632.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>78ff4197-ce7b-4418-8316-5158342ef7a4</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1e3f4cc7-c133-4891-853a-75b6ec2e50d4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>f27bc40b-73bd-4cf2-9811-ec121e2c99ea</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1e3f4cc7-c133-4891-853a-75b6ec2e50d4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:43:40.0011221Z</OfferExpirationTimeLimitDateTime>
<OfferID>2c3d3427-2d3c-4126-936e-4f6ae6ee3f20</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>1e3f4cc7-c133-4891-853a-75b6ec2e50d4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>a4e979a0-42fa-4083-8d3f-1109ff5177d4</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>8df63b48-3e54-46e5-8758-5ed056363e37</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:59:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>2ae970a4-2c13-442f-966b-e36efd556649</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3c7c5345-be0f-4c0d-ab52-d55449e75c3c</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>8c072c65-9ef7-4f89-8c60-7bd542cef3a6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>78ff4197-ce7b-4418-8316-5158342ef7a4</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6d88152b-cd31-4ecb-9ff7-d9aeccfcf4e3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>f27bc40b-73bd-4cf2-9811-ec121e2c99ea</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6d88152b-cd31-4ecb-9ff7-d9aeccfcf4e3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:43:40.0030214Z</OfferExpirationTimeLimitDateTime>
<OfferID>6677c9b8-b5f3-4936-857a-4ad2bdf87f72</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>6d88152b-cd31-4ecb-9ff7-d9aeccfcf4e3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>a4e979a0-42fa-4083-8d3f-1109ff5177d4</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>310dbce6-f6df-43f9-937e-3a08617b134c</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:59:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>2ae970a4-2c13-442f-966b-e36efd556649</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>7f38cb8a-e454-434d-97db-34e55aa61998</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>8d25dc61-dd05-456d-9449-59e464ee087c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>78ff4197-ce7b-4418-8316-5158342ef7a4</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5f9aba35-3dbc-4b94-9e74-36df34957708</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>f27bc40b-73bd-4cf2-9811-ec121e2c99ea</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5f9aba35-3dbc-4b94-9e74-36df34957708</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:43:40.0049921Z</OfferExpirationTimeLimitDateTime>
<OfferID>c4503d24-cc8a-463f-9f50-5e039c7ec983</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5f9aba35-3dbc-4b94-9e74-36df34957708</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>a4e979a0-42fa-4083-8d3f-1109ff5177d4</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>070c7cce-ea21-4d49-acf8-cf1bd01cc059</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:59:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>2ae970a4-2c13-442f-966b-e36efd556649</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>70f48c04-4e6a-4649-8517-5ad3e19dfbfd</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1ec3f02c-ffe9-47e7-a892-047d35c9d7a1</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>78ff4197-ce7b-4418-8316-5158342ef7a4</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>0b413962-f83b-4a03-966a-29db8b567963</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>f27bc40b-73bd-4cf2-9811-ec121e2c99ea</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>0b413962-f83b-4a03-966a-29db8b567963</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:43:40.0065365Z</OfferExpirationTimeLimitDateTime>
<OfferID>385b5154-fd7c-4f18-9ae4-8acdaa9cdcb3</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW/ZZM</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>0b413962-f83b-4a03-966a-29db8b567963</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<PriceClassRefID>a4e979a0-42fa-4083-8d3f-1109ff5177d4</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>463b1075-d3a7-4f1e-ba58-96a614dd080b</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-10T20:59:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>2ae970a4-2c13-442f-966b-e36efd556649</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>aa5d22ac-8672-4da0-8fba-d17bc02bc1ee</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>96497338-0a81-4493-8768-ec18aee91292</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">802.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>0c279ff9-16c1-4258-acc8-da8ff7183db1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>0c279ff9-16c1-4258-acc8-da8ff7183db1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>69e20b74-b237-4473-b377-f023e6185799</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>NNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>0c279ff9-16c1-4258-acc8-da8ff7183db1</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>6b6a2b7b-beec-4f6d-a61d-b6c22b7a26f0</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>bb5fb351-64a8-42f6-b730-4edf71f4ade0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4837292b-3ec7-4499-bf8f-491e1642c30d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8839951d-9240-457c-a4e8-2f40f9683438</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8839951d-9240-457c-a4e8-2f40f9683438</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>5f27a14c-5b3e-4c36-9183-317e5f3bb277</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>NNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>8839951d-9240-457c-a4e8-2f40f9683438</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5acf9cf8-fdd1-43e2-8c66-022e62833f8b</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>7aa3bd6a-686d-48aa-bef1-a4746d4b1851</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>68a68ff4-56cf-4327-bf1b-9ff69c8d080d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>32260852-c189-4ae4-8ad1-d39d6d64b520</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>32260852-c189-4ae4-8ad1-d39d6d64b520</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>c2958df6-baaf-4ec2-ac09-557ae34ab539</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>NNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>32260852-c189-4ae4-8ad1-d39d6d64b520</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d311c2d2-11e3-4bbd-b08d-6328497c25f1</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>50247610-e5b0-4a09-bd1c-3f920c15e72d</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>41712518-222c-4fd3-b5a2-93e2d51f376d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>45b693c2-856d-46b5-a5d4-40cae0330a72</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>45b693c2-856d-46b5-a5d4-40cae0330a72</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b69420fa-758c-43e5-a4d8-8fb25da5b0f7</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>NNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>45b693c2-856d-46b5-a5d4-40cae0330a72</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>04c98204-c355-4c9f-a701-3b198d88a6a8</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>856a7976-8a85-4fd4-a721-2ac4204ff80f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>c151e91a-0ac1-4d07-9f66-96e9af26bf91</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b40f327d-e721-4639-8b5c-d0cea60798fc</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>07f1adb6-8e69-4e3a-8da5-6c44336bd3c3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>e3c52ceb-7354-46cf-9742-d7924074ec32</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>07f1adb6-8e69-4e3a-8da5-6c44336bd3c3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:29:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b40e72ae-87f1-4ea1-86f8-17d66d5da7f7</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>NNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>07f1adb6-8e69-4e3a-8da5-6c44336bd3c3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<PriceClassRefID>12c30c99-67e2-436f-bdfa-3928830cd3b5</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>74c16151-f1dd-4f8e-b6f8-55a293473bf8</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:29:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>31228c92-3070-4e6c-af7f-2d6298f68aec</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>06d5d708-c0d3-420e-83b3-5dbacddc617b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b462a5cb-ce11-455b-bc09-f74a820da5ba</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">10200.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-07T23:58:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">512.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">947.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">632.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10832.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 250 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 580 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 268 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 470 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Filter search for offers exclusively for 3D contracts¶
This filter is used in the request Mixvel_AirShoppingRQ for search of the offers with 3D contracts:
Mixvel_AirShoppingRQ/Request/ResponseParameters/CodeTariffAccount
| Element | Description |
|---|---|
| CodeTariffAccount | The parameter which is responsible for delivery of flights with only 3D contracts. Possible values: ‘true’, ‘false’ (by default ‘false’). |
Example of Mixvel_AirShoppingRQ:
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-01T00:00:00Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CarrierPrefRefID>Carrier-1</CarrierPrefRefID>
<DestArrivalCriteria>
<LocationCode Standard="IATA">MOW</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-03-20</Date>
<LocationCode Standard="IATA">LED</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC> <!--код категории пассажира по условиям договора-->
</Pax>
</Paxs>
<ResponseParameters>
<CodeTariffAccount>true</CodeTariffAccount> <!-- фильтр поиска предложений по 3Д договорам-->
</ResponseParameters>
<ShoppingCriteria>
<CarrierCriteria>
<Carrier>
<AirlineDesigCode>SU</AirlineDesigCode>
</Carrier>
<CarrierPrefID>Carrier-1</CarrierPrefID>
</CarrierCriteria>
<ProgramCriteria>
<ProgramContract>
<ContractID>GERUS</ContractID> <!--номер договора-->
</ProgramContract>
<ProgramAccount>
<AccountID>ACCGERUS</AccountID> <!--код скидки-->
</ProgramAccount>
<TypeCode>ТС</TypeCode> <!--вводится на кириллице-->
<OwnerCode>SU</OwnerCode>
</ProgramCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019af051-47b0-7037-814a-10f91f102536" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-12-05T21:00:50.2048833Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>SU WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 10 KG/33LB NOT EXCEEDING 55 CM IN LENGTH 40 CM IN WIDTH AND 25 CM IN HEIGHT. PLEASE VISIT WWW.AEROFLOT.RU FOR FULL DETAILS OF SU HAND BAGGAGE POLICY. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY10KG 22LB 55L X 40W X 25H (08A)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>a295e930-65cf-4bc0-a1d3-0d8196cf930e</OriginDestID>
<PaxJourneyRefID>d365439b-ba92-4646-87b5-f7ef56b671df</PaxJourneyRefID>
<PaxJourneyRefID>ada65eab-f982-46f7-b2b1-cce53c2fae47</PaxJourneyRefID>
<PaxJourneyRefID>02dd10c8-e89c-4c38-aae1-ebfa863afd91</PaxJourneyRefID>
<PaxJourneyRefID>950204b4-a1ab-4043-9126-0459ebc715bf</PaxJourneyRefID>
<PaxJourneyRefID>588c3949-fd71-4b4d-98aa-db0e37ca2f8b</PaxJourneyRefID>
<PaxJourneyRefID>200deded-15d6-4d68-b87f-8a5e6442b36b</PaxJourneyRefID>
<PaxJourneyRefID>0b6b4bf9-09ee-4717-aedf-a13181dd4c1b</PaxJourneyRefID>
<PaxJourneyRefID>b30882e0-5e19-4dbc-9e62-83da3bd062b3</PaxJourneyRefID>
<PaxJourneyRefID>83d51852-3e5a-45e4-becb-30cbd77beac5</PaxJourneyRefID>
<PaxJourneyRefID>57692f22-af7b-425c-9c13-2299d656621e</PaxJourneyRefID>
<PaxJourneyRefID>ffabb0e4-7811-491c-bbb3-307f09b1bff2</PaxJourneyRefID>
<PaxJourneyRefID>63a00101-01f3-497c-9daf-25a6ffc39655</PaxJourneyRefID>
<PaxJourneyRefID>3e10beb7-2a15-4642-9812-90ecc29d7441</PaxJourneyRefID>
<PaxJourneyRefID>da3f56ec-81e4-4b0d-a14c-e9d8760272e3</PaxJourneyRefID>
<PaxJourneyRefID>13f50ca6-ea34-48eb-aa4e-52c624ac6cd2</PaxJourneyRefID>
<PaxJourneyRefID>49ac8553-ff12-4d34-82b7-13a137b02e08</PaxJourneyRefID>
<PaxJourneyRefID>3a568899-bb84-40da-8b6e-5011da456883</PaxJourneyRefID>
<PaxJourneyRefID>9870193e-fbb9-43a5-b85e-3481a08cd8ba</PaxJourneyRefID>
<PaxJourneyRefID>e62b026b-2c99-4382-b117-101a2324376e</PaxJourneyRefID>
<PaxJourneyRefID>05e3fa1b-09a4-4882-9beb-f3a817c9750c</PaxJourneyRefID>
<PaxJourneyRefID>4af429cb-5542-44d4-93ef-0543a968136a</PaxJourneyRefID>
<PaxJourneyRefID>ccd19aa8-0a27-46a0-b927-b22d741e494e</PaxJourneyRefID>
<PaxJourneyRefID>adfb3b15-515d-4cbe-b193-d7971096d932</PaxJourneyRefID>
<PaxJourneyRefID>15172020-48eb-4ec4-9c34-b6243dfed690</PaxJourneyRefID>
<PaxJourneyRefID>4d7701f3-96d8-4a17-bcd7-f0d17a1294fd</PaxJourneyRefID>
<PaxJourneyRefID>40cebf48-c978-4d68-9dd1-6532b0f7b827</PaxJourneyRefID>
<PaxJourneyRefID>b37c9350-bdf3-4583-b8c3-1a123e06bf92</PaxJourneyRefID>
<PaxJourneyRefID>ad092dbb-d488-4bc1-bd9d-9274b8b7e0e3</PaxJourneyRefID>
<PaxJourneyRefID>bdf26b73-d9bc-424c-9cb4-1a995f2bf3c9</PaxJourneyRefID>
<PaxJourneyRefID>72b1c4cc-788b-4cb1-b472-f7b8b9e0b9dd</PaxJourneyRefID>
<PaxJourneyRefID>5a3cd2bd-6397-4d31-a376-17a3b398cb5e</PaxJourneyRefID>
<PaxJourneyRefID>88df5b35-1c25-4836-a706-c56526812091</PaxJourneyRefID>
<PaxJourneyRefID>1105bcdf-d18b-4681-9a68-031e475f743f</PaxJourneyRefID>
<PaxJourneyRefID>d1b1f428-0763-462c-8754-8104244a52e6</PaxJourneyRefID>
<PaxJourneyRefID>daeb6c05-a4fa-428d-919d-f0f6c20a1b6a</PaxJourneyRefID>
<PaxJourneyRefID>d1918c44-7f16-48f9-ae37-3a0345eab8fb</PaxJourneyRefID>
<PaxJourneyRefID>2b54b69a-04c6-4dc4-8cdc-97afd759fbc0</PaxJourneyRefID>
<PaxJourneyRefID>a4bf8638-10fe-4eda-8080-1100c7ba0113</PaxJourneyRefID>
<PaxJourneyRefID>98e063cd-ea34-4c2a-982f-a8f7eeb7d0fa</PaxJourneyRefID>
<PaxJourneyRefID>e9b4cd5b-4db3-470c-961e-b56c045a00b3</PaxJourneyRefID>
<PaxJourneyRefID>ffff93e2-64c3-4a80-bd20-514fa6d9a02b</PaxJourneyRefID>
<PaxJourneyRefID>8c79b978-9694-43d1-b714-bbee807cb857</PaxJourneyRefID>
<PaxJourneyRefID>5157ace7-efd3-48ff-9c51-a26f5f46c9ec</PaxJourneyRefID>
<PaxJourneyRefID>949a80cd-3338-476b-baf4-9168803bdd9b</PaxJourneyRefID>
<PaxJourneyRefID>08eb3a61-331c-41e5-975d-2b34d3601497</PaxJourneyRefID>
<PaxJourneyRefID>1891ed85-4e37-4dd4-a2c7-2510561bb187</PaxJourneyRefID>
<PaxJourneyRefID>1a0ab528-aca2-4527-9dcc-7f447b196d0e</PaxJourneyRefID>
<PaxJourneyRefID>3c8f3dd3-dcab-43a9-969e-6c5719994dbd</PaxJourneyRefID>
<PaxJourneyRefID>e091679c-69f5-4038-bb84-e8b4d1005db4</PaxJourneyRefID>
<PaxJourneyRefID>828d5640-1612-475a-acf1-0d9d4f782e06</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>b30882e0-5e19-4dbc-9e62-83da3bd062b3</PaxJourneyID>
<PaxSegmentRefID>7e44c9e4-a007-4c58-b8bc-f66bb1db47a7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>9870193e-fbb9-43a5-b85e-3481a08cd8ba</PaxJourneyID>
<PaxSegmentRefID>54b06bf9-1c1e-44bf-8a24-6e956524118c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>1105bcdf-d18b-4681-9a68-031e475f743f</PaxJourneyID>
<PaxSegmentRefID>38903f70-2616-494b-a9c6-1fafd5077ee2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>ccd19aa8-0a27-46a0-b927-b22d741e494e</PaxJourneyID>
<PaxSegmentRefID>894fac40-64f3-42a1-942f-f6aa96accd78</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>d1b1f428-0763-462c-8754-8104244a52e6</PaxJourneyID>
<PaxSegmentRefID>24344c4d-134e-4e63-8833-5ae144e9a8a9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>08eb3a61-331c-41e5-975d-2b34d3601497</PaxJourneyID>
<PaxSegmentRefID>41104564-7fe0-4f19-9da8-d64aa6351358</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>5a3cd2bd-6397-4d31-a376-17a3b398cb5e</PaxJourneyID>
<PaxSegmentRefID>1e45b819-7df8-4559-97bf-826e27a46697</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>e62b026b-2c99-4382-b117-101a2324376e</PaxJourneyID>
<PaxSegmentRefID>09cce95d-a8d3-4751-898d-a2d5113dfa1c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>83d51852-3e5a-45e4-becb-30cbd77beac5</PaxJourneyID>
<PaxSegmentRefID>1563adbb-d2e0-49fc-8439-12dba3b55349</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>ffff93e2-64c3-4a80-bd20-514fa6d9a02b</PaxJourneyID>
<PaxSegmentRefID>9acef3be-eb23-4623-90d6-e82cc0cc4edd</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>e091679c-69f5-4038-bb84-e8b4d1005db4</PaxJourneyID>
<PaxSegmentRefID>150d2b8f-7298-476b-acf8-1c6d1c2b8377</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>72b1c4cc-788b-4cb1-b472-f7b8b9e0b9dd</PaxJourneyID>
<PaxSegmentRefID>11334a42-f727-43ba-ad8a-da1ffd994b4c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>15172020-48eb-4ec4-9c34-b6243dfed690</PaxJourneyID>
<PaxSegmentRefID>04466ccc-d5e3-45b8-946a-e1a9ed88aca2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>63a00101-01f3-497c-9daf-25a6ffc39655</PaxJourneyID>
<PaxSegmentRefID>adec57a3-252c-430d-a558-d118bc58fe97</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>57692f22-af7b-425c-9c13-2299d656621e</PaxJourneyID>
<PaxSegmentRefID>8b8250db-a002-4e99-af92-7ffeddb14089</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>e9b4cd5b-4db3-470c-961e-b56c045a00b3</PaxJourneyID>
<PaxSegmentRefID>991b86bc-ecfc-4d26-b5b9-478a756010f0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>98e063cd-ea34-4c2a-982f-a8f7eeb7d0fa</PaxJourneyID>
<PaxSegmentRefID>388bcf4c-f473-4b71-88aa-453947107e1a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>13f50ca6-ea34-48eb-aa4e-52c624ac6cd2</PaxJourneyID>
<PaxSegmentRefID>e78fb5ec-694f-4025-b143-66ac7a436597</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>daeb6c05-a4fa-428d-919d-f0f6c20a1b6a</PaxJourneyID>
<PaxSegmentRefID>dda821a6-8ae4-4412-b9fd-2d20868221da</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>49ac8553-ff12-4d34-82b7-13a137b02e08</PaxJourneyID>
<PaxSegmentRefID>cb4f6ceb-667c-4e5c-9985-34e9909da67c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>3a568899-bb84-40da-8b6e-5011da456883</PaxJourneyID>
<PaxSegmentRefID>d43807f0-47ea-413f-a78a-620dd4581e3f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>4d7701f3-96d8-4a17-bcd7-f0d17a1294fd</PaxJourneyID>
<PaxSegmentRefID>d733d682-5967-4870-9f8c-a32c3a333b07</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>05e3fa1b-09a4-4882-9beb-f3a817c9750c</PaxJourneyID>
<PaxSegmentRefID>8f750517-e9cd-4b28-b003-15ca0b1a3dae</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>ada65eab-f982-46f7-b2b1-cce53c2fae47</PaxJourneyID>
<PaxSegmentRefID>f66b8524-4cd9-469e-887f-08ca225393d7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>1a0ab528-aca2-4527-9dcc-7f447b196d0e</PaxJourneyID>
<PaxSegmentRefID>e016ebbe-81e0-49f2-82da-68a2d30d624d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>2b54b69a-04c6-4dc4-8cdc-97afd759fbc0</PaxJourneyID>
<PaxSegmentRefID>09c953b2-528f-4d98-9cd1-3a4889fdcbe0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>da3f56ec-81e4-4b0d-a14c-e9d8760272e3</PaxJourneyID>
<PaxSegmentRefID>2aa7f976-9aba-48f0-aca4-cc8754b71461</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>8c79b978-9694-43d1-b714-bbee807cb857</PaxJourneyID>
<PaxSegmentRefID>54c64a1b-f13e-4f99-be18-7d2ec8d8d3af</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>88df5b35-1c25-4836-a706-c56526812091</PaxJourneyID>
<PaxSegmentRefID>6d31d4d0-19f3-41c9-8d68-f68383b2be44</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>200deded-15d6-4d68-b87f-8a5e6442b36b</PaxJourneyID>
<PaxSegmentRefID>a68779e6-3136-4bab-9b86-a0a13e76ba8c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>bdf26b73-d9bc-424c-9cb4-1a995f2bf3c9</PaxJourneyID>
<PaxSegmentRefID>2c1dda87-040e-4173-9036-143d387a5e27</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>b37c9350-bdf3-4583-b8c3-1a123e06bf92</PaxJourneyID>
<PaxSegmentRefID>d75f89ec-046e-4f67-9c5e-8a55a527688b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>1891ed85-4e37-4dd4-a2c7-2510561bb187</PaxJourneyID>
<PaxSegmentRefID>13f8d682-4936-41bc-8b5a-3811247ba6ec</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>adfb3b15-515d-4cbe-b193-d7971096d932</PaxJourneyID>
<PaxSegmentRefID>1382adba-dc91-47ef-ad6d-c7b94bb8f454</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>ad092dbb-d488-4bc1-bd9d-9274b8b7e0e3</PaxJourneyID>
<PaxSegmentRefID>a16e5028-d8cd-4cd9-ab2e-abc2d7776e3d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>40cebf48-c978-4d68-9dd1-6532b0f7b827</PaxJourneyID>
<PaxSegmentRefID>4f532b80-d74f-4294-950d-d00a6782fdf5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>02dd10c8-e89c-4c38-aae1-ebfa863afd91</PaxJourneyID>
<PaxSegmentRefID>60622457-0c0a-48ca-bc3c-596a99e1cf3a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>588c3949-fd71-4b4d-98aa-db0e37ca2f8b</PaxJourneyID>
<PaxSegmentRefID>f4acef8c-098b-4737-8060-b63a1bf89b3c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>949a80cd-3338-476b-baf4-9168803bdd9b</PaxJourneyID>
<PaxSegmentRefID>167a6803-3960-4771-b451-1ebeb289bb85</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>d1918c44-7f16-48f9-ae37-3a0345eab8fb</PaxJourneyID>
<PaxSegmentRefID>bfad33d3-8620-4ea2-8d86-94f726ad441a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>950204b4-a1ab-4043-9126-0459ebc715bf</PaxJourneyID>
<PaxSegmentRefID>d03c678f-38b8-47e4-ade6-c111d13d6cf4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>3c8f3dd3-dcab-43a9-969e-6c5719994dbd</PaxJourneyID>
<PaxSegmentRefID>6bb21d81-2206-49c6-b2fe-2aeff87be1fc</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>4af429cb-5542-44d4-93ef-0543a968136a</PaxJourneyID>
<PaxSegmentRefID>dc5ef4f8-d98c-4ebe-90dc-5f41af9fdba5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>3e10beb7-2a15-4642-9812-90ecc29d7441</PaxJourneyID>
<PaxSegmentRefID>3e8257da-4c41-4040-8a6b-322bca73c10e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>a4bf8638-10fe-4eda-8080-1100c7ba0113</PaxJourneyID>
<PaxSegmentRefID>f6e98734-d056-4921-92f9-306a261084f1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>ffabb0e4-7811-491c-bbb3-307f09b1bff2</PaxJourneyID>
<PaxSegmentRefID>c14724dc-d1f3-46b9-8819-a7755fd5bf3e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>d365439b-ba92-4646-87b5-f7ef56b671df</PaxJourneyID>
<PaxSegmentRefID>1c633a3b-9572-49d6-9a8a-24d34bd8222d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>828d5640-1612-475a-acf1-0d9d4f782e06</PaxJourneyID>
<PaxSegmentRefID>dd9ff219-03e0-43d5-9de0-b4ab1364e0a4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>5157ace7-efd3-48ff-9c51-a26f5f46c9ec</PaxJourneyID>
<PaxSegmentRefID>f595116e-163b-4a61-94f5-c2467a010421</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>0b6b4bf9-09ee-4717-aedf-a13181dd4c1b</PaxJourneyID>
<PaxSegmentRefID>b518eeea-30be-4d4f-b676-bb0687ece44f</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T08:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T08:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a939348a-f4f0-48b0-a14b-dc5df3f7282c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6051</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6051</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b518eeea-30be-4d4f-b676-bb0687ece44f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T16:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T16:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a1705a32-1370-4bc5-95ea-44c7d11c4847</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T15:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6246</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6246</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>388bcf4c-f473-4b71-88aa-453947107e1a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T15:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5e0e5c85-1880-4d73-9294-b2db0bbf4a8a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T13:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6060</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6060</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>09c953b2-528f-4d98-9cd1-3a4889fdcbe0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T20:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T20:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ef07e97a-5d3c-4b48-a7fd-34f8425b4a33</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T18:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T18:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6498</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6498</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f595116e-163b-4a61-94f5-c2467a010421</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T09:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T09:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e059c957-6f16-4f81-9b12-d10569ba8c57</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T08:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6003</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6003</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7e44c9e4-a007-4c58-b8bc-f66bb1db47a7</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T10:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T10:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d72ca00b-8367-4d2f-8c32-f8f0d40a2c4f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6040</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6040</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>2c1dda87-040e-4173-9036-143d387a5e27</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T20:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T20:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b8690766-7480-462e-bebf-586ea87a78a1</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T19:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T19:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6516</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6516</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>167a6803-3960-4771-b451-1ebeb289bb85</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T12:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T12:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6fdfc688-5e73-41c7-a4a8-3de81ef3532a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T11:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6132</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6132</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6d31d4d0-19f3-41c9-8d68-f68383b2be44</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T19:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T19:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7271790e-f86b-482b-ab53-542cf3188ef0</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T18:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6496</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6496</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>54c64a1b-f13e-4f99-be18-7d2ec8d8d3af</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T21:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T21:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2347dfef-82e8-4ee3-b264-093f7e296c00</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T20:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T20:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6953</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6953</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>dc5ef4f8-d98c-4ebe-90dc-5f41af9fdba5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T10:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T10:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>335c8dbb-9354-456a-9622-6aaaaeb5ec1d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T08:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T08:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6700</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6700</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a16e5028-d8cd-4cd9-ab2e-abc2d7776e3d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T09:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T09:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>646be7b9-b3b1-4d00-8e8a-0f87bc7a661e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T08:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6952</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6952</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d75f89ec-046e-4f67-9c5e-8a55a527688b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T16:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T16:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c3333405-0e9c-4672-9f51-7a289f1ec73a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T15:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6019</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6019</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e78fb5ec-694f-4025-b143-66ac7a436597</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T12:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T12:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c0d2cfbc-392a-4d00-8591-2d814acebbc9</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T11:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6009</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6009</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c14724dc-d1f3-46b9-8819-a7755fd5bf3e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T07:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T07:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0c0d1d63-20e8-4dca-8a12-a0d357c5f520</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T06:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T06:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6810</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6810</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>04466ccc-d5e3-45b8-946a-e1a9ed88aca2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T11:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T11:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8ad554c5-a745-44c2-97f5-883f51078a8a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6007</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6007</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>8b8250db-a002-4e99-af92-7ffeddb14089</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T11:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0188ac5c-4cb4-49a8-b79b-a7fee660c239</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T09:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T09:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6128</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6128</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>11334a42-f727-43ba-ad8a-da1ffd994b4c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-21T01:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-21T01:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>57c09e03-a4cf-4fba-ba14-50f42ccea1a2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T23:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T23:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6706</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6706</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a68779e6-3136-4bab-9b86-a0a13e76ba8c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cf351591-a127-4aff-926c-7d2bfbf5f8dd</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T07:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T07:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6808</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6808</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4f532b80-d74f-4294-950d-d00a6782fdf5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-21T00:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-21T00:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a98d2ae0-34e2-418e-9c82-c5aea234f026</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T23:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T23:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6098</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6098</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>dd9ff219-03e0-43d5-9de0-b4ab1364e0a4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T11:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>333</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3ac7ea9c-ed39-461a-99a0-d616144efa09</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>29</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>29</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f66b8524-4cd9-469e-887f-08ca225393d7</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-21T00:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-21T00:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ef9d6bb4-800e-4220-b2c4-3b4c45b8aae3</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T22:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T22:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6704</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6704</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>150d2b8f-7298-476b-acf8-1c6d1c2b8377</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0abf8967-482f-47b0-8612-96738b925177</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T10:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T10:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6956</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6956</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1e45b819-7df8-4559-97bf-826e27a46697</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T08:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T08:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>40042742-3969-4251-be05-0161b0348941</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T07:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6806</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6806</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d733d682-5967-4870-9f8c-a32c3a333b07</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T14:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T14:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d70cc0a6-c543-4bd6-ae62-772ebbb18a8b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T13:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T13:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6058</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6058</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>bfad33d3-8620-4ea2-8d86-94f726ad441a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T16:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T16:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>429924ca-8173-4e4e-93ca-9deda590c6f8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T14:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T14:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6917</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6917</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>2aa7f976-9aba-48f0-aca4-cc8754b71461</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T19:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T19:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4961bac8-ebf3-4e7e-af98-631b9a167ce2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T18:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T18:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6179</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6179</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>54b06bf9-1c1e-44bf-8a24-6e956524118c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T22:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T22:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4fd7e7c9-7cbf-48f9-9f73-2f4cb38b8802</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T21:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T21:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6169</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6169</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>894fac40-64f3-42a1-942f-f6aa96accd78</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T15:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T15:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bb4bbbe4-a9ba-4553-beec-6d0cf1ce69c5</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T14:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T14:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6216</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6216</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f6e98734-d056-4921-92f9-306a261084f1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T11:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T11:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ed5e0289-931b-428a-b439-d0b2b428f3a2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T10:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>7</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>7</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1c633a3b-9572-49d6-9a8a-24d34bd8222d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T22:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T22:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b77a0185-4180-4ad1-be69-148f05778b85</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T21:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T21:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6580</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6580</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e016ebbe-81e0-49f2-82da-68a2d30d624d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T23:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T23:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9e174cd5-af18-4993-a562-18c94ff0e13d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T22:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T22:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6094</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6094</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6bb21d81-2206-49c6-b2fe-2aeff87be1fc</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T23:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T23:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>eb234edc-bd54-4739-ba56-bf53239ab265</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T22:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T22:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6187</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6187</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1382adba-dc91-47ef-ad6d-c7b94bb8f454</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T17:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>00e5343c-a221-4e17-aa1e-c4b83ca99341</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T16:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T16:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6046</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6046</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>991b86bc-ecfc-4d26-b5b9-478a756010f0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T18:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T18:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f0276c15-9d40-458c-bacc-77dfc1d32b42</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T17:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T17:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6177</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6177</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d43807f0-47ea-413f-a78a-620dd4581e3f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T14:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T14:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2d3e27ff-25a1-4fb0-ac03-3513a2eda8de</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T13:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T13:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6027</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6027</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>3e8257da-4c41-4040-8a6b-322bca73c10e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T13:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T13:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1b123456-03cb-4a2f-a65a-76ed2f1f4764</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T12:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T12:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6214</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6214</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>dda821a6-8ae4-4412-b9fd-2d20868221da</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T13:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T13:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>752110eb-f09c-446f-bfdd-f56c51840d34</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T11:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T11:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6802</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6802</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>38903f70-2616-494b-a9c6-1fafd5077ee2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T21:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T21:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ed42c277-4fa8-4726-a0b0-3c39be551374</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T19:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T19:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6017</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6017</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>8f750517-e9cd-4b28-b003-15ca0b1a3dae</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T18:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T18:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1f46e67e-d39e-415b-810d-15efe1071df1</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T17:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T17:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6428</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6428</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>9acef3be-eb23-4623-90d6-e82cc0cc4edd</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T22:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T22:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d829cb5e-52a5-41e8-a895-18c8b31f5105</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T21:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T21:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>33</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>33</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f4acef8c-098b-4737-8060-b63a1bf89b3c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T22:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T22:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>420b4f7a-c021-459e-9e15-10ef2a6c20b2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T20:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T20:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6520</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6520</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>13f8d682-4936-41bc-8b5a-3811247ba6ec</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T17:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T17:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9a68af3d-8707-43a2-8c93-ad8ef5a56805</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T16:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T16:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6175</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6175</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>cb4f6ceb-667c-4e5c-9985-34e9909da67c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T13:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T13:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ab520270-ce88-455e-bd01-1622ff139706</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6025</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6025</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>adec57a3-252c-430d-a558-d118bc58fe97</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T20:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T20:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>54d20f59-a693-40bb-9f2c-c50027a69f05</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T18:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T18:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6015</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6015</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>09cce95d-a8d3-4751-898d-a2d5113dfa1c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T21:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T21:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ccfc7195-866c-4d79-9e23-a4d884a39825</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T20:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T20:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>31</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>31</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d03c678f-38b8-47e4-ade6-c111d13d6cf4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T10:45:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T10:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cbcdd817-8148-48f8-8267-3710f9d5a4ee</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T09:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T09:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6005</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6005</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1563adbb-d2e0-49fc-8439-12dba3b55349</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T13:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T13:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9d664903-89ac-48ca-b44c-cf5c7a9076ef</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6042</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6042</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>24344c4d-134e-4e63-8833-5ae144e9a8a9</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T20:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T20:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>04a7bb2f-539a-4f28-8935-7778d955eb6b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T19:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T19:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6518</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6518</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>41104564-7fe0-4f19-9da8-d64aa6351358</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-20T13:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-20T13:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b0e3d1bf-0524-463b-b32b-7b8df093d781</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-20T12:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>11</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>11</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>60622457-0c0a-48ca-bc3c-596a99e1cf3a</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>NB</Code>
<Desc>
<Access>N</Access>
<DescText>25 PCT MILES FOR FARES BPX SOC (06A)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>50 75 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>75 100 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME7)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОТ 75 ДО 125 ПРЦН ЗАРАБОТ МИЛ (ME1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 100 TO 125 PCT MILES EARNED (M10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 100 ДО 150 ПРЦН ЗАРАБОТ МИЛ (ME2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 125 TO 150 PCT MILES EARNED (M12)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 150 ДО 200 ПРЦН ЗАРАБОТ МИЛ (ME3)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 125 МИЛЬ (06Y)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ (06M)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>175 PERCENT MILES EARNED (M17)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 200 TO 225 PCT MILES EARNED (M20)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 250 TO 300 PCT MILES EARNED (M25)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>CARRY10KG 22LBUPTO 55X40X25CM (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>CARRY15KG 33LBUPTO 55X40X25CM (0MK)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДО 50Ф 23КГ И ДО 80Д 203СМ (0GP)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 70Ф 32КГ И ДО 80Д 203СМ (0FN)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>2Е СВЕРХНОРМАТИВНОЕ МЕСТО (0CD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ИЗМЕНЕНИЕ ПРИ НЕЯВКЕ НА РЕЙС (CNS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ (RBC)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ (RBA)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТКРЫТАЯ ДАТА ОБРАТНО (ORD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО КОМФОРТ ПРИ РЕГИСТР (UT2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ ПОСАДКА (0G6)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНЫЙ БАГАЖ (0LF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ (03P)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДОСТУП В ЗАЛ ОЖИДАНИЯ ШРМ (SVO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>БИЗНЕС ЗАЛ (0BX)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПОВЫШ КЛАССА ОБСЛ С МИЛ БОНУС (0NI)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОСТАНОВКА (STO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОСТУП В ИНТЕРНЕТ (0CL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ОСНОВНОЕ МЕСТО (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО БИЗНЕС ПРИ РЕГИСТР (UPF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧКЛАДЬ ДО 36Х30Х27 (098)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНЫЙ ДОСМОТР (FTR)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ИЗМЕНЕНИЯ В РАДИУСЕ 12Ч (SHO)</DescText>
</Desc>
<Name>ECONOMY LITE</Name>
<PriceClassID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1c633a3b-9572-49d6-9a8a-24d34bd8222d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1c633a3b-9572-49d6-9a8a-24d34bd8222d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8c661bbc-fdad-4b6e-954a-0f87ad8ac3b0</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>GNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>1c633a3b-9572-49d6-9a8a-24d34bd8222d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1a5acdc4-44ff-461c-8acc-d9606e805fa0</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d365439b-ba92-4646-87b5-f7ef56b671df</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>ad24938e-36c1-4689-82d2-4ddab98f4b15</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f66b8524-4cd9-469e-887f-08ca225393d7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f66b8524-4cd9-469e-887f-08ca225393d7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>feb4ae18-6ac2-494f-89bf-a0ad9d496bde</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>GNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>f66b8524-4cd9-469e-887f-08ca225393d7</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>32bb7f57-1e98-40e2-8ff6-7aec5d4c569a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>ada65eab-f982-46f7-b2b1-cce53c2fae47</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0c9e520c-a66e-48bd-954d-39594fcf6f92</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>60622457-0c0a-48ca-bc3c-596a99e1cf3a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>60622457-0c0a-48ca-bc3c-596a99e1cf3a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>f3d56478-aa44-49c0-8878-0f81d4f04dc3</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>GNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>60622457-0c0a-48ca-bc3c-596a99e1cf3a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>1</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2da9d5ba-37a1-4d67-8ce2-cc1366d4ee92</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>02dd10c8-e89c-4c38-aae1-ebfa863afd91</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f95da01a-be74-4c49-87d3-ab91d7ae26c1</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d03c678f-38b8-47e4-ade6-c111d13d6cf4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d03c678f-38b8-47e4-ade6-c111d13d6cf4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>d1ffebdc-5fda-4f16-a243-2eaf08d16a04</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>GNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>d03c678f-38b8-47e4-ade6-c111d13d6cf4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>1</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7657cd82-cd79-4004-9db2-d3d676d399e2</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>950204b4-a1ab-4043-9126-0459ebc715bf</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>2d702f2a-ab4d-48b0-83da-599eb27f04c0</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f4acef8c-098b-4737-8060-b63a1bf89b3c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f4acef8c-098b-4737-8060-b63a1bf89b3c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>e7698d97-26fa-4723-8e5f-559737d7d9b2</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>GNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>M</MealTypeCode>
<MealTypeDescription>Meal (general)</MealTypeDescription>
</MealType>
<PaxSegmentRefID>f4acef8c-098b-4737-8060-b63a1bf89b3c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>1</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>fbb275b5-86a4-43e7-a702-090ceaa447ab</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>588c3949-fd71-4b4d-98aa-db0e37ca2f8b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>655e0c23-b733-4518-941f-afdd87aa566a</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a68779e6-3136-4bab-9b86-a0a13e76ba8c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a68779e6-3136-4bab-9b86-a0a13e76ba8c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0de990a6-541e-4d8e-b512-cf1ec39c3b9f</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>GNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>a68779e6-3136-4bab-9b86-a0a13e76ba8c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>1</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>04cbfd4b-9fd3-43fa-922a-f3241865146a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>200deded-15d6-4d68-b87f-8a5e6442b36b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>157e53bc-ebe5-4f10-af49-7a5a91881fd0</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">4410.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">420.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5229.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b518eeea-30be-4d4f-b676-bb0687ece44f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b518eeea-30be-4d4f-b676-bb0687ece44f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>6f76f92d-8b39-40cb-b4af-bbbd4ac16516</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>b518eeea-30be-4d4f-b676-bb0687ece44f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>0b23469b-a322-482d-a701-64219775a0bc</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0b6b4bf9-09ee-4717-aedf-a13181dd4c1b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>165b70e2-1726-42c8-99c3-277f815371cc</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7e44c9e4-a007-4c58-b8bc-f66bb1db47a7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7e44c9e4-a007-4c58-b8bc-f66bb1db47a7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>d45e86f4-841b-44fb-ae17-46c3767139e2</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>7e44c9e4-a007-4c58-b8bc-f66bb1db47a7</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>254d40e9-15d6-4ea2-adf7-883066e14b20</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b30882e0-5e19-4dbc-9e62-83da3bd062b3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>7a553d10-687f-41f7-a7a3-8fbcdf8f30ef</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1563adbb-d2e0-49fc-8439-12dba3b55349</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1563adbb-d2e0-49fc-8439-12dba3b55349</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>25cc1007-ab17-41ee-b3ed-626f6d2e5c0e</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>1563adbb-d2e0-49fc-8439-12dba3b55349</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4e4ef0e9-42d2-401b-a3b3-dc8a7cd84bf8</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>83d51852-3e5a-45e4-becb-30cbd77beac5</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>ddc18443-5b08-449a-a2d5-6cf1b90bae36</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8b8250db-a002-4e99-af92-7ffeddb14089</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8b8250db-a002-4e99-af92-7ffeddb14089</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>48c4dc41-fbdf-47dc-bd5b-421dc000d5ee</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>8b8250db-a002-4e99-af92-7ffeddb14089</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c88066ef-9a48-4694-a4ea-d6acff4722ef</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>57692f22-af7b-425c-9c13-2299d656621e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d063eca1-59e1-42bd-9d36-64049e1564e3</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c14724dc-d1f3-46b9-8819-a7755fd5bf3e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c14724dc-d1f3-46b9-8819-a7755fd5bf3e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>e2602d17-c576-4c6d-a171-d0cf0435c91e</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>c14724dc-d1f3-46b9-8819-a7755fd5bf3e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f5549a92-b56d-482e-a133-ee4d65ed3d5a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>ffabb0e4-7811-491c-bbb3-307f09b1bff2</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>066384de-e055-4d49-9d5b-30f1927d5af6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>adec57a3-252c-430d-a558-d118bc58fe97</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>adec57a3-252c-430d-a558-d118bc58fe97</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>17124121-324e-4feb-ad23-759cca6268c4</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>adec57a3-252c-430d-a558-d118bc58fe97</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c1c5bc1d-c9a1-4775-9f5e-f61573a3578c</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>63a00101-01f3-497c-9daf-25a6ffc39655</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>523f5f5a-c5c4-4ec8-8ad0-096574ef57c0</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>3e8257da-4c41-4040-8a6b-322bca73c10e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>3e8257da-4c41-4040-8a6b-322bca73c10e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b0f4fec3-6106-4dd0-8205-59b6759d6af6</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>3e8257da-4c41-4040-8a6b-322bca73c10e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9c0c97a0-a5e7-4ece-9db6-eb0020f31f2d</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3e10beb7-2a15-4642-9812-90ecc29d7441</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>36d6d6c4-d236-434d-8e29-c6f578f4e212</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2aa7f976-9aba-48f0-aca4-cc8754b71461</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2aa7f976-9aba-48f0-aca4-cc8754b71461</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>55f7c38d-3ba5-45ba-b2c5-fe72b506126e</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>2aa7f976-9aba-48f0-aca4-cc8754b71461</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a59ab459-5e95-4508-ab80-d942601eaffa</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>da3f56ec-81e4-4b0d-a14c-e9d8760272e3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f0d2c3cd-1a4b-4a95-b5d7-8163225df354</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e78fb5ec-694f-4025-b143-66ac7a436597</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e78fb5ec-694f-4025-b143-66ac7a436597</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>14352a43-540d-45c1-bb2b-b0ffe70a9c64</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>e78fb5ec-694f-4025-b143-66ac7a436597</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>484c3051-cf92-492e-9cc6-4e49391b2dd2</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>13f50ca6-ea34-48eb-aa4e-52c624ac6cd2</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>36d02f06-7389-4363-8374-114667edd885</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>cb4f6ceb-667c-4e5c-9985-34e9909da67c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>cb4f6ceb-667c-4e5c-9985-34e9909da67c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>82a0d115-3c0b-4e6c-a0b4-5ceb90837988</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>cb4f6ceb-667c-4e5c-9985-34e9909da67c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2fb32cd7-7241-43e0-87ae-da75c0cb4a5a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>49ac8553-ff12-4d34-82b7-13a137b02e08</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>5494b767-5141-43b4-9b65-ec764049eed9</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d43807f0-47ea-413f-a78a-620dd4581e3f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d43807f0-47ea-413f-a78a-620dd4581e3f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0396fd81-897b-41c0-aae5-46691ebbb04b</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>d43807f0-47ea-413f-a78a-620dd4581e3f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1a80bd41-b903-4961-a24c-7b38250d8af2</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3a568899-bb84-40da-8b6e-5011da456883</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>7ff646bf-fe6d-4be9-a7f2-e4b169c9f07d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>54b06bf9-1c1e-44bf-8a24-6e956524118c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>54b06bf9-1c1e-44bf-8a24-6e956524118c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>5f07e2cb-7107-4a0c-a56a-ef145d775337</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>54b06bf9-1c1e-44bf-8a24-6e956524118c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>aa4cbc16-2ce6-4352-8087-5c13f22b33d4</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>9870193e-fbb9-43a5-b85e-3481a08cd8ba</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fefae16f-272d-4b24-a8e9-c203460b172b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09cce95d-a8d3-4751-898d-a2d5113dfa1c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09cce95d-a8d3-4751-898d-a2d5113dfa1c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0ecd90a8-3851-4ae4-a841-01c35f947003</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>09cce95d-a8d3-4751-898d-a2d5113dfa1c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7e8e3775-ef73-40f0-9ed3-1c5c153ab89d</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e62b026b-2c99-4382-b117-101a2324376e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4eaeb5d8-1abd-4cc8-92bb-2f6218a2601f</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8f750517-e9cd-4b28-b003-15ca0b1a3dae</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8f750517-e9cd-4b28-b003-15ca0b1a3dae</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>e8f3b22f-4441-4216-a20c-3a5120509436</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>8f750517-e9cd-4b28-b003-15ca0b1a3dae</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>deeb2ffd-2a92-4495-9e62-74788783bb82</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>05e3fa1b-09a4-4882-9beb-f3a817c9750c</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>005838ef-3564-408a-98d4-a35df45ca1ec</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc5ef4f8-d98c-4ebe-90dc-5f41af9fdba5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc5ef4f8-d98c-4ebe-90dc-5f41af9fdba5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>3bc8442c-5868-4446-8153-93f6b8c984a5</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>dc5ef4f8-d98c-4ebe-90dc-5f41af9fdba5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c41e1e5c-6d6f-4f5a-a225-86631752db40</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4af429cb-5542-44d4-93ef-0543a968136a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>701308e3-3aed-4546-a48f-305eaa40ded9</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>894fac40-64f3-42a1-942f-f6aa96accd78</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>894fac40-64f3-42a1-942f-f6aa96accd78</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>452c1950-e5b5-4abb-88d7-6d7f9449e614</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>894fac40-64f3-42a1-942f-f6aa96accd78</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>719985e8-f3d9-4463-bb91-b11b39dcb03f</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>ccd19aa8-0a27-46a0-b927-b22d741e494e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4ca539a6-c2c1-4871-9185-b3b92d78fc1d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1382adba-dc91-47ef-ad6d-c7b94bb8f454</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1382adba-dc91-47ef-ad6d-c7b94bb8f454</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b730ed6b-3978-47bf-860e-c0f640f5d1a7</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>1382adba-dc91-47ef-ad6d-c7b94bb8f454</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">207.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4d15bb46-3d05-41dc-809a-38af157720f4</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>adfb3b15-515d-4cbe-b193-d7971096d932</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>71621fac-4fb5-488f-9bdd-2b89c7ebf4b9</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">514.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">634.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5724.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>04466ccc-d5e3-45b8-946a-e1a9ed88aca2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>04466ccc-d5e3-45b8-946a-e1a9ed88aca2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>33ef5be0-5a27-4d2c-8bfe-e534d2671cc6</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>04466ccc-d5e3-45b8-946a-e1a9ed88aca2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a7869094-db1b-4544-b276-1021a7e09f48</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>15172020-48eb-4ec4-9c34-b6243dfed690</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>6cf52447-7a49-4d96-b5c4-002cd7572184</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d733d682-5967-4870-9f8c-a32c3a333b07</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d733d682-5967-4870-9f8c-a32c3a333b07</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b14846b2-457b-476c-b5e6-3193dc345d66</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>d733d682-5967-4870-9f8c-a32c3a333b07</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7cdc8583-02e3-43de-a8cc-761a6508bda6</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4d7701f3-96d8-4a17-bcd7-f0d17a1294fd</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fb8a512c-fb4d-4a00-a904-66715c028a66</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4f532b80-d74f-4294-950d-d00a6782fdf5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4f532b80-d74f-4294-950d-d00a6782fdf5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>a520b6b9-3838-4aea-8721-e7dc8afecd98</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>4f532b80-d74f-4294-950d-d00a6782fdf5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2a5f39c5-3d1d-426b-b0c5-6b199c5ec1c3</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>40cebf48-c978-4d68-9dd1-6532b0f7b827</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>79724041-973c-465a-9ee1-487dc7018cc3</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d75f89ec-046e-4f67-9c5e-8a55a527688b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d75f89ec-046e-4f67-9c5e-8a55a527688b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>311a048d-56bf-4905-a156-20d41dbba1ac</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>d75f89ec-046e-4f67-9c5e-8a55a527688b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ef55944b-c3d6-46ba-a88c-2e578f96ab5c</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b37c9350-bdf3-4583-b8c3-1a123e06bf92</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>31393853-b125-4f50-adaf-c4107bd37d2b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a16e5028-d8cd-4cd9-ab2e-abc2d7776e3d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a16e5028-d8cd-4cd9-ab2e-abc2d7776e3d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>4887677e-2a7f-4166-b2c0-9fc509bafc0c</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>a16e5028-d8cd-4cd9-ab2e-abc2d7776e3d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d8206925-f7ad-443b-9c01-4b7e1784dcfe</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>ad092dbb-d488-4bc1-bd9d-9274b8b7e0e3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>bcd37566-f563-4ebc-9c6b-48ee52cdc302</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2c1dda87-040e-4173-9036-143d387a5e27</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2c1dda87-040e-4173-9036-143d387a5e27</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>6232ffd0-7dd2-48c6-8d42-e035409cd913</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>2c1dda87-040e-4173-9036-143d387a5e27</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>63a51dc1-b429-459f-bb58-f54d5fa89a04</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>bdf26b73-d9bc-424c-9cb4-1a995f2bf3c9</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>6cc6c2ed-41cd-4b2f-9bf5-dea68013a6a4</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>11334a42-f727-43ba-ad8a-da1ffd994b4c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>11334a42-f727-43ba-ad8a-da1ffd994b4c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>f68a0fda-d18a-4018-b2f3-561688672396</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>11334a42-f727-43ba-ad8a-da1ffd994b4c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7c27fcd7-ad48-4dab-972d-f6387f2d423a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>72b1c4cc-788b-4cb1-b472-f7b8b9e0b9dd</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fa14087b-1705-4d4a-bd22-50047983b04a</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1e45b819-7df8-4559-97bf-826e27a46697</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>1e45b819-7df8-4559-97bf-826e27a46697</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>f79b8c21-9a3a-41e6-8106-a449d3384b6b</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>1e45b819-7df8-4559-97bf-826e27a46697</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>06605cc9-76ef-4b81-acaf-3dd1cc8da6ea</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>5a3cd2bd-6397-4d31-a376-17a3b398cb5e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>8146b029-db4e-41d2-9362-4c5b3bca1106</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6d31d4d0-19f3-41c9-8d68-f68383b2be44</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6d31d4d0-19f3-41c9-8d68-f68383b2be44</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8386cef7-7eb2-418d-a97e-a6e8b63a6785</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>6d31d4d0-19f3-41c9-8d68-f68383b2be44</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4c961926-52f2-4598-9495-bafa4c8ce6fb</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>88df5b35-1c25-4836-a706-c56526812091</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>537224d8-0420-4ac6-957a-1c98e3245c94</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>38903f70-2616-494b-a9c6-1fafd5077ee2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>38903f70-2616-494b-a9c6-1fafd5077ee2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>300132f4-d315-415b-a5f7-62e4bf1f3688</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>38903f70-2616-494b-a9c6-1fafd5077ee2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5bb61a55-9217-4312-a13c-ead2ba01c2f5</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1105bcdf-d18b-4681-9a68-031e475f743f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>41044753-4245-48cb-9db9-499ebc12b83f</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>24344c4d-134e-4e63-8833-5ae144e9a8a9</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>24344c4d-134e-4e63-8833-5ae144e9a8a9</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>babcdcb3-a4be-4092-a521-fbeb7be114db</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>24344c4d-134e-4e63-8833-5ae144e9a8a9</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>af665d6d-1ccf-4928-bbd2-b69a827e0565</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d1b1f428-0763-462c-8754-8104244a52e6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>2338bd5d-c0ef-4538-90e8-b602284ecce6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dda821a6-8ae4-4412-b9fd-2d20868221da</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dda821a6-8ae4-4412-b9fd-2d20868221da</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>82ca88fc-fb42-4837-9d51-aac48b256fd0</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>dda821a6-8ae4-4412-b9fd-2d20868221da</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>894c9c45-4106-4f47-836f-87704c23e90c</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>daeb6c05-a4fa-428d-919d-f0f6c20a1b6a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>848e5bd0-c37f-4f3e-8706-d9c17ccba6f6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>bfad33d3-8620-4ea2-8d86-94f726ad441a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>bfad33d3-8620-4ea2-8d86-94f726ad441a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8506f743-f841-402c-84b1-1963e368d33a</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>bfad33d3-8620-4ea2-8d86-94f726ad441a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a7085582-a3ba-41c7-a2a5-9198d0f58dce</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d1918c44-7f16-48f9-ae37-3a0345eab8fb</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>6fc824db-3a10-436f-a235-c19008f17c94</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09c953b2-528f-4d98-9cd1-3a4889fdcbe0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09c953b2-528f-4d98-9cd1-3a4889fdcbe0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>615649fe-086e-4e73-90eb-d94438418f09</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>09c953b2-528f-4d98-9cd1-3a4889fdcbe0</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f80242c0-4cce-41ac-9561-85c05155635a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>2b54b69a-04c6-4dc4-8cdc-97afd759fbc0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>98c401f0-1a7e-44c2-8f49-e797e2f0970c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f6e98734-d056-4921-92f9-306a261084f1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f6e98734-d056-4921-92f9-306a261084f1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>11bea042-5a96-4849-8118-cf77174b79bd</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>f6e98734-d056-4921-92f9-306a261084f1</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>b578c113-4a4e-444c-bef2-3aa472fb261b</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a4bf8638-10fe-4eda-8080-1100c7ba0113</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>8be39d12-f0c1-4984-88fd-736a16bc7a24</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>388bcf4c-f473-4b71-88aa-453947107e1a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>388bcf4c-f473-4b71-88aa-453947107e1a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>a6861a4b-4c3b-47a4-97e6-aa8203ab98f9</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>388bcf4c-f473-4b71-88aa-453947107e1a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4fe9e986-a072-4821-b31c-4d31d71bc27a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>98e063cd-ea34-4c2a-982f-a8f7eeb7d0fa</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>50cac06f-60e4-426b-b449-1a05fc58ccf9</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>991b86bc-ecfc-4d26-b5b9-478a756010f0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>991b86bc-ecfc-4d26-b5b9-478a756010f0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>9a8c5bfc-44ed-4821-afbc-e50d295bc101</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>991b86bc-ecfc-4d26-b5b9-478a756010f0</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>25f9fbaf-201b-4c13-9cd6-4a19c33100ec</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e9b4cd5b-4db3-470c-961e-b56c045a00b3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f5e37053-bd3d-4b4e-93ab-bd22d6da41a7</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9acef3be-eb23-4623-90d6-e82cc0cc4edd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9acef3be-eb23-4623-90d6-e82cc0cc4edd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>4233aa09-e08d-4028-a2a5-2bc6b6a158e9</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>9acef3be-eb23-4623-90d6-e82cc0cc4edd</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d178d24e-d8fd-4325-8e27-bd03b7c76451</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>ffff93e2-64c3-4a80-bd20-514fa6d9a02b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>542e5b5e-9191-4aa2-b202-36231a9be287</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>54c64a1b-f13e-4f99-be18-7d2ec8d8d3af</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>54c64a1b-f13e-4f99-be18-7d2ec8d8d3af</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>dc42078e-1744-4474-a4a8-6f71e9cd4838</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>54c64a1b-f13e-4f99-be18-7d2ec8d8d3af</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5d0d7e9f-b9a8-4485-af87-6083ecff5cb9</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>8c79b978-9694-43d1-b714-bbee807cb857</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>38b12768-83d4-467d-b5dc-9ec7b8efc923</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f595116e-163b-4a61-94f5-c2467a010421</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f595116e-163b-4a61-94f5-c2467a010421</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>deb50a64-92ae-44b7-81b2-c24e8c93cd5b</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>f595116e-163b-4a61-94f5-c2467a010421</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c67aa972-3ce6-4e66-bbb2-4b73c744ed89</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>5157ace7-efd3-48ff-9c51-a26f5f46c9ec</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>a4e50329-895c-45e7-baf0-884b634de44e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>167a6803-3960-4771-b451-1ebeb289bb85</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>167a6803-3960-4771-b451-1ebeb289bb85</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b56b05d0-190e-4843-8a6b-e83ed38215da</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>167a6803-3960-4771-b451-1ebeb289bb85</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>fabc5d2b-5175-488e-aff0-b17022baee62</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>949a80cd-3338-476b-baf4-9168803bdd9b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b24be0d3-aa41-4541-84c5-3345dba4209d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>41104564-7fe0-4f19-9da8-d64aa6351358</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>41104564-7fe0-4f19-9da8-d64aa6351358</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>97f2463a-36fe-4d1d-b1ee-59c0eb7ef313</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>41104564-7fe0-4f19-9da8-d64aa6351358</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>48dec0e9-7955-4013-8898-b07dd297843c</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>08eb3a61-331c-41e5-975d-2b34d3601497</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>aff0a3a3-3cfe-4b7c-9b53-c45f09b6a12c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>13f8d682-4936-41bc-8b5a-3811247ba6ec</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>13f8d682-4936-41bc-8b5a-3811247ba6ec</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>6ba2fb15-4e61-44f8-ba98-86e57e8b3c57</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>13f8d682-4936-41bc-8b5a-3811247ba6ec</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>712974b5-c0ef-4cd6-b498-c6ac03b39b69</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1891ed85-4e37-4dd4-a2c7-2510561bb187</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>2f3087d4-4fd7-4fa8-b428-5cea2b460e11</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e016ebbe-81e0-49f2-82da-68a2d30d624d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e016ebbe-81e0-49f2-82da-68a2d30d624d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>5b54edb9-3312-4527-b9f2-caed58914616</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>e016ebbe-81e0-49f2-82da-68a2d30d624d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>05eddc79-1715-40ca-836e-c30498117477</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1a0ab528-aca2-4527-9dcc-7f447b196d0e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>97de1550-70f9-4437-86e4-bdf5bb9eee99</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6bb21d81-2206-49c6-b2fe-2aeff87be1fc</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6bb21d81-2206-49c6-b2fe-2aeff87be1fc</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>9d68c4e1-7c17-4625-85b3-6713df77128a</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>6bb21d81-2206-49c6-b2fe-2aeff87be1fc</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>adf32bbf-e1bb-40bc-8321-4d1ce6806386</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3c8f3dd3-dcab-43a9-969e-6c5719994dbd</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>ad8b4309-e7db-4cae-b14b-c6d5ae1d56a6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>150d2b8f-7298-476b-acf8-1c6d1c2b8377</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>150d2b8f-7298-476b-acf8-1c6d1c2b8377</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>4ef3218d-5057-4523-a86f-c74d5bed5d33</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>150d2b8f-7298-476b-acf8-1c6d1c2b8377</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ade712dd-4daf-4fc1-98c4-fa72e215490b</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e091679c-69f5-4038-bb84-e8b4d1005db4</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>7e4918d0-351b-46a0-a41e-c8ca4274043f</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>da4d9c09-d94e-43cd-adfc-a7c356b45a6a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dd9ff219-03e0-43d5-9de0-b4ab1364e0a4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>53317c64-c999-43ef-9b2b-18e0e1f1e538</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dd9ff219-03e0-43d5-9de0-b4ab1364e0a4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-05T21:31:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>741c96c1-ff40-46b3-9abf-9220eee66d04</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR/CK678</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>dd9ff219-03e0-43d5-9de0-b4ab1364e0a4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<PriceClassRefID>cda09994-aec2-4441-8fe2-f5d53be8a3e4</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>154cbe0e-9132-4fda-b645-087835a9a4e4</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-05T21:31:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e7dfeab2-4d75-4eab-ac83-ec526a91b937</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>828d5640-1612-475a-acf1-0d9d4f782e06</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4ee6b502-4648-494f-bae6-69ae80a35916</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-08T00:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">819.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5909.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Commercial Offer Search Filter by Promo Code¶
To search for commercial offers by promo code, use the following structure:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ProgramCriteria.
| XPath parameters | Description |
|---|---|
| …/ProgramAccount/AccountID | Promo code (may start with ИДТ (Cyrillic), ACC (Latin), or have no prefix at all, depending on the fare conditions) |
| …/TypeCode | Code type: PR - promo code |
Note:
-
The promo code format depends on the fare application conditions (УПТ);
-
If the fare rules specify the use of an ИДТ, the promo code must be in the ИДТXXXX format.
Example of Mixvel_AirShoppingRQ:
Show request example
<Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header xmlns=""/>
<Body xmlns="">
<MessageInfo MessageId="1a199d0d-3e7b-46eb-881e-13fb09f0c23d" TimeSent="2025-10-03T13:29:39.710695Z"/>
<AppData>
<Mixvel_AirShoppingRQ xmlns="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request xmlns="">
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">TBS</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-12-23</Date>
<LocationCode Standard="IATA">TLV</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<PayloadRestrictions>
<Limit>50</Limit>
<Selections>
<Set>50</Set>
</Selections>
<ObjectName>Offer</ObjectName>
</PayloadRestrictions>
<ResponseParameters>
<CurParameter>
<CurCode>RUB</CurCode>
</CurParameter>
</ResponseParameters>
<ShoppingCriteria>
<ProgramCriteria>
<ProgramAccount>
<AccountID>ИДТ45BUS</AccountID>
</ProgramAccount>
<TypeCode>PR</TypeCode>
</ProgramCriteria>
</ShoppingCriteria>
</Request>
</Mixvel_AirShoppingRQ>
</AppData>
</Body>
</Envelope>
Example of Mixvel_AirShoppingRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019af2d6-dd2c-75cb-8655-b02108d3f074" ReplyTo="1a199d0d-3e7b-46eb-881e-13fb09f0c23d" TimeSent="2025-12-06T08:46:01.6971039Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>19024a13-49f7-4c10-9854-606579312454</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY12KG 26LB UPTO45LI 115LCM (0MR)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">45</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">115</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">12</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">26</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>6d1372dc-22fd-417d-8226-c315136de86a</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>2</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>UPTO70LB 32KG AND80LI 203LCM (0FN)</Name>
<LimitValue>2</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">32</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">70</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">TBS</DestCode>
<OriginCode Standard="IATA">TLV</OriginCode>
<OriginDestID>a321be7f-aa71-451c-bf3a-e642f6ce23cb</OriginDestID>
<PaxJourneyRefID>5007b164-d5e8-4946-8740-05e3490ba53a</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>5007b164-d5e8-4946-8740-05e3490ba53a</PaxJourneyID>
<PaxSegmentRefID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-23T15:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">TBS</LocationCode>
<StationName>Тбилиси(Тбилиси Интл.)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-23T15:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">TBS</LocationCode>
<StationName>Тбилиси(Тбилиси Интл.)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>737</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>54d8e547-d3fc-4767-9faa-4c2e12c541a6</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-23T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">TLV</LocationCode>
<StationName>Тель-Авив(Бен Гурион Интерн.)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-23T11:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">TLV</LocationCode>
<StationName>Тель-Авив(Бен Гурион Интерн.)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">864</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>A9</CarrierDesigCode>
<MarketingCarrierFlightNumberText>16</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>A9</CarrierDesigCode>
<OperatingCarrierFlightNumberText>16</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>BIZ</Code>
<Desc>
<Access>N</Access>
<DescText>VOL CHANGE BEFORE DEPARTURE (06I)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>VOL CHANGE AFTER DEPARTURE (06J)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ВЫЛЕТА (06L)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>NOSHOW (055)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>БИЗНЕС ЗАЛ (0BX)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>MEAL (0B3)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОСНОВНОЕ МЕСТО (050)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ 8КГ 18Ф ДО 45Д 115СМ (0MQ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 50Ф 23КГ И БОЛЕЕ 62Д 158СМ (0FA)</DescText>
</Desc>
<Name>BUSINESS</Name>
<PriceClassID>4ee2b77b-ee0b-4988-95b1-1326ba80a042</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>cf7b2a74-6e78-436c-8d2b-2fbafa319a4e</ValidatingPartyID>
<ValidatingPartyCode>A9</ValidatingPartyCode>
<ValidatingPartyName>Georgian Airways</ValidatingPartyName>
<ValidatingPartyDesigCode>606</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>6d1372dc-22fd-417d-8226-c315136de86a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>19024a13-49f7-4c10-9854-606579312454</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-06T09:30:59.6924859Z</OfferExpirationTimeLimitDateTime>
<OfferID>9d911175-9a16-459c-b435-7d6c050c2c96</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>DOW2</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>DOW2</FareBasisCode>
<FareRule>
<RuleCode>A903</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">40000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">46308.00</TotalAmount>
</Price>
<PriceClassRefID>4ee2b77b-ee0b-4988-95b1-1326ba80a042</PriceClassRefID>
<RBD>
<RBD_Code>D</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">40000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">46308.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>65bb3889-c59b-4899-becd-469a09f7f4ac</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:46:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">40000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">46308.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>cf7b2a74-6e78-436c-8d2b-2fbafa319a4e</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>5007b164-d5e8-4946-8740-05e3490ba53a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>edc710b4-e41c-49b0-9592-38082c0e1bda</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">40000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">46308.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>6d1372dc-22fd-417d-8226-c315136de86a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>19024a13-49f7-4c10-9854-606579312454</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-06T09:30:59.6947246Z</OfferExpirationTimeLimitDateTime>
<OfferID>d0898fb9-d32c-44dc-b3df-767c4f1a138d</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>45BUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<FareBasisAppCode>C45BUS</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>COW2</FareBasisCode>
<FareRule>
<RuleCode>A903</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>7311a2cf-0597-4ca2-8d00-a4b18d28dcf4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">66500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">72808.00</TotalAmount>
</Price>
<PriceClassRefID>4ee2b77b-ee0b-4988-95b1-1326ba80a042</PriceClassRefID>
<RBD>
<RBD_Code>C</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">66500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">72808.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a7916815-5d89-4fce-9eb5-774bc470a80a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:46:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">66500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">72808.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>cf7b2a74-6e78-436c-8d2b-2fbafa319a4e</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>5007b164-d5e8-4946-8740-05e3490ba53a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f837c997-7067-4264-abc9-1ac40157a19d</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">66500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-23T12:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">930.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2697.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2681.00</Amount>
<TaxCode>IL</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6308.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">72808.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Filter by subclass (booking class)¶
The agent sent request for a search for subsidized transportation on the route Moscow - Ulan-Ude, indicating the appropriate category of passengers, also indicating the subclass of booking, which offers subsidized fares.
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-01-15T17:37:47Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<LocationCode Standard="IATA">LED</LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2026-01-12</Date>
<LocationCode Standard="IATA">MOW</LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>YTH-1</PaxID>
<PTC>YTH</PTC>
</Pax>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>SRC-1</PaxID>
<PTC>SRC</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<FlightCriteria>
<MixRBDInd>false</MixRBDInd>
<RBD>
<RBD_Code>P</RBD_Code>
</RBD>
</FlightCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
As a result of the request in the message Mixvel_AirShoppingRS the system will return offers to Moscow - Ulan-Ude in which are offered subsidized fares.
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019af2de-a6b0-75e8-b887-4ea8ae1a26bc" ReplyTo="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-12-06T08:54:32.1048587Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>54e0d291-1572-435c-99fa-2ae230a89a81</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABIN BAG UPTO 5KG 40X30X20CM (0L5)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>CARRY ON UPTO 10KG 55X40X25CM (08A)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>135f1d63-6e2f-4873-9c1c-d2534abd170a</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>85ec74fe-8b93-47f9-91e5-2e89e94be2b1</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY ON UPTO 10KG 40X30X20CM (09O)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>FISHING ROD (FSH)</Name>
</Excluded>
<Excluded>
<Name>BILLIARD CUE (KIY)</Name>
</Excluded>
<Excluded>
<Name>TREKKING POLES (POL)</Name>
</Excluded>
<Excluded>
<Name>TENNIS RACKET (RTE)</Name>
</Excluded>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>1833215c-c4f8-4871-a7ba-7e527a006692</OriginDestID>
<PaxJourneyRefID>85e68043-4349-46dc-82b1-dbf7048d64a3</PaxJourneyRefID>
<PaxJourneyRefID>e72b44ac-22ea-4c6a-9b86-3ab6dbe1f3da</PaxJourneyRefID>
<PaxJourneyRefID>a20bc13e-62e4-4cde-811c-185cec74e623</PaxJourneyRefID>
<PaxJourneyRefID>0fc83c86-5600-4157-8ee6-82304dcae1ed</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>e72b44ac-22ea-4c6a-9b86-3ab6dbe1f3da</PaxJourneyID>
<PaxSegmentRefID>27782810-edb6-41e0-b48b-bfe327909f7c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>0fc83c86-5600-4157-8ee6-82304dcae1ed</PaxJourneyID>
<PaxSegmentRefID>710eb6cf-d43e-497e-80e8-33a69cb03b30</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H20M</Duration>
<PaxJourneyID>a20bc13e-62e4-4cde-811c-185cec74e623</PaxJourneyID>
<PaxSegmentRefID>34fbb1b9-c424-4bea-9523-8c09071ecea2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT20M</Duration>
<PaxJourneyID>85e68043-4349-46dc-82b1-dbf7048d64a3</PaxJourneyID>
<PaxSegmentRefID>5841de66-895a-4ca7-8e7d-b1dbe70c3fd0</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>YTH-1</PaxID>
<PTC>YTH</PTC>
</Pax>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>SRC-1</PaxID>
<PTC>SRC</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-12T20:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-12T20:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>93dc7c30-90f5-4c9e-9f39-1e01941590fc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-12T19:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-12T19:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H20M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>381</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>381</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>34fbb1b9-c424-4bea-9523-8c09071ecea2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-12T12:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-12T12:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>744</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>09a4b80f-3d6a-4235-836e-9ca32cfc28e0</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-12T12:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-12T12:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT20M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>804</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>804</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5841de66-895a-4ca7-8e7d-b1dbe70c3fd0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-12T15:50:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-12T15:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>737</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>abe77667-0fe1-4c29-8235-24c8dab7ee56</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-12T14:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-12T14:20:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>824</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>824</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>27782810-edb6-41e0-b48b-bfe327909f7c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-13T00:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-13T00:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>02e85432-fe06-4a3e-afeb-dc277f93dd22</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-12T23:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-12T23:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>522</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>522</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>710eb6cf-d43e-497e-80e8-33a69cb03b30</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>YLT</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ ДО 10КГ 40X30X20СМ (09O)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ ДО 10КГ 55Х40Х20СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ ДО 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 30КГ И ДО 203СМ (0FL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПИТАНИЯ (0LO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПИТАНИЕ И НАПИТКИ (MLS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕМИАЛЬНОГО МЕСТА (05Z)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР СТАНДАРТНОГО МЕСТА (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 10КГ ДО 203СМ (02S)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 20КГ ДО 203СМ (0LL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 30КГ ДО 203СМ (0FJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 50КГ ДО 203СМ (0JW)</DescText>
</Desc>
<Name>ЭКОНОМ ЛАЙТ</Name>
<PriceClassID>cdd697ea-ae13-49dc-9fa4-761d29630d1c</PriceClassID>
</PriceClass>
<PriceClass>
<Code>MN</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО 5КГ 40Х30Х20СM (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО10КГ 55Х40Х25СМ (08A)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 20КГ 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 10КГ 55X40X25CМ (0IJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТНЫЙ БИЛЕТ (056)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ШАШЛЫК ИЗ ГОВЯДИНЫ С ОВОЩАМИ (OB5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА 1 (STR)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Name>МИНИМУМ</Name>
<PriceClassID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>b537d8cc-c9b4-4d83-821f-10d9b25bfa2c</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>135f1d63-6e2f-4873-9c1c-d2534abd170a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5841de66-895a-4ca7-8e7d-b1dbe70c3fd0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>54e0d291-1572-435c-99fa-2ae230a89a81</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5841de66-895a-4ca7-8e7d-b1dbe70c3fd0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>3</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-06T09:39:31.000003Z</OfferExpirationTimeLimitDateTime>
<OfferID>e1f48a40-1d83-4114-8d00-a1b6302ee1ea</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5841de66-895a-4ca7-8e7d-b1dbe70c3fd0</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>SRC-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>fbe93731-c335-4698-8602-908d8d710fec</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<Service>
<PaxRefID>SRC-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>85e68043-4349-46dc-82b1-dbf7048d64a3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>767465e0-9939-4ef6-8c6b-f76180f80b05</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW/AA15</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5841de66-895a-4ca7-8e7d-b1dbe70c3fd0</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a9cba6f3-c9ed-431f-a918-ef1d1536efcb</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>85e68043-4349-46dc-82b1-dbf7048d64a3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>c6c5a69d-6967-4b8e-9da0-5addf998abdb</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5841de66-895a-4ca7-8e7d-b1dbe70c3fd0</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>YTH-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>3c0b0446-8466-4c30-92c2-85e401ce9581</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<Service>
<PaxRefID>YTH-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>85e68043-4349-46dc-82b1-dbf7048d64a3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4443f85c-714c-4039-95e4-dfe17460a7ec</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">885.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1200.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">6000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">90.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">743.20</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">7290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9174.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>135f1d63-6e2f-4873-9c1c-d2534abd170a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>27782810-edb6-41e0-b48b-bfe327909f7c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>54e0d291-1572-435c-99fa-2ae230a89a81</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>27782810-edb6-41e0-b48b-bfe327909f7c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>3</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-06T09:39:31.0013747Z</OfferExpirationTimeLimitDateTime>
<OfferID>11200857-072e-4b4e-a3f2-7b6dcdb4adfc</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>27782810-edb6-41e0-b48b-bfe327909f7c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>SRC-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>50b6b160-28ea-4d07-a6f5-61c531424063</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<Service>
<PaxRefID>SRC-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e72b44ac-22ea-4c6a-9b86-3ab6dbe1f3da</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cca9c236-53ec-4e1b-bdcb-b34ac9ae2ce9</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW/AA15</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>27782810-edb6-41e0-b48b-bfe327909f7c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c2a2233e-6a04-43d9-9cee-69a385a335ff</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e72b44ac-22ea-4c6a-9b86-3ab6dbe1f3da</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>2938eed9-9ae2-4b3b-97a8-3aef5d3076a5</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>27782810-edb6-41e0-b48b-bfe327909f7c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>YTH-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>dbf06b7d-9466-4567-aa46-0f7cb8ccbf6a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<Service>
<PaxRefID>YTH-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e72b44ac-22ea-4c6a-9b86-3ab6dbe1f3da</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cd4009ae-6bc3-46f7-86e1-ae269dfe9eca</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">885.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1200.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">6000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">90.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">743.20</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">7290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9174.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>135f1d63-6e2f-4873-9c1c-d2534abd170a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>34fbb1b9-c424-4bea-9523-8c09071ecea2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>54e0d291-1572-435c-99fa-2ae230a89a81</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>34fbb1b9-c424-4bea-9523-8c09071ecea2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>3</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-06T09:39:31.0022534Z</OfferExpirationTimeLimitDateTime>
<OfferID>826b951f-1d6a-4238-a633-c5e904f64d6d</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>34fbb1b9-c424-4bea-9523-8c09071ecea2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>SRC-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>cce39cbd-f7ed-4ae6-9c85-69122483ce41</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<Service>
<PaxRefID>SRC-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a20bc13e-62e4-4cde-811c-185cec74e623</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d4ffe9b4-f081-405d-bec0-71005d27d682</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW/AA15</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>34fbb1b9-c424-4bea-9523-8c09071ecea2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9661fea4-c81c-4757-bdd4-5349a26cf73b</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">265.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">245.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3694.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a20bc13e-62e4-4cde-811c-185cec74e623</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e94ca803-011b-4ec4-bd89-777bd61db261</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0163</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>34fbb1b9-c424-4bea-9523-8c09071ecea2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<PriceClassRefID>1120dcec-d61c-4362-8d8b-dc1178a9f1fe</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>YTH-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>92046527-6a83-4a7f-b989-fe08d87e6456</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-11T08:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">310.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">249.10</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2430.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2740.00</TotalAmount>
</Price>
<Service>
<PaxRefID>YTH-1</PaxRefID>
<ValidatingPartyRefID>2a64dc18-b390-4948-82eb-e40924873b9c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a20bc13e-62e4-4cde-811c-185cec74e623</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>38db604e-a38e-49e7-831d-2fe7269df6c4</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">885.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-09T11:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1200.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">6000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">90.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">743.20</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">7290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9174.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>135f1d63-6e2f-4873-9c1c-d2534abd170a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>710eb6cf-d43e-497e-80e8-33a69cb03b30</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>85ec74fe-8b93-47f9-91e5-2e89e94be2b1</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>710eb6cf-d43e-497e-80e8-33a69cb03b30</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>3</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-12-06T09:25:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>afeebfed-b8ac-442f-8f9a-b1db4afd9d3e</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>710eb6cf-d43e-497e-80e8-33a69cb03b30</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
<PriceClassRefID>cdd697ea-ae13-49dc-9fa4-761d29630d1c</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>SRC-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>109cafa5-385e-49f4-b12e-b78074140e43</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-06T09:25:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
<Service>
<PaxRefID>SRC-1</PaxRefID>
<ValidatingPartyRefID>b537d8cc-c9b4-4d83-821f-10d9b25bfa2c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0fc83c86-5600-4157-8ee6-82304dcae1ed</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>8b36b8a0-6a52-44fe-a24f-cb479184a88c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>710eb6cf-d43e-497e-80e8-33a69cb03b30</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
<PriceClassRefID>cdd697ea-ae13-49dc-9fa4-761d29630d1c</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d484f1c9-35eb-413a-b3df-56a19b4df93a</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-06T09:25:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>b537d8cc-c9b4-4d83-821f-10d9b25bfa2c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0fc83c86-5600-4157-8ee6-82304dcae1ed</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>604a1a1c-3d83-4fc0-a696-69ab9a1cce78</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<FareBasisAppCode>PLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>710eb6cf-d43e-497e-80e8-33a69cb03b30</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">392.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
<PriceClassRefID>cdd697ea-ae13-49dc-9fa4-761d29630d1c</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>YTH-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>272ccebf-72b9-422c-9ac3-5614efce5b8f</OfferItemID>
<PaymentTimeLimitDateTime>2025-12-06T09:25:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">699.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">559.01</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2049.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6149.00</TotalAmount>
</Price>
<Service>
<PaxRefID>YTH-1</PaxRefID>
<ValidatingPartyRefID>b537d8cc-c9b4-4d83-821f-10d9b25bfa2c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0fc83c86-5600-4157-8ee6-82304dcae1ed</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>801fc641-e286-4f7a-8987-28cb41eb3104</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">12300.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-06T12:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">4050.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2097.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1677.03</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6147.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">18447.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 824 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 804 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 381 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Go to the list of codes used when booking a quota.
Note:
If there is no filter in the request, all booking subclasses are searched with the option to combine subclasses enabled.
The default value corresponds to the specified filter type:
<FlightCriteria>
<MixRBDInd>true</MixRBDInd>
</FlightCriteria>
The filter is disabled, the search is carried out in all classes of service:
<FlightCriteria>
<MixRBDInd>false</MixRBDInd>
</FlightCriteria>
Option to combine subclasses on segments is enabled, search in specified subclasses of booking:
<FlightCriteria>
<MixRBDInd>true</MixRBDInd>
<RBD>
<RBD_Code>Y</RBD_Code>
<RBD_Code>N</RBD_Code>
</RBD>
</FlightCriteria>
Specifying the subclass code for each segment
OriginDestCriteria/OriginDestID - is a unique value used as a segment identifier when specifying the RBD filter. The parameter is necessary when using segment filtering by RBD.
Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-01T00:00:00Z"/>
<AppData>
<shop:Mixvel_AirShoppingRQ xmlns:shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRQ/1_01">
<Request xmlns="">
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<IATA_LocationCode>LED</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-01</Date>
<IATA_LocationCode>MOW</IATA_LocationCode>
</OriginDepCriteria>
<OriginDestID>Origin-Dest-1</OriginDestID>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<IATA_LocationCode>MOW</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-10</Date>
<IATA_LocationCode>LED</IATA_LocationCode>
</OriginDepCriteria>
<OriginDestID>Origin-Dest-2</OriginDestID>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<FlightCriteria>
<MixRBDInd>true</MixRBDInd>
<RBD>
<OriginDestRefID>Origin-Dest-1</OriginDestRefID>
<RBD_Code>Y</RBD_Code>
</RBD>
<RBD>
<OriginDestRefID>Origin-Dest-2</OriginDestRefID>
<RBD_Code>C</RBD_Code>
</RBD>
</FlightCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Class of Service:
Show a table with a description of service classes
| FIRST CLASS SERVICE | R Supersonic |
| P Premium First Class | |
| F First Class | |
| А First Class with discount | |
| BUSINESS CLASS SERVICE | J Premium Business Class |
| C Business Class | |
| D Business Class with discount | |
| I Business Class with discount | |
| Z Business Class with discount | |
| ECONOMY CLASS SERVICE | W Premium Economy Class |
| S Economy Class | |
| Y Economy Class | |
| B Economy Class with discount | |
| E Economy Class with discount | |
| G Economy Class with discount | |
| H Economy Class with discount | |
| K Economy Class with discount | |
| L Economy Class with discount | |
| M Economy Class with discount | |
| N Economy Class with discount | |
| O Economy Class with discount | |
| Q Economy Class with discount | |
| T Economy Class with discount | |
| U Economy Class with discount | |
| V Economy Class with discount | |
| X Economy Class with discount |
To calculate the offer in the correct currency it’s possible to indicate:
<ResponseParameters>
<CurParameter>
<CurCode>THB</CurCode> <!--settlement currency code-->
</CurParameter>
</ResponseParameters>
Request scenario with use of agency manual fee¶
The agent sent request, by adding a structure to specify the agent fee Mixvel_AirShoppingRQ/Request/ResponseParameters in the parameters, which specifies the agent fee for a single segment for the appropriate passenger type.
<ResponseParameters>
<PricingParameter>
<CommissionIncluded>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
<PTC>ADT</PTC>
</Commission>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
<PTC>CNN</PTC>
</Commission>
</CommissionIncluded>
</PricingParameter>
</ResponseParameters>
As a result of the request in the message Mixvel_AirShoppingRS the system will return offers with the agent manual fee.
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019af2f1-0806-70f8-b9a1-1547d5f33820" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-12-06T09:14:34.1979105Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>9f8c473c-9e4c-4e51-b53d-5483cb3482a8</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>UP TO 22LB10KG AND 80LI203LCM (03C)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>HOCKEY EQUIPMENT (0F0)</Name>
<LimitValue>1</LimitValue>
</Allowed>
<Allowed>
<Name>SURFBOARD (0GD)</Name>
<LimitValue>1</LimitValue>
</Allowed>
<Allowed>
<Name>BICYCLE UP TO 80LI 203LCM (0JA)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
</Allowed>
<Allowed>
<Name>SKI EQUIPMENT UP TO 22LB 10KG (0JC)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>ASSISTIVE DEVICES (0GM)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>67043e48-49b5-415f-8852-7e1cb0b79e33</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>SU WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 15 KG/33LB NOT EXCEEDING 55 CM IN LENGTH 40 CM IN WIDTH AND 25 CM IN HEIGHT. PLEASE VISIT WWW.AEROFLOT.RU FOR FULL DETAILS OF SU HAND BAGGAGE POLICY. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY15KG 33LB 55L X 40W X 25H (08B)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">15</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">33</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>48bf2aa4-e7d6-43da-ad94-17ab68a81845</BaggageAllowanceID>
<DescText>KG</DescText>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>Checked</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">20</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>b3870316-cd9d-41cc-ac8a-fc0cb66c9db1</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>SPORTING EQUIPMENT 32KG (054)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">32</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>UPTO70LB 32KG AND80LI 203LCM (0FN)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">80</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">32</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">70</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>SPORT FIREARMS UP TO 70LB 32KG (0HX)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">32</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">70</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>UPTO110LB 50KG AND 80LI 203LCM (027)</Name>
</Excluded>
<Excluded>
<Name>UPTO 50KG OVER 203LCM (035)</Name>
</Excluded>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>UPTO50LB 23KG OVER80LI 203LCM (0FB)</Name>
</Excluded>
<Excluded>
<Name>UPTO70LB 32KG OVER80LI 203LCM (0FK)</Name>
</Excluded>
<Excluded>
<Name>WHEELCHAIR (0GM)</Name>
</Excluded>
<Excluded>
<Name>ADD FREE BAG TAG (0JX)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>56b9e57e-b869-4177-b4d8-021ca97c2dcf</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>7348ff31-98e4-494a-97f0-774b158dd05e</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>SU WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 10 KG/33LB NOT EXCEEDING 55 CM IN LENGTH 40 CM IN WIDTH AND 25 CM IN HEIGHT. PLEASE VISIT WWW.AEROFLOT.RU FOR FULL DETAILS OF SU HAND BAGGAGE POLICY. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY10KG 22LB 55L X 40W X 25H (08A)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>e535fdb6-df0f-46d2-8616-4be0ed267f53</OriginDestID>
<PaxJourneyRefID>dfeab4c4-16ee-4f0b-ac50-bc1ba122d64f</PaxJourneyRefID>
<PaxJourneyRefID>8f01cc30-81e1-4050-adca-e1b6ac2fb683</PaxJourneyRefID>
<PaxJourneyRefID>fef9dd9f-2ba4-4d89-af3f-01baa741ae1c</PaxJourneyRefID>
<PaxJourneyRefID>08402d52-9b45-4363-8ce3-dd01dfb34ec7</PaxJourneyRefID>
<PaxJourneyRefID>3f42b755-b94f-4d81-8e87-50d4dc889ad4</PaxJourneyRefID>
<PaxJourneyRefID>4758360a-0f42-494c-821f-c2fb86e27d5d</PaxJourneyRefID>
<PaxJourneyRefID>bb950c2a-e24d-45d4-b70b-bd4f30886b5b</PaxJourneyRefID>
<PaxJourneyRefID>b6d06b23-c894-4d94-8d3a-b10e81aea4f0</PaxJourneyRefID>
<PaxJourneyRefID>58f87f6c-47a1-48a5-b981-51ce6d205065</PaxJourneyRefID>
<PaxJourneyRefID>d8f66e17-28b9-4a34-b8c0-416d6e63a16c</PaxJourneyRefID>
<PaxJourneyRefID>890b0462-5a7b-461a-aa73-e1ed5f94b078</PaxJourneyRefID>
<PaxJourneyRefID>41c770c9-11ff-42d6-9879-d1de67f0853c</PaxJourneyRefID>
<PaxJourneyRefID>0eaff5e7-5282-4dd9-b9bb-3214d5cbaef7</PaxJourneyRefID>
<PaxJourneyRefID>ff369970-9679-4da0-9d08-98bece62d754</PaxJourneyRefID>
<PaxJourneyRefID>09fc3b5e-0413-4ced-8a96-b8354934da74</PaxJourneyRefID>
<PaxJourneyRefID>b7b51747-ad2b-4d6a-bc1f-4399a09baca0</PaxJourneyRefID>
<PaxJourneyRefID>ccef3765-0e4d-4140-97b2-8f99462567da</PaxJourneyRefID>
<PaxJourneyRefID>8f590b00-c826-4002-bc7a-b1649cfe9b5c</PaxJourneyRefID>
<PaxJourneyRefID>dbf001c2-6b56-4c00-8596-d6accfa2aafb</PaxJourneyRefID>
<PaxJourneyRefID>fe8e8e35-dfd0-47a7-a937-9aa9425057a4</PaxJourneyRefID>
<PaxJourneyRefID>34f185b0-6e7c-47c6-acb0-cca680738444</PaxJourneyRefID>
<PaxJourneyRefID>d5ce4961-eb17-4029-a71b-f842b7eb322f</PaxJourneyRefID>
<PaxJourneyRefID>2a2277a9-bf4a-4196-a94c-92f3bb53ae60</PaxJourneyRefID>
<PaxJourneyRefID>7f032fdc-3ebf-4573-bae3-f48987430b2c</PaxJourneyRefID>
<PaxJourneyRefID>a52652bc-e928-41df-b0d4-bae61cce0124</PaxJourneyRefID>
<PaxJourneyRefID>e1c4addb-e178-4e0d-8792-00dc3177ebe3</PaxJourneyRefID>
<PaxJourneyRefID>79e268bc-cdac-4fd3-8a07-dad81c351672</PaxJourneyRefID>
<PaxJourneyRefID>9974529a-10f5-4e5b-b514-acafe62a3738</PaxJourneyRefID>
<PaxJourneyRefID>3aad5883-8649-4515-8705-d18ead0e8f06</PaxJourneyRefID>
<PaxJourneyRefID>b90104eb-5036-4353-bdaa-b7026751e46e</PaxJourneyRefID>
<PaxJourneyRefID>babc79ad-0159-48ed-8be7-203861de8fc3</PaxJourneyRefID>
<PaxJourneyRefID>2869cfaa-715c-4124-900f-19456a338514</PaxJourneyRefID>
<PaxJourneyRefID>9358acfe-2259-4602-9409-781dd1cb3683</PaxJourneyRefID>
<PaxJourneyRefID>22ca5213-6b60-4e2c-8edb-565a04c4276f</PaxJourneyRefID>
<PaxJourneyRefID>896b9fa6-6a11-4ce5-a241-c4a0101e1cba</PaxJourneyRefID>
<PaxJourneyRefID>c0b9f46d-0877-41fa-9830-3121f0681692</PaxJourneyRefID>
<PaxJourneyRefID>9420d2d9-ab1d-4729-87de-c4f6a453818d</PaxJourneyRefID>
<PaxJourneyRefID>ec3f137a-7935-4efc-9ca2-a1573d8a3a0e</PaxJourneyRefID>
<PaxJourneyRefID>bda74556-1662-4b24-9c06-8cd8fe2d5ddb</PaxJourneyRefID>
<PaxJourneyRefID>c9789458-c9de-4b45-afe9-38eab522e120</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>aeb79840-2110-4997-b0fa-fe065e3f20ad</OriginDestID>
<PaxJourneyRefID>c41af59b-5045-45f0-b842-aee127d7da10</PaxJourneyRefID>
<PaxJourneyRefID>d6525383-6ec5-43a4-be48-55ea42178cbc</PaxJourneyRefID>
<PaxJourneyRefID>b9406a16-72db-477b-902d-3bd83157f958</PaxJourneyRefID>
<PaxJourneyRefID>6fa964a9-0c3d-48ea-a037-bb5abef0ade2</PaxJourneyRefID>
<PaxJourneyRefID>d2ebd4ba-3ea8-4bce-890d-d404964a184e</PaxJourneyRefID>
<PaxJourneyRefID>720cfe90-22d4-490b-baaa-29960fceedd9</PaxJourneyRefID>
<PaxJourneyRefID>0e4698cc-8e29-4481-a501-e8b2a95fd647</PaxJourneyRefID>
<PaxJourneyRefID>7b29f3b6-8701-4bec-8c98-ca7ad5ea0c9a</PaxJourneyRefID>
<PaxJourneyRefID>da62cdc5-8e84-4b91-aea4-2ba6026378fb</PaxJourneyRefID>
<PaxJourneyRefID>f71a8d71-7cdc-4d2a-868d-c4dc4812de63</PaxJourneyRefID>
<PaxJourneyRefID>0aff21ec-ef62-4660-a340-739c3f348ff5</PaxJourneyRefID>
<PaxJourneyRefID>9176e66a-4f0c-4ca1-a2e5-9a5fc12aa7ef</PaxJourneyRefID>
<PaxJourneyRefID>fee8ea3c-7237-4cf6-a67d-0cd3e3e0f5d9</PaxJourneyRefID>
<PaxJourneyRefID>f67cfa96-9565-42a7-9234-ea904eca3230</PaxJourneyRefID>
<PaxJourneyRefID>3168a8bc-7db0-484b-ab92-bf36c40b3413</PaxJourneyRefID>
<PaxJourneyRefID>fb064470-4695-4cea-bdc2-7f7082ac6807</PaxJourneyRefID>
<PaxJourneyRefID>a7daf57c-1942-4729-a604-91f4b950b503</PaxJourneyRefID>
<PaxJourneyRefID>84803737-8c48-4c1e-aa48-d6b72ec3909e</PaxJourneyRefID>
<PaxJourneyRefID>8ac4c830-a0ab-4b50-be10-2cf3a1701e3f</PaxJourneyRefID>
<PaxJourneyRefID>369474e2-5c4c-45df-88b7-a5e7ae9f7e33</PaxJourneyRefID>
<PaxJourneyRefID>1e997787-bf40-4f6c-abcd-6ba01321f122</PaxJourneyRefID>
<PaxJourneyRefID>4bdbe232-8eb2-4d92-9e59-6c24ffbdd8ca</PaxJourneyRefID>
<PaxJourneyRefID>26c1b306-d015-4502-9e97-46ac054d59bd</PaxJourneyRefID>
<PaxJourneyRefID>6208f782-f369-4198-9f4c-bc0cdf4c6fa2</PaxJourneyRefID>
<PaxJourneyRefID>c870bb91-c941-4921-b096-d57ab142d9f9</PaxJourneyRefID>
<PaxJourneyRefID>17ac7d18-e26c-42c2-830d-661ffe381568</PaxJourneyRefID>
<PaxJourneyRefID>ec744e09-15a3-4636-b1df-cb73531eaa37</PaxJourneyRefID>
<PaxJourneyRefID>b267bf8c-0300-42bb-972d-3bc12b93f30e</PaxJourneyRefID>
<PaxJourneyRefID>7b22e10b-509b-4432-bd0a-8efca5b33ad3</PaxJourneyRefID>
<PaxJourneyRefID>eceb9e80-90cb-45c1-8755-1cb5398397d2</PaxJourneyRefID>
<PaxJourneyRefID>6bdcc080-d44e-48d8-b460-cdeff709424a</PaxJourneyRefID>
<PaxJourneyRefID>e09c267c-c21b-4773-abb9-d117fc048198</PaxJourneyRefID>
<PaxJourneyRefID>07835f1e-1d8c-49f7-8a28-9396366cd943</PaxJourneyRefID>
<PaxJourneyRefID>2805eafa-f0f5-49e6-8414-61aa9745c5b0</PaxJourneyRefID>
<PaxJourneyRefID>ff9334b8-4501-49ec-93d6-54cf36276ed1</PaxJourneyRefID>
<PaxJourneyRefID>0c5444cb-ed79-4f13-bee8-066e31b82417</PaxJourneyRefID>
<PaxJourneyRefID>6107cebe-9285-4d2d-be16-6a433a0391cd</PaxJourneyRefID>
<PaxJourneyRefID>7fda267e-8c8f-48e0-b734-50f1233e43f2</PaxJourneyRefID>
<PaxJourneyRefID>542a838d-b322-4931-b54c-2c7956bb05c2</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>1e997787-bf40-4f6c-abcd-6ba01321f122</PaxJourneyID>
<PaxSegmentRefID>0f659f10-9ac3-4846-bb9e-899e7229c109</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>2805eafa-f0f5-49e6-8414-61aa9745c5b0</PaxJourneyID>
<PaxSegmentRefID>ce65c77c-9974-47a9-8d84-4d1c560c02f9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>8ac4c830-a0ab-4b50-be10-2cf3a1701e3f</PaxJourneyID>
<PaxSegmentRefID>55b1c551-eaf7-4bfd-80ad-c0370cbd949a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>a7daf57c-1942-4729-a604-91f4b950b503</PaxJourneyID>
<PaxSegmentRefID>89d2ef6c-11f7-4f8d-a045-d2eddcf56b20</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>0eaff5e7-5282-4dd9-b9bb-3214d5cbaef7</PaxJourneyID>
<PaxSegmentRefID>f0bd935c-07ef-4e4b-802d-d6c1aa0f1ef6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>d8f66e17-28b9-4a34-b8c0-416d6e63a16c</PaxJourneyID>
<PaxSegmentRefID>c539a416-265d-4df3-9e0e-837770484ca3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>b7b51747-ad2b-4d6a-bc1f-4399a09baca0</PaxJourneyID>
<PaxSegmentRefID>5fc2b52e-060b-4ea4-b543-3ec155514a78</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>ec3f137a-7935-4efc-9ca2-a1573d8a3a0e</PaxJourneyID>
<PaxSegmentRefID>1782dbc3-522b-41a2-a8ad-d2f849634e71</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>2a2277a9-bf4a-4196-a94c-92f3bb53ae60</PaxJourneyID>
<PaxSegmentRefID>dccc6264-6271-4b8b-9f9a-ca721c219a1a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>ec744e09-15a3-4636-b1df-cb73531eaa37</PaxJourneyID>
<PaxSegmentRefID>9ac81c03-bb3f-4352-8798-725701e5e59d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>ff9334b8-4501-49ec-93d6-54cf36276ed1</PaxJourneyID>
<PaxSegmentRefID>148a6b59-0c88-4a2e-9b6e-fc37eb15c543</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>fe8e8e35-dfd0-47a7-a937-9aa9425057a4</PaxJourneyID>
<PaxSegmentRefID>46b32540-2418-48df-b8eb-ebce1b12a262</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>08402d52-9b45-4363-8ce3-dd01dfb34ec7</PaxJourneyID>
<PaxSegmentRefID>11b2594b-4839-40e4-bd89-b390864d52f6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>b90104eb-5036-4353-bdaa-b7026751e46e</PaxJourneyID>
<PaxSegmentRefID>563c1c68-b8aa-4a36-938a-5d972ecadc5a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>79e268bc-cdac-4fd3-8a07-dad81c351672</PaxJourneyID>
<PaxSegmentRefID>4b59d33a-c854-4fe0-8806-2c40d8caa186</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>6208f782-f369-4198-9f4c-bc0cdf4c6fa2</PaxJourneyID>
<PaxSegmentRefID>d0f11a65-c453-472a-a63a-806a0cd16984</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>e1c4addb-e178-4e0d-8792-00dc3177ebe3</PaxJourneyID>
<PaxSegmentRefID>342b11cd-fed3-4a72-b143-ad4e46c91c57</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>2869cfaa-715c-4124-900f-19456a338514</PaxJourneyID>
<PaxSegmentRefID>f77da02d-9cd9-4cf3-b306-ea58db7d23f3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>3168a8bc-7db0-484b-ab92-bf36c40b3413</PaxJourneyID>
<PaxSegmentRefID>935fbb1c-4a55-4eb4-9c4c-e4844a0fe91d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>7fda267e-8c8f-48e0-b734-50f1233e43f2</PaxJourneyID>
<PaxSegmentRefID>80c248c5-d772-439a-a1ea-9fa13bc00d64</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>6bdcc080-d44e-48d8-b460-cdeff709424a</PaxJourneyID>
<PaxSegmentRefID>a1265269-d4bb-4f4e-b956-1689d7982878</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>c9789458-c9de-4b45-afe9-38eab522e120</PaxJourneyID>
<PaxSegmentRefID>11b181f9-46b7-45c9-a4c3-aa9cabe5e151</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>bb950c2a-e24d-45d4-b70b-bd4f30886b5b</PaxJourneyID>
<PaxSegmentRefID>6f1b94d5-7a03-4c3d-a38a-53e0fc4403c2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>bda74556-1662-4b24-9c06-8cd8fe2d5ddb</PaxJourneyID>
<PaxSegmentRefID>6d4fe43a-e395-4eb5-8bd1-3a517ce700a2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>d6525383-6ec5-43a4-be48-55ea42178cbc</PaxJourneyID>
<PaxSegmentRefID>91723f59-9176-4e82-b3b8-e621a58e6c5d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>09fc3b5e-0413-4ced-8a96-b8354934da74</PaxJourneyID>
<PaxSegmentRefID>3e73c1d7-8eca-4a25-b863-06c51cc14048</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>f67cfa96-9565-42a7-9234-ea904eca3230</PaxJourneyID>
<PaxSegmentRefID>cacd0f96-871c-4d09-803e-52e03cadcca9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>542a838d-b322-4931-b54c-2c7956bb05c2</PaxJourneyID>
<PaxSegmentRefID>1e0702fb-e7cd-4b78-b540-7534109fb510</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>9176e66a-4f0c-4ca1-a2e5-9a5fc12aa7ef</PaxJourneyID>
<PaxSegmentRefID>0a893397-6b85-4d08-9240-78e78bfcf9f4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>da62cdc5-8e84-4b91-aea4-2ba6026378fb</PaxJourneyID>
<PaxSegmentRefID>2ebe71bc-01e0-4c7d-80a2-113f2aae5195</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>22ca5213-6b60-4e2c-8edb-565a04c4276f</PaxJourneyID>
<PaxSegmentRefID>a767d2de-901c-4dc6-b5bb-218f7c12ccde</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>8f590b00-c826-4002-bc7a-b1649cfe9b5c</PaxJourneyID>
<PaxSegmentRefID>e273ffba-ae1a-4e37-8baf-b1a4e5f515f0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>fb064470-4695-4cea-bdc2-7f7082ac6807</PaxJourneyID>
<PaxSegmentRefID>d5abc03f-27c8-4d29-b13b-c331e7f158f8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>07835f1e-1d8c-49f7-8a28-9396366cd943</PaxJourneyID>
<PaxSegmentRefID>e2429a72-53bb-41a2-a970-76ed55a5971d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>d2ebd4ba-3ea8-4bce-890d-d404964a184e</PaxJourneyID>
<PaxSegmentRefID>3ec7da41-7d16-47f6-a331-be14576e04e9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>b9406a16-72db-477b-902d-3bd83157f958</PaxJourneyID>
<PaxSegmentRefID>ca4ddaab-465e-4475-89a7-02f58299a378</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>d5ce4961-eb17-4029-a71b-f842b7eb322f</PaxJourneyID>
<PaxSegmentRefID>28a58891-8671-4b57-a555-7c285b889fba</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>dfeab4c4-16ee-4f0b-ac50-bc1ba122d64f</PaxJourneyID>
<PaxSegmentRefID>1040d99c-bc78-431b-aa00-aaefad4dd556</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>6fa964a9-0c3d-48ea-a037-bb5abef0ade2</PaxJourneyID>
<PaxSegmentRefID>5a57fecf-7c11-4405-90f0-03e27ebe7541</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>b6d06b23-c894-4d94-8d3a-b10e81aea4f0</PaxJourneyID>
<PaxSegmentRefID>7227b60c-fc4a-42bb-877a-e2e9fbeaf6e6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>0c5444cb-ed79-4f13-bee8-066e31b82417</PaxJourneyID>
<PaxSegmentRefID>d46026f4-bdc3-4cb9-a1c5-af7c7443240a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>e09c267c-c21b-4773-abb9-d117fc048198</PaxJourneyID>
<PaxSegmentRefID>c537d845-aeff-4963-ac7f-1d3c95b8c15c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>7f032fdc-3ebf-4573-bae3-f48987430b2c</PaxJourneyID>
<PaxSegmentRefID>6cdaedce-c1b3-4ebb-8c59-617f26e7223e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>26c1b306-d015-4502-9e97-46ac054d59bd</PaxJourneyID>
<PaxSegmentRefID>c30b9235-c45f-4e14-b513-d73316b8242c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>9974529a-10f5-4e5b-b514-acafe62a3738</PaxJourneyID>
<PaxSegmentRefID>e68b3913-5f77-4e04-8b94-3e246ea8f4e7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>17ac7d18-e26c-42c2-830d-661ffe381568</PaxJourneyID>
<PaxSegmentRefID>e111239c-4381-4199-aae6-891143d69635</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>9420d2d9-ab1d-4729-87de-c4f6a453818d</PaxJourneyID>
<PaxSegmentRefID>2089cfd8-1806-403f-873d-84ab91ca338b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>ccef3765-0e4d-4140-97b2-8f99462567da</PaxJourneyID>
<PaxSegmentRefID>9ea67de8-ea47-4668-bdaa-4c5e1f326ce8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>ff369970-9679-4da0-9d08-98bece62d754</PaxJourneyID>
<PaxSegmentRefID>cdb0c0f1-ca83-46f1-a3e8-3b7aeaee6dc0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>41c770c9-11ff-42d6-9879-d1de67f0853c</PaxJourneyID>
<PaxSegmentRefID>58259227-5fd5-4f24-99ca-2357f863bac2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>34f185b0-6e7c-47c6-acb0-cca680738444</PaxJourneyID>
<PaxSegmentRefID>867b0c4b-b93e-4266-aee6-7756a1bca494</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>b267bf8c-0300-42bb-972d-3bc12b93f30e</PaxJourneyID>
<PaxSegmentRefID>7e3291ac-d7ff-4090-9699-1f0d5823c261</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>720cfe90-22d4-490b-baaa-29960fceedd9</PaxJourneyID>
<PaxSegmentRefID>42d08536-e0bd-424e-80f8-9af408d712ed</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>fee8ea3c-7237-4cf6-a67d-0cd3e3e0f5d9</PaxJourneyID>
<PaxSegmentRefID>3c531ad3-1cf8-4947-9183-ec0c835f60f5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>58f87f6c-47a1-48a5-b981-51ce6d205065</PaxJourneyID>
<PaxSegmentRefID>e83d3316-e467-4f73-9c50-7b73e50222b8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>eceb9e80-90cb-45c1-8755-1cb5398397d2</PaxJourneyID>
<PaxSegmentRefID>032ebc92-a5a6-4d1b-a2f6-11db1a5b6ac0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>c41af59b-5045-45f0-b842-aee127d7da10</PaxJourneyID>
<PaxSegmentRefID>1c464793-9d16-40cf-87a7-27a923881f19</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>369474e2-5c4c-45df-88b7-a5e7ae9f7e33</PaxJourneyID>
<PaxSegmentRefID>cea1209a-c7f9-4165-b1ea-d0beacdee8a1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>84803737-8c48-4c1e-aa48-d6b72ec3909e</PaxJourneyID>
<PaxSegmentRefID>c660bdc4-55e3-4aff-a18d-4310c2925bb0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>fef9dd9f-2ba4-4d89-af3f-01baa741ae1c</PaxJourneyID>
<PaxSegmentRefID>1875c887-1e73-44ef-bf37-cec7d7c9ce84</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>c0b9f46d-0877-41fa-9830-3121f0681692</PaxJourneyID>
<PaxSegmentRefID>b4aa6201-0db2-4df1-ba7c-ec370f3849ee</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>0e4698cc-8e29-4481-a501-e8b2a95fd647</PaxJourneyID>
<PaxSegmentRefID>c2221aab-7dcd-40cd-ad8e-5dc9c8c61986</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>c870bb91-c941-4921-b096-d57ab142d9f9</PaxJourneyID>
<PaxSegmentRefID>0f5b2a71-9c38-4b8b-ad8d-646a999c3b61</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>8f01cc30-81e1-4050-adca-e1b6ac2fb683</PaxJourneyID>
<PaxSegmentRefID>d4d1012d-8b13-45e8-b708-bd597a198c0b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>7b29f3b6-8701-4bec-8c98-ca7ad5ea0c9a</PaxJourneyID>
<PaxSegmentRefID>638fe204-16c7-4316-8a0a-45e764cf4fbf</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>dbf001c2-6b56-4c00-8596-d6accfa2aafb</PaxJourneyID>
<PaxSegmentRefID>cdb6d692-a3d4-4b46-8a70-8ce5d4fc342e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>a52652bc-e928-41df-b0d4-bae61cce0124</PaxJourneyID>
<PaxSegmentRefID>2a0ab641-1f69-402d-9341-0d2025806228</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>3f42b755-b94f-4d81-8e87-50d4dc889ad4</PaxJourneyID>
<PaxSegmentRefID>8ea4a591-c583-4109-b99c-0533074f8b37</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>0aff21ec-ef62-4660-a340-739c3f348ff5</PaxJourneyID>
<PaxSegmentRefID>a7dcc088-e504-42ff-8981-726e3385f981</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>4758360a-0f42-494c-821f-c2fb86e27d5d</PaxJourneyID>
<PaxSegmentRefID>9fc1eb6b-9158-4c02-b4a5-912130e7fdc3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>9358acfe-2259-4602-9409-781dd1cb3683</PaxJourneyID>
<PaxSegmentRefID>58d57de4-102c-4e36-a0db-639003d0f635</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>6107cebe-9285-4d2d-be16-6a433a0391cd</PaxJourneyID>
<PaxSegmentRefID>49232ef8-4d1e-4b0d-9126-be4e0d4acf2f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>babc79ad-0159-48ed-8be7-203861de8fc3</PaxJourneyID>
<PaxSegmentRefID>ed1ad44b-66a9-4e68-80f5-fb251af9e0a5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>890b0462-5a7b-461a-aa73-e1ed5f94b078</PaxJourneyID>
<PaxSegmentRefID>0103b9b3-994c-4e0a-9b97-959b396ab4f6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>3aad5883-8649-4515-8705-d18ead0e8f06</PaxJourneyID>
<PaxSegmentRefID>94acdf9a-1923-496f-bd05-aab6f1e4c2bb</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>7b22e10b-509b-4432-bd0a-8efca5b33ad3</PaxJourneyID>
<PaxSegmentRefID>4b6c1993-a913-4fbe-898c-293ed9cf5d69</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H25M</Duration>
<PaxJourneyID>f71a8d71-7cdc-4d2a-868d-c4dc4812de63</PaxJourneyID>
<PaxSegmentRefID>c65d779c-d323-4755-8551-94e60d88b601</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>4bdbe232-8eb2-4d92-9e59-6c24ffbdd8ca</PaxJourneyID>
<PaxSegmentRefID>46c594be-f324-4411-a887-ea94ef565d6a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>896b9fa6-6a11-4ce5-a241-c4a0101e1cba</PaxJourneyID>
<PaxSegmentRefID>fee4fa49-890a-47a0-a3b0-fd442a1ce265</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-01T18:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-01T18:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f39ea8ed-1648-4c10-9c0e-c19cc0a378b8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-01T17:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-01T17:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6517</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6517</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>94acdf9a-1923-496f-bd05-aab6f1e4c2bb</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-01T22:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-01T22:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5eb23306-b5e5-4597-be1d-001334db5fbd</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-01T21:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-01T21:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6016</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6016</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7227b60c-fc4a-42bb-877a-e2e9fbeaf6e6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-10T20:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-10T20:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e16568f6-881a-44db-ab9e-4b9fa8c135ba</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-10T19:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-10T19:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6518</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6518</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>80c248c5-d772-439a-a1ea-9fa13bc00d64</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-10T13:55:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-10T13:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a6fa8a7e-82f8-47c0-b230-80cebc532a27</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-10T12:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-10T12:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H25M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6214</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6214</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a1265269-d4bb-4f4e-b956-1689d7982878</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-10T22:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-10T22:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1293b3f0-057e-4b81-88fc-8739566c9d68</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-10T20:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-10T20:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6520</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6520</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c30b9235-c45f-4e14-b513-d73316b8242c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-10T20:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-10T20:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3d61fea5-a20a-4958-9da7-5c4f57494adf</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-10T18:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-10T18:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>271</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>271</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>91723f59-9176-4e82-b3b8-e621a58e6c5d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-01T19:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-01T19:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7bf349fa-7e36-4c80-b41d-db81812c5b7c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-01T17:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-01T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>30</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>30</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>563c1c68-b8aa-4a36-938a-5d972ecadc5a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-01T16:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-01T16:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>37b7c499-981b-4122-94ba-d45ebe6576de</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-01T14:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-01T14:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6427</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6427</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>2a0ab641-1f69-402d-9341-0d2025806228</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-03-10T17:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-03-10T17:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>86d0d47b-3f38-41d6-8493-56c087643b56</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-03-10T16:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-03-10T16:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6046</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6046</MarketingCarrierFlight