Управление коммерческими предложениями
Запрос коммерческого предложения¶
Общие положения¶
Endpoint: /api/Order/AirShopping
Для запроса коммерческого предложения (осуществление поиска вариантов перелета) используется сообщение Mixvel_AirShoppingRQ.
Структура коммерческих предложений приведена в разделе Структура коммерческих предложений.
Для запроса коммерческого предложения требуется минимально указать:
-
Пункты отправления и прибытия (город или аэропорт).
-
Даты отправления и возвращения (в случае поиска маршрутов туда-обратно).
-
Данные пассажиров (минимально — категории и количество пассажиров).
При этом агент может задать более точные критерии подбора коммерческих предложений, такие как:
-
Класс обслуживания (бизнес / первый / эконом).
-
Данные пассажиров (ФИО, паспортные данные, данные программ лояльности) для поиска и подготовки коммерческих предложений персонифицировано для пассажиров.
-
Дополнительные фильтры поиска (указание конкретных перевозчиков, номеров рейсов, SSR и прочих).
Также AirShopping может использоваться как справочный запрос для получения лучших стоимостей в диапазоне дат. Для указанного функционала в запросе используется структура CalendarDateCriteria с элементами DaysAfterNumber для обозначения верхней границы диапазона поиска и DaysBeforeNumber для обозначения нижней границы диапазона поиска. В ответном сообщении, вместо Offer, будет передаваться лучшая стоимость за указанный день в структуре PriceCalendar.
Для поставщика TCH реализованы продажи в рамках 3Д Договоров. Агентству необходимо указать реквизиты договора в запросе AirShopping: промокод, а также опционально, в зависимости от требований авиакомпании, возможно указать номер договора и код типа договора. Реквизиты 3Д Договора будут сохраняться на протяжении всего процесса вплоть до бронирования и будут автоматически включены на этапе Mixvel_OrderCreateRQ.
Структура запроса¶
Входные данные запроса должны удовлетворять схеме Mixvel_AirShoppingRQ.xsd и содержать следующие основные данные (в таблице приведены основные параметры сообщения, полные параметры можно найти в xsd схеме или в xml примерах конкретного сообщения):
XPath параметра | Пример заполнения | Описание |
---|---|---|
Mixvel_AirShoppingRQ / Request / FlightRequest / FlightRequestOriginDestinationsCriteria / OriginDestCriteria / | complex | Данные по маршруту: откуда, куда, когда Для данных отправления/прибытия используются кодификаторы Mixvel. См. раздел Получение данных справочников MixVel OriginDestCriteria является множественной структурой. Для передачи маршрута "туда-обратно" необходимо указать 2 элемента OriginDestCriteria. Поле ConnectionPrefRefID позволяет указывать ссылку на правило количества стыковок для конкретного OriginDest из структуры ShoppingCriteria/ConnectionCriteria. |
Mixvel_AirShoppingRQ / Request / FlightRequest / FlightRequestOriginDestinationsCriteria / OriginDestCriteria / CalendarDateCriteria | complex | При добавлении структуры CalendarDateCriteria и указании и определении нижней границы в элементе DaysBeforeNumber и верхней границы в элементе DaysAfterNumber добавит в ответе на AirShopping структуру PriceCalendarDate с лучшими стоимостями перелета на каждый день диапазона. |
Mixvel_AirShoppingRQ / Request / Paxs / Pax/ | complex | Данные пассажиров. Множественная структура. Для связи пассажиров (пример: родитель-ребенок) используются элементы PaxID и PaxRefID. Формат идентификаторов пассажиров не регламентируется и задается агентом в произвольной форме. |
Mixvel_AirShoppingRQ / Request / ShoppingCriteria/ | complex | Дополнительные фильтры поиска (указание конкретных перевозчиков, номеров рейсов, SSR и прочих). |
Mixvel_AirShoppingRQ / Request / ShoppingCriteria / CarrierCriteria | complex | Используется для фильтрации контента по конкретным маркетинговым перевозчикам. |
Mixvel_AirShoppingRQ / Request / ShoppingCriteria / ConnectionCriteria | complex | Используется для указания максимального количества стыковок для конкретного OriginDest. Для получения прямых рейсов MaximumConnectionQty должен быть равен 0. |
Mixvel_AirShoppingRQ / Request / ShoppingCriteria / ProgramCriteria | complex | Для указания промокода используется поле AccountID структуры ProgramCriteria/ProgramAccount. При наличии требования указания номера договора и кода договора используются поле ContractID структуры ProgramCriteria/ProgamContract и поле TypeCode соответственно. В последующих запросах процесса структура не используется. Все переданные значения автоматически включаются в бронирование при OrderCreate. |
Mixvel_AirShoppingRQ / Request / ShoppingCriteria / PricingMethodCriteria | complex | Используется для получения расширенной выдачи (доступные бренды) или получения самых низких цен в рамках уникальных комбинаций PaxJourney. В качестве значений для поля BestPricingOptionText: Simple (default) – для получения самых низких цен на уникальной комбинации PaxJourney; Extended – для получения предложений в нескольких брендах на уникальной комбинации PaxJourney. |
Mixvel_AirShoppingRQ / PayloadAttributes / ResponceAfterTimeout | simple | Таймаут выполнения запроса (секунды). (Ответ от MixVel может поступить на 1-2 секунды позже указанного времени). |
Структура ответа¶
Ответ системы на запрос поиска и предоставления коммерческих предложений соответствует схеме Mixvel_AirShoppingRS.xsd и содержит следующие основные данные (в таблице приведены основные параметры сообщения, полные параметры можно найти в xsd схеме или в xml примерах конкретного сообщения):
Показать таблицу с основными параметрами результата выполнения запроса на поиск
XPath параметра | Пример заполнения | Описание |
Mixvel_AirShoppingRS / Response / Offer | complex | Данные коммерческого предложения. |
Логическая структура коммерческого предложения представлена в разделе Структура коммерческих предложений. | ||
Отражает будущий заказ поставщика. | ||
Mixvel_AirShoppingRS / Response / Offer / OfferId | 77939f37-7743-4463-a0f7-313da505a315 | Уникальный идентификатор коммерческого предложения. |
Используется при создании заказа / бронирования. | ||
Mixvel_AirShoppingRS / Response / Offer / OfferExpirationTimeLimitDateTime | 2021-01-15T09:30:47 | Срок действия коммерческого предложения. * |
По умолчанию 90 минут с момента его формирования. | ||
Mixvel_AirShoppingRS / Response / Offer / OwnerCode | TCH | Код сеанса |
Mixvel_AirShoppingRS / Response / Offer / ReservationGuideline | complex | Структура, которая используется для передачи руководства по бронированию. |
На текущий момент передает локализацию, в которой следует производить бронирование. | ||
(!) При наличии предложений с различными требованиями по локализации: RU и EN, – следует использовать локализацию RU. | ||
Mixvel_AirShoppingRS / Response / Offer / ReservationGuideline / ReservationLang | RU/ENG | Код языка, используемый для резервирования Offer'a. |
Данный Код уточняет локализацию, в которой должно производиться бронирование, определяя язык заполнения элементов. | ||
При ReservationLang=EN, формат заполнения данных - Латиница. При отсутствии параметра ReservationLang - перевозчиком не заявлены требования к формату заполнения данных. | ||
Формат заполнения данных ФИО, а также документа(-ов) удостоверяющего(-их) личность пассажира(-ов) зависит от выбранной локализации. | ||
Mixvel_AirShoppingRS / Response / Offer / OfferItem | complex | Набор услуг (Service) (в общем случае, как ассоциированных, так и нет), сгруппированных по категориям пассажиров и по электронным документам. |
Таким образом в OfferItem попадут все категории пассажира, которые имеют одинаковые условия по классу и стоимости обслуживания, также OfferItem отразит будущую документарную структуру каждой из категорий пассажира. | ||
Mixvel_AirShoppingRS / Response / Offer / OfferItem / OfferItemId | 83283bfb-abb7-422b-930b-c084740aa15b | Уникальный идентификатор части коммерческого предложения. |
Используется при создании заказа / бронировании. | ||
Mixvel_AirShoppingRS / Response / Offer / OfferItem / MandatoryInd | True | Признак обязательности. |
Значение True означает, что OfferItem не может быть исключен при бронировании и оплате коммерческого предложения | ||
Значение False означает, что услуги, входящие в OfferItem являются опциональными и могут не включаться в бронирование | ||
Mixvel_AirShoppingRS / Response / Offer / OfferItem / Price | complex | Стоимость набора услуг, входящих в коммерческое предложение с указанием такс и сборов. |
Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service | complex | Представляет собой "тело" коммерческого предложения: перелет, ассоциированные услуги, услуги размещения и пр. |
OfferItem всегда состоит как минимум из одного Service | ||
Service всегда должен быть соотнесен с сегментом и пассажиром. | ||
Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / PaxRefId | Pax-1 | Связь с пассажирами |
(Перечень пассажиров представлен в структуре Mixvel_AirShoppingRS/Response/DataLists/PaxList) | ||
Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / ServiceAssociations | complex | Связь услуги с рейсом или группой рейсов |
Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / ServiceAssociations / PaxJourneyRef | complex | Связь услуги с одним или группой рейсов |
Рейсы задаются в структуре Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList | ||
Рейсы могут быть объединены в произвольные группы через структуру Mixvel_AirShoppingRS/Response/DataLists/PaxJourneyList | ||
Связь с группой рейсов означает предоставление услуги, действующей на рейсах туда-обратно, либо в аэропорту вылета (безотносительно рейсов и авиакомпаний). | ||
Mixvel_AirShoppingRS / Response / Offer / OfferItem / Service / ServiceAssociations / ServiceDefinitionRef | complex | Связь услуги с конкретным рейсом и ссылка на описание услуги. |
Mixvel_AirShoppingRS / Response / PriceCalendar | complex | При передаче информации в запросе структуры CalendarDateCriteria указываются лучшие стоимости за каждый день, попадающий в диапазон. |
Доступно для поставщиков SU и TCH. | ||
Mixvel_AirShoppingRS / Response / DataLists / | complex | Списки данных пассажиров, рейсов, аэропортов, описаний услуг. |
Коммерческие предложения в своей структуре ссылаются на конкретные DataList'ы | ||
Mixvel_AirShoppingRS / Response / DataLists / OriginDestList / | complex | Данные станций/аэропортов |
Mixvel_AirShoppingRS / Response / DataLists / PaxJourneyList / | complex | Группы рейсов, на каждом из которых может предоставляться та или иная услуга |
Mixvel_AirShoppingRS / Response / DataLists / PaxList / | complex | Данные пассажиров |
Mixvel_AirShoppingRS / Response / DataLists / PaxSegmentList / | complex | Данные рейсов: города (аэропорты) вылета и прилета, время вылета и прилета, информация о плечах и типах воздушных судов. |
Mixvel_AirShoppingRS / Response / DataLists / ValidatingPartyList / | complex | Данные валидирующего перевозчика |
ReservationLang - параметр, передающий код языка, используемый для резервирования Offer'a - опционален, используется в схемах:
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
Под сроком жизни коммерческого предложения подразумевается время, в течение которого сохраняется актуальность стоимости указанных услуг, входящих в состав коммерческого предложения. Срок жизни может быть указан разный для разных услуг. На данный момент при работе с прямыми сеансами, содержание поля аналогично работе в сеансе ТКП: <OwnerCode>TCH</OwnerCode>
. Данное обозначение не является ошибкой.
Различие временного интервала (в ответных сообщениях Mixvel_AirShoppingRS и Mixvel_OrderViewRS) на подтверждение/оплату предложения и бронирования является ожидаемым поведением сервиса и обусловлено спецификой формирования предложений.
Mixvel_AirShoppingRS/Response/Offer/OfferItem/PaymentTimeLimitDateTime
Mixvel_OrderViewRS/Response/MixOrder/Order/OrderItem/PaymentTimeLimitDateTime
В ближайшее время данное поведение не будет подвержено изменениям.
Отображение багажа и ручной клади¶
Элемент | Обязательность | Значения | Описание |
---|---|---|---|
BaggageAllowanceID | Да | token | Уникальный идентификатор нормы провоза багажа |
DescText | Нет | KG/No/PC | Описание нормы провоза багажа и дополнительная информация |
CommentText | Нет | PLUS GOLF UP TO 10KG | Комментарий о багаже от авиакомпании |
PieceAllowance | Нет | Структура, см ниже | Описание допусков по количеству единиц/мест багажа |
- ApplicableBagText | Нет | Carry-On, 1st Checked Bag, 2nd Checked Bag | Применимый тип сумки |
- TotalQty | Да | 4 | Количество мест багажа |
TypeCode | Да | Checked или CarryOn | Тип багажа |
Allowed | Нет | Структура, см ниже | Перечисление всех возможных вариантов, доступных к перевозке по данной норме и типу багажа |
- Name | Да | CARRY 10KG UPTO 115LCM (0MJ) | Наименование багажа в картотеке перевозчика |
- RFISC | Нет | 0MJ | Reason For Issuance Sub Code |
- LimitValue | Да | 1 | Число, обозначающее максимальное количество данного варианта багажа или ручной клади |
DimensionAllowance | Нет | Структура, см ниже | Описание допусков по размерам багажа |
- ApplicablePartyText | Нет | Party, Traveler | Заявление об ограничении веса багажа |
- BaggageDimensionCategory | Да | Length, Height, Width, Total Linear | Категория, по которой определяются нормы размеров багажа |
- DescText | Нет | Описание нормы провоза багажа и дополнительная информация | |
- MaxMeasure | Да | 42 | Максимальная величина измерения |
WeightAllowance | Нет | Структура, см ниже | Описание допусков по весу багажа |
- ApplicableBagText | Нет | Carry-On, 1st Checked Bag, 2nd Checked Bag | Применимый тип сумки |
- ApplicablePartyText | Нет | Party, Traveler | Заявление об ограничении веса багажа |
- MaximumWeightMeasure | Да | 50 | Максимальная величина измерения |
Excluded | Нет | Структура, см ниже | Перечисление всех недоступных вариантов для перевозки по данной норме и типу багажа |
- Name | Да | EXTRA BAG UPTO 30KG AND 203LCM (0FJ) | Наименование багажа в картотеке перевозчика |
- RFISC | Нет | 0FJ | Reason For Issuance Sub Code |
Примечание: Если PieceAllowance/TotalQty = 2, то по данной норме можно взять не более 2-х единиц багажа. Если <LimitValue> = 1, значит, что по данной норме этот вариант багажа можно взять не более одной единицы. Если <LimitValue> = 2, то не более 2 единиц.
Багаж не предоставляется:
<BaggageAllowance>
<BaggageAllowanceID>token</BaggageAllowanceID>
<DescText>NO</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
Отсутствие ручной клади:
<BaggageAllowance>
<BaggageAllowanceID>token</BaggageAllowanceID>
<DescText>NO</DescText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
Норма бесплатного багажа и ручной клади может отображаться не только в килограммах, но и в граммах:
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">11.5</MaximumWeightMeasure>
</WeightAllowance>
Параметр <Access> (в структуре услуг бренда <PriceClass>) означает доступность услуги и может принимать следующие значения:
F - бесплатно;
N - не предлагается;
D - не предлагается, недоступна, но отображается для сравнения пользователем двух брендов. В этом и есть различие с <Access>N</Access>;
C - за отдельную плату.
Пример структуры <BaggageAllowance>:
<BaggageAllowance>
<BaggageAllowanceID>43116b41-41a6-4eb0-b200-6f90238e6403</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>2</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed> - данные о разрешенном типе багажа
<Name>UPTO 11 KG 500 G 203LCM (044)</Name>
<LimitValue>2</LimitValue> - максимально разрешенное количество данного типа багажа
</Allowed>
<Allowed>
<Name>UPTO50LB 23KG BAGGAGE (0C3)</Name>
<LimitValue>1</LimitValue> - максимально разрешенное количество данного типа багажа
</Allowed>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>ASSISTIVE DEVICES (0GM)</Name>
</Excluded>
<CommentText>НОРМА БЕСПЛАТНОГО БАГАЖА НЕ БОЛЕЕ 2 МЕСТ ОБЩИМ ВЕСОМ НЕ БОЛЕЕ 23КГ</CommentText>
</BaggageAllowance>
Тайм-лимиты в предложении/заказе¶
Тайм-лимит определяется авиакомпанией и зависит от разных факторов: даты вылета, тарифа, правил авиакомпании. Чаще всего, чем ближе дата вылета к дате бронирования, тем меньше тайм-лимит.
-
<BaseAmountGuaranteeTimeLimitDateTime> - срок действия тарифа.
-
<PaymentTimeLimitDateTime> - тайм-лимит на оплату билета или дополнительной услуги.
-
<OfferExpirationTimeLimitDateTime> - срок действия оффера.
-
<ServiceTimeLimitDateTime> - дата/время окончания действия фиксированной цены тарифа (поле только для неассоциированной услуги заморозки тарифа).
-
<VoidTimelimitUtc> - тайм-лимит на войдирование заказа после выписки билетов.
-
<OfferExpirationTimeLimitDateTime> - тайм-лимит на процедуру обмена (Reshop).
До оплаты заказа и выписки билетов, ориентироваться следует на тот тайм-лимит, который наступит раньше.
Сценарий использования и примеры сообщений¶
Агент отправил запрос на поиск перевозки по маршруту Санкт-Петербург – Сочи – Санкт-Петербург для двух взрослых, указав следующие параметры в запросе Mixvel_AirShoppingRQ.xsd:
Есть возможность вводить в фильтр по поиску как цифровой, так и буквенно-цифровой номер рейса.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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-11-15T16: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>
<IATA_LocationCode>AER</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-06-08</Date>
<IATA_LocationCode>LED</IATA_LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<DestArrivalCriteria>
<IATA_LocationCode>LED</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-06-23</Date>
<IATA_LocationCode>AER</IATA_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>
В результате выполнения запроса в сообщении Mixvel_AirShoppingRS системой было возвращено несколько коммерческих предложений на перевозку туда и обратно. Одно из предложений представлено в ответе следующим образом. Предложение содержит два элемента Service — две услуги «Перевозка», одно в направлении Санкт-Петербург – Сочи, второе в направлении Сочи – Санкт-Петербург.
Показать пример сообщения Mixvel_AirShoppingRS на этой странице
<?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="752f24e8-c265-4557-ab75-8a4ed8875974" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-30T09:14:46.262257Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>50eaccec-46a6-490a-bea4-592ba591aa03</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>b8e8d0e1-ccbd-4b56-8b57-bda6d9474999</BaggageAllowanceID>
<DescText>KG</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>1faa6335-dee2-42c8-a2ab-77c113572c76</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>b73e9dd2-77c9-4544-973d-66075e77deb3</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY5KG 11LB UPTO 35LI 90LCM (09O)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">35</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">90</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">11</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>AER</DestCode>
<OriginCode>LED</OriginCode>
<OriginDestID>926f4e8d-dc3d-4eb3-b5bb-1be05e790d20</OriginDestID>
<PaxJourneyRefID>1bec3375-52d6-4811-bb36-0642fd153c3e</PaxJourneyRefID>
<PaxJourneyRefID>deb89acf-27e9-442c-afb5-436bdd4f070f</PaxJourneyRefID>
<PaxJourneyRefID>4fbd5dbf-280e-4151-ab2b-00cc86240ae3</PaxJourneyRefID>
<PaxJourneyRefID>8cc9bd18-32f1-49ea-9a03-1829aa3058e5</PaxJourneyRefID>
<PaxJourneyRefID>c4b424bb-18a4-4ba9-8092-86d30d78a735</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode>LED</DestCode>
<OriginCode>AER</OriginCode>
<OriginDestID>033b0c20-9235-41b1-8c8e-28ac407a0578</OriginDestID>
<PaxJourneyRefID>0216e872-9eac-4549-9b37-96b3bd91ce6c</PaxJourneyRefID>
<PaxJourneyRefID>5c03a2f3-aeab-4412-9ca2-5d677f14c137</PaxJourneyRefID>
<PaxJourneyRefID>a8866adf-fd00-4f0c-b2e4-a6f894c48d48</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>0216e872-9eac-4549-9b37-96b3bd91ce6c</PaxJourneyID>
<PaxSegmentRefID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H40M</Duration>
<PaxJourneyID>c4b424bb-18a4-4ba9-8092-86d30d78a735</PaxJourneyID>
<PaxSegmentRefID>33563577-b317-40a1-9c9f-e7c6ea80d2ed</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT5H20M</Duration>
<PaxJourneyID>5c03a2f3-aeab-4412-9ca2-5d677f14c137</PaxJourneyID>
<PaxSegmentRefID>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT5H15M</Duration>
<PaxJourneyID>deb89acf-27e9-442c-afb5-436bdd4f070f</PaxJourneyID>
<PaxSegmentRefID>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H</Duration>
<PaxJourneyID>8cc9bd18-32f1-49ea-9a03-1829aa3058e5</PaxJourneyID>
<PaxSegmentRefID>73f11561-8142-4eaa-b46e-d508e55d371f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H</Duration>
<PaxJourneyID>a8866adf-fd00-4f0c-b2e4-a6f894c48d48</PaxJourneyID>
<PaxSegmentRefID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>4fbd5dbf-280e-4151-ab2b-00cc86240ae3</PaxJourneyID>
<PaxSegmentRefID>deee2c93-2468-4ae6-a22e-bf81b690de45</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H25M</Duration>
<PaxJourneyID>1bec3375-52d6-4811-bb36-0642fd153c3e</PaxJourneyID>
<PaxSegmentRefID>06208666-adae-434c-bac6-3165ed96a106</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>2025-06-08T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-08T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>332</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d041868c-f202-4530-b629-f801181d2e4f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-08T09:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-08T09:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT3H25M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>517</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>517</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>06208666-adae-434c-bac6-3165ed96a106</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-08T18:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-08T18:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>CRJ</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>298acc6e-21ca-45e0-b278-b997dfe3e51f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-08T15:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-08T15:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT3H</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6500</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>Y1</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6500</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>73f11561-8142-4eaa-b46e-d508e55d371f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-23T07:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-23T07:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>332</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>74c81ed1-551a-456d-a01b-13a580bdd4ad</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-23T05:40:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-23T05:40:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>518</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>518</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-08T16:45:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-08T12:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>11897fdc-3840-4f27-ba9c-7e9d5be7ea65</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-08T11:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-08T16:45:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bee1eef3-8d37-4fe5-85f5-9fd4110b2dd2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-08T14:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-08T11:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-08T21:50:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-08T21:50:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2ab52a18-3b49-4d54-a1fb-d969dbcff047</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-08T17:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-08T17:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H40M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1210</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1210</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>33563577-b317-40a1-9c9f-e7c6ea80d2ed</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-23T23:55:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-23T21:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1ba8c989-638d-4bf9-96e7-6f6083377347</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-23T18:35:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-23T23:55:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>85d525a5-1f62-447d-a92e-947b384268b4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-23T22:25:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-23T18:35:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT5H20M</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>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-23T22:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-23T22:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>63ae02c6-3b52-429f-808f-d538af9d58b6</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-23T18:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-23T18:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT4H</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6523</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>KT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6523</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-08T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-08T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6cc34173-5040-45a1-bf0e-e321c31873c9</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-08T08:50:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-08T08:50:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT3H40M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1240</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1240</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>deee2c93-2468-4ae6-a22e-bf81b690de45</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>YLT</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ 5КГ ДО 115СМ (0ML)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 50КГ И ДО 203СМ (027)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 30КГ И ДО 203 СМ (0FM)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 25КГ И ДО 203 СМ (0C4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 20КГ И ДО 203СМ (0GO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 15КГ И ДО 203СМ (0LM)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР КОМФОРТНОГО МЕСТА (CMF)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 15КГ И ДО 203СМ (0C1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ ДО 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ГОРЯЧИЙ ОБЕД (0AM)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВЫБОР ПРЕМ МЕСТА В БИЗН КЛ (PFS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВЫБОР СТАНД МЕСТА В БИЗНЕС КЛ (PSA)</DescText>
</Desc>
<Name>ЛАЙТ ЭКОНОМ</Name>
<PriceClassID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassID>
</PriceClass>
<PriceClass>
<Code>YLT</Code>
<Name>ЛАЙТ ЭКОНОМ</Name>
<PriceClassID>61ef3bd9-fe94-4950-b6b5-46e40ba3e2f0</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>fb3e4d90-bf26-4bb6-a5e4-c5002f40ce4c</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>67515796-9b8a-4a8a-ba9a-99072335e180</ValidatingPartyID>
<ValidatingPartyCode>XX</ValidatingPartyCode>
<ValidatingPartyName>Тестовые авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>01C</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>50eaccec-46a6-490a-bea4-592ba591aa03</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>06208666-adae-434c-bac6-3165ed96a106</PaxSegmentRefID>
<PaxSegmentRefID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>b73e9dd2-77c9-4544-973d-66075e77deb3</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>06208666-adae-434c-bac6-3165ed96a106</PaxSegmentRefID>
<PaxSegmentRefID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T09:45:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8b2ffeb3-1b49-4ebd-95a6-0b0fe6b774db</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>06208666-adae-434c-bac6-3165ed96a106</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2675.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1585.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2595.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">470.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3250.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5270.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2bfccdd7-87f7-4723-839a-a1e5d97135a5</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T09:45:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>fb3e4d90-bf26-4bb6-a5e4-c5002f40ce4c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1bec3375-52d6-4811-bb36-0642fd153c3e</PaxJourneyRefID>
<PaxJourneyRefID>0216e872-9eac-4549-9b37-96b3bd91ce6c</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>14c6c23a-4286-4013-9512-4d0128b9821e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>50eaccec-46a6-490a-bea4-592ba591aa03</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>06208666-adae-434c-bac6-3165ed96a106</PaxSegmentRefID>
<PaxSegmentRefID>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>b73e9dd2-77c9-4544-973d-66075e77deb3</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>06208666-adae-434c-bac6-3165ed96a106</PaxSegmentRefID>
<PaxSegmentRefID>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T09:45:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>7d535e26-8dea-4639-aa93-0226c16ad5a6</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>06208666-adae-434c-bac6-3165ed96a106</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2675.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1585.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2595.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">470.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3250.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5270.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>b574598b-693a-4812-a572-5d5f558c2f01</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T09:45:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>fb3e4d90-bf26-4bb6-a5e4-c5002f40ce4c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1bec3375-52d6-4811-bb36-0642fd153c3e</PaxJourneyRefID>
<PaxJourneyRefID>5c03a2f3-aeab-4412-9ca2-5d677f14c137</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>24605aa7-8386-438a-b077-f203da0fa3be</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>50eaccec-46a6-490a-bea4-592ba591aa03</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentRefID>
<PaxSegmentRefID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>b73e9dd2-77c9-4544-973d-66075e77deb3</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentRefID>
<PaxSegmentRefID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T09:45:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>75fd1265-330c-4ce7-b220-d95665591dac</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2675.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>0508dcce-bf07-495c-9029-28ca79d2a33a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1585.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2595.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">470.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3250.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5270.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2fbf1ece-8501-485e-aa24-98605fffacef</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T09:45:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>fb3e4d90-bf26-4bb6-a5e4-c5002f40ce4c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>deb89acf-27e9-442c-afb5-436bdd4f070f</PaxJourneyRefID>
<PaxJourneyRefID>0216e872-9eac-4549-9b37-96b3bd91ce6c</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>635c7e54-4d1b-4bf3-bd87-eb3b07b8f6c5</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>50eaccec-46a6-490a-bea4-592ba591aa03</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentRefID>
<PaxSegmentRefID>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>b73e9dd2-77c9-4544-973d-66075e77deb3</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentRefID>
<PaxSegmentRefID>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T09:45:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>af3f32fa-e924-4569-bcfe-706f7217147f</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>2cf09e0b-f1b0-4a8a-a5d1-feb6b806842a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2675.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>FLTRT</FareBasisCode>
<FareRule>
<RuleCode>0201</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>0e43e749-ac9b-45f3-961b-b029f232412b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1585.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2595.00</TotalAmount>
</Price>
<PriceClassRefID>fde9ecf8-603a-4a00-9cf7-7314e3350853</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">470.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3250.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5270.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>db2315b4-4d5f-42a1-a2ee-fc370ba7be93</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T09:45:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>fb3e4d90-bf26-4bb6-a5e4-c5002f40ce4c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>deb89acf-27e9-442c-afb5-436bdd4f070f</PaxJourneyRefID>
<PaxJourneyRefID>5c03a2f3-aeab-4412-9ca2-5d677f14c137</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>31af27a6-7ca4-4118-9106-338ae16b1e20</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">4040.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T12:44: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">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6500.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10540.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b8e8d0e1-ccbd-4b56-8b57-bda6d9474999</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>deee2c93-2468-4ae6-a22e-bf81b690de45</PaxSegmentRefID>
<PaxSegmentRefID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>1faa6335-dee2-42c8-a2ab-77c113572c76</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>deee2c93-2468-4ae6-a22e-bf81b690de45</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T09:59:46.0173742Z</OfferExpirationTimeLimitDateTime>
<OfferID>fab1540e-b811-4271-a200-147e275d8396</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTRT</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>deee2c93-2468-4ae6-a22e-bf81b690de45</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15: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">5735.00</TotalAmount>
</Price>
<PriceClassRefID>61ef3bd9-fe94-4950-b6b5-46e40ba3e2f0</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>YLTRT</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5735.00</TotalAmount>
</Price>
<PriceClassRefID>61ef3bd9-fe94-4950-b6b5-46e40ba3e2f0</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>4</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">11000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">470.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>457b15f4-7a98-4cfe-ab3f-b09375c9eefd</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T09:15:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">22000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">940.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">22940.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>67515796-9b8a-4a8a-ba9a-99072335e180</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4fbd5dbf-280e-4151-ab2b-00cc86240ae3</PaxJourneyRefID>
<PaxJourneyRefID>a8866adf-fd00-4f0c-b2e4-a6f894c48d48</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1f594316-c6b3-4bea-9c64-a1687cf12241</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">22000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">940.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">22940.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b8e8d0e1-ccbd-4b56-8b57-bda6d9474999</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>73f11561-8142-4eaa-b46e-d508e55d371f</PaxSegmentRefID>
<PaxSegmentRefID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>1faa6335-dee2-42c8-a2ab-77c113572c76</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>73f11561-8142-4eaa-b46e-d508e55d371f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T09:59:46.0334943Z</OfferExpirationTimeLimitDateTime>
<OfferID>c09689b8-40eb-42bc-b24c-2bb7da5a869c</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTRT</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>73f11561-8142-4eaa-b46e-d508e55d371f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15: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">5735.00</TotalAmount>
</Price>
<PriceClassRefID>61ef3bd9-fe94-4950-b6b5-46e40ba3e2f0</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>4</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>YLTRT</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5735.00</TotalAmount>
</Price>
<PriceClassRefID>61ef3bd9-fe94-4950-b6b5-46e40ba3e2f0</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>4</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">11000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">470.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>76992306-4608-45d5-8bf3-0a79c3d227f6</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T09:15:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">22000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">940.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">22940.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>67515796-9b8a-4a8a-ba9a-99072335e180</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>8cc9bd18-32f1-49ea-9a03-1829aa3058e5</PaxJourneyRefID>
<PaxJourneyRefID>a8866adf-fd00-4f0c-b2e4-a6f894c48d48</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>69220b10-0367-4dfb-91b4-9ba3cc49e7ca</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">22000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">940.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">22940.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>b8e8d0e1-ccbd-4b56-8b57-bda6d9474999</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>33563577-b317-40a1-9c9f-e7c6ea80d2ed</PaxSegmentRefID>
<PaxSegmentRefID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>1faa6335-dee2-42c8-a2ab-77c113572c76</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>33563577-b317-40a1-9c9f-e7c6ea80d2ed</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T09:59:46.0344484Z</OfferExpirationTimeLimitDateTime>
<OfferID>f61fc737-7a5a-4e30-9a86-b4279fada342</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTRT</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>33563577-b317-40a1-9c9f-e7c6ea80d2ed</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15: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">5735.00</TotalAmount>
</Price>
<PriceClassRefID>61ef3bd9-fe94-4950-b6b5-46e40ba3e2f0</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>YLTRT</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>RT</FareType>
</FareRule>
<PaxSegmentRefID>7ec0691f-e548-4657-9539-19eff694ff6a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5735.00</TotalAmount>
</Price>
<PriceClassRefID>61ef3bd9-fe94-4950-b6b5-46e40ba3e2f0</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>4</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">11000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">470.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5ce14c9f-08de-47a7-a103-09c1b3e281dc</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T09:15:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">22000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">940.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">22940.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>ADT-2</PaxRefID>
<ValidatingPartyRefID>67515796-9b8a-4a8a-ba9a-99072335e180</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c4b424bb-18a4-4ba9-8092-86d30d78a735</PaxJourneyRefID>
<PaxJourneyRefID>a8866adf-fd00-4f0c-b2e4-a6f894c48d48</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f5791847-7040-44cc-8fe6-87fbb5be3df3</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">22000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-08T15:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">940.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">940.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">22940.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Фильтр по языку¶
Во всех методах MixVel в блоке PayloadAttributes присутствует элемент PrimaryLangID, данный элемент используется в качестве языкового фильтра.
.../PayloadAttributes/PrimaryLangID
Элемент | Описание |
---|---|
PrimaryLangID | Элемент используется в качестве языкового фильтра и содержит в себе информацию о коде языка, на котором должны возвращаться данные в ответе (RU (русский) или EN (английский)). |
Фильтр PrimaryLangID распространяется на отображение информации о брендах, УПТ и информации из справочников.
Информация о брендах и УПТ на запрашиваемом языке будет доступна в том случае, если авиакомпания завела её.
Пример:
<PayloadAttributes>
<PrimaryLangID>EN</PrimaryLangID>
</PayloadAttributes>
Фильтр по салону/классу обслуживания¶
Данный фильтр запроса Mixvel_AirShoppingRQ используется для определения требуемых и исключаемых салонов обслуживания. Тип салона указывается в элементе <CabinTypeCode> и может принимать значения:
-
First - первый;
-
Business - бизнес;
-
Premium Economy - премиум эконом (комфорт);
-
Economy - эконом.
Фильтр по предпочтениям по салону обслуживания передается через структуру:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CabinType
Допускается создание одной или нескольких структур CabinType.
Элемент | Описание | Пример |
---|---|---|
…/CabinType | Настройки авиакомпании и рейсов | |
…/CabinTypeCode | Указывается тип салона, к которому будет применяться фильтр в рамках PrefLevel | Business |
…/PrefLevel | Уровень предпочтения | |
…/PrefLevelCode | Код уровня предпочтения | Excluded (по умолчанию Required) |
Пример Mixvel_AirShoppingRQ (только по определенному классу):
Показать пример Mixvel_AirShoppingRQ на этой странице
<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>
<IATA_LocationCode>AER</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-06-30</Date>
<IATA_LocationCode>LED</IATA_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>
Пример Mixvel_AirShoppingRS:
Показать пример Mixvel_AirShoppingRS на этой странице
<?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="38487d4c-3116-4fb2-81c8-a17136b3f56c" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-30T10:03:33.5027172Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>1311052a-0b44-40fa-a426-607fcb09678b</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>94e6f1b8-dda5-4c1e-82a3-9cc84851b43c</BaggageAllowanceID>
<DescText>KG</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>ef3049e6-2c81-44af-bf08-73a6dec78c50</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>55d6d858-b504-4e1a-b70a-9355508d6db4</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY5KG 11LB UPTO 35LI 90LCM (09O)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">35</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">90</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">11</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>7b0080a1-5e0d-48e0-8e41-422827bf060a</BaggageAllowanceID>
<DescText>KG</DescText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>AER</DestCode>
<OriginCode>LED</OriginCode>
<OriginDestID>8cfbf4f2-dad5-49fd-b175-bd5035c742bf</OriginDestID>
<PaxJourneyRefID>466df6bf-3874-4225-b2ce-13cf555ecb25</PaxJourneyRefID>
<PaxJourneyRefID>34dead1b-aeb3-4974-89b0-ffcaa0a6a3b7</PaxJourneyRefID>
<PaxJourneyRefID>596cfa23-dfa4-43ff-ab69-5f4e2f8e1703</PaxJourneyRefID>
<PaxJourneyRefID>0fc0437b-00e6-496b-819a-0ddf22848762</PaxJourneyRefID>
<PaxJourneyRefID>a2638cf5-5685-4819-8413-854858cc0a48</PaxJourneyRefID>
<PaxJourneyRefID>c1d0e776-1327-47c6-92a7-ba0dba798b92</PaxJourneyRefID>
<PaxJourneyRefID>a80ed9ac-a1bc-417f-97f6-b87ad096c4d1</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT3H25M</Duration>
<PaxJourneyID>466df6bf-3874-4225-b2ce-13cf555ecb25</PaxJourneyID>
<PaxSegmentRefID>5211a6a7-28c4-4c45-a3e2-243c58023f56</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H</Duration>
<PaxJourneyID>c1d0e776-1327-47c6-92a7-ba0dba798b92</PaxJourneyID>
<PaxSegmentRefID>7bfe07df-45cd-4339-baac-c657eda4e5d4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT5H15M</Duration>
<PaxJourneyID>34dead1b-aeb3-4974-89b0-ffcaa0a6a3b7</PaxJourneyID>
<PaxSegmentRefID>dbbc2531-eb75-4c0f-b303-c2b34a12f096</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>596cfa23-dfa4-43ff-ab69-5f4e2f8e1703</PaxJourneyID>
<PaxSegmentRefID>3484ca10-3fdf-4869-b9bf-f584bc87f01c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H45M</Duration>
<PaxJourneyID>0fc0437b-00e6-496b-819a-0ddf22848762</PaxJourneyID>
<PaxSegmentRefID>4f347f23-ab84-44cd-839e-5a639827fcd4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H40M</Duration>
<PaxJourneyID>a2638cf5-5685-4819-8413-854858cc0a48</PaxJourneyID>
<PaxSegmentRefID>217c56bf-d660-4e6e-b54a-0a99dd53c493</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H</Duration>
<PaxJourneyID>a80ed9ac-a1bc-417f-97f6-b87ad096c4d1</PaxJourneyID>
<PaxSegmentRefID>4dfb43ee-a949-47ca-b099-33adb0078653</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>2025-06-30T13:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T13:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1f02154e-6b34-42d3-8b94-e8cab55ce8d3</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-30T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT3H</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4445</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<OperatingCarrierFlightNumberText>4445</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7bfe07df-45cd-4339-baac-c657eda4e5d4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-30T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>332</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4486b52d-f3fc-4273-92a8-8d0481424242</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T09:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-30T09:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT3H25M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>517</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>517</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5211a6a7-28c4-4c45-a3e2-243c58023f56</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-30T13:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T13:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d315b81b-39e1-4f03-a50c-4d16c0054ad6</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>3</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-30T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>3</TerminalName>
</Dep>
<Duration>PT3H</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<MarketingCarrierFlightNumberText>4444</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<OperatingCarrierFlightNumberText>4444</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4dfb43ee-a949-47ca-b099-33adb0078653</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-30T18:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T18:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>452ca917-f7de-45bc-9e87-b7ba554e753e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T15:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-30T15:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT2H45M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6500</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>Y1</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6500</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4f347f23-ab84-44cd-839e-5a639827fcd4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-30T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T12:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>83432211-b779-426c-978f-95e741d65308</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T08:50:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-30T08:50:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT3H40M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1240</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1240</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>3484ca10-3fdf-4869-b9bf-f584bc87f01c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-30T16:45:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T12:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cb15e56e-5856-4e9a-96d5-27be9698df26</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T11:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T16:45:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>78397396-b2e5-43da-bcf4-5d1aa5b44d5c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T14:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-30T11:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>dbbc2531-eb75-4c0f-b303-c2b34a12f096</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-06-30T21:50:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-06-30T21:50:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cf8bb086-4734-46bc-91de-3602282eecb4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-06-30T17:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-06-30T17:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H40M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1210</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1210</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>217c56bf-d660-4e6e-b54a-0a99dd53c493</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>YLT</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ 5КГ ДО 115СМ (0ML)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 50КГ И ДО 203СМ (027)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 30КГ И ДО 203 СМ (0FM)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 25КГ И ДО 203 СМ (0C4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 20КГ И ДО 203СМ (0GO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 15КГ И ДО 203СМ (0LM)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР КОМФОРТНОГО МЕСТА (CMF)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 15КГ И ДО 203СМ (0C1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ ДО 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ГОРЯЧИЙ ОБЕД (0AM)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВЫБОР ПРЕМ МЕСТА В БИЗН КЛ (PFS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВЫБОР СТАНД МЕСТА В БИЗНЕС КЛ (PSA)</DescText>
</Desc>
<Name>ЛАЙТ ЭКОНОМ</Name>
<PriceClassID>21916275-e8e7-4e33-bae8-2d3b49c20bef</PriceClassID>
</PriceClass>
<PriceClass>
<Code>YLT</Code>
<Name>ЛАЙТ ЭКОНОМ</Name>
<PriceClassID>39b6ecef-e401-4443-b6e8-fd065bf714d2</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>1f7fe84d-8529-4b2f-bbfb-24ea5974e8c8</ValidatingPartyID>
<ValidatingPartyCode>FV</ValidatingPartyCode>
<ValidatingPartyName>Россия</ValidatingPartyName>
<ValidatingPartyDesigCode>195</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>10e44a48-5bb6-4a3f-bc4b-ec44e45402db</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>08eaa88e-1405-4103-9395-57a92ae55f24</ValidatingPartyID>
<ValidatingPartyCode>XX</ValidatingPartyCode>
<ValidatingPartyName>Тестовые авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>01C</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>1311052a-0b44-40fa-a426-607fcb09678b</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5211a6a7-28c4-4c45-a3e2-243c58023f56</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>55d6d858-b504-4e1a-b70a-9355508d6db4</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5211a6a7-28c4-4c45-a3e2-243c58023f56</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:34:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>684e928b-14ee-476c-9e58-e9aedbf50479</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5211a6a7-28c4-4c45-a3e2-243c58023f56</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1015.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33: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">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2680.00</TotalAmount>
</Price>
<PriceClassRefID>21916275-e8e7-4e33-bae8-2d3b49c20bef</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1015.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33: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">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2680.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9df257e2-0a22-4688-b7a2-a2068af67483</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1015.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33: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">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2680.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>10e44a48-5bb6-4a3f-bc4b-ec44e45402db</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>466df6bf-3874-4225-b2ce-13cf555ecb25</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>17fe38bb-ebb2-4413-964b-7647e84b45a2</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTOW/CN15</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5211a6a7-28c4-4c45-a3e2-243c58023f56</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">865.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">70.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">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1595.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2460.00</TotalAmount>
</Price>
<PriceClassRefID>21916275-e8e7-4e33-bae8-2d3b49c20bef</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">865.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">70.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1595.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2460.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ce48890b-4f7d-4c0e-b1f8-7aed42f1eec8</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">865.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">70.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1595.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2460.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>10e44a48-5bb6-4a3f-bc4b-ec44e45402db</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>466df6bf-3874-4225-b2ce-13cf555ecb25</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>6969b976-91df-49ea-8f4a-6f6e78b203ad</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">1880.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">150.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2700.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3260.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5140.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>1311052a-0b44-40fa-a426-607fcb09678b</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dbbc2531-eb75-4c0f-b303-c2b34a12f096</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>55d6d858-b504-4e1a-b70a-9355508d6db4</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dbbc2531-eb75-4c0f-b303-c2b34a12f096</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:34:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>43b1b84d-2a5d-473a-a32c-62fee6fa72ab</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>dbbc2531-eb75-4c0f-b303-c2b34a12f096</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1015.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33: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">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2680.00</TotalAmount>
</Price>
<PriceClassRefID>21916275-e8e7-4e33-bae8-2d3b49c20bef</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1015.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33: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">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2680.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>13caa39e-1bf3-4903-a2b4-a72151ec2da8</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1015.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33: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">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1665.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2680.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>10e44a48-5bb6-4a3f-bc4b-ec44e45402db</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>34dead1b-aeb3-4974-89b0-ffcaa0a6a3b7</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>aef3da24-9ea6-474d-9acc-31007bff0930</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTOW/CN15</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>dbbc2531-eb75-4c0f-b303-c2b34a12f096</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">865.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">70.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">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1595.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2460.00</TotalAmount>
</Price>
<PriceClassRefID>21916275-e8e7-4e33-bae8-2d3b49c20bef</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">865.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">70.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1595.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2460.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1e2c0b44-b5f1-4c6d-94fe-7108e008afb3</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">865.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">70.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1595.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2460.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>10e44a48-5bb6-4a3f-bc4b-ec44e45402db</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>34dead1b-aeb3-4974-89b0-ffcaa0a6a3b7</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>85319ddc-17fa-4b56-861a-13cb2c4c50b0</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">1880.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-30T13:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">150.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2700.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3260.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5140.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>94e6f1b8-dda5-4c1e-82a3-9cc84851b43c</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>3484ca10-3fdf-4869-b9bf-f584bc87f01c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ef3049e6-2c81-44af-bf08-73a6dec78c50</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>3484ca10-3fdf-4869-b9bf-f584bc87f01c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:48:33.3651197Z</OfferExpirationTimeLimitDateTime>
<OfferID>feb8b8f9-5d28-4cfc-ac93-7aa032d9addd</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3484ca10-3fdf-4869-b9bf-f584bc87f01c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15: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">6235.00</TotalAmount>
</Price>
<PriceClassRefID>39b6ecef-e401-4443-b6e8-fd065bf714d2</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7befa063-b8c2-4cdf-a3c3-80d8c83c7f42</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T10:04:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>08eaa88e-1405-4103-9395-57a92ae55f24</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>596cfa23-dfa4-43ff-ab69-5f4e2f8e1703</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1adfd5e0-71cc-4138-9638-4fe4e3c17c0a</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3484ca10-3fdf-4869-b9bf-f584bc87f01c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
<PriceClassRefID>39b6ecef-e401-4443-b6e8-fd065bf714d2</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c4da927b-1713-4d48-9923-e2f515d39a88</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T10:04:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>08eaa88e-1405-4103-9395-57a92ae55f24</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>596cfa23-dfa4-43ff-ab69-5f4e2f8e1703</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1b816c56-ecad-46cf-bd98-cd9799575cd1</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">10020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">410.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10430.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>94e6f1b8-dda5-4c1e-82a3-9cc84851b43c</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4f347f23-ab84-44cd-839e-5a639827fcd4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ef3049e6-2c81-44af-bf08-73a6dec78c50</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4f347f23-ab84-44cd-839e-5a639827fcd4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:48:33.3655792Z</OfferExpirationTimeLimitDateTime>
<OfferID>79140131-d53e-4aa7-bb11-1caed2d6568c</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4f347f23-ab84-44cd-839e-5a639827fcd4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15: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">6235.00</TotalAmount>
</Price>
<PriceClassRefID>39b6ecef-e401-4443-b6e8-fd065bf714d2</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>4</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>b86788c0-cce0-4584-984f-5540937d54e4</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T10:04:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>08eaa88e-1405-4103-9395-57a92ae55f24</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0fc0437b-00e6-496b-819a-0ddf22848762</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>6708140c-314c-4a0a-8f78-ecf05609463d</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4f347f23-ab84-44cd-839e-5a639827fcd4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
<PriceClassRefID>39b6ecef-e401-4443-b6e8-fd065bf714d2</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>4</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>59042003-b683-4631-aa2f-e03d8337e3b4</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T10:04:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>08eaa88e-1405-4103-9395-57a92ae55f24</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0fc0437b-00e6-496b-819a-0ddf22848762</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>a971296a-ccd0-44c2-b27a-645af8b6dada</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">10020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">410.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10430.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>94e6f1b8-dda5-4c1e-82a3-9cc84851b43c</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>217c56bf-d660-4e6e-b54a-0a99dd53c493</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ef3049e6-2c81-44af-bf08-73a6dec78c50</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>217c56bf-d660-4e6e-b54a-0a99dd53c493</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:48:33.3660559Z</OfferExpirationTimeLimitDateTime>
<OfferID>fb692385-524a-4104-881b-4186147d4ea2</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>217c56bf-d660-4e6e-b54a-0a99dd53c493</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15: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">6235.00</TotalAmount>
</Price>
<PriceClassRefID>39b6ecef-e401-4443-b6e8-fd065bf714d2</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d3fe4dba-ce9e-4877-bc93-47e0aabc8762</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T10:04:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">6000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>08eaa88e-1405-4103-9395-57a92ae55f24</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a2638cf5-5685-4819-8413-854858cc0a48</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>5882e236-21dc-44d9-afe3-d3a358eb3ebb</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>217c56bf-d660-4e6e-b54a-0a99dd53c493</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
<PriceClassRefID>39b6ecef-e401-4443-b6e8-fd065bf714d2</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>70dbd3b1-b871-42b4-8442-d52220f9bf80</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-04T10:04:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4195.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>08eaa88e-1405-4103-9395-57a92ae55f24</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a2638cf5-5685-4819-8413-854858cc0a48</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>bbb42139-b667-4447-b54f-2c371d37f064</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">10020.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-06-30T15:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">410.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10430.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>94e6f1b8-dda5-4c1e-82a3-9cc84851b43c</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7bfe07df-45cd-4339-baac-c657eda4e5d4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>7b0080a1-5e0d-48e0-8e41-422827bf060a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7bfe07df-45cd-4339-baac-c657eda4e5d4</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:34:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>3ea2def6-8fb9-49f5-9cd8-18d7bfc5c447</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>1111</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>7bfe07df-45cd-4339-baac-c657eda4e5d4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</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">3235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>6225ec2d-9cb7-4560-94c3-a385bfd2c1fa</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>1f7fe84d-8529-4b2f-bbfb-24ea5974e8c8</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c1d0e776-1327-47c6-92a7-ba0dba798b92</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>a8a0b73b-fa4c-4ca4-bfb5-a2ae2a166851</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW/CH15</FareBasisCode>
<FareRule>
<RuleCode>1111</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>7bfe07df-45cd-4339-baac-c657eda4e5d4</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5725.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5725.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>14977ad5-3c0c-437c-9f09-82a6089abdc0</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5725.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>1f7fe84d-8529-4b2f-bbfb-24ea5974e8c8</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c1d0e776-1327-47c6-92a7-ba0dba798b92</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>37cc2f99-c70e-4061-b0a2-aca2ede2d531</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">6000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6410.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11960.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>94e6f1b8-dda5-4c1e-82a3-9cc84851b43c</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4dfb43ee-a949-47ca-b099-33adb0078653</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>7b0080a1-5e0d-48e0-8e41-422827bf060a</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4dfb43ee-a949-47ca-b099-33adb0078653</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:34:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>24cdff56-2739-4781-b176-a2e59afe3ea9</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>1111</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4dfb43ee-a949-47ca-b099-33adb0078653</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</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">3235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4adfa738-5f1d-4502-9822-89a95c248567</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">235.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3235.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6235.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>1f7fe84d-8529-4b2f-bbfb-24ea5974e8c8</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a80ed9ac-a1bc-417f-97f6-b87ad096c4d1</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>ae62c485-f128-44a6-a21d-7e99e5877d11</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW/CH15</FareBasisCode>
<FareRule>
<RuleCode>1111</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4dfb43ee-a949-47ca-b099-33adb0078653</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">60.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5725.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5725.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e354bb5e-fb80-42be-a4c0-a010a3ad4834</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3175.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5725.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>1f7fe84d-8529-4b2f-bbfb-24ea5974e8c8</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a80ed9ac-a1bc-417f-97f6-b87ad096c4d1</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>37b3e9d4-0bef-4269-9697-c46aabdacb04</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5550.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2024-12-31T13:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">6000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">6410.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">11960.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Пример Mixvel_AirShoppingRQ (исключая определенный класс):
Показать пример Mixvel_AirShoppingRQ на этой странице
<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>
<IATA_LocationCode>AER</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-28</Date>
<IATA_LocationCode>LED</IATA_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>
Пример Mixvel_AirShoppingRS:
Показать пример Mixvel_AirShoppingRS на этой странице
<?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="212c7b48-abe1-4e55-bd57-aa547e07d867" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-30T10:12:26.6579544Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>3acdf050-db51-40e0-a698-2639bb34b394</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>f9ea49c4-4c0b-4e9d-b5da-cb893228f249</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>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>WHEELCHAIR (0GM)</Name>
</Excluded>
<Excluded>
<Name>ADD FREE BAG TAG (0JX)</Name>
</Excluded>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>AER</DestCode>
<OriginCode>LED</OriginCode>
<OriginDestID>a1453444-493e-4c0c-9884-1e2b63568505</OriginDestID>
<PaxJourneyRefID>e6af4923-641f-499c-b105-3e8a6df7cfc3</PaxJourneyRefID>
<PaxJourneyRefID>cef412ba-a3e0-47dd-bb0a-6e8e2b345bc6</PaxJourneyRefID>
<PaxJourneyRefID>3ae294a4-bd07-4371-af70-3e2ea7ea10a3</PaxJourneyRefID>
<PaxJourneyRefID>3b2247d9-41a0-4331-b8d4-6b3b0a20d3e8</PaxJourneyRefID>
<PaxJourneyRefID>dc047ef8-cf68-4935-8bcc-4381e2809fc0</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT4H30M</Duration>
<PaxJourneyID>dc047ef8-cf68-4935-8bcc-4381e2809fc0</PaxJourneyID>
<PaxSegmentRefID>952c252a-eb17-4620-b3d1-5b11c25f910e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H40M</Duration>
<PaxJourneyID>3b2247d9-41a0-4331-b8d4-6b3b0a20d3e8</PaxJourneyID>
<PaxSegmentRefID>e21fa399-c41f-48a4-80d0-ad635e58b03b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H40M</Duration>
<PaxJourneyID>3ae294a4-bd07-4371-af70-3e2ea7ea10a3</PaxJourneyID>
<PaxSegmentRefID>5b103975-93cb-48f2-8124-513298b1bd52</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H40M</Duration>
<PaxJourneyID>e6af4923-641f-499c-b105-3e8a6df7cfc3</PaxJourneyID>
<PaxSegmentRefID>9df30b0a-9ede-46ce-ba7d-f6ff41ee6e6b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT4H35M</Duration>
<PaxJourneyID>cef412ba-a3e0-47dd-bb0a-6e8e2b345bc6</PaxJourneyID>
<PaxSegmentRefID>203275da-ecea-4cc1-be10-8371d4fd751d</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>2025-01-28T11:15:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-28T11:15:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3a9429be-db50-4803-85c6-dea87bce45be</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-28T06:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-28T06:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>9df30b0a-9ede-46ce-ba7d-f6ff41ee6e6b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-28T13:40:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-28T13:40:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f61ad63a-d805-4cfd-af53-08d7889099da</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-28T09:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-28T09:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H35M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6563</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6563</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>203275da-ecea-4cc1-be10-8371d4fd751d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-28T15:10:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-28T15:10:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4fbac044-81d8-4f5a-b3a6-1bb8a9ae9507</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-28T10:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-28T10:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT4H40M</Duration>
<Distance UnitCode="Mileage">1200</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6569</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6569</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5b103975-93cb-48f2-8124-513298b1bd52</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-28T19:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-28T19:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8aa2739a-5b6c-4027-8dbf-a8681cbaf381</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-28T15:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-28T15:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>e21fa399-c41f-48a4-80d0-ad635e58b03b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-28T23:45:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-28T23:45:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>10b13d55-01a3-4f6b-8a30-887bf627d66c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-28T19:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-28T19:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>952c252a-eb17-4620-b3d1-5b11c25f910e</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>BA</Code>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 25 ПРОЦ МИЛЬ (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>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>f9ea49c4-4c0b-4e9d-b5da-cb893228f249</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9df30b0a-9ede-46ce-ba7d-f6ff41ee6e6b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3acdf050-db51-40e0-a698-2639bb34b394</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9df30b0a-9ede-46ce-ba7d-f6ff41ee6e6b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:43:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>49affab4-12f2-4950-998f-e757c85fd2d9</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>9df30b0a-9ede-46ce-ba7d-f6ff41ee6e6b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a9789015-e183-4347-9a4d-e86b3aff3224</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e6af4923-641f-499c-b105-3e8a6df7cfc3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1da12552-fc3f-4809-b02f-9a36625d38bf</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR/CH10</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>9df30b0a-9ede-46ce-ba7d-f6ff41ee6e6b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">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">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>81b41bcc-144e-40f1-8b04-9fcd089a0232</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e6af4923-641f-499c-b105-3e8a6df7cfc3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>dee20ff5-b4c5-4d31-bcce-12391cfb774e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">88160.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">650.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">88810.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>f9ea49c4-4c0b-4e9d-b5da-cb893228f249</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>203275da-ecea-4cc1-be10-8371d4fd751d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3acdf050-db51-40e0-a698-2639bb34b394</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>203275da-ecea-4cc1-be10-8371d4fd751d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:43:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>dbc2a9c2-3f14-4cf2-811e-c01991438e42</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>203275da-ecea-4cc1-be10-8371d4fd751d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d586b126-d0a1-4d73-b404-aa6b8e775af2</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>cef412ba-a3e0-47dd-bb0a-6e8e2b345bc6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>05ec2d6e-276b-47df-b874-9032a168f67a</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR/CH10</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>203275da-ecea-4cc1-be10-8371d4fd751d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">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">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>db992d8e-dcbc-4a72-8c3d-0b992ab29f48</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>cef412ba-a3e0-47dd-bb0a-6e8e2b345bc6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>64c7eece-3eaf-4b48-a8ed-f9678a5ff0b5</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">88160.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">650.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">88810.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>f9ea49c4-4c0b-4e9d-b5da-cb893228f249</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b103975-93cb-48f2-8124-513298b1bd52</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3acdf050-db51-40e0-a698-2639bb34b394</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b103975-93cb-48f2-8124-513298b1bd52</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:43:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>bc94975b-2293-4602-aad1-cb1e24b28d6d</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5b103975-93cb-48f2-8124-513298b1bd52</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>23e2de12-e94e-4636-a4a8-84e49e2ac393</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3ae294a4-bd07-4371-af70-3e2ea7ea10a3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>98b2ea73-27f9-4a0e-bd17-01347b9e1631</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR/CH10</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5b103975-93cb-48f2-8124-513298b1bd52</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">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">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>56d33870-182c-43ad-a376-3e159888b666</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3ae294a4-bd07-4371-af70-3e2ea7ea10a3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cfb6fa2c-d8a0-4ce8-9712-b81bbb2afc8c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">88160.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">650.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">88810.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>f9ea49c4-4c0b-4e9d-b5da-cb893228f249</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e21fa399-c41f-48a4-80d0-ad635e58b03b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3acdf050-db51-40e0-a698-2639bb34b394</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e21fa399-c41f-48a4-80d0-ad635e58b03b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:43:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0fd0fbe1-1cfe-43f6-a9a5-9e00937013f7</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>e21fa399-c41f-48a4-80d0-ad635e58b03b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>afddf455-47f4-42ed-8b7f-12c8d8c58ca6</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3b2247d9-41a0-4331-b8d4-6b3b0a20d3e8</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>02407263-eaf1-49d5-8a70-e23ba6d05126</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR/CH10</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>e21fa399-c41f-48a4-80d0-ad635e58b03b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">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">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>3043a391-9bf4-4207-bd4b-9201e5035312</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3b2247d9-41a0-4331-b8d4-6b3b0a20d3e8</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>138be306-fc81-4965-95cf-1deb349ecc4c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">88160.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">650.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">88810.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>f9ea49c4-4c0b-4e9d-b5da-cb893228f249</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>952c252a-eb17-4620-b3d1-5b11c25f910e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>3acdf050-db51-40e0-a698-2639bb34b394</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>952c252a-eb17-4620-b3d1-5b11c25f910e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
<PaxRefID>Pax-2</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2024-12-30T10:43:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b2963e5a-6ba0-4567-b4f2-4393443fc936</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>952c252a-eb17-4620-b3d1-5b11c25f910e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>8</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f88ad52c-b50c-4dd7-baa1-73de31055ee3</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">46400.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">46755.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>dc047ef8-cf68-4935-8bcc-4381e2809fc0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b4fbcc40-7560-4819-9012-36debebc6ea3</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Business</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZBOR/CH10</FareBasisCode>
<FareRule>
<RuleCode>BBR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>952c252a-eb17-4620-b3d1-5b11c25f910e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12: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">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">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<PriceClassRefID>82625a54-0647-4a8b-b66b-8d855126ffed</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>8</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a1be4e17-6d3a-4c2d-a965-c6daf0bdb2f8</OfferItemID>
<PaymentTimeLimitDateTime>2024-12-30T10:43:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">41760.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">175.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">20.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">295.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">42055.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-2</PaxRefID>
<ValidatingPartyRefID>f9159438-7087-4ebe-9694-79d3f985a668</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>dc047ef8-cf68-4935-8bcc-4381e2809fc0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cebfdcda-7973-433b-9393-69a7a436083b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">88160.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T13:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">410.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">40.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">650.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">88810.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Поиск лучшей стоимости по маршруту¶
При добавлении структуры CalendarDateCriteria в запрос Mixvel_AirShoppingRQ и указании определения нижней границы в элементе DaysBeforeNumber и верхней границы в элементе DaysAfterNumber происходит поиск лучшей стоимости по маршруту. Для получения данных только по прямым рейсам в ответном сообщении Mixvel_AirShoppingRS в CalendarDateCriteria добавляется флаг AllowDirectInd в значении true (по умолчанию значение - true).
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
Элемент | Описание | Пример |
---|---|---|
…/CalendarDateCriteria | Контейнер для указания периода, для которого должна быть представлена лучшая цена перелета на каждый день диапазона | |
…/DaysAfterNumber | Значение верхней границы диапазона | 3 |
…/DaysBeforeNumber | Значение нижней границы диапазона | 2 |
…/AllowDirectInd | Индикатор, позволяющий отображать только прямые рейсы | false/true (по умолчанию=true) |
В ответном сообщении Mixvel_AirShoppingRS система возвращает подробные данные:
1) Время вылета
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/Dep/ScheduledDateTime
2) Время прилета
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/Arrival/ScheduledDateTime
3) Код авиакомпании
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/MarketingCarrierInfo/CarrierDesigCode
4) Номер рейса
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/MarketingCarrierInfo/MarketingCarrierFlightNumberText
5) Код типа транспортного средства
Mixvel_AirShoppingRS/Response/DataLists/PaxSegmentList/PaxSegment/DatedOperatingLeg/CarrierType/CarrierTypeCode
6) Подкласс бронирования
Mixvel_AirShoppingRS/Response/PriceCalendar/PriceCalendarSegmentRef/RBD_Code
7) Информацию о валидирующем перевозчике
Mixvel_AirShoppingRS/Response/DataLists/ValidatingPartyList/ValidatingParty
8) Код тарифа
Mixvel_AirShoppingRS/Response/PriceCalendar/PriceCalendarSegmentRef/FareBasisCode
В рамках запроса с использованием CalendarDateCriteria детские скидки не оцениваются, в связи с чем стоимость для ребенка выходит, как для взрослого. CalendarDateCriteria не оценивает детские скидки для всех детских категорий, а не только для младенцев (INF).
Агент отправил запрос на поиск лучшей стоимости по маршруту Калининград – Екатеринбург – Калининград для одного взрослого пассажира, указав следующие параметры в запросе Mixvel_AirShoppingRQ.
Пример Mixvel_AirShoppingRQ (AllowDirectInd=false):
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>false</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>SVX</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-25</Date>
<IATA_LocationCode>KGD</IATA_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>
<IATA_LocationCode>KGD</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-02-10</Date>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
В результате выполнения запроса в сообщении Mixvel_AirShoppingRS системой были возвращены лучшие предложения за заданный диапазон в направлении Калининград – Екатеринбург – Калининград.
Пример Mixvel_AirShoppingRS:
Показать пример сообщения Mixvel_AirShoppingRS на этой странице
<?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="c5b16553-e1b3-4b1c-84d3-e329077ebad4" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-30T10:42:10.9945554Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode>SVX</DestCode>
<OriginCode>KGD</OriginCode>
<OriginDestID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestID>
<PaxJourneyRefID>c183faaa-d406-43ec-acbc-1decbba69dbf</PaxJourneyRefID>
<PaxJourneyRefID>42223be8-a89e-4d7a-af1b-0356febe9a6b</PaxJourneyRefID>
<PaxJourneyRefID>f22b193c-c13f-4e39-98bc-8c6d9141a912</PaxJourneyRefID>
<PaxJourneyRefID>6754ba76-ff2c-4f3a-8e4e-a00071d9552a</PaxJourneyRefID>
<PaxJourneyRefID>d1531f2f-d694-46b2-9b27-030765c56dd5</PaxJourneyRefID>
<PaxJourneyRefID>a16b863a-0a4b-4fd7-8da9-042edd0fee78</PaxJourneyRefID>
<PaxJourneyRefID>176eb33c-22d2-47eb-be03-886438193976</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode>KGD</DestCode>
<OriginCode>SVX</OriginCode>
<OriginDestID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestID>
<PaxJourneyRefID>348f15e3-8b8f-4fe7-84e9-6e4d82035ae7</PaxJourneyRefID>
<PaxJourneyRefID>408c1258-12c4-4f4d-8bd1-2c4ee2059326</PaxJourneyRefID>
<PaxJourneyRefID>bfc53a7b-18e0-4e92-a63f-b9f38b938301</PaxJourneyRefID>
<PaxJourneyRefID>3545a913-7f91-413d-8428-bae961e4c1cb</PaxJourneyRefID>
<PaxJourneyRefID>3cd9c710-8aa0-441d-8968-cf9aa09ab4c0</PaxJourneyRefID>
<PaxJourneyRefID>015acc68-d09c-4010-899e-cd5ddd3bb1c5</PaxJourneyRefID>
<PaxJourneyRefID>1cfd4ab2-4b8a-4834-abdd-669a45b8ecb7</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<PaxJourneyID>6754ba76-ff2c-4f3a-8e4e-a00071d9552a</PaxJourneyID>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>c183faaa-d406-43ec-acbc-1decbba69dbf</PaxJourneyID>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>f22b193c-c13f-4e39-98bc-8c6d9141a912</PaxJourneyID>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>bfc53a7b-18e0-4e92-a63f-b9f38b938301</PaxJourneyID>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>348f15e3-8b8f-4fe7-84e9-6e4d82035ae7</PaxJourneyID>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>d1531f2f-d694-46b2-9b27-030765c56dd5</PaxJourneyID>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>176eb33c-22d2-47eb-be03-886438193976</PaxJourneyID>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>3cd9c710-8aa0-441d-8968-cf9aa09ab4c0</PaxJourneyID>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>1cfd4ab2-4b8a-4834-abdd-669a45b8ecb7</PaxJourneyID>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>a16b863a-0a4b-4fd7-8da9-042edd0fee78</PaxJourneyID>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>408c1258-12c4-4f4d-8bd1-2c4ee2059326</PaxJourneyID>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>015acc68-d09c-4010-899e-cd5ddd3bb1c5</PaxJourneyID>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>42223be8-a89e-4d7a-af1b-0356febe9a6b</PaxJourneyID>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>3545a913-7f91-413d-8428-bae961e4c1cb</PaxJourneyID>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-09T14:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-09T14:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2fe73510-b563-403a-809a-47ca07c166c8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-09T13:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-09T13:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-13T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-13T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>157c94be-af7c-49af-b4cb-dab9779e7457</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-13T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-13T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>612</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-07T19:05:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-07T19:05:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>99ee5d40-c54a-47e3-8383-7e61369b9321</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-07T17:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-07T17:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1006</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>00bdca3c-bed6-446b-ac5f-7697a21b4714</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-24T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-24T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-12T10:10:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-12T10:10:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>39d5555c-ad2b-460e-a882-19ccc94dec14</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-12T09:30:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-12T09:30:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>272</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T21:15:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T21:15:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>739</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e979fbe7-53f7-4081-8284-9f063f619a47</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-25T17:40:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-25T17:40:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6662</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-28T16:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-28T16:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>739</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>958947bf-fe22-465e-a432-b77969121b9e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-28T12:45:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-28T12:45:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6312</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-23T18:15:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-23T18:15:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>aa46d703-ed44-4f90-a7c4-b7d0be29ffc8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-23T14:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-23T14:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>628</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-27T21:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-27T21:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b40de728-922c-43fb-b0ec-996716f260dc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-27T14:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-27T14:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-07T16:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-07T16:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ff2fb772-8903-4de6-a95e-69ab595bc4ea</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-07T15:20:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-07T15:20:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1413</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-10T13:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-10T13:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5d3ad3b4-e8f8-4628-b0fd-65d6f3c24c1a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-10T12:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-10T12:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-12T13:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-12T13:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ce10a77c-5ea5-4480-a954-34d60b0d15ba</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-12T11:30:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-12T11:30:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>627</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-24T00:55:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-24T00:55:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8b334ad0-c428-407e-93be-2e3a94e83a9a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-23T20:35:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-23T20:35:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>263</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-08T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-08T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0aed3fb1-14c1-47fd-be28-b368ba459f3f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-08T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-08T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>612</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-28T22:10:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-28T22:10:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f9dee7fe-d6ea-4727-a4b5-675f995f270b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-28T17:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-28T17:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1414</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-11T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-11T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>274f3128-85a0-4244-8e22-2ee05482bb4c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-11T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-11T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>612</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-23T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-23T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>25e72198-d2b6-4d6e-b88c-d6803e1d0596</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-22T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-22T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-26T03:05:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-26T03:05:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d2f9f12d-75a0-49cc-b930-75aec25ce84a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-25T22:35:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-25T22:35:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1406</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-26T22:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-26T22:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>961615db-b9a0-4fda-9b74-b1c452a30e70</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-26T15:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-26T15:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyID>
<ValidatingPartyCode>U6</ValidatingPartyCode>
<ValidatingPartyName>Уральские Авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>262</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-23</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">7595.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15035.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-28</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>09c71448-f339-4a67-8cd3-2786b9a7fde3</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15035.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-23</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">7595.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15035.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-28</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a9469f8b-a77e-4ffd-9da7-37896c38a122</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15035.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-23</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8427.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15867.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-28</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>daab42c9-c277-4384-b60b-dc3a099a9059</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15867.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-23</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8427.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15867.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-28</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>74a051a8-5795-45ff-bc89-01da79761ef3</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15867.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-23</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">7595.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15035.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-28</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>a17d8c67-7d4d-41be-83e7-fdbde042ccf5</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">15035.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-07</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>BNBPX</FareBasisCode>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
<RBD_Code>B</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17751.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-07</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>BNBPX</FareBasisCode>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
<RBD_Code>B</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17751.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-07</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>BNBPX</FareBasisCode>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
<RBD_Code>B</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">18517.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-07</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>BNBPX</FareBasisCode>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
<RBD_Code>B</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">18517.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-23</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-07</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>BNBPX</FareBasisCode>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
<RBD_Code>B</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17182.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-07</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>BNBPX</FareBasisCode>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
<RBD_Code>B</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">24622.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-28</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-07</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e9a85134-23cd-40fa-bbc0-38b513fd3f33</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>BNBPX</FareBasisCode>
<PaxSegmentRefID>14e3fea0-b989-4c4c-9fb2-4461b7bbae42</PaxSegmentRefID>
<RBD_Code>B</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">24622.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-12</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9392bee3-0e8f-4941-a169-e76e072a2d9f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9202.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-12</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>9a4f500a-f20c-4be7-b55f-eff7e012600b</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>30eabc0b-431d-4ed1-9e16-4073f5944403</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9202.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-12</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>b6e0e5f8-9518-4e18-9718-bdd9ed57b00a</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9968.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-12</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>9a697a6f-0ea1-4db6-8bd1-147919d6f8ff</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9968.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-23</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-12</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>f5617264-ccb3-4cf7-a031-61dab588f08c</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>e6b32a41-c83b-485b-b2d1-afd4caa878af</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8633.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-12</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>3a799d13-4049-41ba-ac48-14de17d9b13a</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>86299f61-9efb-4f05-8fee-291a316e6f8f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">16073.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-28</Date>
<OriginDestRefID>adc4b5b8-03b5-4f27-8258-a2f902ab68d8</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-12</Date>
<OriginDestRefID>6973781d-c5bf-4556-be56-07d98fad5997</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>GNBFV</FareBasisCode>
<PaxSegmentRefID>6608141a-b3a3-4091-bed7-e76a49207f1f</PaxSegmentRefID>
<RBD_Code>G</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>06747eaa-2e85-43fc-89d4-bd3825502430</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>f96019dc-f703-4133-b877-8b7947b61798</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>a79c7dd3-2f97-40ee-a30e-b0a052de6554</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>APRMR</FareBasisCode>
<PaxSegmentRefID>40d9e438-1ec0-4fe4-8369-f7ecf1783a22</PaxSegmentRefID>
<RBD_Code>A</RBD_Code>
<ValidatingPartyRefID>be2130f8-b3f6-4ec4-9332-b172f18dfb7f</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">16073.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Пример запроса Mixvel_AirShoppingRQ на поиск лучших стоимостей по маршруту с указанием только прямых рейсов (AllowDirectInd=true):
Показать пример Mixvel_AirShoppingRQ на этой странице
<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>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>true</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>SVX</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-25</Date>
<IATA_LocationCode>KGD</IATA_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>
<IATA_LocationCode>KGD</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-02-10</Date>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Пример Mixvel_AirShoppingRS:
Показать пример Mixvel_AirShoppingRS на этой странице
<?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="80fc32b1-b4fb-429b-a787-0f165dfeb342" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-30T10:48:54.0043085Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode>SVX</DestCode>
<OriginCode>KGD</OriginCode>
<OriginDestID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestID>
<PaxJourneyRefID>51ddb6a4-2f91-496b-afb5-cce549181e13</PaxJourneyRefID>
<PaxJourneyRefID>ce0960e6-4295-4b0c-94f1-d27955f9d0b2</PaxJourneyRefID>
<PaxJourneyRefID>9784ee92-0cb4-44e0-9b22-cc2c93e5ffbc</PaxJourneyRefID>
<PaxJourneyRefID>1e29aa14-698d-4620-8d8a-c4ac0bfbd905</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode>KGD</DestCode>
<OriginCode>SVX</OriginCode>
<OriginDestID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestID>
<PaxJourneyRefID>04c64295-29c7-4fa1-b592-510277d92d51</PaxJourneyRefID>
<PaxJourneyRefID>4204dbe3-3296-476e-967d-9edd099fdc31</PaxJourneyRefID>
<PaxJourneyRefID>519856b8-7941-42cf-9b2b-8c40600f6e0a</PaxJourneyRefID>
<PaxJourneyRefID>0f95b2a4-ad17-4bad-8954-20209dc5355b</PaxJourneyRefID>
<PaxJourneyRefID>0c063122-86c1-4f79-8935-b1f705aca087</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<PaxJourneyID>1e29aa14-698d-4620-8d8a-c4ac0bfbd905</PaxJourneyID>
<PaxSegmentRefID>d72a7702-b673-452e-8335-eab236e59c7e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>04c64295-29c7-4fa1-b592-510277d92d51</PaxJourneyID>
<PaxSegmentRefID>7807d3cd-e4af-4bf1-ae9b-d2f67cbd8aea</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>4204dbe3-3296-476e-967d-9edd099fdc31</PaxJourneyID>
<PaxSegmentRefID>41f3e67d-074b-4f01-82e9-04d0c9643c70</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>9784ee92-0cb4-44e0-9b22-cc2c93e5ffbc</PaxJourneyID>
<PaxSegmentRefID>dc35e0db-7501-4d07-b20e-0855ffb36f80</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>0f95b2a4-ad17-4bad-8954-20209dc5355b</PaxJourneyID>
<PaxSegmentRefID>0b26700b-88c5-42ad-b467-1ab02acbaad7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>519856b8-7941-42cf-9b2b-8c40600f6e0a</PaxJourneyID>
<PaxSegmentRefID>438cde0f-5b62-410b-92d6-b79af8aa06bb</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>ce0960e6-4295-4b0c-94f1-d27955f9d0b2</PaxJourneyID>
<PaxSegmentRefID>7a17e534-e613-4710-ade1-2b311a22a269</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>51ddb6a4-2f91-496b-afb5-cce549181e13</PaxJourneyID>
<PaxSegmentRefID>523a14dc-d2c0-44f1-8ce6-1281eba0e0b6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>0c063122-86c1-4f79-8935-b1f705aca087</PaxJourneyID>
<PaxSegmentRefID>3c66b0bf-ce77-491b-aba7-1c7f1c1d42f0</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-08T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-08T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>167ff3a3-9cb9-4957-a862-5b38a2b640f2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-08T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-08T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>612</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>3c66b0bf-ce77-491b-aba7-1c7f1c1d42f0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>69fbb4ed-741d-4045-a5ac-b22cf3a89851</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-24T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-24T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>7a17e534-e613-4710-ade1-2b311a22a269</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-26T22:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-26T22:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>dd06321b-4bf1-4f8f-80fb-ac4750622b64</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-26T15:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-26T15:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>dc35e0db-7501-4d07-b20e-0855ffb36f80</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-11T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-11T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>81f6c045-e4e9-43f8-b1cc-17d9940c92d6</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-11T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-11T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>612</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>41f3e67d-074b-4f01-82e9-04d0c9643c70</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-13T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-13T08:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cc0ab88d-552b-41e2-9913-e3130d105ce4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-13T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-13T07:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>612</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>7807d3cd-e4af-4bf1-ae9b-d2f67cbd8aea</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-23T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-23T06:45:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a292fe02-679d-4768-bf3c-6e7a34f64d38</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-22T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-22T23:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>523a14dc-d2c0-44f1-8ce6-1281eba0e0b6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-10T13:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-10T13:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ebc9a348-d501-4211-a5ed-13340cbb61b4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-10T12:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-10T12:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>438cde0f-5b62-410b-92d6-b79af8aa06bb</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-27T21:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-27T21:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f27709e6-9874-4f04-9161-a24b5a6caed2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-27T14:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-27T14:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>404</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>d72a7702-b673-452e-8335-eab236e59c7e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-09T14:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-09T14:30:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2625498a-1a3d-48b3-96d2-068508c7512a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-09T13:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-09T13:15:00</ScheduledDateTime>
<IATA_LocationCode>SVX</IATA_LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>403</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>0b26700b-88c5-42ad-b467-1ab02acbaad7</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyID>
<ValidatingPartyCode>U6</ValidatingPartyCode>
<ValidatingPartyName>Уральские Авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>262</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>523a14dc-d2c0-44f1-8ce6-1281eba0e0b6</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7807d3cd-e4af-4bf1-ae9b-d2f67cbd8aea</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7a17e534-e613-4710-ade1-2b311a22a269</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7807d3cd-e4af-4bf1-ae9b-d2f67cbd8aea</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>dc35e0db-7501-4d07-b20e-0855ffb36f80</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7807d3cd-e4af-4bf1-ae9b-d2f67cbd8aea</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-13</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d72a7702-b673-452e-8335-eab236e59c7e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7807d3cd-e4af-4bf1-ae9b-d2f67cbd8aea</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>523a14dc-d2c0-44f1-8ce6-1281eba0e0b6</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>41f3e67d-074b-4f01-82e9-04d0c9643c70</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7a17e534-e613-4710-ade1-2b311a22a269</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>41f3e67d-074b-4f01-82e9-04d0c9643c70</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>dc35e0db-7501-4d07-b20e-0855ffb36f80</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>41f3e67d-074b-4f01-82e9-04d0c9643c70</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d72a7702-b673-452e-8335-eab236e59c7e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>41f3e67d-074b-4f01-82e9-04d0c9643c70</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>523a14dc-d2c0-44f1-8ce6-1281eba0e0b6</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>438cde0f-5b62-410b-92d6-b79af8aa06bb</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7a17e534-e613-4710-ade1-2b311a22a269</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>438cde0f-5b62-410b-92d6-b79af8aa06bb</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>dc35e0db-7501-4d07-b20e-0855ffb36f80</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>438cde0f-5b62-410b-92d6-b79af8aa06bb</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d72a7702-b673-452e-8335-eab236e59c7e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>438cde0f-5b62-410b-92d6-b79af8aa06bb</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>523a14dc-d2c0-44f1-8ce6-1281eba0e0b6</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>0b26700b-88c5-42ad-b467-1ab02acbaad7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7a17e534-e613-4710-ade1-2b311a22a269</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>0b26700b-88c5-42ad-b467-1ab02acbaad7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8996.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>dc35e0db-7501-4d07-b20e-0855ffb36f80</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>0b26700b-88c5-42ad-b467-1ab02acbaad7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d72a7702-b673-452e-8335-eab236e59c7e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>0b26700b-88c5-42ad-b467-1ab02acbaad7</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">9762.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-22</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>523a14dc-d2c0-44f1-8ce6-1281eba0e0b6</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>3c66b0bf-ce77-491b-aba7-1c7f1c1d42f0</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>7a17e534-e613-4710-ade1-2b311a22a269</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>3c66b0bf-ce77-491b-aba7-1c7f1c1d42f0</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8164.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>dc35e0db-7501-4d07-b20e-0855ffb36f80</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>3c66b0bf-ce77-491b-aba7-1c7f1c1d42f0</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-27</Date>
<OriginDestRefID>4620926f-5b0b-4687-8ab4-91d4b8011c62</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-08</Date>
<OriginDestRefID>8f836d6d-44d1-418a-92eb-299edb7cfa79</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>OPRRT</FareBasisCode>
<PaxSegmentRefID>d72a7702-b673-452e-8335-eab236e59c7e</PaxSegmentRefID>
<RBD_Code>O</RBD_Code>
<ValidatingPartyRefID>b69ac759-0dfa-430a-b801-0182a9a2d5ed</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>3c66b0bf-ce77-491b-aba7-1c7f1c1d42f0</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>22f91781-d3b2-4e1b-95d9-0ac9be4c803d</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8930.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Поиск лучшей стоимости по маршруту со стыковками¶
При добавлении структуры CalendarDateCriteria в запрос Mixvel_AirShoppingRQ и указании определения нижней границы в элементе DaysBeforeNumber и верхней границы в элементе DaysAfterNumber происходит поиск лучшей стоимости по маршруту.
Для получения данных по стыковочным рейсам в ответном сообщении Mixvel_AirShoppingRS в CalendarDateCriteria добавляется флаг AllowDirectInd в значении false (true - значение по умолчанию).
Расположение в схеме:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria/AllowDirectInd
Элемент | Описание | Пример |
---|---|---|
…/CalendarDateCriteria | Контейнер для указания периода, для которого должна быть представлена лучшая цена перелета на каждый день диапазона. | |
…/DaysAfterNumber | Значение верхней границы диапазона. | 3 |
…/DaysBeforeNumber | Значение нижней границы диапазона. | 2 |
…/AllowDirectInd | Индикатор, позволяющий отображать прямые перелеты или комбинации рейсов. | true/false (по умолчанию=true) |
Пример Mixvel_AirShoppingRQ:
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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>
<CalendarDateCriteria>
<DaysAfterNumber>3</DaysAfterNumber>
<DaysBeforeNumber>3</DaysBeforeNumber>
<AllowDirectInd>false</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>AER</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-08</Date>
<IATA_LocationCode>REN</IATA_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>
<IATA_LocationCode>REN</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-12</Date>
<IATA_LocationCode>AER</IATA_LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Пример Mixvel_AirShoppingRS:
Показать пример сообщения Mixvel_AirShoppingRS на этой странице
<?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="6216d01c-829b-4371-bfc7-b50a8915fbb1" ReplyTo="69b4b0e6-8b3f-4c21-a329-efbeab19c7ff" TimeSent="2024-12-30T15:43:48.3741233Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode>AER</DestCode>
<OriginCode>REN</OriginCode>
<OriginDestID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestID>
<PaxJourneyRefID>0ee93590-b740-48ff-a4d1-ef8c032a122f</PaxJourneyRefID>
<PaxJourneyRefID>6547481c-d125-4a61-8a02-345f0418925b</PaxJourneyRefID>
<PaxJourneyRefID>9ac7dc9e-8a3f-4b9c-893b-4139a04f948b</PaxJourneyRefID>
<PaxJourneyRefID>066c95f6-2c86-4397-808b-0882e22de73d</PaxJourneyRefID>
<PaxJourneyRefID>97d43159-2e13-4fcb-ae1c-77085b41e325</PaxJourneyRefID>
<PaxJourneyRefID>3a3a6719-d91a-4464-91d6-9a579026f1dc</PaxJourneyRefID>
<PaxJourneyRefID>7a4048a5-2d02-4fea-a603-7c42bc84c06f</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode>REN</DestCode>
<OriginCode>AER</OriginCode>
<OriginDestID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestID>
<PaxJourneyRefID>5c00f894-f2c9-42a0-9591-6cdce08ed2bf</PaxJourneyRefID>
<PaxJourneyRefID>f4f44914-788e-4cf0-a75b-e598b353d7ad</PaxJourneyRefID>
<PaxJourneyRefID>e432b459-0460-49b1-9521-270427670000</PaxJourneyRefID>
<PaxJourneyRefID>9ff0d392-832e-463c-9090-07e64622e34a</PaxJourneyRefID>
<PaxJourneyRefID>bf6e2ad6-c207-4872-bb06-fea816914e1b</PaxJourneyRefID>
<PaxJourneyRefID>a51587d7-40ed-42bd-b39e-3679c0822a16</PaxJourneyRefID>
<PaxJourneyRefID>ff86be16-002d-44ec-820e-20c802c56d1b</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<PaxJourneyID>7a4048a5-2d02-4fea-a603-7c42bc84c06f</PaxJourneyID>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>e432b459-0460-49b1-9521-270427670000</PaxJourneyID>
<PaxSegmentRefID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentRefID>
<PaxSegmentRefID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>5c00f894-f2c9-42a0-9591-6cdce08ed2bf</PaxJourneyID>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>9ff0d392-832e-463c-9090-07e64622e34a</PaxJourneyID>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>97d43159-2e13-4fcb-ae1c-77085b41e325</PaxJourneyID>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>9ac7dc9e-8a3f-4b9c-893b-4139a04f948b</PaxJourneyID>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>bf6e2ad6-c207-4872-bb06-fea816914e1b</PaxJourneyID>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>0ee93590-b740-48ff-a4d1-ef8c032a122f</PaxJourneyID>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>6547481c-d125-4a61-8a02-345f0418925b</PaxJourneyID>
<PaxSegmentRefID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentRefID>
<PaxSegmentRefID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>ff86be16-002d-44ec-820e-20c802c56d1b</PaxJourneyID>
<PaxSegmentRefID>5933b8f8-b78a-4b7d-aceb-bd86ff954bed</PaxSegmentRefID>
<PaxSegmentRefID>2fe0e1f7-c5fd-45c5-9018-c2e6141c9a5d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>a51587d7-40ed-42bd-b39e-3679c0822a16</PaxJourneyID>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>066c95f6-2c86-4397-808b-0882e22de73d</PaxJourneyID>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>f4f44914-788e-4cf0-a75b-e598b353d7ad</PaxJourneyID>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>3a3a6719-d91a-4464-91d6-9a579026f1dc</PaxJourneyID>
<PaxSegmentRefID>884292fb-fb6b-4489-a2b3-be6b734d9f1f</PaxSegmentRefID>
<PaxSegmentRefID>6e13264a-cb81-4a06-b63e-9ab6e7dd3504</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-15T23:05:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-15T23:05:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>abe6ada9-80be-4ac3-bc84-e1b5c3b8f3a9</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-15T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-15T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1127</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-10T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-10T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0f867b0d-0257-439e-88da-6a46cc391125</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-10T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-10T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1136</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-10T23:05:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-10T23:05:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>af34feef-a34d-469e-bcc3-b2d71042b1fe</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-10T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-10T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1127</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-07T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-07T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4aa11462-097f-4890-8673-a9e52b2a2a01</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-07T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-07T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1245</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-11T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-11T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>63116395-00cb-4b52-8944-57bc1775ae29</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-11T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-11T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1245</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>884292fb-fb6b-4489-a2b3-be6b734d9f1f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-14T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-14T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b0f7f288-88f7-437d-8dd3-fda5b9e6db8b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-14T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-14T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-12T23:05:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-12T23:05:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a8b618ee-03f1-4f3f-adb7-750ee60f88cc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-12T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-12T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1127</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-15T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-15T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>54e17a81-2f37-4dd9-acc1-529bd981e735</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-15T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-15T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1244</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-13T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-13T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cf9d20e3-8548-4e3f-98f5-612b63312c12</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-13T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-13T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1244</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-05T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-05T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9b80c209-1d69-4bbd-a6c3-472f3ec38ae3</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-05T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-05T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1136</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-07T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-07T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>584d6f91-1301-4fc7-9ea7-c4a5f317486e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-07T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-07T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1136</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-11T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-11T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6659da37-8ef6-40bd-8abb-9c73b25ccc2d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-11T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-11T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1136</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>6e13264a-cb81-4a06-b63e-9ab6e7dd3504</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-13T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-13T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>43a4b126-5d37-49d8-91ad-bb73d313b698</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-13T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-13T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-09T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-09T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>30921f2f-1062-4044-ad50-154608c2d92e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-09T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-09T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1245</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-10T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-10T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>41c25366-8858-401d-bca6-3cc8d0e2b047</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-10T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-10T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1245</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-06T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-06T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>22ae8760-bcc5-43f1-a75f-e176c454c90f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-06T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-06T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1245</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-11T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-11T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c263f079-04f4-49aa-bee4-5ef70b57af34</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-11T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-11T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-09T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-09T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>219482f1-b5df-4e00-b023-78c2c7576e81</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-09T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-09T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1136</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-05T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-05T06:25:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b8802aee-49b6-470b-98b4-9416c32d1e18</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-05T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-05T06:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1245</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-06T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-06T12:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b7956e95-ff67-41c3-b0af-4df88bf61d47</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-06T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-06T08:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1136</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-10T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-10T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bf144892-5722-4ce0-9648-32e74a480081</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-10T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-10T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1244</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>2fe0e1f7-c5fd-45c5-9018-c2e6141c9a5d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-09T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-09T21:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>284e77e2-9715-45a7-b47a-a768aad81e9a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-09T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-09T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1611</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>5933b8f8-b78a-4b7d-aceb-bd86ff954bed</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-08T12:45:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-08T12:45:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>66804a6d-2fb8-4237-8011-84c12e3002d2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-08T12:20:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-08T12:20:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1247</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-12T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-12T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>346aa7a7-1128-48d6-9ae7-6c6ba50863cc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-12T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-12T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1244</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-11T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-11T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7eb412ab-52a1-4c78-92ee-010af6f794e8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-11T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-11T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1244</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-14T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-14T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ddd50f2e-3943-4c5e-b1aa-fd36b3991ecb</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-14T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-14T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1244</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-16T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-16T05:05:00</ScheduledDateTime>
<IATA_LocationCode>REN</IATA_LocationCode>
<StationName>Оренбург(Центральный)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ae0e564d-5f92-4c00-bbab-83ba3cc99bac</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-16T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-16T00:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1244</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-08T18:25:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-08T18:25:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>80dac979-8604-4a9c-9444-add798762302</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-08T14:30:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-08T14:30:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1126</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-05</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-16</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-06</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-16</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-07</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-16</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-08</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-16</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-16</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-16</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-16</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>884292fb-fb6b-4489-a2b3-be6b734d9f1f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>6e13264a-cb81-4a06-b63e-9ab6e7dd3504</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cfb325c5-8275-4cea-a8d8-b86668947cb9</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>6e74bcb3-56af-4d3e-9209-0523513cc00c</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-05</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-06</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-07</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-08</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-15</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>884292fb-fb6b-4489-a2b3-be6b734d9f1f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>6e13264a-cb81-4a06-b63e-9ab6e7dd3504</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>33a75138-69fa-40fe-bd23-20a514aa896b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>643c408d-96ac-40d7-8759-ff5338731ba1</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-05</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-06</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-07</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-08</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-14</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>884292fb-fb6b-4489-a2b3-be6b734d9f1f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>6e13264a-cb81-4a06-b63e-9ab6e7dd3504</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>b7a38067-e48d-4a86-a717-a72251d435eb</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>a41e378e-77b2-4dee-bed9-28b050fb3d4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-05</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-06</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-07</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-08</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-13</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>884292fb-fb6b-4489-a2b3-be6b734d9f1f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>6e13264a-cb81-4a06-b63e-9ab6e7dd3504</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>cc53545d-f657-42f9-b709-63b26751444f</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>90cc7439-edab-4b79-986a-604a1cff952e</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-05</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-06</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-07</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-08</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-12</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>884292fb-fb6b-4489-a2b3-be6b734d9f1f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>6e13264a-cb81-4a06-b63e-9ab6e7dd3504</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>575e6696-c132-40ad-839c-677d766356f3</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ce2a228b-e533-4a35-9f03-c44ffe7480eb</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-05</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-06</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-07</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-08</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-11</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>ba7da7da-b398-461c-8b36-aaa0591de64a</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8d311a7d-9699-4e86-82d3-b483a299ff55</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>ca441a04-0bd1-4150-9603-6241515c0e4b</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>9c871ec5-4ddf-49d8-ad1e-09ee68aa7139</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-05</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>7640e5cd-eef3-4012-8859-7d214a280545</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>c47e776c-20c7-45ad-9c1f-65719b605afe</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>5933b8f8-b78a-4b7d-aceb-bd86ff954bed</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>2fe0e1f7-c5fd-45c5-9018-c2e6141c9a5d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-06</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>e52365e6-fb6c-488a-b0b2-729a55b6a339</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>8f0fd0b2-5a25-4541-a519-8e4de0c265b2</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>5933b8f8-b78a-4b7d-aceb-bd86ff954bed</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>2fe0e1f7-c5fd-45c5-9018-c2e6141c9a5d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-07</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>3081c8a4-a870-4004-b470-32ba31d82211</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>41f62004-9b89-4d4a-b817-e4f732d602b8</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>5933b8f8-b78a-4b7d-aceb-bd86ff954bed</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>2fe0e1f7-c5fd-45c5-9018-c2e6141c9a5d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-08</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>4e1fb079-d9fd-4dcb-bfef-628ecd95fd43</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>7ee85003-aa87-48f9-bffa-044b3738ad3e</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>5933b8f8-b78a-4b7d-aceb-bd86ff954bed</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>2fe0e1f7-c5fd-45c5-9018-c2e6141c9a5d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>3a191898-c3db-42a9-a85d-b1b4e3ce04d0</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-09</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-01-10</Date>
<OriginDestRefID>945b74e5-033c-49cd-858f-8c5d4ff3685c</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5b55c0b6-ba60-41ad-b9de-5bb34f836c7d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>3e5929ab-e50c-481d-8459-cf1348f640d1</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>RNBSLR</FareBasisCode>
<PaxSegmentRefID>5933b8f8-b78a-4b7d-aceb-bd86ff954bed</PaxSegmentRefID>
<RBD_Code>R</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>2fe0e1f7-c5fd-45c5-9018-c2e6141c9a5d</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>bb31af08-4b31-4008-88ae-2821b0874d11</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17060.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Передача пола пассажира при поиске предложений¶
В схеме Mixvel_AirShoppingRQ элемент Surname является опциональным, а для передачи пола пассажира используется элемент GenderCode:
Mixvel_AirShoppingRQ/Request/Paxs/Pax/Individual/GenderCode
Mixvel_AirShoppingRQ/Request/Paxs/Pax/Individual/Surname
Пример Mixvel_AirShoppingRQ:
Показать пример Mixvel_AirShoppingRQ на этой странице
<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>
<FlightRequest>
<FlightRequestOriginDestinationsCriteria>
<OriginDestCriteria>
<CarrierPrefRefID>Carrier-0</CarrierPrefRefID>
<DestArrivalCriteria>
<IATA_LocationCode>LED</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-25</Date>
<IATA_LocationCode>KGD</IATA_LocationCode>
</OriginDepCriteria>
<OriginDestID>Dest-1</OriginDestID>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<AgeMeasure>65</AgeMeasure>
<Individual>
<GenderCode>F</GenderCode>
</Individual>
<PaxID>Pax-1</PaxID>
<PTC>SCF</PTC>
</Pax>
</Paxs>
<ShoppingCriteria>
<CarrierCriteria>
<Carrier>
<AirlineDesigCode>SU</AirlineDesigCode>
</Carrier>
<CarrierPrefID>Carrier-0</CarrierPrefID>
</CarrierCriteria>
<PriceClassCriteria>
<OriginDestRefID>Dest-1</OriginDestRefID>
<PriceClassCode>SO</PriceClassCode>
</PriceClassCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Пример Mixvel_AirShoppingRS:
Показать пример Mixvel_AirShoppingRS на этой странице
<?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="4130a965-e6eb-4622-8afd-0b0a138eda87" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-11T15:12:11.0900949Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>54fe6e6c-95e2-4c4c-97a3-0c820a0a6b13</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>
<BaggageAllowance>
<BaggageAllowanceID>659961f5-c058-475a-a936-9e388b3c48f5</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>SPORTING EQUIPMENT 23KG (053)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">23</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>UPTO50LB 23KG AND80LI 203LCM (0GP)</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">23</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">50</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>SPORT FIREARMS UP TO 50LB 23KG (0HW)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">23</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">50</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>STROLLER OR PUSHCHAIR (0F4)</Name>
</Excluded>
<Excluded>
<Name>WHEELCHAIR (0GM)</Name>
</Excluded>
<Excluded>
<Name>ADD FREE BAG TAG (0JX)</Name>
</Excluded>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>LED</DestCode>
<OriginCode>KGD</OriginCode>
<OriginDestID>56a3bb4f-326d-46a8-bbe1-bfba67839171</OriginDestID>
<PaxJourneyRefID>e0554744-ff38-42aa-b417-48d5532ed801</PaxJourneyRefID>
<PaxJourneyRefID>00e31f48-e87a-415b-829b-bfeb41829c4b</PaxJourneyRefID>
<PaxJourneyRefID>66a1628f-cf46-43cd-a306-ad2e6e552e4d</PaxJourneyRefID>
<PaxJourneyRefID>53df1421-d6d9-412b-84fd-c58cb6b5402a</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H55M</Duration>
<PaxJourneyID>e0554744-ff38-42aa-b417-48d5532ed801</PaxJourneyID>
<PaxSegmentRefID>a55f77a0-06b0-4d95-834e-c9d9057d0579</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>00e31f48-e87a-415b-829b-bfeb41829c4b</PaxJourneyID>
<PaxSegmentRefID>5b45dc90-17b5-4ec6-a284-37d26e104783</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>66a1628f-cf46-43cd-a306-ad2e6e552e4d</PaxJourneyID>
<PaxSegmentRefID>45abcca2-1543-4a0f-a675-f31956d1a73c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H5M</Duration>
<PaxJourneyID>53df1421-d6d9-412b-84fd-c58cb6b5402a</PaxJourneyID>
<PaxSegmentRefID>a4efef64-b218-44b9-ae3f-42d4e601397d</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>65</AgeMeasure>
<Individual>
<GenderCode>F</GenderCode>
</Individual>
<PaxID>Pax-1</PaxID>
<PTC>SCF</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T15:50:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T15:50:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5df1f953-1204-40d1-b68b-f95c1996ca07</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-25T12:50:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-25T12:50:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">498</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6326</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6326</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5b45dc90-17b5-4ec6-a284-37d26e104783</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T21:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T21:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1f25779c-cd76-409b-bed9-6f683cdc15ee</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-25T17:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-25T17:55:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<Duration>PT2H5M</Duration>
<Distance UnitCode="Mileage">498</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6330</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6330</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a4efef64-b218-44b9-ae3f-42d4e601397d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T12:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T12:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>401e8b27-22bb-4a00-bf0d-840deb554f8d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-25T09:45:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-25T09:45:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<Duration>PT1H55M</Duration>
<Distance UnitCode="Mileage">498</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6324</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6324</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a55f77a0-06b0-4d95-834e-c9d9057d0579</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T18:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T18:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>65ba474a-0256-4a00-b74c-6ba4c117531b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-25T15:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-25T15:15:00</ScheduledDateTime>
<IATA_LocationCode>KGD</IATA_LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">498</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6334</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6334</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>45abcca2-1543-4a0f-a675-f31956d1a73c</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>SO</Code>
<Desc>
<Access>F</Access>
<DescText>НАЧИСЛЕНИЕ 25 ПРОЦ МИЛЬ (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>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>F</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>C</Access>
<DescText>ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ (RBC)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ (RBA)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТКРЫТАЯ ДАТА ОБРАТНО (ORD)</DescText>
</Desc>
<Desc>
<Access>N</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>N</Access>
<DescText>ОСТАНОВКА (STO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОСТУП В ИНТЕРНЕТ (0CL)</DescText>
</Desc>
<Desc>
<Access>C</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>SOCIAL</Name>
<PriceClassID>a5a8246a-4b37-4514-a6ca-312e93a2512f</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>24519723-b56d-44d7-a5e2-21ee22fc38a3</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>659961f5-c058-475a-a936-9e388b3c48f5</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a55f77a0-06b0-4d95-834e-c9d9057d0579</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>54fe6e6c-95e2-4c4c-97a3-0c820a0a6b13</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a55f77a0-06b0-4d95-834e-c9d9057d0579</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-11T15:57:11.0716163Z</OfferExpirationTimeLimitDateTime>
<OfferID>3b2b0783-e137-4fd1-9a73-607366f760b9</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PCDSOC</FareBasisCode>
<FareRule>
<RuleCode>SOC1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a55f77a0-06b0-4d95-834e-c9d9057d0579</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<PriceClassRefID>a5a8246a-4b37-4514-a6ca-312e93a2512f</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c7c21bf7-b45a-45f0-91a8-f5ad380cdab3</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-18T15:13:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>24519723-b56d-44d7-a5e2-21ee22fc38a3</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e0554744-ff38-42aa-b417-48d5532ed801</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>3d4a4933-805b-458e-b9af-7cac0385c81e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>659961f5-c058-475a-a936-9e388b3c48f5</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b45dc90-17b5-4ec6-a284-37d26e104783</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>54fe6e6c-95e2-4c4c-97a3-0c820a0a6b13</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b45dc90-17b5-4ec6-a284-37d26e104783</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-11T15:57:11.0724054Z</OfferExpirationTimeLimitDateTime>
<OfferID>3131e5d0-c562-429b-81a1-3a5ef09339ec</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PCDSOC</FareBasisCode>
<FareRule>
<RuleCode>SOC1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5b45dc90-17b5-4ec6-a284-37d26e104783</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<PriceClassRefID>a5a8246a-4b37-4514-a6ca-312e93a2512f</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>51aa6032-b0fa-4696-a76a-d85b4eac9a6f</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-18T15:13:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>24519723-b56d-44d7-a5e2-21ee22fc38a3</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>00e31f48-e87a-415b-829b-bfeb41829c4b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>82a6e465-f8c1-4c7e-b3ab-1b7d5928bdc1</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>659961f5-c058-475a-a936-9e388b3c48f5</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>45abcca2-1543-4a0f-a675-f31956d1a73c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>54fe6e6c-95e2-4c4c-97a3-0c820a0a6b13</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>45abcca2-1543-4a0f-a675-f31956d1a73c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-11T15:57:11.0727999Z</OfferExpirationTimeLimitDateTime>
<OfferID>8df29d8a-a203-44c7-96c8-da41a2adadf3</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PCDSOC</FareBasisCode>
<FareRule>
<RuleCode>SOC1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>45abcca2-1543-4a0f-a675-f31956d1a73c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<PriceClassRefID>a5a8246a-4b37-4514-a6ca-312e93a2512f</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d9d12723-d81e-443c-aac0-b59fd2bd9bb8</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-18T15:13:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>24519723-b56d-44d7-a5e2-21ee22fc38a3</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>66a1628f-cf46-43cd-a306-ad2e6e552e4d</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>c123b1a0-5ff7-4059-a208-4d921ac55903</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>659961f5-c058-475a-a936-9e388b3c48f5</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a4efef64-b218-44b9-ae3f-42d4e601397d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>54fe6e6c-95e2-4c4c-97a3-0c820a0a6b13</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a4efef64-b218-44b9-ae3f-42d4e601397d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-11T15:57:11.0734642Z</OfferExpirationTimeLimitDateTime>
<OfferID>6c3f9175-f4b1-439e-bbc1-7f16664deaa5</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PCDSOC</FareBasisCode>
<FareRule>
<RuleCode>SOC1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a4efef64-b218-44b9-ae3f-42d4e601397d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<PriceClassRefID>a5a8246a-4b37-4514-a6ca-312e93a2512f</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>453e7b36-f7c7-4bee-ae90-f0f734db7525</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-18T15:13:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>24519723-b56d-44d7-a5e2-21ee22fc38a3</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>53df1421-d6d9-412b-84fd-c58cb6b5402a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>794df291-db05-4845-bde7-cbb9d395979a</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-18T18:12:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<TotalTaxAmount CurCode="RUB">0</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Применение фильтра по времени¶
В Mixvel_AirShoppingRQ есть возможность выбирать интервал времени вылета и интервал времени прилета (локальное время).
Диапазон для описания локального времени вылета задается полями 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", используется для обозначения нижней границы по времени "с....", самое раннее время прилета (включительно));
TimeRangeEnd ("The customer's requested arrival time range end", используется для обозначения верхней границы по времени "по......", самое позднее время прилета (включительно)).
По умолчанию TimeRangeStart = 00:00:00, а TimeRangeEnd =23:59:59 (формат time - ЧЧ:ММ:СС, на 24 часа).
Обе границы фильтра могут быть использованы одновременно (заданы границы с....по), либо же может быть задана только одна из границ - (только нижняя или верхняя границы в рамках интервала с 00:00:00 часов до 23:59:59 часов).
TimeRangeStart и TimeRangeEnd относятся к одним суткам (т.е. к интервалу от 00:00:00 до 23.59:59).
В случае, если TimeRangeEnd меньше TimeRangeStart, то будут выданы предложения для интервала времени с TimeRangeStart до полуночи (не включая 00:00:00)
Диапазон для описания локального времени прилета задается полями TimeRangeStart – TimeRangeEnd:
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeStart;
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeEnd.
Фильтр по интервалу времени прилета работает аналогичным образом, как и фильтр для интервала вылета.
Пример Mixvel_AirShoppingRQ:
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<?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="2021-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>
<IATA_LocationCode>LED</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-05-30</Date>
<IATA_LocationCode>MOW</IATA_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>
Фильтр по интервалу времени при запросе лучших стоимостей по маршруту¶
Данный фильтр работает аналогично описанию в разделе «Применение фильтра по времени», используются структуры:
Интервал времени вылета:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/OriginDepCriteria/TimeRangeStart;
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/OriginDepCriteria/TimeRangeEnd
Интервал времени прилета:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeStart;
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/DestArrivalCriteria/TimeRangeEnd
Для запроса лучших стоимостей по маршруту используется структура:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria
Для получения ответа со стыковками или только по прямым рейсам используется параметр:
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CalendarDateCriteria/AllowDirectInd
Пример Mixvel_AirShoppingRQ:
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2021-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>
<CalendarDateCriteria>
<DaysAfterNumber>1</DaysAfterNumber>
<DaysBeforeNumber>1</DaysBeforeNumber>
</CalendarDateCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>LED</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-10</Date>
<IATA_LocationCode>MOW</IATA_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>
<IATA_LocationCode>MOW</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-20</Date>
<IATA_LocationCode>LED</IATA_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>
Пример Mixvel_AirShoppingRS:
Показать пример сообщения Mixvel_AirShoppingRS на этой странице
<?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="065870e5-e3c5-4d6c-8b12-9b97d9d5d2e0" ReplyTo="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2024-12-31T08:56:19.3134334Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode>LED</DestCode>
<OriginCode>MOW</OriginCode>
<OriginDestID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestID>
<PaxJourneyRefID>b0b38526-b6c7-4e70-b39a-7ce50507f5ac</PaxJourneyRefID>
<PaxJourneyRefID>58985adc-81a4-48b4-8b59-285e5ec0d561</PaxJourneyRefID>
<PaxJourneyRefID>215fdb4f-90a5-4e1d-af5a-1e16df8647c0</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode>MOW</DestCode>
<OriginCode>LED</OriginCode>
<OriginDestID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestID>
<PaxJourneyRefID>1849911b-0b5d-4508-b0d7-1afa2b25e813</PaxJourneyRefID>
<PaxJourneyRefID>d76b9862-d347-412c-a079-9633decb1b1a</PaxJourneyRefID>
<PaxJourneyRefID>cd85c063-0273-4482-bfcd-6a1fdec7d9fb</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<PaxJourneyID>cd85c063-0273-4482-bfcd-6a1fdec7d9fb</PaxJourneyID>
<PaxSegmentRefID>414d273e-3d92-4297-adf3-9e795caf1fe8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>b0b38526-b6c7-4e70-b39a-7ce50507f5ac</PaxJourneyID>
<PaxSegmentRefID>7526929c-fd2f-4182-8c79-17d76d08bab3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>215fdb4f-90a5-4e1d-af5a-1e16df8647c0</PaxJourneyID>
<PaxSegmentRefID>806d3de1-5501-413f-9eed-8f4953fea4f5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>1849911b-0b5d-4508-b0d7-1afa2b25e813</PaxJourneyID>
<PaxSegmentRefID>ed22346b-b085-4d74-ac25-5d6ac49bafe1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>58985adc-81a4-48b4-8b59-285e5ec0d561</PaxJourneyID>
<PaxSegmentRefID>278f953d-7e51-4914-9c6b-1156f62a4872</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>d76b9862-d347-412c-a079-9633decb1b1a</PaxJourneyID>
<PaxSegmentRefID>79ff5cfe-2892-4703-8cc9-15904612ab4f</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-21T12:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-21T12:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d7f06871-4e6b-4c85-b5df-48b88d86c710</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-21T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-21T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>5001</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>ed22346b-b085-4d74-ac25-5d6ac49bafe1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-20T11:30:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-20T11:30:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c8e453cb-bed6-4bb8-9bad-9de02806592b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-20T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-20T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>S7</CarrierDesigCode>
<MarketingCarrierFlightNumberText>100</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>79ff5cfe-2892-4703-8cc9-15904612ab4f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-09T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-09T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>755518a3-3492-4178-a989-4881a31d9148</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-09T10:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-09T10:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>179</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>7526929c-fd2f-4182-8c79-17d76d08bab3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-11T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-11T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4dd768ea-a21c-4c22-becd-62afb1cff01d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-11T10:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-11T10:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>179</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>806d3de1-5501-413f-9eed-8f4953fea4f5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-10T15:20:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-10T15:20:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>737</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3a53e849-e3df-4536-ae88-0d50c5aaec4f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-10T14:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-10T14:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>S7</CarrierDesigCode>
<MarketingCarrierFlightNumberText>101</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>278f953d-7e51-4914-9c6b-1156f62a4872</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-19T12:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-19T12:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>997c37ca-e9d7-44ba-a9e5-967374f09dd3</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-19T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-19T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>5001</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>414d273e-3d92-4297-adf3-9e795caf1fe8</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>8c2139b2-8409-4217-85fd-056834d767f4</ValidatingPartyID>
<ValidatingPartyCode>S7</ValidatingPartyCode>
<ValidatingPartyName>Сибирь</ValidatingPartyName>
<ValidatingPartyDesigCode>421</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-09</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-21</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>7526929c-fd2f-4182-8c79-17d76d08bab3</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>ed22346b-b085-4d74-ac25-5d6ac49bafe1</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">3627.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-10</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-21</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NBSRT</FareBasisCode>
<PaxSegmentRefID>278f953d-7e51-4914-9c6b-1156f62a4872</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>8c2139b2-8409-4217-85fd-056834d767f4</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>ed22346b-b085-4d74-ac25-5d6ac49bafe1</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8393.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-11</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-21</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>806d3de1-5501-413f-9eed-8f4953fea4f5</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>ed22346b-b085-4d74-ac25-5d6ac49bafe1</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">3477.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-09</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-20</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>7526929c-fd2f-4182-8c79-17d76d08bab3</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NBSRT</FareBasisCode>
<PaxSegmentRefID>79ff5cfe-2892-4703-8cc9-15904612ab4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>8c2139b2-8409-4217-85fd-056834d767f4</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">7732.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-10</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-20</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NBSRT</FareBasisCode>
<PaxSegmentRefID>278f953d-7e51-4914-9c6b-1156f62a4872</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>8c2139b2-8409-4217-85fd-056834d767f4</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NBSRT</FareBasisCode>
<PaxSegmentRefID>79ff5cfe-2892-4703-8cc9-15904612ab4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>8c2139b2-8409-4217-85fd-056834d767f4</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12498.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-11</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-20</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>806d3de1-5501-413f-9eed-8f4953fea4f5</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NBSRT</FareBasisCode>
<PaxSegmentRefID>79ff5cfe-2892-4703-8cc9-15904612ab4f</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>8c2139b2-8409-4217-85fd-056834d767f4</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">7582.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-09</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-19</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>7526929c-fd2f-4182-8c79-17d76d08bab3</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>414d273e-3d92-4297-adf3-9e795caf1fe8</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">3627.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-10</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-19</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NBSRT</FareBasisCode>
<PaxSegmentRefID>278f953d-7e51-4914-9c6b-1156f62a4872</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>8c2139b2-8409-4217-85fd-056834d767f4</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>414d273e-3d92-4297-adf3-9e795caf1fe8</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">8393.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-03-11</Date>
<OriginDestRefID>52755057-b228-46ea-b7f7-c31fd4bfb938</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-03-19</Date>
<OriginDestRefID>3764d739-6b4b-4721-9049-12c086b4dd8e</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>806d3de1-5501-413f-9eed-8f4953fea4f5</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>ZLTRT</FareBasisCode>
<PaxSegmentRefID>414d273e-3d92-4297-adf3-9e795caf1fe8</PaxSegmentRefID>
<RBD_Code>Z</RBD_Code>
<ValidatingPartyRefID>ee5b30df-da54-4bec-a31e-765658c22b93</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">3477.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Пример Mixvel_AirShoppingRQ:
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="d3ee1f04-459b-44a1-b502-1b0dee0a8d1f" TimeSent="2023-03-20T17:20:53+03:00"/>
<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>
<AllowDirectInd>true</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>MOW</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-25</Date>
<IATA_LocationCode>KUF</IATA_LocationCode>
<TimeRangeStart>16:00:00</TimeRangeStart>
<TimeRangeEnd>20:00:00</TimeRangeEnd>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<CalendarDateCriteria>
<DaysAfterNumber>1</DaysAfterNumber>
<DaysBeforeNumber>1</DaysBeforeNumber>
<AllowDirectInd>true</AllowDirectInd>
</CalendarDateCriteria>
<DestArrivalCriteria>
<IATA_LocationCode>KUF</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-02-10</Date>
<IATA_LocationCode>MOW</IATA_LocationCode>
<TimeRangeStart>14:00:00</TimeRangeStart>
<TimeRangeEnd>21:00:00</TimeRangeEnd>
</OriginDepCriteria>
</OriginDestCriteria>
</FlightRequestOriginDestinationsCriteria>
</FlightRequest>
<Paxs>
<Pax>
<PaxID>1</PaxID>
<PTC>ADT</PTC>
</Pax>
</Paxs>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Пример Mixvel_AirShoppingRS:
Показать пример Mixvel_AirShoppingRS на этой странице
<?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="21c8af59-e6cd-4cbc-91b4-a5169a22a62a" ReplyTo="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2024-12-31T09:13:02.5105452Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode>MOW</DestCode>
<OriginCode>KUF</OriginCode>
<OriginDestID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestID>
<PaxJourneyRefID>00c6bd3c-7c8b-4b38-93e5-b5f02af5e3ac</PaxJourneyRefID>
<PaxJourneyRefID>08d21270-7a6b-4f35-85bc-20535377dd04</PaxJourneyRefID>
<PaxJourneyRefID>5c6d5b8d-ba0d-4c66-a4c5-0a40c4ac024d</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode>KUF</DestCode>
<OriginCode>MOW</OriginCode>
<OriginDestID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestID>
<PaxJourneyRefID>f5d59b6b-fcb3-4784-b174-5c76f51c248e</PaxJourneyRefID>
<PaxJourneyRefID>21b3ac8d-c267-4647-bc15-debfd18cbfb1</PaxJourneyRefID>
<PaxJourneyRefID>fcd8b70c-c7ad-4710-b8d7-415389cbacd7</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<PaxJourneyID>fcd8b70c-c7ad-4710-b8d7-415389cbacd7</PaxJourneyID>
<PaxSegmentRefID>049cecec-07d9-44e9-8983-fc7967a79739</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>00c6bd3c-7c8b-4b38-93e5-b5f02af5e3ac</PaxJourneyID>
<PaxSegmentRefID>367062bb-d523-4ba1-a127-bc63e863356f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>21b3ac8d-c267-4647-bc15-debfd18cbfb1</PaxJourneyID>
<PaxSegmentRefID>b0cd7c91-d743-4dc8-9386-5df03731fba9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>5c6d5b8d-ba0d-4c66-a4c5-0a40c4ac024d</PaxJourneyID>
<PaxSegmentRefID>5f9e35a8-1f75-4db9-ba34-5cdaf72aaae6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>08d21270-7a6b-4f35-85bc-20535377dd04</PaxJourneyID>
<PaxSegmentRefID>c4960f1d-3f8c-4d57-afe3-9e307e6912a0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<PaxJourneyID>f5d59b6b-fcb3-4784-b174-5c76f51c248e</PaxJourneyID>
<PaxSegmentRefID>b41c92bf-72a5-4c77-8975-1dbbe0bbe307</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-26T19:50:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-26T19:50:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1b3bd483-966f-45f0-804d-9843b4970a06</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-26T18:50:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-26T18:50:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6582</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>c4960f1d-3f8c-4d57-afe3-9e307e6912a0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-10T21:45:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-10T21:45:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>22982bfd-d1be-4690-b45b-2c2254cb16d2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-10T19:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-10T19:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>423</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>b41c92bf-72a5-4c77-8975-1dbbe0bbe307</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-25T19:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-25T19:40:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3efe0676-ac97-4278-94b1-6d09d22f2d46</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-25T18:40:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-25T18:40:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6582</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>367062bb-d523-4ba1-a127-bc63e863356f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-11T17:10:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-11T17:10:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b8e499b3-1ddf-4e21-ae03-731110cbedec</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-11T14:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-11T14:20:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1212</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>049cecec-07d9-44e9-8983-fc7967a79739</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-01-24T19:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-01-24T19:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>263f87d9-7a92-4b05-9acb-1685e15d00b2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-01-24T18:00:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-01-24T18:00:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1213</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>5f9e35a8-1f75-4db9-ba34-5cdaf72aaae6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-09T21:45:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-02-09T21:45:00</ScheduledDateTime>
<IATA_LocationCode>KUF</IATA_LocationCode>
<StationName>Самара(Курумоч)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>edf0fb1c-173d-41a1-acad-a1a6addc4b63</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-02-09T19:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-02-09T19:00:00</ScheduledDateTime>
<IATA_LocationCode>MOW</IATA_LocationCode>
<StationName>Москва</StationName>
</Dep>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>423</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<PaxSegmentID>b0cd7c91-d743-4dc8-9386-5df03731fba9</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>b2255545-8509-4052-8dd7-b58a3d0ec67b</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5f9e35a8-1f75-4db9-ba34-5cdaf72aaae6</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>b2255545-8509-4052-8dd7-b58a3d0ec67b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>049cecec-07d9-44e9-8983-fc7967a79739</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>b2255545-8509-4052-8dd7-b58a3d0ec67b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">17340.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>367062bb-d523-4ba1-a127-bc63e863356f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>049cecec-07d9-44e9-8983-fc7967a79739</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>b2255545-8509-4052-8dd7-b58a3d0ec67b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12069.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-11</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>c4960f1d-3f8c-4d57-afe3-9e307e6912a0</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>049cecec-07d9-44e9-8983-fc7967a79739</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>b2255545-8509-4052-8dd7-b58a3d0ec67b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12069.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5f9e35a8-1f75-4db9-ba34-5cdaf72aaae6</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>b2255545-8509-4052-8dd7-b58a3d0ec67b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>b41c92bf-72a5-4c77-8975-1dbbe0bbe307</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12069.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>367062bb-d523-4ba1-a127-bc63e863356f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>b41c92bf-72a5-4c77-8975-1dbbe0bbe307</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">6798.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-10</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>c4960f1d-3f8c-4d57-afe3-9e307e6912a0</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>b41c92bf-72a5-4c77-8975-1dbbe0bbe307</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">6798.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-24</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>NNBR</FareBasisCode>
<PaxSegmentRefID>5f9e35a8-1f75-4db9-ba34-5cdaf72aaae6</PaxSegmentRefID>
<RBD_Code>N</RBD_Code>
<ValidatingPartyRefID>b2255545-8509-4052-8dd7-b58a3d0ec67b</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>b0cd7c91-d743-4dc8-9386-5df03731fba9</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">12069.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-25</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>367062bb-d523-4ba1-a127-bc63e863356f</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>b0cd7c91-d743-4dc8-9386-5df03731fba9</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">6798.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
<PriceCalendar>
<PriceCalendarDate>
<Date>2025-01-26</Date>
<OriginDestRefID>12aea72d-4d0d-4617-b71c-76d2b057d448</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarDate>
<Date>2025-02-09</Date>
<OriginDestRefID>4acebf4e-4c88-4d95-a69e-f3666d2b70b1</OriginDestRefID>
</PriceCalendarDate>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>c4960f1d-3f8c-4d57-afe3-9e307e6912a0</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PriceCalendarSegmentRef>
<FareBasisCode>TECONALL</FareBasisCode>
<PaxSegmentRefID>b0cd7c91-d743-4dc8-9386-5df03731fba9</PaxSegmentRefID>
<RBD_Code>T</RBD_Code>
<ValidatingPartyRefID>af06236f-be82-406d-a558-fd1076bbb5fd</ValidatingPartyRefID>
</PriceCalendarSegmentRef>
<PricedPTC>
<PricedPaxNumber>1</PricedPaxNumber>
<PTC_PricedCode>ADT</PTC_PricedCode>
</PricedPTC>
<TotalPriceAmount CurCode="RUB">6798.00</TotalPriceAmount>
<OwnerCode>TCH</OwnerCode>
</PriceCalendar>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Сценарий запроса рейсов с фильтром по перевозчику¶
Агент отправил запрос на поиск предложений на маршруте Москва – Санкт-Петербург для одного взрослого пассажира с фильтром по маркетинговому перевозчику UT, для осуществления запроса с данным фильтром используется структура:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/CarrierCriteria/Carrier/AirlineDesigCode
Также обязателен к вводу идентификатор перевозчика, который равнозначно указывается в структуре OriginDestCriteria:
-
Mixvel_AirShoppingRQ/Request/ShoppingCriteria/CarrierCriteria/CarrierPrefID
-
Mixvel_AirShoppingRQ/Request/FlightRequest/FlightRequestOriginDestinationsCriteria/OriginDestCriteria/CarrierPrefRefID
Для включения или исключения перевозчика в поисковой выдаче используется опциональный элемент CarrierCriteria/PrefLevel/PrefLevelCode. Возможные значения: Required (включить, по умолчанию), Excluded (исключить).
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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>
<IATA_LocationCode>LED</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-09-25</Date>
<IATA_LocationCode>MOW</IATA_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>
В результате выполнения запроса в сообщении Mixvel_AirShoppingRS системой будут возвращены предложения с рейсами перевозчика UT на направление Москва – Санкт-Петербург.
Сценарий запроса рейсов с фильтром количества стыковок¶
Агент отправил запрос по маршруту Екатеринбург – Москва максимально с одной стыковкой и Москва – Стамбул максимально с тремя стыковками.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2021-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>
<IATA_LocationCode>MOW</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-07-01</Date>
<IATA_LocationCode>SVX</IATA_LocationCode>
</OriginDepCriteria>
</OriginDestCriteria>
<OriginDestCriteria>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<PrefLevel>
<PrefLevelCode>Required</PrefLevelCode>
</PrefLevel>
</CabinType>
<ConnectionPrefRefID>Connection-2</ConnectionPrefRefID>
<DestArrivalCriteria>
<IATA_LocationCode>IST</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-07-02</Date>
<IATA_LocationCode>MOW</IATA_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>
В результате выполнения запроса в сообщении Mixvel_AirShoppingRS системой будут возвращены предложения на Екатеринбург – Москва максимально с одной стыковкой и Москва – Стамбул с максимальным количеством стыковок, равным 1 и 3 соответственно.
Для уточнения пункта стыковки используется структура:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ConnectionCriteria/StationCriteria/Station
Для включения или исключения рейсов с указанным пунктом используется структура:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/StationCriteria/PrefLevel/PrefLevelCode
Параметр PrefLevelCode может принимать значения:
- Required - поиск рейсов с указанным пунктом стыковки;
- Excluded - исключение из поиска рейсов с указанным пунктом стыковки.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<?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="2021-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>
<IATA_LocationCode>PEE</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-02-02</Date>
<IATA_LocationCode>MSQ</IATA_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>
<IATA_LocationCode>SVO</IATA_LocationCode>
</Station>
</StationCriteria>
</ConnectionCriteria>
<PricingMethodCriteria>
<CarrierMixInd>true</CarrierMixInd>
</PricingMethodCriteria>
</ShoppingCriteria>
</Request>
</shop:Mixvel_AirShoppingRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Фильтр для получения стыковок без указания пункта стыковки¶
Добавлена возможность выводить только стыковочные рейсы без выдачи прямых вариантов и без явного указания дополнительно пунктов стыковки маршрута при поиске коммерческих предложений в методе Mixvel_AirshoppingRQ/RS.
Добавлен новый элемент ConnectionsOnly в структуру:
- Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ConnectionCriteria/ConnectionsOnly
Параметр может принимать значения:
- true - будут выдаваться только предложения со стыковочными рейсами.
- false (default) - будут выдаться предложения и прямых, и стыковочных рейсов.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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>
<IATA_LocationCode>MOW</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-01-29</Date>
<IATA_LocationCode>IKT</IATA_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>
Примечание:
-
Для поиска только прямых перелетов указывается фильтр ShoppingCriteria / ConnectionCriteria/ MaximumConnectionQty со значением 0.
-
В случае указания MaximumConnectionQty = 0 совместно с ConnectionsOnly = True, будет получена ошибка: "Недопустим одновременный ввод MaximumConnectionQty='0' и ConnectionsOnly=True".
Передача параметра технической посадки прямого рейса¶
Добавлена возможность добавления и исключения из выдачи рейсов с технической посадкой в запросе AirShoppingRQ.
Добавлен новый элемент TechnicalStopsInd в структуру Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ConnectionCriteria/TechnicalStopsInd
Параметр может принимать значения:
- true (default) – рейсы с технической пересадкой будут присутствовать в выдаче.
- false - рейсы с технической пересадкой будут исключены из выдачи.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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>
<IATA_LocationCode>VVO</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-25</Date>
<IATA_LocationCode>SVO</IATA_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>
Сценарий запроса коммерческих предложений по 3Д Договорам¶
Агент отправил запрос по маршруту Москва – Сочи с запросом корпоративной скидки.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<MixEnv:Envelop 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-1</CarrierPrefRefID>
<DestArrivalCriteria>
<IATA_LocationCode>AER</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-21</Date>
<IATA_LocationCode>MOW</IATA_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:Envelop>
P.S.: …ProgramAccount/AccountID в начале неизменно «ИДТ» (кир.) или «ACC» (лат.).
В результате выполнения запроса в сообщении Mixvel_AirShoppingRS системой будут возвращены предложения на Москва – Сочи, в том числе с корпоративными скидками.
Показать пример сообщения Mixvel_AirShoppingRS на этой странице
<?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="6f8e51e9-7e04-4626-a52f-410c415530bf" ReplyTo="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-01-01T12:06:56.4731771Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>2b186932-fce3-4ee0-85cf-093f84edc4e6</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>4020d7a0-026e-4f37-a61e-7d9757a93913</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>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>AER</DestCode>
<OriginCode>MOW</OriginCode>
<OriginDestID>b9e676d2-3ab6-43c4-b733-a90f12d3954a</OriginDestID>
<PaxJourneyRefID>72bd2cff-6be6-4bdc-bbb4-a4e9fef40366</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT3H50M</Duration>
<PaxJourneyID>72bd2cff-6be6-4bdc-bbb4-a4e9fef40366</PaxJourneyID>
<PaxSegmentRefID>9c585a80-2d9b-4f12-883a-0b5b1988a089</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ZZM</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-21T14:10:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-21T14:10:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>05f6f975-2eff-42cc-928a-7f64528326cf</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-21T10:20:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-21T10:20:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_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>9c585a80-2d9b-4f12-883a-0b5b1988a089</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>e5beafce-283c-4680-8868-1fa3e8df73cd</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>e289557b-82b8-40a3-8aaa-0956409b0bfe</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>2b186932-fce3-4ee0-85cf-093f84edc4e6</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9c585a80-2d9b-4f12-883a-0b5b1988a089</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>4020d7a0-026e-4f37-a61e-7d9757a93913</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>9c585a80-2d9b-4f12-883a-0b5b1988a089</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T12:51:56.2353748Z</OfferExpirationTimeLimitDateTime>
<OfferID>5ae2ea14-2c51-47fe-a8e9-3cd3d7a448f1</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW/ZZM</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>9c585a80-2d9b-4f12-883a-0b5b1988a089</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:04: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">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4150.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9950.00</TotalAmount>
</Price>
<PriceClassRefID>e5beafce-283c-4680-8868-1fa3e8df73cd</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-01-04T15:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4150.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9950.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>447a7bbc-db79-40e9-8598-dde1b908dbd3</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T12:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4150.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9950.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>e289557b-82b8-40a3-8aaa-0956409b0bfe</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>72bd2cff-6be6-4bdc-bbb4-a4e9fef40366</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>32eb9c7f-c780-4135-bb92-b6ea35cad4cf</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4150.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9950.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
<Warning>
<Code>MIX-103032</Code>
<DescText>На рейсе 267 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Сценарий запроса коммерческих предложений по нескольким 3Д Договорам¶
Структура для внесения данных для Mixvel_AirShoppingRQ: Mixvel_AirShoppingRQ/Request/ShoppingCriteria/ProgramCriteria.
Поиск с использованием нескольких идентификаторов категорий пассажиров для 3д договоров не предусмотрен.
На текущий момент архитектура сервиса не позволяет гарантировать поиск по каждой отдельно взятой категории пассажира, если в запросе указано более одной. При передаче в запрос AirShopping нескольких категорий пассажиров система не будет рассматривать их как альтернативные, а будет пытаться искать оценку для таких пассажиров, как путешествующих вместе, в одном PNR.
Вероятность получения корректного результата в таком запросе практически равна нулю.
В настоящий момент необходимо делать отдельные запросы для каждой из категорий.
Пример запроса Mixvel_AirShoppingRQ с поиском нескольких 3Д договоров:
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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>
<IATA_LocationCode>MOW</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-14</Date>
<IATA_LocationCode>AER</IATA_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>
Пример Mixvel_AirShoppingRS с поиском нескольких 3Д договоров:
Показать пример Mixvel_AirShoppingRS на этой странице
<?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="fdcfd8b2-5359-4018-a485-b6fba9818d55" ReplyTo="79b67a26-6fc3-41e3-8ac4-14e0ac0245c8" TimeSent="2025-01-01T12:45:45.9587302Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</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>
<BaggageAllowance>
<BaggageAllowanceID>5318284d-c35e-4f5b-b03e-d7579faa40b6</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>0634b0f2-2c0d-4e8d-b68d-9cfc1360c2af</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>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>MOW</DestCode>
<OriginCode>AER</OriginCode>
<OriginDestID>d9d7085b-fcb2-46ee-ba47-2339c9c5a517</OriginDestID>
<PaxJourneyRefID>3c2a84b8-bc9c-42d5-a680-e13d45c3fbe2</PaxJourneyRefID>
<PaxJourneyRefID>eb1d508b-d029-44ea-8e72-e6004f84de64</PaxJourneyRefID>
<PaxJourneyRefID>62225877-5dc2-4f1e-bc09-821caa1c2d98</PaxJourneyRefID>
<PaxJourneyRefID>1373ec64-e5ec-4474-a759-116c3203a1d6</PaxJourneyRefID>
<PaxJourneyRefID>a16d0be6-a6ae-44f1-a796-e0d4420477bd</PaxJourneyRefID>
<PaxJourneyRefID>3eb945a9-5ca8-4b48-ae6d-7a69012dfe3f</PaxJourneyRefID>
<PaxJourneyRefID>cff35d2e-d8de-4b9c-a1b4-452dc8bf56e1</PaxJourneyRefID>
<PaxJourneyRefID>e0954ae6-376a-47b3-806e-356130e5ee5d</PaxJourneyRefID>
<PaxJourneyRefID>d52b5210-6534-46ff-8c30-237a32a22bb3</PaxJourneyRefID>
<PaxJourneyRefID>50baf670-43b9-4647-98e7-4a0b7a6132db</PaxJourneyRefID>
<PaxJourneyRefID>369d24b8-d032-400d-8023-0a7f9608b8dc</PaxJourneyRefID>
<PaxJourneyRefID>4dda204e-1bdc-4e1e-b434-4f0b63683e44</PaxJourneyRefID>
<PaxJourneyRefID>0675eb95-3cb1-485d-b140-a8d8e037e55f</PaxJourneyRefID>
<PaxJourneyRefID>2f4eb392-a5f3-4300-88ee-391441a0731c</PaxJourneyRefID>
<PaxJourneyRefID>e9c90da4-76c6-4da3-8452-2ee62aca6723</PaxJourneyRefID>
<PaxJourneyRefID>cc87e1ec-2879-41f9-9532-7dc7ff1316f3</PaxJourneyRefID>
<PaxJourneyRefID>9396ef43-78e5-4aa4-9c61-13a59f187062</PaxJourneyRefID>
<PaxJourneyRefID>d8ed7e8d-8c6b-48c6-8e74-c29d79c4f206</PaxJourneyRefID>
<PaxJourneyRefID>71bdd868-24d9-4bf2-973e-2989013ab661</PaxJourneyRefID>
<PaxJourneyRefID>3ed88659-c11b-4e53-b1f4-b28a1bad0e1a</PaxJourneyRefID>
<PaxJourneyRefID>a1cf8466-9bb4-4ff8-a946-aceed8a241df</PaxJourneyRefID>
<PaxJourneyRefID>12f83417-c034-406a-b595-9434c33cef6e</PaxJourneyRefID>
<PaxJourneyRefID>350df58e-b2d8-4c1a-b873-ea098b8684c5</PaxJourneyRefID>
<PaxJourneyRefID>5e978cf5-2980-46e1-a8ff-50ee1bff557a</PaxJourneyRefID>
<PaxJourneyRefID>3dc4b7b0-518a-4a67-8de4-91d319059099</PaxJourneyRefID>
<PaxJourneyRefID>c4c1e8b1-2466-451c-8583-feb3e5e64d49</PaxJourneyRefID>
<PaxJourneyRefID>dd7a9622-b54a-4019-acb3-8b5c048b3486</PaxJourneyRefID>
<PaxJourneyRefID>54cb5f1d-0335-48f3-8b2b-54a6813de49a</PaxJourneyRefID>
<PaxJourneyRefID>d4c4c440-61ce-403d-9f7c-e558a9714a80</PaxJourneyRefID>
<PaxJourneyRefID>3cc5411c-16ba-45fe-be86-8b09fb0e6d1a</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>3eb945a9-5ca8-4b48-ae6d-7a69012dfe3f</PaxJourneyID>
<PaxSegmentRefID>0ecac673-8d4d-437b-a391-3e116c684ac1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>d52b5210-6534-46ff-8c30-237a32a22bb3</PaxJourneyID>
<PaxSegmentRefID>7fb5b5f8-ba37-4f88-85d6-88e0a2d0cfa8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>50baf670-43b9-4647-98e7-4a0b7a6132db</PaxJourneyID>
<PaxSegmentRefID>e129b33f-70f6-495f-a1ad-59dd1618d7e1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H45M</Duration>
<PaxJourneyID>d4c4c440-61ce-403d-9f7c-e558a9714a80</PaxJourneyID>
<PaxSegmentRefID>b305d1f1-ccc3-46bf-b22a-b3965810c3e2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>e0954ae6-376a-47b3-806e-356130e5ee5d</PaxJourneyID>
<PaxSegmentRefID>66116c03-dd34-4657-836c-c67eef6993e2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>dd7a9622-b54a-4019-acb3-8b5c048b3486</PaxJourneyID>
<PaxSegmentRefID>b9c80673-c67f-418e-ab36-e9dde5a56802</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>3cc5411c-16ba-45fe-be86-8b09fb0e6d1a</PaxJourneyID>
<PaxSegmentRefID>8919d608-4e52-4a12-a09f-23e426e11517</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H25M</Duration>
<PaxJourneyID>3dc4b7b0-518a-4a67-8de4-91d319059099</PaxJourneyID>
<PaxSegmentRefID>94af6b8b-da0d-4d10-ac7f-57ae47f3f162</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>5e978cf5-2980-46e1-a8ff-50ee1bff557a</PaxJourneyID>
<PaxSegmentRefID>747b23f6-0d0a-4923-aa2a-caec1162d88e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>71bdd868-24d9-4bf2-973e-2989013ab661</PaxJourneyID>
<PaxSegmentRefID>2871f873-2180-437d-b0a4-c82e7c1988e0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>cc87e1ec-2879-41f9-9532-7dc7ff1316f3</PaxJourneyID>
<PaxSegmentRefID>ee358a76-1540-4448-98cc-8086b9d990aa</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>a1cf8466-9bb4-4ff8-a946-aceed8a241df</PaxJourneyID>
<PaxSegmentRefID>57dd5286-1369-4aa1-94c3-808a61d3daa3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>54cb5f1d-0335-48f3-8b2b-54a6813de49a</PaxJourneyID>
<PaxSegmentRefID>d6ce04ce-b797-4c05-a9ec-eb034abe9efe</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>12f83417-c034-406a-b595-9434c33cef6e</PaxJourneyID>
<PaxSegmentRefID>f3b80e19-0b5f-45ff-a9ce-d7f943ff9163</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>cff35d2e-d8de-4b9c-a1b4-452dc8bf56e1</PaxJourneyID>
<PaxSegmentRefID>07cbe087-b3cb-4bef-ac79-15bd7effb684</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>2f4eb392-a5f3-4300-88ee-391441a0731c</PaxJourneyID>
<PaxSegmentRefID>95976563-6924-43d8-95ac-5b573f3c2922</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>0675eb95-3cb1-485d-b140-a8d8e037e55f</PaxJourneyID>
<PaxSegmentRefID>ad23d4ef-25f3-4419-9367-186787da4f7c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>9396ef43-78e5-4aa4-9c61-13a59f187062</PaxJourneyID>
<PaxSegmentRefID>ba9603d9-4a4c-4cfe-aa23-11f2c0fc12f3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>1373ec64-e5ec-4474-a759-116c3203a1d6</PaxJourneyID>
<PaxSegmentRefID>af3f83d1-9048-4182-8cc9-d998b5ae692d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H25M</Duration>
<PaxJourneyID>c4c1e8b1-2466-451c-8583-feb3e5e64d49</PaxJourneyID>
<PaxSegmentRefID>8bf76688-f985-4c30-b88a-3d71bc94291b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H45M</Duration>
<PaxJourneyID>3ed88659-c11b-4e53-b1f4-b28a1bad0e1a</PaxJourneyID>
<PaxSegmentRefID>c074df82-e388-4144-aff6-d58cf47bc052</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>a16d0be6-a6ae-44f1-a796-e0d4420477bd</PaxJourneyID>
<PaxSegmentRefID>5e17b2cf-9448-4d5c-827e-ac6281ac2081</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>eb1d508b-d029-44ea-8e72-e6004f84de64</PaxJourneyID>
<PaxSegmentRefID>8c6636e1-b453-44a7-84a3-ebba6c8b3c09</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H45M</Duration>
<PaxJourneyID>350df58e-b2d8-4c1a-b873-ea098b8684c5</PaxJourneyID>
<PaxSegmentRefID>ef10eb81-4970-4c74-b5ce-75debaebb28d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>3c2a84b8-bc9c-42d5-a680-e13d45c3fbe2</PaxJourneyID>
<PaxSegmentRefID>7f58812c-3fbf-4a10-8557-1e6df0525c2f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>e9c90da4-76c6-4da3-8452-2ee62aca6723</PaxJourneyID>
<PaxSegmentRefID>24d552a2-60c2-487e-af47-26cd6e0153a0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>369d24b8-d032-400d-8023-0a7f9608b8dc</PaxJourneyID>
<PaxSegmentRefID>f8b1989b-4888-4c7e-9cfa-bb7af75c4898</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>d8ed7e8d-8c6b-48c6-8e74-c29d79c4f206</PaxJourneyID>
<PaxSegmentRefID>127e6d67-2d2a-49e8-a26f-b4c829229971</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H40M</Duration>
<PaxJourneyID>62225877-5dc2-4f1e-bc09-821caa1c2d98</PaxJourneyID>
<PaxSegmentRefID>98522def-7b18-474f-b00c-f848bb4f8744</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H30M</Duration>
<PaxJourneyID>4dda204e-1bdc-4e1e-b434-4f0b63683e44</PaxJourneyID>
<PaxSegmentRefID>30910311-8ed6-4f3a-9b2c-9d5b0b28a761</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ZZM</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>592e07c6-753d-48a1-8d00-efcdaa750cd2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9929</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9929</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>66116c03-dd34-4657-836c-c67eef6993e2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>dc69cf04-b976-4894-bb7c-28c00a8771f4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9945</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9945</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ee358a76-1540-4448-98cc-8086b9d990aa</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>11b58b54-c6c2-43e8-8df8-55d89e64dda5</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9951</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9951</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>2871f873-2180-437d-b0a4-c82e7c1988e0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T19:10:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T19:10:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bfed79a6-67f7-49d5-9f73-f58130804268</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T15:25:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T15:25:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H45M</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>b305d1f1-ccc3-46bf-b22a-b3965810c3e2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T21:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T21:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9788ce46-ac66-4eb9-9200-17766a9ab78d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T17:55:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H45M</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>ef10eb81-4970-4c74-b5ce-75debaebb28d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6fdb1b68-e3a9-414c-9cde-5baaa48e8744</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9933</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9933</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e129b33f-70f6-495f-a1ad-59dd1618d7e1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T14:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T14:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b24f723e-f93f-4984-831c-511115cd5dbc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T11:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T11:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H40M</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>7f58812c-3fbf-4a10-8557-1e6df0525c2f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>aa0b170a-eb05-49c7-82b5-887184987134</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9939</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9939</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ad23d4ef-25f3-4419-9367-186787da4f7c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T15:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T15:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9bc5dd8a-1555-40b4-a67c-90f3bbea2638</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T12:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T12:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_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>8919d608-4e52-4a12-a09f-23e426e11517</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T20:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T20:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4bc601a5-ce67-4423-ba52-47b3e87652b0</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T17:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T17:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_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>f3b80e19-0b5f-45ff-a9ce-d7f943ff9163</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-15T00:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-15T00:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>58325168-940b-4a59-b35a-d676b9ede0a4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T21:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T21:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_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>94af6b8b-da0d-4d10-ac7f-57ae47f3f162</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3928af8f-65a1-4f9a-9ca9-333d8c264af5</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9921</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9921</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>af3f83d1-9048-4182-8cc9-d998b5ae692d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>24479081-c592-4452-8df2-bd3047437709</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9927</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9927</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>07cbe087-b3cb-4bef-ac79-15bd7effb684</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>65568d5a-ef5a-4080-9581-387a9f7f7347</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9943</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9943</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>24d552a2-60c2-487e-af47-26cd6e0153a0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f11714dc-71ce-4b18-98a7-02a275105333</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9949</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9949</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>127e6d67-2d2a-49e8-a26f-b4c829229971</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T09:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T09:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>133f7d92-06e6-4fc5-8529-df0cd7a13e7c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T06:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T06:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_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>b9c80673-c67f-418e-ab36-e9dde5a56802</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T17:55:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T17:55:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>aaeaac17-55ca-45c6-b77c-99574e78d3bc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:10:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:10:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H45M</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>c074df82-e388-4144-aff6-d58cf47bc052</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T19:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T19:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f17dbca9-3603-46f8-abbd-1eef7d3a54cb</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T16:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T16:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H40M</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>57dd5286-1369-4aa1-94c3-808a61d3daa3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>45a230ff-abea-46f8-aacb-3b760a94b8ca</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9931</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9931</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>7fb5b5f8-ba37-4f88-85d6-88e0a2d0cfa8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>17f0e691-6dff-47bb-b53c-a589ca363c07</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9937</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9937</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>30910311-8ed6-4f3a-9b2c-9d5b0b28a761</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:15:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:15:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2c57a4d0-8161-497c-ab3a-f7c32f3cc504</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T12:40:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T12:40:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_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>8c6636e1-b453-44a7-84a3-ebba6c8b3c09</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>c2083243-4772-42a9-8399-3cf46689ec45</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9925</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9925</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0ecac673-8d4d-437b-a391-3e116c684ac1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ed49465c-d9ca-43c1-845d-b4ce458a4241</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9947</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9947</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ba9603d9-4a4c-4cfe-aa23-11f2c0fc12f3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T23:05:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T23:05:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9c0715d3-ed6a-4594-8c7e-12357f2a7265</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T19:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_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>747b23f6-0d0a-4923-aa2a-caec1162d88e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T21:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T21:40:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9266402b-b718-4f6b-b492-ff8a5a9936d2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T18:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T18:05:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1071</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1071</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d6ce04ce-b797-4c05-a9ec-eb034abe9efe</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T04:55:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T04:55:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3b5a85af-0816-4ab1-a35c-2eed5a586590</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T01:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T01:30:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H25M</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>8bf76688-f985-4c30-b88a-3d71bc94291b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>5a3d7757-35d8-4759-857d-41aaf30a1be7</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9935</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9935</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f8b1989b-4888-4c7e-9cfa-bb7af75c4898</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e7cdfbe9-0887-4bb9-b352-3ffbf21d16ae</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9941</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9941</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>95976563-6924-43d8-95ac-5b573f3c2922</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T17:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T17:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1802683c-48a6-4bb3-a1e2-db61fdd2e49a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T13:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T13:20:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_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>98522def-7b18-474f-b00c-f848bb4f8744</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-14T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6adc87a3-38ea-4de2-a8d8-9f9fd00cafc6</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-14T14:00:00</ScheduledDateTime>
<IATA_LocationCode>AER</IATA_LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT2H30M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>9923</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>9923</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5e17b2cf-9448-4d5c-827e-ac6281ac2081</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>NB</Code>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 25 ПРОЦ МИЛЬ (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>bff92b89-4f92-42bd-b1da-9beba2d93e0a</PriceClassID>
</PriceClass>
<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>725a4481-0492-4375-a3da-edad8e7e2ce6</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>9f10925d-40e6-4d64-ba2b-384ebf104250</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7f58812c-3fbf-4a10-8557-1e6df0525c2f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7f58812c-3fbf-4a10-8557-1e6df0525c2f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>9f29d1b0-02f8-48f0-9e6e-fd6ec9aad60f</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>7f58812c-3fbf-4a10-8557-1e6df0525c2f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>dbbfcb95-c0d0-4a01-af97-9c6bbf33806c</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3c2a84b8-bc9c-42d5-a680-e13d45c3fbe2</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f3f44be2-ea74-48bc-8c9f-b85b340db4ae</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8c6636e1-b453-44a7-84a3-ebba6c8b3c09</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8c6636e1-b453-44a7-84a3-ebba6c8b3c09</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>6d5560de-4de6-4791-bd23-d0f6b767701c</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>8c6636e1-b453-44a7-84a3-ebba6c8b3c09</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1cf172ee-10ef-4c54-955f-9a66c724f00f</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>eb1d508b-d029-44ea-8e72-e6004f84de64</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>71aa3455-56de-484d-a290-404b8a55e2b2</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>98522def-7b18-474f-b00c-f848bb4f8744</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>98522def-7b18-474f-b00c-f848bb4f8744</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0793a71f-b35a-4588-853a-1a52d8aa2d4a</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>98522def-7b18-474f-b00c-f848bb4f8744</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>81751af9-f97f-45a5-bba9-3220f29f409b</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>62225877-5dc2-4f1e-bc09-821caa1c2d98</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>a5048f81-6955-4451-91c0-4af7b061e384</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>af3f83d1-9048-4182-8cc9-d998b5ae692d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>af3f83d1-9048-4182-8cc9-d998b5ae692d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0949fdeb-5271-4696-9ff0-4cd7e7217069</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>af3f83d1-9048-4182-8cc9-d998b5ae692d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>0757c568-89f4-4be9-bbca-32fa1b42c712</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1373ec64-e5ec-4474-a759-116c3203a1d6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>91a3633a-9ae0-4620-bd91-133d4c5044e6</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5e17b2cf-9448-4d5c-827e-ac6281ac2081</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5e17b2cf-9448-4d5c-827e-ac6281ac2081</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>f29b59e0-4a36-4371-a928-da37050a2902</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5e17b2cf-9448-4d5c-827e-ac6281ac2081</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>af5114e7-ca12-4165-a6f3-18acd5c2c5e5</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a16d0be6-a6ae-44f1-a796-e0d4420477bd</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0a519d7d-c4de-4a41-ab42-4ec1530088b8</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>0ecac673-8d4d-437b-a391-3e116c684ac1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>0ecac673-8d4d-437b-a391-3e116c684ac1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>99baf66f-17e3-4aab-9fb4-eb236202ede0</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>0ecac673-8d4d-437b-a391-3e116c684ac1</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ecbfc42f-9732-429d-afb4-1f018bb32543</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3eb945a9-5ca8-4b48-ae6d-7a69012dfe3f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>af5ce48e-eb0a-4712-bb26-96ff07dcfafe</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>07cbe087-b3cb-4bef-ac79-15bd7effb684</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>07cbe087-b3cb-4bef-ac79-15bd7effb684</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>00739049-ee8c-43f2-93ba-6a47768e16c8</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>07cbe087-b3cb-4bef-ac79-15bd7effb684</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>86af5d27-ffd2-4fff-a3b3-eccea3845e4f</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>cff35d2e-d8de-4b9c-a1b4-452dc8bf56e1</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d30cc6be-66e0-4f81-bfbb-d5d51ffbd8fc</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>66116c03-dd34-4657-836c-c67eef6993e2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>66116c03-dd34-4657-836c-c67eef6993e2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>3bca3111-217e-4ee1-8c55-2e1417faf03b</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>66116c03-dd34-4657-836c-c67eef6993e2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>992d00bf-8c4e-4758-ac05-c273f05af3ce</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e0954ae6-376a-47b3-806e-356130e5ee5d</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>78a06240-19cd-4586-9c62-e5dbab018e6f</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7fb5b5f8-ba37-4f88-85d6-88e0a2d0cfa8</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>7fb5b5f8-ba37-4f88-85d6-88e0a2d0cfa8</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>2ca5c9e0-dbd3-41f6-8268-3db67c64d8fd</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>7fb5b5f8-ba37-4f88-85d6-88e0a2d0cfa8</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>8553f82a-b13f-4fd8-9cdc-e702d744244c</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d52b5210-6534-46ff-8c30-237a32a22bb3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4f9b294e-d41d-4934-bb3c-a90bb80c1f73</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e129b33f-70f6-495f-a1ad-59dd1618d7e1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e129b33f-70f6-495f-a1ad-59dd1618d7e1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>5c6d99c9-3625-4d82-b4ca-f785056672b0</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>e129b33f-70f6-495f-a1ad-59dd1618d7e1</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e65c95cf-438e-4e1c-b9c5-aaa0d3ce72d5</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>50baf670-43b9-4647-98e7-4a0b7a6132db</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b15fc188-a875-4945-8c8b-5aab3df20400</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f8b1989b-4888-4c7e-9cfa-bb7af75c4898</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f8b1989b-4888-4c7e-9cfa-bb7af75c4898</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>d8446a11-de8c-4ffd-9ac2-d340d6765be0</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>f8b1989b-4888-4c7e-9cfa-bb7af75c4898</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>90601103-5608-46cc-a83c-e46321a94f0a</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>369d24b8-d032-400d-8023-0a7f9608b8dc</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>bfd45656-ea5d-40c6-bad0-1eee2a96bdcb</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>30910311-8ed6-4f3a-9b2c-9d5b0b28a761</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>30910311-8ed6-4f3a-9b2c-9d5b0b28a761</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8869a0d4-947b-46a8-b616-9e3428f7f448</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>30910311-8ed6-4f3a-9b2c-9d5b0b28a761</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>2948dcda-c518-4a6a-80ad-023d8d2fb401</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4dda204e-1bdc-4e1e-b434-4f0b63683e44</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>92f6bcd1-6f22-4ece-b911-944d3bbbea38</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ad23d4ef-25f3-4419-9367-186787da4f7c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ad23d4ef-25f3-4419-9367-186787da4f7c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>e31b4c58-aa5e-41b4-8672-636b42db58ca</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>ad23d4ef-25f3-4419-9367-186787da4f7c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>051790aa-b79b-4323-bde2-82811e48855c</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>0675eb95-3cb1-485d-b140-a8d8e037e55f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>4dec6450-7db9-4d49-b8da-1540cd697b7e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95976563-6924-43d8-95ac-5b573f3c2922</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95976563-6924-43d8-95ac-5b573f3c2922</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>ac2266cf-89cd-40f5-a00e-2766e8d25520</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>95976563-6924-43d8-95ac-5b573f3c2922</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>b4ba62ba-93d1-472a-938a-c655573c4a46</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>2f4eb392-a5f3-4300-88ee-391441a0731c</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>19f69701-e818-47bc-8bf5-037a73f66d39</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>24d552a2-60c2-487e-af47-26cd6e0153a0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>24d552a2-60c2-487e-af47-26cd6e0153a0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>042da6d2-8cea-4321-840b-b35c3aadbc61</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>24d552a2-60c2-487e-af47-26cd6e0153a0</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>fb68adeb-51e0-44e5-9a8a-ce056bd614da</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>e9c90da4-76c6-4da3-8452-2ee62aca6723</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>100a37cb-ff27-44a2-9741-4cc5024b0d93</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ee358a76-1540-4448-98cc-8086b9d990aa</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ee358a76-1540-4448-98cc-8086b9d990aa</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>fb0e0347-10db-45a0-a9ff-c9dea84b94da</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>ee358a76-1540-4448-98cc-8086b9d990aa</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>dedabbf2-6a3e-4fc8-a9ef-65485742f45e</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>cc87e1ec-2879-41f9-9532-7dc7ff1316f3</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>01a0ba10-8142-4dc6-8dc5-232c4e3f3c9d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ba9603d9-4a4c-4cfe-aa23-11f2c0fc12f3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ba9603d9-4a4c-4cfe-aa23-11f2c0fc12f3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>6dd15b30-7973-4e9c-8432-bec0266c8a97</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>ba9603d9-4a4c-4cfe-aa23-11f2c0fc12f3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5d3565e9-ab8b-4f0e-98e1-39acda030cf9</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>9396ef43-78e5-4aa4-9c61-13a59f187062</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b4f6c06d-5a2d-4d21-86fe-485644ee4eac</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>127e6d67-2d2a-49e8-a26f-b4c829229971</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>127e6d67-2d2a-49e8-a26f-b4c829229971</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>e2f7ab31-2fc2-4522-bc53-eb316ca1d53a</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>127e6d67-2d2a-49e8-a26f-b4c829229971</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ccf0c23f-ec0a-4106-91da-935389c1bdfc</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d8ed7e8d-8c6b-48c6-8e74-c29d79c4f206</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>3e805cd4-eedd-43a3-b51c-c74d3edcf2fe</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2871f873-2180-437d-b0a4-c82e7c1988e0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2871f873-2180-437d-b0a4-c82e7c1988e0</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b0929a90-cb23-4964-b507-4791e88f6166</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>2871f873-2180-437d-b0a4-c82e7c1988e0</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>6b661e9a-f636-42cb-9893-fecb665a0d1f</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>71bdd868-24d9-4bf2-973e-2989013ab661</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>ac76cd2d-caa0-4ae2-a4dd-0321f0448040</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c074df82-e388-4144-aff6-d58cf47bc052</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c074df82-e388-4144-aff6-d58cf47bc052</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>38295740-e858-492a-965d-f9d7079583b0</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>c074df82-e388-4144-aff6-d58cf47bc052</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>32ff9c7f-c754-499e-98ea-563d9557f30c</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3ed88659-c11b-4e53-b1f4-b28a1bad0e1a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b78f678f-f58b-4cbe-84a2-ba9cc2090bdd</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>57dd5286-1369-4aa1-94c3-808a61d3daa3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>57dd5286-1369-4aa1-94c3-808a61d3daa3</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>446f0e87-7cf5-4b65-8880-64f8d4e96ee1</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>57dd5286-1369-4aa1-94c3-808a61d3daa3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e9e2c788-1ae3-40ff-838c-03f1b0a354c5</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a1cf8466-9bb4-4ff8-a946-aceed8a241df</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b5824bc9-702b-495a-9d99-e3774a440765</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f3b80e19-0b5f-45ff-a9ce-d7f943ff9163</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f3b80e19-0b5f-45ff-a9ce-d7f943ff9163</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>69eabe4e-717c-48e4-81d8-0f58af3113ed</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>f3b80e19-0b5f-45ff-a9ce-d7f943ff9163</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c5b8c9ab-92ad-42d0-8162-167a639cf750</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>12f83417-c034-406a-b595-9434c33cef6e</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>40c50477-e898-4646-a25a-29bb7373a25a</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ef10eb81-4970-4c74-b5ce-75debaebb28d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ef10eb81-4970-4c74-b5ce-75debaebb28d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b0cadd5e-ae81-485c-b1da-7fb8297eec55</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>ef10eb81-4970-4c74-b5ce-75debaebb28d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1b0c9e6f-aeb0-475b-801a-9955d1ae8e93</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>350df58e-b2d8-4c1a-b873-ea098b8684c5</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cad23b50-8d8b-4821-a421-904043d154c8</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>747b23f6-0d0a-4923-aa2a-caec1162d88e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>747b23f6-0d0a-4923-aa2a-caec1162d88e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>37afa297-02ab-45b0-b82e-8be74e66954d</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>747b23f6-0d0a-4923-aa2a-caec1162d88e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>118f4f54-6668-4b42-afce-4f14ff8d63ff</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>5e978cf5-2980-46e1-a8ff-50ee1bff557a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cfc90845-79dc-4434-803b-e8fe745dc893</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>94af6b8b-da0d-4d10-ac7f-57ae47f3f162</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>94af6b8b-da0d-4d10-ac7f-57ae47f3f162</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8d3099eb-d44e-4f22-8aa5-835488f042cc</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOSLR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>94af6b8b-da0d-4d10-ac7f-57ae47f3f162</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</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-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>69dc493d-b423-4245-a187-0b79a25b7c8e</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3dc4b7b0-518a-4a67-8de4-91d319059099</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f8fda30d-9c3e-491e-869f-205230907481</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3000.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">292.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3470.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8bf76688-f985-4c30-b88a-3d71bc94291b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8bf76688-f985-4c30-b88a-3d71bc94291b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>50e6ac0f-d88e-48bd-a281-41ff77f2bebc</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>8bf76688-f985-4c30-b88a-3d71bc94291b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>342e2c37-00c8-4f8f-8c68-f84cc3bbcddf</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c4c1e8b1-2466-451c-8583-feb3e5e64d49</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>70c03410-41ce-4c3c-ab46-3ad21162b150</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b9c80673-c67f-418e-ab36-e9dde5a56802</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b9c80673-c67f-418e-ab36-e9dde5a56802</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>e0f3cb0e-b2ab-4c70-8237-f82a4f51e2b6</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b9c80673-c67f-418e-ab36-e9dde5a56802</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>dfb71f93-e5c7-4399-98dc-cc328c38d4bd</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>dd7a9622-b54a-4019-acb3-8b5c048b3486</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>9043b4a9-7ced-4447-9d60-3e1e8b99c27d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ad0c4df4-3e1f-425c-bdd2-cdfac423ec94</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d6ce04ce-b797-4c05-a9ec-eb034abe9efe</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>cdd3a612-18fc-4d64-a1e6-9766b0d799d0</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d6ce04ce-b797-4c05-a9ec-eb034abe9efe</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:16:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>9925ab33-bc5d-4a40-be7e-1d57aacb01f6</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>NNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>d6ce04ce-b797-4c05-a9ec-eb034abe9efe</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45: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">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
<PriceClassRefID>bff92b89-4f92-42bd-b1da-9beba2d93e0a</PriceClassRefID>
<RBD>
<RBD_Code>N</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e54ef7c5-f212-4bb4-9d3d-983d03b57c3f</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:16:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15b7c129-93b9-4b94-ae04-cb7f0610c415</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>54cb5f1d-0335-48f3-8b2b-54a6813de49a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>bd480a63-aadc-483f-a60f-6cd6e25c2c5e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">8790.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">350.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">819.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">470.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9260.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5318284d-c35e-4f5b-b03e-d7579faa40b6</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b305d1f1-ccc3-46bf-b22a-b3965810c3e2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>0634b0f2-2c0d-4e8d-b68d-9cfc1360c2af</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b305d1f1-ccc3-46bf-b22a-b3965810c3e2</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:30:45.9325395Z</OfferExpirationTimeLimitDateTime>
<OfferID>a54ed1c1-e271-4fcc-9677-b0ac7ad0733a</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW/ZZM</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b305d1f1-ccc3-46bf-b22a-b3965810c3e2</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:45: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">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9830.00</TotalAmount>
</Price>
<PriceClassRefID>725a4481-0492-4375-a3da-edad8e7e2ce6</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-01-04T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9830.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>b1701719-99d3-461e-a161-36233125bad6</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T12:46:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9830.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>9f10925d-40e6-4d64-ba2b-384ebf104250</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d4c4c440-61ce-403d-9f7c-e558a9714a80</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cf844d00-7de2-48c2-b166-7b1090a9a63b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9830.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5318284d-c35e-4f5b-b03e-d7579faa40b6</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8919d608-4e52-4a12-a09f-23e426e11517</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>0634b0f2-2c0d-4e8d-b68d-9cfc1360c2af</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8919d608-4e52-4a12-a09f-23e426e11517</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:30:45.932889Z</OfferExpirationTimeLimitDateTime>
<OfferID>31f71168-d057-4f78-973c-b117a1042187</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>ZZM</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW/ZZM</FareBasisCode>
<FareRule>
<RuleCode>0ZZM</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>8919d608-4e52-4a12-a09f-23e426e11517</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:45: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">1000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4260.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10060.00</TotalAmount>
</Price>
<PriceClassRefID>725a4481-0492-4375-a3da-edad8e7e2ce6</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-01-04T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4260.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10060.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>ae0a34f8-d02b-4ee0-b2da-e784081a9a37</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T12:46:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4260.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10060.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>9f10925d-40e6-4d64-ba2b-384ebf104250</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3cc5411c-16ba-45fe-be86-8b09fb0e6d1a</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>31c8c988-603f-45af-b104-23d5d6c7164b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-04T15:45:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">3000.00</Amount>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">893.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">4260.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">10060.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>На рейсе 470 нормы багажа могут отличаться от норм представленных на сайте авиакомпании. За уточнением просьба обращаться к авиакомпании UT.</DescText>
<LangCode>Ru</LangCode>
</Warning>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Фильтр поиска предложений по 3Д договорам¶
Данный фильтр запроса Mixvel_AirShoppingRQ используется для поиска предложений только по 3Д договорам:
Mixvel_AirShoppingRQ/Request/ResponseParameters/CodeTariffAccount
Элемент | Описание |
---|---|
CodeTariffAccount | Параметр, отвечающий за выдачу рейсов только 3Д договорам. Допустимые значения: true, false (по умолчанию false). |
Пример Mixvel_AirShoppingRQ:
Показать пример Mixvel_AirShoppingRQ на этой странице
<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>
<IATA_LocationCode>MOW</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-03-20</Date>
<IATA_LocationCode>LED</IATA_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>
Пример Mixvel_AirShoppingRS:
Показать пример Mixvel_AirShoppingRS на этой странице
<?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="14dd3ec9-34fd-46b3-8406-c8bcf0b35b6c" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-01T13:01:54.9180926Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>5233715f-6b66-48a5-9c99-e2be92e95d2e</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>c067ac97-ce69-427f-b28d-d33c48b92b06</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>MOW</DestCode>
<OriginCode>LED</OriginCode>
<OriginDestID>1c8bd7df-c046-4141-8739-0ca32f8aa8fb</OriginDestID>
<PaxJourneyRefID>1fd685dc-5610-4dfa-988b-0e9b51e29e24</PaxJourneyRefID>
<PaxJourneyRefID>c226974b-bd62-41da-9384-e4fe21a51dd6</PaxJourneyRefID>
<PaxJourneyRefID>d155af4e-f4d0-4ff2-ace1-3d8d1d2e74ec</PaxJourneyRefID>
<PaxJourneyRefID>4bd99d12-db76-497c-ab90-98491021338f</PaxJourneyRefID>
<PaxJourneyRefID>8a2985fd-6b2c-429a-b23e-4940a156fa56</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>c226974b-bd62-41da-9384-e4fe21a51dd6</PaxJourneyID>
<PaxSegmentRefID>a0411c2d-daec-485b-beab-7a78cec60d38</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>8a2985fd-6b2c-429a-b23e-4940a156fa56</PaxJourneyID>
<PaxSegmentRefID>5d9a9a85-ca52-4727-ba20-5d3f0fdcb7eb</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>4bd99d12-db76-497c-ab90-98491021338f</PaxJourneyID>
<PaxSegmentRefID>243f7296-d564-4b25-a332-7e5b49c93172</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>d155af4e-f4d0-4ff2-ace1-3d8d1d2e74ec</PaxJourneyID>
<PaxSegmentRefID>5c162823-7441-4f69-9df6-136fb38c381d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>1fd685dc-5610-4dfa-988b-0e9b51e29e24</PaxJourneyID>
<PaxSegmentRefID>24a26459-0cc6-4f8b-bbc2-0a2d61d7cc70</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-20T13:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-20T13:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>59988e68-7e54-421b-baf9-d5e380e0d4ce</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-20T12:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-20T12:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>5c162823-7441-4f69-9df6-136fb38c381d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-20T14:45:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-20T14:45:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4350d38e-4eee-4c96-bcd2-4c9f7fd0faec</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-20T13:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-20T13:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>5d9a9a85-ca52-4727-ba20-5d3f0fdcb7eb</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-20T21:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-20T21:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4fca505b-06f6-482e-b73a-d12f0c7fdb92</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-20T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-20T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_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>243f7296-d564-4b25-a332-7e5b49c93172</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-20T11:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-20T11:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>64d52477-b5cb-4be9-a52c-a81edede620a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-20T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-20T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</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>a0411c2d-daec-485b-beab-7a78cec60d38</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-20T20:05:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-20T20:05:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e9860ff0-515e-4b5e-b813-742074a47433</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-20T18:25:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-20T18:25:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6159</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6159</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>24a26459-0cc6-4f8b-bbc2-0a2d61d7cc70</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>NB</Code>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 25 ПРОЦ МИЛЬ (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>21eeb412-317f-4d37-a5f9-7c640f89a98b</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>15aa1a45-3261-4be1-af36-207a2bec4cab</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5233715f-6b66-48a5-9c99-e2be92e95d2e</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>24a26459-0cc6-4f8b-bbc2-0a2d61d7cc70</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>c067ac97-ce69-427f-b28d-d33c48b92b06</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>24a26459-0cc6-4f8b-bbc2-0a2d61d7cc70</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:32:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8dbd2752-6152-44c0-9874-926201ac9b9c</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>24a26459-0cc6-4f8b-bbc2-0a2d61d7cc70</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">180.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">515.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4325.00</TotalAmount>
</Price>
<PriceClassRefID>21eeb412-317f-4d37-a5f9-7c640f89a98b</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">395.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">515.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4325.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a63542c7-c9d4-449c-bf4a-ff946fd205b2</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:32:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">395.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">515.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4325.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15aa1a45-3261-4be1-af36-207a2bec4cab</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1fd685dc-5610-4dfa-988b-0e9b51e29e24</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>015fbf25-bc60-4bbc-94ed-e2e62756119f</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">395.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">515.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4325.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5233715f-6b66-48a5-9c99-e2be92e95d2e</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a0411c2d-daec-485b-beab-7a78cec60d38</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>c067ac97-ce69-427f-b28d-d33c48b92b06</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a0411c2d-daec-485b-beab-7a78cec60d38</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:32:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>1952583a-dc51-4cd1-9b9a-9b11da8ca07d</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a0411c2d-daec-485b-beab-7a78cec60d38</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
<PriceClassRefID>21eeb412-317f-4d37-a5f9-7c640f89a98b</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>1</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>eaa7a744-40ec-4259-a8e5-49dc8b5f4a3c</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:32:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15aa1a45-3261-4be1-af36-207a2bec4cab</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>c226974b-bd62-41da-9384-e4fe21a51dd6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0e0f6359-21bc-4ec8-9084-788e0fc19b0f</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5233715f-6b66-48a5-9c99-e2be92e95d2e</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c162823-7441-4f69-9df6-136fb38c381d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>c067ac97-ce69-427f-b28d-d33c48b92b06</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c162823-7441-4f69-9df6-136fb38c381d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:32:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>b08b67a7-7ea6-4162-8ea1-d86e37d319fc</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5c162823-7441-4f69-9df6-136fb38c381d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
<PriceClassRefID>21eeb412-317f-4d37-a5f9-7c640f89a98b</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>1</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>8e211156-e0bd-421c-9154-2a826ae287ce</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:32:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15aa1a45-3261-4be1-af36-207a2bec4cab</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d155af4e-f4d0-4ff2-ace1-3d8d1d2e74ec</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>69fe898b-4d4f-467a-801b-a2ee2b1d778b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5233715f-6b66-48a5-9c99-e2be92e95d2e</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>243f7296-d564-4b25-a332-7e5b49c93172</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>c067ac97-ce69-427f-b28d-d33c48b92b06</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>243f7296-d564-4b25-a332-7e5b49c93172</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:32:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>5a64f152-dbc1-401a-bd9f-e11895b42179</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>GNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>243f7296-d564-4b25-a332-7e5b49c93172</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
<PriceClassRefID>21eeb412-317f-4d37-a5f9-7c640f89a98b</PriceClassRefID>
<RBD>
<RBD_Code>G</RBD_Code>
<Availability>1</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1d6a9eef-0462-43e1-ad7b-87b6eb3c385b</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:32:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15aa1a45-3261-4be1-af36-207a2bec4cab</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4bd99d12-db76-497c-ab90-98491021338f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>53454bcb-9330-4f9b-82f7-0f01a868b9ce</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">3810.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">445.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">366.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">565.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4375.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>5233715f-6b66-48a5-9c99-e2be92e95d2e</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5d9a9a85-ca52-4727-ba20-5d3f0fdcb7eb</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>c067ac97-ce69-427f-b28d-d33c48b92b06</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5d9a9a85-ca52-4727-ba20-5d3f0fdcb7eb</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>1</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T13:32:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>235cc5a1-bf9f-499c-acf9-d7c22e622a79</OfferID>
<OfferItem>
<FareDetail>
<AccountCode>GERUS</AccountCode>
<ClosedFare>false</ClosedFare>
<FareCalculationInfo>
<AddInfoText>3D</AddInfoText>
</FareCalculationInfo>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CK678</FareBasisCode>
<FareRule>
<RuleCode>W025</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5d9a9a85-ca52-4727-ba20-5d3f0fdcb7eb</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">335.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4825.00</TotalAmount>
</Price>
<PriceClassRefID>21eeb412-317f-4d37-a5f9-7c640f89a98b</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">335.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4825.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1fd9f22e-7627-46ee-96ba-a7dba87765fa</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T13:32:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">335.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4825.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>15aa1a45-3261-4be1-af36-207a2bec4cab</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>8a2985fd-6b2c-429a-b23e-4940a156fa56</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>13c821bc-8997-400b-83a7-1cbb66c9ac69</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T16:01:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">215.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">335.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4825.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Сценарий запроса рейсов с фильтром по подклассу бронирования¶
Агент отправил запрос на поиск субсидированных перевозок на маршруте Москва – Улан-Удэ с указанием соответствующей категории пассажиров, также указав подкласс бронирования, в котором предлагаются субсидируемые тарифы.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<?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>
<IATA_LocationCode>UUD</IATA_LocationCode>
</DestArrivalCriteria>
<OriginDepCriteria>
<Date>2025-05-12</Date>
<IATA_LocationCode>MOW</IATA_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>
В результате выполнения запроса в сообщении Mixvel_AirShoppingRS системой будут возвращены предложения на Москва – Улан-Удэ, в которых предлагаются субсидируемые тарифы.
Показать пример сообщения Mixvel_AirShoppingRS на этой странице
<?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="b41d32c1-c003-4c2a-bf47-cad05d207d97" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-15T17:03:17.133274Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>d5244bff-a1d2-4ef6-bb11-bb8a466ccb65</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABBIN BAGGAGE 10KG 40X30X20 (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">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>9166f967-708f-4e7e-b982-7c51caf04682</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>UUD</DestCode>
<OriginCode>MOW</OriginCode>
<OriginDestID>8fcf6c14-6255-46d5-8461-9ba59f746d32</OriginDestID>
<PaxJourneyRefID>02c374f0-22ab-41a6-8311-9e1405e4af93</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT5H50M</Duration>
<PaxJourneyID>02c374f0-22ab-41a6-8311-9e1405e4af93</PaxJourneyID>
<PaxSegmentRefID>cd6ce2b4-04d9-431c-991b-c0589572a6af</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>2025-05-13T06:50:00</ScheduledDateTime>
<IATA_LocationCode>UUD</IATA_LocationCode>
<StationName>Улан-Удэ(Мухино)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-05-13T06:50:00</ScheduledDateTime>
<IATA_LocationCode>UUD</IATA_LocationCode>
<StationName>Улан-Удэ(Мухино)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cba29db5-57c4-4e64-9d56-b785ff1cdcff</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-05-12T20:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-05-12T20:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT5H50M</Duration>
<Distance UnitCode="Mileage">2747</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<MarketingCarrierFlightNumberText>561</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<OperatingCarrierFlightNumberText>561</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>cd6ce2b4-04d9-431c-991b-c0589572a6af</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>SMARTLIGHT</Code>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ 5КГ 11Ф ДО 45Д115СМ (0ML)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>РУЧКЛАДЬ ДО 10КГ 40Х30Х20СМ (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК (0BH)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С 3 ПО 6 РЯДЫ (ST2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>НОРМА БАГАЖА ДО 23КГ ДО 203СМ (0GP)</DescText>
</Desc>
<Name>SMARTLIGHT</Name>
<PriceClassID>b21eec4e-92a6-4f92-96f3-bade472b5bd7</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>7912ec22-2945-494a-9f77-e07d2a603558</ValidatingPartyID>
<ValidatingPartyCode>5N</ValidatingPartyCode>
<ValidatingPartyName>Смартавиа</ValidatingPartyName>
<ValidatingPartyDesigCode>316</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>9166f967-708f-4e7e-b982-7c51caf04682</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>cd6ce2b4-04d9-431c-991b-c0589572a6af</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>d5244bff-a1d2-4ef6-bb11-bb8a466ccb65</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>cd6ce2b4-04d9-431c-991b-c0589572a6af</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>SRC-1</PaxRefID>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>YTH-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>3</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-15T17:34:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>94dc7d6a-1ed8-4d54-8d04-ea20603289a7</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>cd6ce2b4-04d9-431c-991b-c0589572a6af</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
<PriceClassRefID>b21eec4e-92a6-4f92-96f3-bade472b5bd7</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>SRC-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>dfd884ec-ab81-4269-a7e0-7e70acd9b1c5</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-15T17:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
<Service>
<PaxRefID>SRC-1</PaxRefID>
<ValidatingPartyRefID>7912ec22-2945-494a-9f77-e07d2a603558</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>02c374f0-22ab-41a6-8311-9e1405e4af93</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e1cbf6c8-28fd-4b6c-b5e3-e9556329a9b3</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>cd6ce2b4-04d9-431c-991b-c0589572a6af</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
<PriceClassRefID>b21eec4e-92a6-4f92-96f3-bade472b5bd7</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9025dd65-c9dc-4a3c-8bec-b4ac737054a7</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-15T17:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>7912ec22-2945-494a-9f77-e07d2a603558</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>02c374f0-22ab-41a6-8311-9e1405e4af93</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>228cfd2f-4d62-4949-b6b1-ff03c869989c</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PLTOW</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>cd6ce2b4-04d9-431c-991b-c0589572a6af</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
<PriceClassRefID>b21eec4e-92a6-4f92-96f3-bade472b5bd7</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>YTH-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>67702697-4b51-425c-91ef-7bcbb495bce6</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-15T17:34:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">9290.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">9590.00</TotalAmount>
</Price>
<Service>
<PaxRefID>YTH-1</PaxRefID>
<ValidatingPartyRefID>7912ec22-2945-494a-9f77-e07d2a603558</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>02c374f0-22ab-41a6-8311-9e1405e4af93</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>302a373b-8311-4115-9341-ea80c1f2a2f7</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">27870.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-17T20:03:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">900.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">900.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">28770.00</TotalAmount>
</TotalPrice>
</Offer>
<PaymentFunctions>
<OtherPaymentMethod />
</PaymentFunctions>
</Response>
</Shop:Mixvel_AirShoppingRS>
</AppData>
</Body>
</MixEnv:Envelope>
Перечень кодов, используемых при бронировании квоты.
Примечание:
При отсутствии фильтра в запросе производится поиск во всех подклассах бронирования с включенной опцией комбинирования подклассов.
Значение по умолчанию соответствует заданному фильтру вида:
<FlightCriteria>
<MixRBDInd>true</MixRBDInd>
</FlightCriteria>
Фильтр отключен, поиск производится во всех подклассах бронирования:
<FlightCriteria>
<MixRBDInd>false</MixRBDInd>
</FlightCriteria>
Включена опция комбинирования подклассов на сегментах, поиск производится в указанных подклассах бронирования:
<FlightCriteria>
<MixRBDInd>true</MixRBDInd>
<RBD>
<RBD_Code>Y</RBD_Code>
<RBD_Code>N</RBD_Code>
</RBD>
</FlightCriteria>
Указание кода подкласса для каждого сегмента
OriginDestCriteria/OriginDestID - уникальное значение, используемое как идентификатор сегмента при указании фильтра по RBD. Параметр обязателен при использовании посегментной фильтрации по RBD.
Показать пример запроса Mixvel_AirShoppingRQ на этой странице
<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>
Классы обслуживания:
ПЕРВЫЙ КЛАСС ОБСЛУЖИВАНИЯ | R Сверхзвуковой |
P Первый класс повышенной комфортности | |
F Первый класс | |
А Первый класс со скидкой | |
БИЗНЕС КЛАСС ОБСЛУЖИВАНИЯ | J Бизнес класс повышенной комфортности |
C Бизнес класс | |
D Бизнес класс со скидкой | |
I Бизнес класс со скидкой | |
Z Бизнес класс со скидкой | |
ЭКОНОМИЧЕСКИЙ КЛАСС ОБСЛУЖИВАНИЯ | W Экономический класс повышенной комфортности |
S Экономический класс | |
Y Экономический класс | |
B Экономический класс со скидкой | |
E Экономический класс со скидкой | |
G Экономический класс со скидкой | |
H Экономический класс со скидкой | |
K Экономический класс со скидкой | |
L Экономический класс со скидкой | |
M Экономический класс со скидкой | |
N Экономический класс со скидкой | |
O Экономический класс со скидкой | |
Q Экономический класс со скидкой | |
T Экономический класс со скидкой | |
U Экономический класс со скидкой | |
V Экономический класс со скидкой | |
X Экономический класс со скидкой |
Для расчета предложения в нужной валюте можно указать:
<ResponseParameters>
<CurParameter>
<CurCode>THB</CurCode>
</CurParameter>
</ResponseParameters>
Сценарий использования запроса с ручным применением агентских сборов¶
Агент отправляет запрос на поиск, добавляя в параметрах структуру для указания агентского сбора Mixvel_AirShoppingRQ/Request/ResponseParameters, в которой указывается агентский сбор за один сегмент для соответствующего типа пассажира.
<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>
В результате выполнения запроса в сообщении Mixvel_AirShoppingRS системой будут возвращены предложения с включением агентского сбора.
Показать пример сообщения Mixvel_AirShoppingRS на этой странице
<?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="95d4746e-5e25-4bce-8960-42a74fc68fb1" ReplyTo="0a5a977c-bfc6-4464-96b6-8dda03141592" TimeSent="2025-01-01T15:05:34.7718115Z" />
<AppData>
<Shop:Mixvel_AirShoppingRS xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_AirShoppingRS/1_00">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>ebcba5db-b883-4323-8107-d2214b288692</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>0220f159-9cfb-4d70-bd07-5aa0a8355b20</BaggageAllowanceID>
<CommentText>НЕ ПРЕВЫШАЕТ 36СМ Х 30СМ Х 27СМ </CommentText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</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>
<BaggageAllowance>
<BaggageAllowanceID>e40c69ac-d008-467c-b4cc-34ae1f01510a</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>UPTO44LB 20KG BAGGAGE (0C2)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">20</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">44</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>ed6fd321-e66e-40d9-9c67-224e7d4730df</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>39170660-9227-4062-967a-c6cd32247b1b</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABBIN BAGGAGE 10KG 40X30X20 (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">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>1946c7be-2a26-4cd3-91c1-99f063a86097</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY5KG 11LBUPTO 45LI 115LCM (0ML)</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">5</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">11</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>1ea8a149-e701-4e94-b4a2-05e0f6d8ff79</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY10KG 22LB UPTO 45LI115LCM (0MJ)</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">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>5a434393-0751-4b09-8136-d01fbffb7731</BaggageAllowanceID>
<DescText>KG</DescText>
<CommentText>IN ADDITION THE FOLLOWING ITEMS MAY BE TAKEN ON THE BOARD -BACKPACK UP TO 5 KG AND 75 CM/SUMM OF THREE DIMENSIONS/ OR LADYS HANDBAG OR BRIEFCASE -BUNCH OF FLOWERS -OUTERWEAR -INFANT FOOD FOR THE CHILD DURING A FLIGHT -SUIT IN HOLDALL -MEDICINAL PREPARATIONS AND DIETETIC FOOD IN QUANTITY NEEDED DURING THE FLIGHT -BABY CARRIAGE UP TO 55CM/40CM/20CM AT TRANSPORTATION OF CHILD UNDER AGE 11 -BABY CRADLE/A CAR-CHAIR UP TO 55CM/40CM/20CM AT TRANSPORTATION OF CHILD UNDER AGE 2 -CRUTCHES/WALKING STICKS/A STRETCHER/A WHEELCHAIR FOR TRANSPORTATION OF THE PASSENGER WITH LIMITED MOBILITY -GOODS PURCHASED AT AIRPORT DUTY-FREE SHOPS PACKED IN SEALED PLASTIC BAG UP TO 3 KG AND 75 CM/SUMM OF THREE DIMENSIONS/. </CommentText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>0b7a1de3-0a3b-4172-8edb-679e2c9e1a88</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</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>73b82a16-2cf0-4f42-922f-6226d2d065be</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY5KG 11LB UPTO 35LI 90LCM (09O)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">35</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">90</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">11</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<OriginDestList>
<OriginDest>
<DestCode>LED</DestCode>
<OriginCode>MOW</OriginCode>
<OriginDestID>18f5809c-0b2e-4731-ae44-7a3e4ab1da79</OriginDestID>
<PaxJourneyRefID>45eaffb2-e249-433d-882d-70335c073d3f</PaxJourneyRefID>
<PaxJourneyRefID>b7ed4577-eaed-4e7f-955b-95ddee3f8cdb</PaxJourneyRefID>
<PaxJourneyRefID>064bfb77-57f9-46b8-9b27-bb8434a9ddd6</PaxJourneyRefID>
<PaxJourneyRefID>86b8ad2e-6c09-400b-bc33-cac4d4f28096</PaxJourneyRefID>
<PaxJourneyRefID>75847c07-bbb1-4a4b-b445-5493c75157ff</PaxJourneyRefID>
<PaxJourneyRefID>d659d449-6d1c-4f2a-a21c-d1307924a1b4</PaxJourneyRefID>
<PaxJourneyRefID>bbd55e02-1c7b-47be-9c36-f35657ccc9cb</PaxJourneyRefID>
<PaxJourneyRefID>cb71c86b-5fbb-4124-b1f7-095dfc242a84</PaxJourneyRefID>
<PaxJourneyRefID>1e67bb6e-93a3-41c6-afd9-fe3f3bb1d89b</PaxJourneyRefID>
<PaxJourneyRefID>b0c9d38d-03e8-45d0-aeb8-0781c97c43bd</PaxJourneyRefID>
<PaxJourneyRefID>9f2911d4-b97f-4e62-81c1-89785653ad94</PaxJourneyRefID>
<PaxJourneyRefID>305c33d4-495a-42b6-96b5-c9f2ecaec010</PaxJourneyRefID>
<PaxJourneyRefID>56cc14df-2a8f-4596-98af-775521a710c5</PaxJourneyRefID>
<PaxJourneyRefID>1435690d-ec1f-42c1-bfc0-a02749f6f5f2</PaxJourneyRefID>
<PaxJourneyRefID>9533d38f-7271-49bb-bfa6-f5e1b5cc93ed</PaxJourneyRefID>
<PaxJourneyRefID>f5395cf0-8ee0-4ad4-bb35-47c0b27d7532</PaxJourneyRefID>
<PaxJourneyRefID>1df944e4-b97f-47d5-9b92-0577e33506d4</PaxJourneyRefID>
<PaxJourneyRefID>4da9aae2-a618-4b6a-9e43-0e84f1c617e9</PaxJourneyRefID>
<PaxJourneyRefID>3f2636f5-e49f-455b-8b80-af50bb58ef57</PaxJourneyRefID>
<PaxJourneyRefID>520f0251-9015-43a5-93dc-61110f15d5aa</PaxJourneyRefID>
<PaxJourneyRefID>f8575ffa-8946-4897-81b2-298fd26a93c5</PaxJourneyRefID>
<PaxJourneyRefID>4a089f52-9556-4712-ad56-395ef2b21c68</PaxJourneyRefID>
<PaxJourneyRefID>785b0721-9d65-41db-8fe4-439703cc0d9b</PaxJourneyRefID>
<PaxJourneyRefID>a09e58a2-241a-4775-bac1-e666ecf122d0</PaxJourneyRefID>
<PaxJourneyRefID>1f6cc386-7133-4b19-be85-adbdeab27956</PaxJourneyRefID>
<PaxJourneyRefID>b7a3b056-37fa-43ea-8115-4672255b9489</PaxJourneyRefID>
<PaxJourneyRefID>b603d64e-982e-4afd-98db-056541683298</PaxJourneyRefID>
<PaxJourneyRefID>8211dc34-6e80-4538-bada-4174a02ab197</PaxJourneyRefID>
<PaxJourneyRefID>afe24023-49bb-4c29-adf2-8af97431b347</PaxJourneyRefID>
<PaxJourneyRefID>1f331791-8a4c-483c-9dc7-85441479df70</PaxJourneyRefID>
<PaxJourneyRefID>62f2d3a2-5281-4dc7-a3bb-365c22baa74f</PaxJourneyRefID>
<PaxJourneyRefID>3e400acf-e6bb-44b1-885f-b84212a3d3c2</PaxJourneyRefID>
<PaxJourneyRefID>66d0861b-f6fa-476e-b7ea-17b908cc6886</PaxJourneyRefID>
<PaxJourneyRefID>d9aabdcf-e02f-4f04-847c-457e532fac73</PaxJourneyRefID>
<PaxJourneyRefID>a00ce72f-fa9c-4ed0-8d29-bd8eba878da3</PaxJourneyRefID>
<PaxJourneyRefID>2a3d4b5b-9f4d-4707-badb-6cd0bec90d8e</PaxJourneyRefID>
<PaxJourneyRefID>1c62b032-ef57-4862-acfe-825b23d5876e</PaxJourneyRefID>
<PaxJourneyRefID>46ba6cd1-a07c-40a7-a7da-9b5cb8a4eade</PaxJourneyRefID>
<PaxJourneyRefID>0788fc4b-f76b-4bd0-9c95-a188bfb1ac55</PaxJourneyRefID>
<PaxJourneyRefID>659c93e3-fbbf-4476-b5be-d882c10bda13</PaxJourneyRefID>
<PaxJourneyRefID>a9d0a67a-fb4f-40c5-b641-9b2ec8374243</PaxJourneyRefID>
<PaxJourneyRefID>e786f343-afce-42a6-ae98-0d4a8ebfba9b</PaxJourneyRefID>
<PaxJourneyRefID>38dc59bf-283a-4f36-a8ac-dece0847edbe</PaxJourneyRefID>
<PaxJourneyRefID>a23c3072-7a95-4f44-bcc9-87e1b67637d3</PaxJourneyRefID>
<PaxJourneyRefID>fd2752b0-2ae7-4ebc-ba57-1ea2b69634ab</PaxJourneyRefID>
<PaxJourneyRefID>cce1c095-61a1-4aac-9468-aac89fbb1a69</PaxJourneyRefID>
<PaxJourneyRefID>73158a80-03e3-437f-8950-c63c7084426f</PaxJourneyRefID>
<PaxJourneyRefID>287b2c5b-1e25-4a09-b910-8811e652fbd7</PaxJourneyRefID>
<PaxJourneyRefID>f605b541-1ec5-405c-94eb-1752a433a872</PaxJourneyRefID>
<PaxJourneyRefID>37ef81f6-ab52-4973-9fdf-f3de4f7d736d</PaxJourneyRefID>
<PaxJourneyRefID>7fcb05d9-bb30-48d9-b3a8-dea3c44aaca9</PaxJourneyRefID>
<PaxJourneyRefID>94fe9ac5-0171-4155-8155-b76b9f4ba06c</PaxJourneyRefID>
<PaxJourneyRefID>64614c11-b3dd-4466-aeb4-93128e9d7239</PaxJourneyRefID>
<PaxJourneyRefID>98611ddd-362e-4650-8e80-3499a048a1d4</PaxJourneyRefID>
<PaxJourneyRefID>76f657fa-35f5-477d-8d32-5c5303c6f76b</PaxJourneyRefID>
<PaxJourneyRefID>ee167f11-00b8-4402-bf8d-f6e40d83f6e0</PaxJourneyRefID>
<PaxJourneyRefID>0a5c31e2-f04e-42e2-9fcd-860d5e80177f</PaxJourneyRefID>
<PaxJourneyRefID>bfaba101-22ef-41f7-aaf5-ed9f4d2026d4</PaxJourneyRefID>
<PaxJourneyRefID>f3f7b511-8717-40e9-bce7-2a01f174c4be</PaxJourneyRefID>
<PaxJourneyRefID>d1b5df28-3ce6-4e08-a652-371292fa7ae7</PaxJourneyRefID>
<PaxJourneyRefID>c4d3b85b-c8f9-4df7-a694-4613155dc736</PaxJourneyRefID>
<PaxJourneyRefID>9efed090-c540-4dea-a29b-afea73072aa7</PaxJourneyRefID>
<PaxJourneyRefID>dee9c066-fa44-4af7-8c80-de48458402a9</PaxJourneyRefID>
<PaxJourneyRefID>bcaa30af-57fc-4572-bfbb-04a53f9b4174</PaxJourneyRefID>
<PaxJourneyRefID>5c9a8ba2-30be-4d49-805e-886ce4f46a3d</PaxJourneyRefID>
<PaxJourneyRefID>742191ab-8337-42f9-8bac-a687c4f21967</PaxJourneyRefID>
<PaxJourneyRefID>ae1dab9e-f686-45e5-b233-a58b5c941f15</PaxJourneyRefID>
<PaxJourneyRefID>e8f840eb-36d4-460d-b668-8ef7847b8abb</PaxJourneyRefID>
<PaxJourneyRefID>4deb3938-8369-4945-9292-500222bab397</PaxJourneyRefID>
<PaxJourneyRefID>0a6461aa-b8a1-4575-8d5b-007b8a025516</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>46ba6cd1-a07c-40a7-a7da-9b5cb8a4eade</PaxJourneyID>
<PaxSegmentRefID>27a5a17e-7017-470b-83b4-4882b661a47c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>785b0721-9d65-41db-8fe4-439703cc0d9b</PaxJourneyID>
<PaxSegmentRefID>326f19a9-5fe7-4282-aafe-d99ba9b9f50e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>a9d0a67a-fb4f-40c5-b641-9b2ec8374243</PaxJourneyID>
<PaxSegmentRefID>aad6f190-ee82-4a64-a779-560bf38f77ca</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>38dc59bf-283a-4f36-a8ac-dece0847edbe</PaxJourneyID>
<PaxSegmentRefID>a9931e52-428f-4478-aee0-0f78c0e394a8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>98611ddd-362e-4650-8e80-3499a048a1d4</PaxJourneyID>
<PaxSegmentRefID>891fbf02-2697-476c-a8f0-af086ae20f7b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>75847c07-bbb1-4a4b-b445-5493c75157ff</PaxJourneyID>
<PaxSegmentRefID>2fe66533-49b7-469b-827c-23cfa9c0adc8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>2a3d4b5b-9f4d-4707-badb-6cd0bec90d8e</PaxJourneyID>
<PaxSegmentRefID>b584c624-5204-4b6a-a1b6-8c40ca479509</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H50M</Duration>
<PaxJourneyID>7fcb05d9-bb30-48d9-b3a8-dea3c44aaca9</PaxJourneyID>
<PaxSegmentRefID>b9d7e743-e37e-4ce1-be54-c71d7c1d2e1c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H</Duration>
<PaxJourneyID>d659d449-6d1c-4f2a-a21c-d1307924a1b4</PaxJourneyID>
<PaxSegmentRefID>62bcd3b1-fb40-489a-9963-9c771a287833</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>dee9c066-fa44-4af7-8c80-de48458402a9</PaxJourneyID>
<PaxSegmentRefID>cd90d496-90d7-4367-a523-3576c5df45cc</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>5c9a8ba2-30be-4d49-805e-886ce4f46a3d</PaxJourneyID>
<PaxSegmentRefID>d24c362e-fcc4-4acc-94d7-e3ad98f123c8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>ee167f11-00b8-4402-bf8d-f6e40d83f6e0</PaxJourneyID>
<PaxSegmentRefID>8bf5d930-dbd1-4194-8cc8-142c53910a69</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>064bfb77-57f9-46b8-9b27-bb8434a9ddd6</PaxJourneyID>
<PaxSegmentRefID>5d84c13e-620f-4794-9e0b-970bfccf142d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>1f6cc386-7133-4b19-be85-adbdeab27956</PaxJourneyID>
<PaxSegmentRefID>4ab7394d-1825-4314-bfe0-6d4da18a9444</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>f5395cf0-8ee0-4ad4-bb35-47c0b27d7532</PaxJourneyID>
<PaxSegmentRefID>3204d2cd-962c-40e8-8572-c4c7ce75540e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>520f0251-9015-43a5-93dc-61110f15d5aa</PaxJourneyID>
<PaxSegmentRefID>ab043bf8-0b07-4f94-8a3f-e12ffacacc2f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>1df944e4-b97f-47d5-9b92-0577e33506d4</PaxJourneyID>
<PaxSegmentRefID>fde063f7-d075-4386-a137-b51a57a30e1e</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>afe24023-49bb-4c29-adf2-8af97431b347</PaxJourneyID>
<PaxSegmentRefID>0f340213-15a8-4b58-9643-fcf20b91a353</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>a09e58a2-241a-4775-bac1-e666ecf122d0</PaxJourneyID>
<PaxSegmentRefID>f8ba3b0e-21e0-427f-a4df-f6a5842e883b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>73158a80-03e3-437f-8950-c63c7084426f</PaxJourneyID>
<PaxSegmentRefID>416f1656-f94f-4c97-b4c9-42a105e16788</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>d1b5df28-3ce6-4e08-a652-371292fa7ae7</PaxJourneyID>
<PaxSegmentRefID>bb95230a-5e57-40ee-8d66-6f6e13e6d2f2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>a23c3072-7a95-4f44-bcc9-87e1b67637d3</PaxJourneyID>
<PaxSegmentRefID>b315b9fa-5f4c-4346-9982-0e054a27f5b8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>a00ce72f-fa9c-4ed0-8d29-bd8eba878da3</PaxJourneyID>
<PaxSegmentRefID>d32ed3ea-fb7b-44e8-819c-b58e06169782</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>86b8ad2e-6c09-400b-bc33-cac4d4f28096</PaxJourneyID>
<PaxSegmentRefID>b50dbe83-a11c-4413-a4a2-7a78f1318f9f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>e8f840eb-36d4-460d-b668-8ef7847b8abb</PaxJourneyID>
<PaxSegmentRefID>9a29b211-579d-4735-a5d1-ff8339c37f0a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>bbd55e02-1c7b-47be-9c36-f35657ccc9cb</PaxJourneyID>
<PaxSegmentRefID>5b1ad4c2-8395-4c0e-b67e-527140054a31</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>0a5c31e2-f04e-42e2-9fcd-860d5e80177f</PaxJourneyID>
<PaxSegmentRefID>1f5df5b1-2f92-4ead-84e1-f17d49c22ec3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>3e400acf-e6bb-44b1-885f-b84212a3d3c2</PaxJourneyID>
<PaxSegmentRefID>1f8a06d0-7a73-4ab4-a358-7baea3d60153</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>659c93e3-fbbf-4476-b5be-d882c10bda13</PaxJourneyID>
<PaxSegmentRefID>0cecfcc2-9e3b-4653-8f02-b8467b3d6341</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>0a6461aa-b8a1-4575-8d5b-007b8a025516</PaxJourneyID>
<PaxSegmentRefID>48040dec-a948-4f89-b52e-374a67e0e66b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>f3f7b511-8717-40e9-bce7-2a01f174c4be</PaxJourneyID>
<PaxSegmentRefID>158cf003-88fc-4815-a285-30add1e12935</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>c4d3b85b-c8f9-4df7-a694-4613155dc736</PaxJourneyID>
<PaxSegmentRefID>8e093d0e-3cfe-4948-9acb-80a673d24954</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>76f657fa-35f5-477d-8d32-5c5303c6f76b</PaxJourneyID>
<PaxSegmentRefID>f8d48dc8-ed72-4141-a85a-59ea0a6b57e0</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>94fe9ac5-0171-4155-8155-b76b9f4ba06c</PaxJourneyID>
<PaxSegmentRefID>6e22be46-5757-4c61-82e5-d40148e24bd2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H</Duration>
<PaxJourneyID>1435690d-ec1f-42c1-bfc0-a02749f6f5f2</PaxJourneyID>
<PaxSegmentRefID>43dd7416-a18e-4681-8247-706a6a63cc90</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>4da9aae2-a618-4b6a-9e43-0e84f1c617e9</PaxJourneyID>
<PaxSegmentRefID>99f4c823-18fa-4a12-81e9-62dbbe9cde21</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>b7a3b056-37fa-43ea-8115-4672255b9489</PaxJourneyID>
<PaxSegmentRefID>4527a185-b562-456d-822f-edcc35010615</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>287b2c5b-1e25-4a09-b910-8811e652fbd7</PaxJourneyID>
<PaxSegmentRefID>c5de8c78-1bce-4f1d-bc41-a04ccfaa0034</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>0788fc4b-f76b-4bd0-9c95-a188bfb1ac55</PaxJourneyID>
<PaxSegmentRefID>951f118d-9f4b-4f06-ab76-91b5c4755b86</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>8211dc34-6e80-4538-bada-4174a02ab197</PaxJourneyID>
<PaxSegmentRefID>0653e980-fed0-4863-829d-6b07bef9a8fc</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>e786f343-afce-42a6-ae98-0d4a8ebfba9b</PaxJourneyID>
<PaxSegmentRefID>61a9919b-ac1f-4a72-b037-ac7b564deb46</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>f8575ffa-8946-4897-81b2-298fd26a93c5</PaxJourneyID>
<PaxSegmentRefID>643eae9e-abf2-4629-96c0-63098bd39bdd</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>45eaffb2-e249-433d-882d-70335c073d3f</PaxJourneyID>
<PaxSegmentRefID>a445e39c-fc7f-4fb5-a5d6-c17b18840419</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>cce1c095-61a1-4aac-9468-aac89fbb1a69</PaxJourneyID>
<PaxSegmentRefID>d55d4b12-1bc5-44f5-9274-9b44421fb7e2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>9efed090-c540-4dea-a29b-afea73072aa7</PaxJourneyID>
<PaxSegmentRefID>c0d8469b-f14d-48e2-8b75-9579665abef1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H20M</Duration>
<PaxJourneyID>4deb3938-8369-4945-9292-500222bab397</PaxJourneyID>
<PaxSegmentRefID>6acc5e99-aa6d-4bca-94fb-0ebea2ca9589</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>305c33d4-495a-42b6-96b5-c9f2ecaec010</PaxJourneyID>
<PaxSegmentRefID>55ade7eb-5a30-4b42-a457-0d6618f2fe57</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>d9aabdcf-e02f-4f04-847c-457e532fac73</PaxJourneyID>
<PaxSegmentRefID>0132e4e0-d73c-4354-921d-79867c53fd3f</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>ae1dab9e-f686-45e5-b233-a58b5c941f15</PaxJourneyID>
<PaxSegmentRefID>41f0714a-040f-4247-89aa-a0a852976272</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>bcaa30af-57fc-4572-bfbb-04a53f9b4174</PaxJourneyID>
<PaxSegmentRefID>566b75a3-2def-4280-af02-d60f584e833a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>4a089f52-9556-4712-ad56-395ef2b21c68</PaxJourneyID>
<PaxSegmentRefID>b0ea1474-928f-4e47-8d50-4c008833d6b6</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>b603d64e-982e-4afd-98db-056541683298</PaxJourneyID>
<PaxSegmentRefID>393aeb18-cdf4-4a66-b9f4-7dadc3bd391c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>64614c11-b3dd-4466-aeb4-93128e9d7239</PaxJourneyID>
<PaxSegmentRefID>e946e63c-517f-4adf-9999-e7e5fb53add1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>1f331791-8a4c-483c-9dc7-85441479df70</PaxJourneyID>
<PaxSegmentRefID>e9dfea70-eed8-4dc2-b267-846e5fd8f31a</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>742191ab-8337-42f9-8bac-a687c4f21967</PaxJourneyID>
<PaxSegmentRefID>ddd4b9df-9db7-404c-979a-438f24940115</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>62f2d3a2-5281-4dc7-a3bb-365c22baa74f</PaxJourneyID>
<PaxSegmentRefID>f420ded3-1a35-4ff6-afb6-9b9c137b37e2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>9f2911d4-b97f-4e62-81c1-89785653ad94</PaxJourneyID>
<PaxSegmentRefID>b9c29c81-902f-4fa5-a868-dcaa5f4b33a5</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H</Duration>
<PaxJourneyID>1e67bb6e-93a3-41c6-afd9-fe3f3bb1d89b</PaxJourneyID>
<PaxSegmentRefID>a9abb425-5ff6-42bf-a66a-fb9e3a57ce1d</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>56cc14df-2a8f-4596-98af-775521a710c5</PaxJourneyID>
<PaxSegmentRefID>f156850f-827b-40ef-9393-7611164e330c</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT20M</Duration>
<PaxJourneyID>f605b541-1ec5-405c-94eb-1752a433a872</PaxJourneyID>
<PaxSegmentRefID>86a1d80e-4e6e-4c30-b62b-2b430b6b6bc2</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>3f2636f5-e49f-455b-8b80-af50bb58ef57</PaxJourneyID>
<PaxSegmentRefID>5c4bb08e-347c-4dc5-8878-f3b6ba410088</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H</Duration>
<PaxJourneyID>9533d38f-7271-49bb-bfa6-f5e1b5cc93ed</PaxJourneyID>
<PaxSegmentRefID>00ec07de-4cc3-4e7f-b56f-22d1826d763b</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>1c62b032-ef57-4862-acfe-825b23d5876e</PaxJourneyID>
<PaxSegmentRefID>33b251f4-dca7-4fc4-8418-f6cdc78256d8</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>37ef81f6-ab52-4973-9fdf-f3de4f7d736d</PaxJourneyID>
<PaxSegmentRefID>a1001987-5aa7-4774-b41e-1efa48183aa3</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>b0c9d38d-03e8-45d0-aeb8-0781c97c43bd</PaxJourneyID>
<PaxSegmentRefID>c2a2b358-e853-4d77-a409-10c5d27ee075</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H</Duration>
<PaxJourneyID>cb71c86b-5fbb-4124-b1f7-095dfc242a84</PaxJourneyID>
<PaxSegmentRefID>28ad26b5-13e1-4aab-b29f-da071316adb1</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H35M</Duration>
<PaxJourneyID>bfaba101-22ef-41f7-aaf5-ed9f4d2026d4</PaxJourneyID>
<PaxSegmentRefID>308d969a-052b-4cad-8d4d-71ced0cde3a9</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>66d0861b-f6fa-476e-b7ea-17b908cc6886</PaxJourneyID>
<PaxSegmentRefID>d39805f4-0099-465d-aba6-a161b07d7491</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>b7ed4577-eaed-4e7f-955b-95ddee3f8cdb</PaxJourneyID>
<PaxSegmentRefID>04f3fc21-341a-4396-85eb-69d0a60b64a7</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>fd2752b0-2ae7-4ebc-ba57-1ea2b69634ab</PaxJourneyID>
<PaxSegmentRefID>f6e0263b-1f7b-4f17-9c20-e2f9e7c23740</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<PaxID>CNN-1</PaxID>
<PTC>CNN</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T08:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T08:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8ad00074-9033-41df-be02-db776fc72f4d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T07:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T07:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6188</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6188</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e946e63c-517f-4adf-9999-e7e5fb53add1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ae0c9934-9f7b-41c3-bf7d-b701cd240b6b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6158</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6158</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a1001987-5aa7-4774-b41e-1efa48183aa3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>27581998-8906-47af-901c-9b9591e096db</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6178</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6178</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d24c362e-fcc4-4acc-94d7-e3ad98f123c8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T23:55:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T23:55:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9211cd98-2849-448d-a270-c92a45a8eae0</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T22:25:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T22:25:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</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>04f3fc21-341a-4396-85eb-69d0a60b64a7</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>141</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4d94db94-d3e1-49a9-8b18-15ea85a98ee9</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>158</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>158</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a9abb425-5ff6-42bf-a66a-fb9e3a57ce1d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T17:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T17:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f83307d8-cf11-499f-a5d3-5f94b09c3791</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T15:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T15:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6028</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6028</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c0d8469b-f14d-48e2-8b75-9579665abef1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T14:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T14:15:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>05b2fe61-8841-4c93-a5a2-50060c77f238</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T12:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T12:45:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT1H30M</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>b9c29c81-902f-4fa5-a868-dcaa5f4b33a5</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T09:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T09:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>75896133-3f54-4e72-b3a0-32fde2e0c3bf</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T08:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T08:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6127</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6127</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5c4bb08e-347c-4dc5-8878-f3b6ba410088</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>37f85d0c-fe66-4c13-91e8-3306848df8a4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:10:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:10:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>277</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>277</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>2fe66533-49b7-469b-827c-23cfa9c0adc8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T15:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T15:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ff113950-0607-4b8f-8b6c-ef4293b4023a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T14:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T14:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6855</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6855</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f420ded3-1a35-4ff6-afb6-9b9c137b37e2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T22:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T22:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8f3c870d-b7e8-4228-8ae0-79c4bd56bed4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T21:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T21:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6705</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6705</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f6e0263b-1f7b-4f17-9c20-e2f9e7c23740</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T19:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T19:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>110d438f-3c54-4e30-b2d9-4c7a06177499</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T18:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T18:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6519</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6519</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>951f118d-9f4b-4f06-ab76-91b5c4755b86</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T16:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T16:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3ae81cf0-e6dc-474b-8106-11c72963f0ef</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T15:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T15:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6481</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6481</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d39805f4-0099-465d-aba6-a161b07d7491</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T18:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T18:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f3e1ecba-1196-47e7-aabb-51a2b0d69c67</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T16:40:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T16:40:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H50M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6156</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6156</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b9d7e743-e37e-4ce1-be54-c71d7c1d2e1c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T20:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T20:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b52b6a4d-7d3d-4c6e-95aa-6a2cb2c1ab19</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T18:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T18:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6176</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6176</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>566b75a3-2def-4280-af02-d60f584e833a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T16:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T16:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e360cab7-3789-4742-ad72-c57ae5a4212c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T14:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T14:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6026</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6026</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>8e093d0e-3cfe-4948-9acb-80a673d24954</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T22:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T22:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>712d1f14-c082-4e81-8c07-104788a5f080</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T20:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T20:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6097</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6097</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b315b9fa-5f4c-4346-9982-0e054a27f5b8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T12:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T12:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2e6443c9-b38c-4f9d-9da6-c7d5b7fcf171</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T10:30:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T10:30:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>IO</CarrierDesigCode>
<MarketingCarrierFlightNumberText>475</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>IO</CarrierDesigCode>
<OperatingCarrierFlightNumberText>475</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>48040dec-a948-4f89-b52e-374a67e0e66b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T13:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T13:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>809b3baa-f9cd-439a-b7e6-e8f05f10c198</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T11:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T11:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6006</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6006</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>308d969a-052b-4cad-8d4d-71ced0cde3a9</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>33e0ce2c-53c8-4fde-af68-6fcb9005d458</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6703</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6703</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a9931e52-428f-4478-aee0-0f78c0e394a8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2c14dcff-e2c5-4254-8698-42b05d9b8bd7</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>KT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>2159</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>159</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>43dd7416-a18e-4681-8247-706a6a63cc90</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T14:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T14:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ee3e4faa-2da6-4fff-a19a-a894380b8c87</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T12:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T12:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6245</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6245</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0653e980-fed0-4863-829d-6b07bef9a8fc</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T17:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T17:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>da7914c2-3494-4893-a2b7-4475c1d2422f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T16:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T16:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6497</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6497</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d32ed3ea-fb7b-44e8-819c-b58e06169782</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T11:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T11:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cd4b7841-d30e-48b1-85f7-5deb6b146d4a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6052</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6052</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>8bf5d930-dbd1-4194-8cc8-142c53910a69</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T13:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T13:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>059c530b-f375-476f-b9df-557a1dcdfb8e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T12:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T12:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<MarketingCarrierFlightNumberText>295</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<OperatingCarrierFlightNumberText>295</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a445e39c-fc7f-4fb5-a5d6-c17b18840419</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>dbfe4fba-a499-4cf2-b08c-3c39a9b2b54e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>272</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>272</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b50dbe83-a11c-4413-a4a2-7a78f1318f9f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T12:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T12:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b56e2202-b556-4fe2-b383-33fd0406ddd3</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T10:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T10:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6004</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6004</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>1f5df5b1-2f92-4ead-84e1-f17d49c22ec3</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-02T00:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-02T00:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>4ff71963-458c-4f0a-b2e6-ec1a24ec89ae</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T23:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T23:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6803</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6803</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>416f1656-f94f-4c97-b4c9-42a105e16788</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T13:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T13:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>02d72c54-dd94-475c-8729-c11e36d1e69d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T11:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T11:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6215</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6215</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4527a185-b562-456d-822f-edcc35010615</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T20:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T20:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a755d997-2d06-4d55-bae5-bfc6dfd7df6b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6579</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6579</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>aad6f190-ee82-4a64-a779-560bf38f77ca</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T13:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T13:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>89d237f6-d200-4c79-b11f-6cb9be70c88f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T12:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T12:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6243</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6243</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>393aeb18-cdf4-4a66-b9f4-7dadc3bd391c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T10:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T10:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1148b136-0b45-4721-a863-55bed2917016</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T08:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T08:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6131</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6131</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ab043bf8-0b07-4f94-8a3f-e12ffacacc2f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>05583749-21c5-41e7-a29b-1e03f73ab97a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6093</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6093</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>61a9919b-ac1f-4a72-b037-ac7b564deb46</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d6d9e7d7-136a-43ff-8f27-936977f980bf</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T10:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T10:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT1H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>179</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>179</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>62bcd3b1-fb40-489a-9963-9c771a287833</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T23:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T23:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>6177c42f-3f8e-44ab-a5a4-1f654786cc9d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T22:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T22:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6709</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6709</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d55d4b12-1bc5-44f5-9274-9b44421fb7e2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T15:20:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T15:20:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>737</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>530df3a3-35d5-4201-b95e-a229a30434ca</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T14:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T14:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H20M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>S7</CarrierDesigCode>
<MarketingCarrierFlightNumberText>101</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>S7</CarrierDesigCode>
<OperatingCarrierFlightNumberText>101</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6acc5e99-aa6d-4bca-94fb-0ebea2ca9589</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T02:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T02:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9ace957b-a816-44a8-aab4-90236c4ccb7a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T01:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T01:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6699</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6699</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>3204d2cd-962c-40e8-8572-c4c7ce75540e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-02T00:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-02T00:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>fdcfbbd8-2beb-41ca-b6df-d6d31bd83970</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T23:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T23:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6954</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6954</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>9a29b211-579d-4735-a5d1-ff8339c37f0a</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>100</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f3d3456c-01a3-47d2-ba60-9e5cc848ef02</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>159</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>159</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>28ad26b5-13e1-4aab-b29f-da071316adb1</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T11:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T11:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>b703e2db-65f9-4616-a213-fb5bab222751</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T10:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T10:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6213</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6213</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>326f19a9-5fe7-4282-aafe-d99ba9b9f50e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T16:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T16:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9a0dc1a0-a24c-466b-aeed-933dc8f9c9cc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T14:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T14:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</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>1f8a06d0-7a73-4ab4-a358-7baea3d60153</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>44d107e8-df82-4af1-8d1c-252574e46358</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T18:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T18:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>32</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>32</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0cecfcc2-9e3b-4653-8f02-b8467b3d6341</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T15:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T15:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>24e174ef-2561-473d-99db-ee8d5c911a60</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T13:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T13:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6010</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6010</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>bb95230a-5e57-40ee-8d66-6f6e13e6d2f2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T12:25:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T12:25:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>737</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0f4a8c68-dce0-44cf-9811-b7d9f29201f2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T12:05:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T12:05:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_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>86a1d80e-4e6e-4c30-b62b-2b430b6b6bc2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e01e650a-90af-4568-a83a-c377d588f03e</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T17:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T17:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_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>27a5a17e-7017-470b-83b4-4882b661a47c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>330</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f6bd50e3-5476-4f0c-b3cc-a9fb005cf71b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>E</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<MarketingCarrierFlightNumberText>276</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>276</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5d84c13e-620f-4794-9e0b-970bfccf142d</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T14:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T14:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d7c2c43c-6272-47fb-9e0e-10a3941eda93</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T12:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T12:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6008</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6008</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>158cf003-88fc-4815-a285-30add1e12935</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T18:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T18:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>75aa29cd-5312-4ca8-a194-f9eccd53b842</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T17:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T17:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</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>33b251f4-dca7-4fc4-8418-f6cdc78256d8</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-02T01:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-02T01:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9a8bb403-c0ae-4b33-83fe-7895703675a5</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T23:55:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T23:55:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6807</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6807</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c5de8c78-1bce-4f1d-bc41-a04ccfaa0034</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>81b19233-7350-4c64-9444-1e86c2590bdc</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>10</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>10</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b0ea1474-928f-4e47-8d50-4c008833d6b6</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T12:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T12:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>47d329f4-0967-4f4b-9756-3cf4a33c36e2</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T11:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6059</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6059</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4ab7394d-1825-4314-bfe0-6d4da18a9444</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e21b2693-e876-4289-b5a5-e0f508958fad</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>203</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>203</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>55ade7eb-5a30-4b42-a457-0d6618f2fe57</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T08:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T08:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>829fd06b-80c5-4c5b-bd42-700c263524ca</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T07:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T07:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6039</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6039</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>fde063f7-d075-4386-a137-b51a57a30e1e</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T18:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T18:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f100db65-cf3a-411a-80f9-143527b88f81</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T16:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6515</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6515</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b584c624-5204-4b6a-a1b6-8c40ca479509</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T23:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T23:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1993c304-39ad-4573-b716-1493e77cdcf4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T21:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T21:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6182</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6182</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>41f0714a-040f-4247-89aa-a0a852976272</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T20:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>141</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>26d952df-f73a-4845-848d-b15a72a5fe3d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T19:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>KT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>2158</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>XX</CarrierDesigCode>
<OperatingCarrierFlightNumberText>158</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>00ec07de-4cc3-4e7f-b56f-22d1826d763b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T12:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T12:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2125c87a-6321-4418-b375-8e25c1875b5b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T10:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T10:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6057</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6057</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f8ba3b0e-21e0-427f-a4df-f6a5842e883b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T10:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f8a28262-8844-471c-acdc-ee0225062cf5</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T08:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T08:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>201</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>201</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>c2a2b358-e853-4d77-a409-10c5d27ee075</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T17:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T17:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>31e177a2-f8ae-466e-b585-0732291e4090</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T15:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T15:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6495</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6495</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0132e4e0-d73c-4354-921d-79867c53fd3f</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T10:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T10:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>56727b91-68b6-4412-82d1-122dd739fa9f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T09:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T09:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6162</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6162</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f8d48dc8-ed72-4141-a85a-59ea0a6b57e0</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T14:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T14:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>cb4361cd-cb82-4e61-ba04-4db6c9195275</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T13:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T13:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6271</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6271</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>0f340213-15a8-4b58-9643-fcf20b91a353</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T22:25:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T22:25:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>319</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bc89ed7a-ae99-41fd-9919-f9ec21b6eab4</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T20:55:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T20:55:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6160</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6160</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6e22be46-5757-4c61-82e5-d40148e24bd2</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T18:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T18:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>282876ba-a0e6-43a1-baa2-ad28b7546d97</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T17:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T17:00:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6918</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6918</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>cd90d496-90d7-4367-a523-3576c5df45cc</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T22:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T22:05:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>7f93543f-d12c-4513-a409-fe4d252d043c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T20:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T20:30:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6180</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6180</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>ddd4b9df-9db7-404c-979a-438f24940115</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T09:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T09:00:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32B</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>d895704f-1a8a-4da1-8a8b-2b2eaa0f4ee6</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T07:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T07:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>99f4c823-18fa-4a12-81e9-62dbbe9cde21</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T11:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T11:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>321</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>bf09334b-13ac-41d4-b088-47d6b3a49a16</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T10:05:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T10:05:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>5005</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>5005</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5b1ad4c2-8395-4c0e-b67e-527140054a31</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T21:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T21:35:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e3899635-631f-4953-8fb9-7e90ecb6f995</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T20:05:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T20:05:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_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>f156850f-827b-40ef-9393-7611164e330c</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T09:30:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>97b61d92-e182-43e2-8d6f-6bc7202d2bf1</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T07:55:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T07:55:00</ScheduledDateTime>
<IATA_LocationCode>VKO</IATA_LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT1H35M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6170</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6170</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>891fbf02-2697-476c-a8f0-af086ae20f7b</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T10:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T10:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>2024eac8-79fd-498d-85f5-a1a5152fbe36</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T09:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T09:00:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6167</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6167</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>643eae9e-abf2-4629-96c0-63098bd39bdd</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-03-01T15:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-03-01T15:10:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3c82744f-9a05-4049-9829-b8a638412248</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-03-01T13:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-03-01T13:30:00</ScheduledDateTime>
<IATA_LocationCode>SVO</IATA_LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6045</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6045</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e9dfea70-eed8-4dc2-b267-846e5fd8f31a</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>ЛАЙТ</Code>
<Name>LIGHT</Name>
<PriceClassID>e6d5a137-2849-4905-8594-f892a5af29dc</PriceClassID>
</PriceClass>
<PriceClass>
<Code>YLT</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ 5КГ ДО 115СМ (0ML)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 50КГ И ДО 203СМ (027)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 30КГ И ДО 203 СМ (0FM)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 25КГ И ДО 203 СМ (0C4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 20КГ И ДО 203СМ (0GO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 15КГ И ДО 203СМ (0LM)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР КОМФОРТНОГО МЕСТА (CMF)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 15КГ И ДО 203СМ (0C1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ ДО 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ГОРЯЧИЙ ОБЕД (0AM)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВЫБОР ПРЕМ МЕСТА В БИЗН КЛ (PFS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВЫБОР СТАНД МЕСТА В БИЗНЕС КЛ (PSA)</DescText>
</Desc>
<Name>ЛАЙТ ЭКОНОМ</Name>
<PriceClassID>00cb8c35-2115-4a7d-87a1-fe66872c07f8</PriceClassID>
</PriceClass>
<PriceClass>
<Code>СТАНДАРТ</Code>
<Name>STANDART</Name>
<PriceClassID>427d6853-97ff-4576-84d7-f34306155521</PriceClassID>
</PriceClass>
<PriceClass>
<Code>NB</Code>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 25 ПРОЦ МИЛЬ (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>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassID>
</PriceClass>
<PriceClass>
<Code>SMARTLIGHT</Code>
<Desc>
<Access>N</Access>
<DescText>МЕСТО ДО 10 КГ МЕНЕЕ 203СМ (0E4)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>РУЧКЛАДЬ ДО 10КГ 40Х30Х20СМ (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК (0BH)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С 3 ПО 6 РЯДЫ (ST2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НОРМА БАГАЖА ДО 23КГ ДО 203СМ (0GP)</DescText>
</Desc>
<Name>SMART LIGHT</Name>
<PriceClassID>34ec0d63-5adb-4625-b093-ecc0c465a705</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РЯДЫ (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>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassID>
</PriceClass>
<PriceClass>
<Code>YBS</Code>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>SEAT SELECTION DURING CHECK IN (050)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>БИЗНЕС ЗАЛ (0BX)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>UPGRADE TO BUSINESS (04D)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>SEAT ASSIGNMENT EXTRA SPACE (0BV)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЕНИЕ ДО ВЫЛЕТА (06I)</DescText>
</Desc>
<Desc>
<Access>C</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>ЛЕГКИЕ ЗАКУСКИ (0AT)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>SPECIAL MEAL (02M)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ (03P)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>УСКОР АЭРОПОРТ ФОРМАЛЬНОСТИ (029)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>НАЧИСЛЕНИЕ 50 ПРОЦ МИЛЬ (06B)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 100 ПРОЦ МИЛЬ (06D)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ (06M)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 250 ПРОЦ МИЛЬ (06H)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>CHECKED BAG FIRST (0CC)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>CHECKED BAG SECOND (0CD)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>CARRY ON 10KG UPTO 55X40X23CM (07J)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>CARRY ON UPTO15KG 55X40X23CM (0L5)</DescText>
</Desc>
<Name>BASIC ECONOMY</Name>
<PriceClassID>93aee455-a995-4f1c-b855-c98b1fda3045</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>b02aa911-7c3e-41be-bba9-0858f40cadb5</PriceClassID>
</PriceClass>
</PriceClassList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>662f50a9-bb80-4103-b1a2-eca3ab866c2e</ValidatingPartyID>
<ValidatingPartyCode>S7</ValidatingPartyCode>
<ValidatingPartyName>Сибирь</ValidatingPartyName>
<ValidatingPartyDesigCode>421</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>1757d4eb-689c-4093-9913-1e0f12aa067d</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>89892458-4cc4-4056-9312-abcffe5f08e5</ValidatingPartyID>
<ValidatingPartyCode>KT</ValidatingPartyCode>
<ValidatingPartyName>AirAsia Cambodia</ValidatingPartyName>
<ValidatingPartyDesigCode>KT0</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>4c5d4291-0671-45b5-bd01-4ccd54c5cd1d</ValidatingPartyID>
<ValidatingPartyCode>5N</ValidatingPartyCode>
<ValidatingPartyName>Смартавиа</ValidatingPartyName>
<ValidatingPartyDesigCode>316</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>5b7b5d4e-7ea7-4a13-bd15-156ccc8a3355</ValidatingPartyID>
<ValidatingPartyCode>IO</ValidatingPartyCode>
<ValidatingPartyName>ИрАэро</ValidatingPartyName>
<ValidatingPartyDesigCode>154</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>d61e748c-66b1-4ec0-9dd3-90351856fc74</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
<ValidatingParty>
<ValidatingPartyID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyID>
<ValidatingPartyCode>XX</ValidatingPartyCode>
<ValidatingPartyName>Тестовые авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>01C</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a445e39c-fc7f-4fb5-a5d6-c17b18840419</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>39170660-9227-4062-967a-c6cd32247b1b</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a445e39c-fc7f-4fb5-a5d6-c17b18840419</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>976fabbe-2d0f-4ce5-b035-fe4bb4d3a925</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ILTOW</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a445e39c-fc7f-4fb5-a5d6-c17b18840419</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">35.45</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">490.00</TotalAmount>
</Price>
<PriceClassRefID>34ec0d63-5adb-4625-b093-ecc0c465a705</PriceClassRefID>
<RBD>
<RBD_Code>I</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">35.45</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">490.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4f8afd95-8dd1-4cd3-95b7-8ca6a1546bb5</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">35.45</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">490.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>4c5d4291-0671-45b5-bd01-4ccd54c5cd1d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>45eaffb2-e249-433d-882d-70335c073d3f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b9605277-edbe-4037-985c-eac3e12f7504</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ILTOW/CN50</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a445e39c-fc7f-4fb5-a5d6-c17b18840419</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">45.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">31.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">395.00</TotalAmount>
</Price>
<PriceClassRefID>34ec0d63-5adb-4625-b093-ecc0c465a705</PriceClassRefID>
<RBD>
<RBD_Code>I</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">45.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">31.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">395.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c5c7cbef-3a1b-4554-b733-0e0d6a80f11a</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">45.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">31.36</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">300.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">395.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>4c5d4291-0671-45b5-bd01-4ccd54c5cd1d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>45eaffb2-e249-433d-882d-70335c073d3f</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d76c9e20-63bc-48f4-944f-594224c45215</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">135.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">600.00</Amount>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">66.81</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">600.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">885.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>04f3fc21-341a-4396-85eb-69d0a60b64a7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>73b82a16-2cf0-4f42-922f-6226d2d065be</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>04f3fc21-341a-4396-85eb-69d0a60b64a7</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>1527d37c-5fa6-48b9-8d55-d749827dd8ab</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>04f3fc21-341a-4396-85eb-69d0a60b64a7</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">173.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1812.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2012.00</TotalAmount>
</Price>
<PriceClassRefID>00cb8c35-2115-4a7d-87a1-fe66872c07f8</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">173.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1812.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2012.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c97c1d12-0ff7-425e-9911-5ec3886f26c4</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">173.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1812.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2012.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d61e748c-66b1-4ec0-9dd3-90351856fc74</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b7ed4577-eaed-4e7f-955b-95ddee3f8cdb</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d731e51a-6a01-4954-8811-430a61dcbfb8</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZLTOW/CN15</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>04f3fc21-341a-4396-85eb-69d0a60b64a7</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">85.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">151.46</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1581.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1716.00</TotalAmount>
</Price>
<PriceClassRefID>00cb8c35-2115-4a7d-87a1-fe66872c07f8</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">85.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">151.46</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1581.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1716.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>8e7c9eee-db52-4431-a0fe-d0a41791c034</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">85.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">151.46</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1581.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1716.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d61e748c-66b1-4ec0-9dd3-90351856fc74</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b7ed4577-eaed-4e7f-955b-95ddee3f8cdb</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d46b9541-986a-4233-865e-90dbd7e74761</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">185.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2700.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">325.28</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3393.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3728.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ebcba5db-b883-4323-8107-d2214b288692</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5d84c13e-620f-4794-9e0b-970bfccf142d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:50:34.395043Z</OfferExpirationTimeLimitDateTime>
<OfferID>319b7e6f-a279-401f-8409-65e73cf63432</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5d84c13e-620f-4794-9e0b-970bfccf142d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.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-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>89009ed4-b3d5-4468-9178-ee57b9d4fce7</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>064bfb77-57f9-46b8-9b27-bb8434a9ddd6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>c62ec5cc-2ade-49a9-91e0-c719cdff67cc</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5d84c13e-620f-4794-9e0b-970bfccf142d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>58538cb4-d959-4e8a-8ff0-69d8319175f5</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>064bfb77-57f9-46b8-9b27-bb8434a9ddd6</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f3a1f194-50e0-47f6-9e16-b151e2f6c9b4</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">3010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">336.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">693.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3853.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ebcba5db-b883-4323-8107-d2214b288692</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b50dbe83-a11c-4413-a4a2-7a78f1318f9f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:50:34.3954336Z</OfferExpirationTimeLimitDateTime>
<OfferID>b08a5bbd-f6fb-4e07-82d9-1d0918822628</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b50dbe83-a11c-4413-a4a2-7a78f1318f9f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.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-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>c74f1d08-591b-4e58-b0af-7d340ed7cd54</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>86b8ad2e-6c09-400b-bc33-cac4d4f28096</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0060ce6e-ad67-4c4c-a41e-d6811d80d82f</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b50dbe83-a11c-4413-a4a2-7a78f1318f9f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>917a6198-417c-40fb-903b-8892f1d8f8b7</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>86b8ad2e-6c09-400b-bc33-cac4d4f28096</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>cf468c5d-5559-4b9c-98df-cdf881753908</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">3010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">336.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">693.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3853.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ebcba5db-b883-4323-8107-d2214b288692</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>2fe66533-49b7-469b-827c-23cfa9c0adc8</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:50:34.3958219Z</OfferExpirationTimeLimitDateTime>
<OfferID>f907714b-1bef-4031-b0d1-11420da5e14b</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>2fe66533-49b7-469b-827c-23cfa9c0adc8</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.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-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>6ec542cf-1f1b-47f9-b29c-fb096bc96741</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">205.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">462.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2362.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>75847c07-bbb1-4a4b-b445-5493c75157ff</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>8cab9560-0e65-4060-9397-35ddd51bb143</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>2fe66533-49b7-469b-827c-23cfa9c0adc8</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">115.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5b7b3e7e-a489-4b39-8b87-4e1c157a0c9c</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">131.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">231.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1491.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>75847c07-bbb1-4a4b-b445-5493c75157ff</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1f9185af-d19f-49f0-8d18-56926400f1b3</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">3010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">336.64</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">693.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3853.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>62bcd3b1-fb40-489a-9963-9c771a287833</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>73b82a16-2cf0-4f42-922f-6226d2d065be</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>62bcd3b1-fb40-489a-9963-9c771a287833</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>41ab7eab-7163-489e-a32f-11a8865d9e3a</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>62bcd3b1-fb40-489a-9963-9c771a287833</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">184.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1932.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2132.00</TotalAmount>
</Price>
<PriceClassRefID>00cb8c35-2115-4a7d-87a1-fe66872c07f8</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">184.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1932.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2132.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5eea9453-ca9e-4ed0-b36a-0b47a736558d</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">184.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1932.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2132.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d61e748c-66b1-4ec0-9dd3-90351856fc74</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d659d449-6d1c-4f2a-a21c-d1307924a1b4</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>299405ad-60b5-4b5c-89c0-718b1dcbf3bb</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ZLTOW/CN15</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>62bcd3b1-fb40-489a-9963-9c771a287833</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">85.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">105.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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">161.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1686.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1821.00</TotalAmount>
</Price>
<PriceClassRefID>00cb8c35-2115-4a7d-87a1-fe66872c07f8</PriceClassRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">85.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">105.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">161.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1686.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1821.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>4b97d203-4cc7-4968-b938-45401217fd47</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">85.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">105.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">161.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1686.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1821.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d61e748c-66b1-4ec0-9dd3-90351856fc74</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>d659d449-6d1c-4f2a-a21c-d1307924a1b4</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>3ce4c7be-dff3-435d-961e-1c0d0854d3ad</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">185.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">225.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2700.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">345.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3618.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3953.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b1ad4c2-8395-4c0e-b67e-527140054a31</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>73b82a16-2cf0-4f42-922f-6226d2d065be</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5b1ad4c2-8395-4c0e-b67e-527140054a31</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>7fcc79a1-0a41-4e1a-9523-ace7c16102a7</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ELTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5b1ad4c2-8395-4c0e-b67e-527140054a31</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">300.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">202.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1932.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2332.00</TotalAmount>
</Price>
<PriceClassRefID>00cb8c35-2115-4a7d-87a1-fe66872c07f8</PriceClassRefID>
<RBD>
<RBD_Code>E</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">300.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">202.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1932.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2332.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a81922ce-f9ae-4ed6-aeff-103ad60f46af</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">300.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">202.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1932.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2332.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d61e748c-66b1-4ec0-9dd3-90351856fc74</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>bbd55e02-1c7b-47be-9c36-f35657ccc9cb</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>601c1594-cc87-432e-9eae-73c350a535ba</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ELTOW/CN15</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5b1ad4c2-8395-4c0e-b67e-527140054a31</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">255.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">105.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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.46</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1686.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1991.00</TotalAmount>
</Price>
<PriceClassRefID>00cb8c35-2115-4a7d-87a1-fe66872c07f8</PriceClassRefID>
<RBD>
<RBD_Code>E</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">255.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">105.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.46</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1686.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1991.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>f4a288a3-419d-4999-ba5e-30bc67c626d5</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">255.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">105.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.46</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1686.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">1991.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d61e748c-66b1-4ec0-9dd3-90351856fc74</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>bbd55e02-1c7b-47be-9c36-f35657ccc9cb</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f22e143c-3703-4c48-974b-732317c0b499</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">555.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">225.00</Amount>
<TaxCode>Q</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">2700.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">379.37</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">3618.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4323.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ebcba5db-b883-4323-8107-d2214b288692</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>28ad26b5-13e1-4aab-b29f-da071316adb1</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:50:34.3970368Z</OfferExpirationTimeLimitDateTime>
<OfferID>fb217746-dd00-49ba-896b-465ef02b96ee</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>28ad26b5-13e1-4aab-b29f-da071316adb1</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">180.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">201.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3353.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-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">201.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3353.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>efbefa5e-10d8-42e8-82d1-9bd3cc9346ba</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">201.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3353.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>cb71c86b-5fbb-4124-b1f7-095dfc242a84</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>d4d1f1f0-9554-4331-9c85-373001705fdf</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>28ad26b5-13e1-4aab-b29f-da071316adb1</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">147.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">133.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2564.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">133.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2564.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>30ba3877-7e87-4942-8dc0-180f649cbcd3</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">133.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2564.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>cb71c86b-5fbb-4124-b1f7-095dfc242a84</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>3e4ce87e-d3f7-4c83-992d-e9d69de45349</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">3010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2082.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">675.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">335.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2757.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5917.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ebcba5db-b883-4323-8107-d2214b288692</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a9abb425-5ff6-42bf-a66a-fb9e3a57ce1d</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:50:34.3976871Z</OfferExpirationTimeLimitDateTime>
<OfferID>6cc87771-d07b-464b-bdf4-6ece39197684</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a9abb425-5ff6-42bf-a66a-fb9e3a57ce1d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">180.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">201.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3353.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-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">201.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3353.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d0132f4d-8dcc-4e04-b5ca-caa6958c6741</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">201.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3353.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1e67bb6e-93a3-41c6-afd9-fe3f3bb1d89b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>70e79823-7909-4c99-a25c-c01b45e3132a</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a9abb425-5ff6-42bf-a66a-fb9e3a57ce1d</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">147.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">133.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2564.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">133.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2564.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9e36534f-adab-4f5b-a742-47583787e652</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1210.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">133.91</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2564.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d13bb424-48c6-4709-b6ff-dc2b2570f138</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1e67bb6e-93a3-41c6-afd9-fe3f3bb1d89b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>04e55f5f-daa0-432b-baa2-917d67ceaf39</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">3010.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-03-01T19:00:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2082.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">675.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">335.00</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2757.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5917.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c2a2b358-e853-4d77-a409-10c5d27ee075</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>0220f159-9cfb-4d70-bd07-5aa0a8355b20</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>c2a2b358-e853-4d77-a409-10c5d27ee075</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:20:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>d4472996-916f-4929-bb03-7c019962f23a</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>c2a2b358-e853-4d77-a409-10c5d27ee075</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>536752b7-2e54-4b5e-9756-6fca9fe00e28</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b0c9d38d-03e8-45d0-aeb8-0781c97c43bd</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e02c6e0a-210e-4328-abda-9ffffb47fee3</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL/CN0</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>c2a2b358-e853-4d77-a409-10c5d27ee075</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e132f41f-f36f-48d8-b571-968078422ccc</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b0c9d38d-03e8-45d0-aeb8-0781c97c43bd</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f6100c2b-4e73-435d-8b89-9be3d4e5eab8</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">6398.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">200.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">614.98</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">200.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6748.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b9c29c81-902f-4fa5-a868-dcaa5f4b33a5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>0220f159-9cfb-4d70-bd07-5aa0a8355b20</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b9c29c81-902f-4fa5-a868-dcaa5f4b33a5</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:20:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>a8db344e-e4b6-4640-945f-660edd997716</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b9c29c81-902f-4fa5-a868-dcaa5f4b33a5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5702f49f-79b9-4d7f-8d14-823d9e952318</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>9f2911d4-b97f-4e62-81c1-89785653ad94</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>66a9b9e6-523f-4c0b-90da-ce698f972226</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL/CN0</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b9c29c81-902f-4fa5-a868-dcaa5f4b33a5</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>9b8dc0cd-a746-4767-9e9a-7b525d825f68</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>9f2911d4-b97f-4e62-81c1-89785653ad94</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1a178f71-b2c9-41f8-a016-d52aa0d517df</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">6398.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">200.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">614.98</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">200.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6748.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>55ade7eb-5a30-4b42-a457-0d6618f2fe57</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>0220f159-9cfb-4d70-bd07-5aa0a8355b20</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>55ade7eb-5a30-4b42-a457-0d6618f2fe57</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:20:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>16f599f6-9bfd-4491-b705-9aaef547108e</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>55ade7eb-5a30-4b42-a457-0d6618f2fe57</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d02745bb-17e2-414c-aa2f-c6d718edec80</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>305c33d4-495a-42b6-96b5-c9f2ecaec010</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>52400c52-5c35-4aab-a553-f8ac06cb2496</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL/CN0</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>55ade7eb-5a30-4b42-a457-0d6618f2fe57</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>acb591ab-7291-4da5-824c-2da9dc7f1d10</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>305c33d4-495a-42b6-96b5-c9f2ecaec010</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>eb811e81-36c7-4f4e-a097-1cda8fcb8eb9</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">6398.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">200.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">614.98</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">200.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6748.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f156850f-827b-40ef-9393-7611164e330c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>0220f159-9cfb-4d70-bd07-5aa0a8355b20</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f156850f-827b-40ef-9393-7611164e330c</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:20:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>35f475e1-5538-4c2b-a383-ae00349a25af</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>f156850f-827b-40ef-9393-7611164e330c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>11a3391e-0121-4b45-afb8-b76f96c21352</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3399.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>56cc14df-2a8f-4596-98af-775521a710c5</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>b25adec2-8333-430a-baeb-f17d13b61b77</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>TECONALL/CN0</FareBasisCode>
<FareRule>
<RuleCode>0001</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>f156850f-827b-40ef-9393-7611164e330c</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<PriceClassRefID>9cea244e-92ad-41c2-852d-8a1d52852a1d</PriceClassRefID>
<RBD>
<RBD_Code>T</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>424b08be-1e25-4db6-9cd6-816c9cce4f45</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3199.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">100.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">307.49</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">100.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3349.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>3cbb4449-9d4f-4037-bbf6-563be3a3d18c</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>56cc14df-2a8f-4596-98af-775521a710c5</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>adf70cc8-7cd6-417e-a576-19fcad83d565</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">6398.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">200.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">614.98</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">200.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6748.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ebcba5db-b883-4323-8107-d2214b288692</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>43dd7416-a18e-4681-8247-706a6a63cc90</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:50:34.3994241Z</OfferExpirationTimeLimitDateTime>
<OfferID>3b1ac77f-79a5-4068-a7d0-d54730cc9cb8</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YGNHOW</FareBasisCode>
<FareRule>
<RuleCode>0002</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>43dd7416-a18e-4681-8247-706a6a63cc90</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">180.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">264.72</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4053.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">264.72</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4053.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d468772e-929a-4806-a1d8-7931fa109dcf</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">264.72</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4053.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>89892458-4cc4-4056-9312-abcffe5f08e5</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1435690d-ec1f-42c1-bfc0-a02749f6f5f2</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>f75dee46-bf5c-40dc-a1df-c1355e749369</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YGNHOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0002</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>43dd7416-a18e-4681-8247-706a6a63cc90</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1675.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">147.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3029.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1675.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3029.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>29333b98-a7fa-43bb-b56b-e3b9d50573bb</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1675.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3029.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>89892458-4cc4-4056-9312-abcffe5f08e5</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1435690d-ec1f-42c1-bfc0-a02749f6f5f2</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>5fbcab8d-18ab-4bba-9655-7e8cca85d706</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">4175.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2082.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">675.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">440.90</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2757.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7082.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>ebcba5db-b883-4323-8107-d2214b288692</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>00ec07de-4cc3-4e7f-b56f-22d1826d763b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:50:34.399774Z</OfferExpirationTimeLimitDateTime>
<OfferID>4717beee-5eac-48fb-b11b-8858256f51d0</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YGNHOW</FareBasisCode>
<FareRule>
<RuleCode>0002</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>00ec07de-4cc3-4e7f-b56f-22d1826d763b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">180.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">264.72</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4053.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">264.72</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4053.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>0db8bd1b-e39e-4505-aeac-895e5f30f3f4</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">412.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">264.72</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1453.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">4053.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>89892458-4cc4-4056-9312-abcffe5f08e5</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>9533d38f-7271-49bb-bfa6-f5e1b5cc93ed</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>651a90a5-fdeb-4d5a-8904-9ebceb4919aa</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YGNHOW/CN33</FareBasisCode>
<FareRule>
<RuleCode>0002</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>00ec07de-4cc3-4e7f-b56f-22d1826d763b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1675.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">147.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3029.00</TotalAmount>
</Price>
<RBD>
<RBD_Code>Y</RBD_Code>
<Availability>5</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1675.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3029.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>341ef2ac-6ba6-4786-8b99-394d71b23bf0</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-06T15:05:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1675.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1041.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">263.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">176.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1304.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3029.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>89892458-4cc4-4056-9312-abcffe5f08e5</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>9533d38f-7271-49bb-bfa6-f5e1b5cc93ed</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>524d1928-2936-4157-aabc-9f1c646737e8</ServiceID>
</Service>
<RefundStatus>Refundable</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<TotalPrice>
<BaseAmount CurCode="RUB">4175.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-01T18:34:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2082.00</Amount>
<TaxCode>UH</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">675.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">440.90</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2757.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7082.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>3204d2cd-962c-40e8-8572-c4c7ce75540e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>3204d2cd-962c-40e8-8572-c4c7ce75540e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>a3c5427a-64ff-4018-99e8-e6c3ecc2137f</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3204d2cd-962c-40e8-8572-c4c7ce75540e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a88e7f15-ea6e-41b4-83a5-36a8a68eb579</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>f5395cf0-8ee0-4ad4-bb35-47c0b27d7532</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>7469fff6-8b82-4e2f-a36c-fbea161b5207</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>3204d2cd-962c-40e8-8572-c4c7ce75540e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>5958d4e1-4b55-456c-a0fe-c04e8f6db7b8</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>f5395cf0-8ee0-4ad4-bb35-47c0b27d7532</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>99bf0ed4-9afc-4270-82bd-36fbec19782b</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>fde063f7-d075-4386-a137-b51a57a30e1e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>fde063f7-d075-4386-a137-b51a57a30e1e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>d4a00bff-cbbb-46b7-b207-9241a3b809ab</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>fde063f7-d075-4386-a137-b51a57a30e1e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>8777cf8a-b9e8-417b-9833-5d331f69769d</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1df944e4-b97f-47d5-9b92-0577e33506d4</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>1f2dd105-6661-414e-b09c-639b30302d18</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>fde063f7-d075-4386-a137-b51a57a30e1e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e0735ec4-9bfc-412b-95a7-b365825c2b00</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1df944e4-b97f-47d5-9b92-0577e33506d4</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0f0ff370-a788-48b5-8825-ea8c2eade40a</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>99f4c823-18fa-4a12-81e9-62dbbe9cde21</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>99f4c823-18fa-4a12-81e9-62dbbe9cde21</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>fd112d26-5f64-419b-9829-26d75a83a581</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>99f4c823-18fa-4a12-81e9-62dbbe9cde21</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>66346709-01b3-40bb-a2f1-23b70ddb3856</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4da9aae2-a618-4b6a-9e43-0e84f1c617e9</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fcd3474f-3309-45e9-a525-eaa0c17b6d11</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>99f4c823-18fa-4a12-81e9-62dbbe9cde21</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>9</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>23b13542-4dfa-4bb5-a814-6a4c5ff2a182</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4da9aae2-a618-4b6a-9e43-0e84f1c617e9</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>658a442d-5412-4132-b1fa-4b101266c5da</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c4bb08e-347c-4dc5-8878-f3b6ba410088</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c4bb08e-347c-4dc5-8878-f3b6ba410088</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>0ffef2cf-0d9e-45ab-b849-664c0b8d5244</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5c4bb08e-347c-4dc5-8878-f3b6ba410088</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7ae06dae-1caf-4af0-beef-c4832289d3cb</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3f2636f5-e49f-455b-8b80-af50bb58ef57</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e440fb85-5848-478f-9a85-fb9a048d985d</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>5c4bb08e-347c-4dc5-8878-f3b6ba410088</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>8fdf09b4-22b1-4c63-b48c-daa3ac67ab2c</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>3f2636f5-e49f-455b-8b80-af50bb58ef57</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>bd99fc29-768e-4942-b6e1-f5ca2956ebff</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ab043bf8-0b07-4f94-8a3f-e12ffacacc2f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>ab043bf8-0b07-4f94-8a3f-e12ffacacc2f</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>21a581e2-78ba-4201-a10d-11aae33691c3</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>ab043bf8-0b07-4f94-8a3f-e12ffacacc2f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>cf596de8-18a1-4d24-9bf3-e7bb5b535232</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>520f0251-9015-43a5-93dc-61110f15d5aa</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>170263f8-293e-464f-986d-593e802f333e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>ab043bf8-0b07-4f94-8a3f-e12ffacacc2f</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e79849cb-f0fa-4463-885a-04286502e9a2</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>520f0251-9015-43a5-93dc-61110f15d5aa</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>5b4871ad-a431-4dcb-8c5b-601e5bf0bcd4</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>643eae9e-abf2-4629-96c0-63098bd39bdd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>643eae9e-abf2-4629-96c0-63098bd39bdd</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>8330b487-f755-4cab-9777-4c5bbc65cd33</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>643eae9e-abf2-4629-96c0-63098bd39bdd</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>7bca19d9-33b0-4eea-88af-db9517217212</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>f8575ffa-8946-4897-81b2-298fd26a93c5</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0e3e8224-46ec-4263-a35c-ccd9cc28f216</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>643eae9e-abf2-4629-96c0-63098bd39bdd</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>28b1b3ce-c867-4042-8b58-0e4ddefbaa31</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>f8575ffa-8946-4897-81b2-298fd26a93c5</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>336a146a-94ab-4140-b293-b17dba282cbb</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b0ea1474-928f-4e47-8d50-4c008833d6b6</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b0ea1474-928f-4e47-8d50-4c008833d6b6</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>f7e075f6-1429-46e0-bef2-9be285133da9</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b0ea1474-928f-4e47-8d50-4c008833d6b6</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>2</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>89712935-51aa-4db4-91e5-fe1685c440ab</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4a089f52-9556-4712-ad56-395ef2b21c68</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fabdd928-9afd-49e6-80b0-b9117aa812d9</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b0ea1474-928f-4e47-8d50-4c008833d6b6</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>2</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>e0ce54d8-11b0-48a5-a722-a4d5613b1cea</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>4a089f52-9556-4712-ad56-395ef2b21c68</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>3a8c0b80-d8f4-4d6c-a921-03e292204646</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>326f19a9-5fe7-4282-aafe-d99ba9b9f50e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>326f19a9-5fe7-4282-aafe-d99ba9b9f50e</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>9bd0c81c-a2c8-46e0-b47c-b5c867342b2e</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>326f19a9-5fe7-4282-aafe-d99ba9b9f50e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>1db795b8-3324-4b09-9676-298ae2f0daa0</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>785b0721-9d65-41db-8fe4-439703cc0d9b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>2825727b-e829-4ec5-8385-35c9d023593f</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>326f19a9-5fe7-4282-aafe-d99ba9b9f50e</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>d876c126-9b1f-4717-9fd7-fe4c70d5f77f</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>785b0721-9d65-41db-8fe4-439703cc0d9b</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>e3916b56-36a1-4956-a821-1d22d82b95b5</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f8ba3b0e-21e0-427f-a4df-f6a5842e883b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f8ba3b0e-21e0-427f-a4df-f6a5842e883b</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>9d9a71fe-8517-4cc9-94b6-d687e1a2a9a4</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>f8ba3b0e-21e0-427f-a4df-f6a5842e883b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>986a805b-767a-4b1d-b7d1-2c5c7f882d23</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a09e58a2-241a-4775-bac1-e666ecf122d0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0f57b3dc-8f5d-42a0-a784-36216c749915</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>f8ba3b0e-21e0-427f-a4df-f6a5842e883b</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a5725c82-5273-490e-a98a-d4088e5f505b</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>a09e58a2-241a-4775-bac1-e666ecf122d0</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>0ac3f73b-7b5c-4f04-a5d8-ceee4b92b71e</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4ab7394d-1825-4314-bfe0-6d4da18a9444</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4ab7394d-1825-4314-bfe0-6d4da18a9444</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>172dd4b1-0247-4923-a8a5-171b0f92efcc</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4ab7394d-1825-4314-bfe0-6d4da18a9444</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>86515789-2bf9-4df2-801c-2df53f447b72</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1f6cc386-7133-4b19-be85-adbdeab27956</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>fbead085-acd3-4e52-b1e5-3942c35adce3</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4ab7394d-1825-4314-bfe0-6d4da18a9444</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>3</Availability>
</RBD>
</FareComponent>
<PaxRefID>CNN-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>93c08db1-9c73-4f0c-9233-4881eec5bc8e</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">231.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">351.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">2646.00</TotalAmount>
</Price>
<Service>
<PaxRefID>CNN-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>1f6cc386-7133-4b19-be85-adbdeab27956</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>79b0c703-35a5-4046-94b0-916b79230349</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OwnerCode>TCH</OwnerCode>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<TotalPrice>
<BaseAmount CurCode="RUB">6735.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">150</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">240.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">693.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">652.27</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">933.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7818.00</TotalAmount>
</TotalPrice>
</Offer>
<Offer>
<BaggageAllowance>
<BaggageAllowanceRefID>a2392746-c564-4f0d-a61f-5b28093c2f40</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4527a185-b562-456d-822f-edcc35010615</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceRefID>ccfc73ea-41d6-40ec-9424-c880b9dffcab</BaggageAllowanceRefID>
<BaggageFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4527a185-b562-456d-822f-edcc35010615</PaxSegmentRefID>
</PaxSegmentRef>
</BaggageFlightAssociations>
<PaxRefID>ADT-1</PaxRefID>
<PaxRefID>CNN-1</PaxRefID>
</BaggageAllowance>
<TicketDocsCount>2</TicketDocsCount>
<OfferExpirationTimeLimitDateTime>2025-01-01T15:35:00Z</OfferExpirationTimeLimitDateTime>
<OfferID>c9021ad8-2013-4298-97d4-fd7c4029e6b0</OfferID>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4527a185-b562-456d-822f-edcc35010615</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">230.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">232.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<PriceClassRefID>bbc3d31c-f339-47c4-9ddb-a9e918b2fa23</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
<Availability>2</Availability>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
</FareDetail>
<MandatoryInd>true</MandatoryInd>
<OfferItemID>a2447b9f-3658-4131-93c6-057f062b948a</OfferItemID>
<PaymentTimeLimitDateTime>2025-01-01T15:35:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">4490.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">100</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">462.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">428.18</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">582.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5172.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>d795544a-45be-40fa-a649-decd4b431b3d</ValidatingPartyRefID>
<ServiceAssociations>
<PaxJourneyRef>
<PaxJourneyRefID>b7a3b056-37fa-43ea-8115-4672255b9489</PaxJourneyRefID>
</PaxJourneyRef>
</ServiceAssociations>
<ServiceID>5348ffe5-4994-402b-91ed-40a3b6b7e048</ServiceID>
</Service>
<RefundStatus>Unresolved</RefundStatus>
</OfferItem>
<OfferItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
</CabinType>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR/CH50</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>4527a185-b562-456d-822f-edcc35010615</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2245.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-01-03T18:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">50</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<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">116.00</Amount>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">224.09</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>