Стюардесса объяснила, почему они всегда отказываются помочь пассажирам положить ручную кладь на верхнюю полку


Стюардесса объяснила, почему они всегда отказываются помочь пассажирам положить ручную кладь на верхнюю полку

Многие пассажиры, борющиеся с тяжёлой ручной кладью, чтобы уложить её на верхние полки самолёта, часто удивляются, почему бортпроводники кажутся безучастными к их трудностям, стоят в стороне и не спешат помогать. Оказывается, за этим кроются не только правила, но и забота о безопасности. О неожиданной причине, по которой бортпроводники избегают помогать с размещением ручной клади, рассказала американская стюардесса и блогер Кэт Камалани, сообщила газета Mirror.

Сложности с размещением багажа в верхних полках известны многим путешественникам. Часто туристы просят помощи у соседей по ряду, иногда обращаются за помощью к персоналу, но в последнем случае, как правило, получают отказ. Так, стюардесса Кэт Камалани в своём новом видео в TikTok объяснила это тем, что подъём тяжелых чемоданов чреват травмами для бортпроводников. «Безумный факт … все думают, что в обязанности стюардессы входит складывать ваш багаж в ячейки, но это не так», — рассказала она.

Пропустить

.vads-stream-container {
position: relative;
height: 100%;
}
.vads-stream-ui {
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0) 50%,
rgba(0, 0, 0, 0.55) 100%
);
}
.vads-stream-container.started .vads-stream-ui {
opacity: 0;
transition: opacity 150ms;
}
.vads-stream-container .vads-stream-ui:hover {
opacity: 1;
}
.vads-stream-container.started .vads-headline-name {
opacity: 0;
}
.vads-stream-container.started:hover .vads-headline-name {
opacity: 1;
}
.vads-stream-container.started .vads-headline-logo {
opacity: 0.65;
}
.vads-stream-container.started:hover .vads-headline-logo {
opacity: 1;
}
.vads-stream-container.started .vads-play-button {
display: none;
}
.vads-stream-container.started .vads-controls {
display: block;
}

.vads-stream-ui {
height: 100%;
}

.vads-stream-ui.vads-stream-ui-primary {
position: relative;
}

.vads-play-button {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
background-color: #000;
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.3));
opacity: 0.8;
transition: width .1s, height .1s, opacity .1s;
}

.vads-play-button:hover {
opacity: .9;
width: 70px;
height: 70px;
}

.vads-play-button svg {
transform: scale(0.8);
margin-left: 3px;
}

.vads-controls {
display: none;
position: absolute;
/* width: calc(100% – 48px); */
width: 100%;
box-sizing: border-box;
bottom: 0;
padding: 0 24px;
}

.vads-stream-timeline-wrapper {
display: flex;
align-items: center;
}

.vads-time {
font-family: “Roboto”, “Helvetica”, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
align-self: center;
margin-left: 20px;

color: #ffffff;
}

.vads-stream-timeline {
cursor: pointer;
position: relative;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.4);

–vads-stream-timeline-progress: 0%;
–vads-stream-timeline-shadow: 0%;
}

.vads-stream-timeline::after {
content: “”;
position: absolute;
left: 0;
width: var(–vads-stream-timeline-progress);
height: 4px;
border-radius: 4px;
background-color: #fff;
}

.vads-stream-timeline-shadow {
position: absolute;
width: var(–vads-stream-timeline-shadow);
height: 4px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.6);
}

.vads-stream-timeline-rewind-time {
position: absolute;
top: 0px;
left: var(–vads-stream-timeline-shadow);
transform: translate(-50%, calc(-100% – 6px));
background: rgba(0, 0, 0, 0.7);
color: #ffffff;
border-radius: 4px;
padding: 6px 12px;
font-size: 14px;
line-height: 16px;
font-family: “Roboto”, “Helvetica”, sans-serif;
opacity: 0;
}

.vads-stream-timeline:hover .vads-stream-timeline-rewind-time {
opacity: 1;
}

.vads-stream-timeline::before {
content: “”;
position: absolute;
left: 0;
width: 12px;
height: 12px;
border-radius: 50%;
left: calc(var(–vads-stream-timeline-progress) – 6px);
top: calc(50% – 6px);

background: #ffffff;
}

.vads-buttons-wrapper {
margin-bottom: 12px;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
}

.vads-buttons-block {
cursor: pointer;
display: flex;
}

.vads-buttons-block svg {
display: block;
}

.vads-resume-button {
display: none;
}

.vads-volume {
position: relative;
border-radius: 8px;
overflow: hidden;
width: 26px;
transition: width 0.11s;
cursor: pointer;
margin-left: 20px;
}

.vads-volume:hover {
width: 94px;
}

.vads-volume-progress {
width: 60px;
height: 4px;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 8px;
position: relative;
}

.vads-volume-progress-container {
position: absolute;
left: 20px;
top: calc(50% – 6px);
padding: 4px 6px;

–vads-stream-volume-progress: 0%;
}

.vads-volume-progress::after {
content: “”;
position: absolute;
left: 0;
width: var(–vads-stream-volume-progress);
height: 4px;
max-width: 60px;
border-radius: 8px;
background-color: #fff;
}

.vads-mute-button {
display: flex;
}

.vads-unmute-button {
display: none;
}

.vads-screen-off {
display: none;
}

.vads-settings {
margin-right: 20px;
}

.vads-settings-menu {
font-family: “Roboto”, “Arial”, sans-serif;
font-size: 14px;

display: none; /* display: flex; */
flex-direction: column;
align-items: flex-start;
padding: 8px;

position: absolute;
right: 24px;
bottom: 52px;

background: rgba(52, 52, 52, 0.8);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(2px);

border-radius: 12px;
}

.vads-settings-menu-open {
display: flex;
}

.vads-settings-menu-header {
color: #fff;
line-height: 16px;
font-weight: 600;
}

.vads-settings-menu .vads-settings-menu-quality-list {
margin: 0;
margin-top: 8px;
padding: 0;
list-style: none;

color: #fff;
width: 144px;
}

.vads-settings-menu .vads-settings-menu-quality-list li {
padding: 8px 12px;
border-radius: 8px;
}

.vads-settings-menu-quality-list .vads-active-quality {
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(2px);
text-align: left;

clear: initial;
position: initial;
margin-bottom: initial;
padding-left: 8px;
list-style: none;
margin-left: initial;
font-size: initial;
line-height: initial;
}

.vads-settings-menu-quality-list .vads-active-quality::before {
display: none;
}

.vads-settings-menu-quality-list .vads-active-icon {
display: inline-block;
margin-right: 6px;
vertical-align: text-bottom;
}

.vads-headline {
position: absolute;
padding: 14px 24px;
display: var(–vads-stream-headline);
align-items: center;
text-align: left;
color: #ffffff;
font-family: “Roboto”, “Arial”;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
/* width: calc(100% – 48px); */
width: 100%;
box-sizing: border-box;
z-index: 2;
}

.vads-headline-logo {
height: 20px !important;
width: auto;
margin-right: 12px;

transition: opacity 150ms;
}

.vads-headline-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% – 50px);
transition: opacity 150ms;
font-weight: 550;
}

.vads-headline-logo-pos-right {
position: absolute;
right: 24px;
margin-right: 0;
}

.vads-stream-poster {
width: var(–vads-player-width);
/*height: var(–vads-player-height);*/
/* width: auto;
height: 100%; */
max-width: 100%;
height: auto;
}

.vads-stream-playback:hover path,
.vads-volume:hover path,
.vads-fullscreen:hover path {
fill: #ffffff;
}

.vads-stream-watch-data {
display: var(–vads-stream-header);
}

.vads-stream-watch-data svg {
display: block;
}

.vads-stream-watch-data-header {
display: flex;
align-items: center;
margin-top: 10px;
}

.vads-stream-logo img {
max-height: 30px;
height: 100%;
width: auto;
display: block;
margin: 0;
}

.vads-stream-headline {
font-family: sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 25px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

margin-left: 7px;
}

.vads-stream-watch-data-footer {
margin-top: 4px;

display: flex;
justify-content: space-between;
}

.vads-stream-watch-data-views {
display: flex;
align-items: center;

font-family: sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
}

.vads-stream-view-icon {
margin-right: 4px;
}

.vads-stream-likes-container {
display: flex;

/* padding: 6px 12px; */
background: #e0e0e0;
border-radius: 6px;

cursor: pointer;
}

.vads-stream-likes,
.vads-stream-dislikes {
display: flex;
align-items: center;

font-family: sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;

color: #474747;

padding: 6px 12px;
}

.vads-stream-likes.rate-active {
background: #C7C7C7;
padding: 6px 12px;
border-radius: 6px 0px 0px 6px;
}

.vads-stream-dislikes.rate-active {
background: #C7C7C7;
padding: 6px 12px;
border-radius: 0px 6px 6px 0px;
}

.stream-like-icon,
.stream-dislike-icon {
margin-right: 4px;
}

.vads-stream-likes {
padding-right: 12px;
border-right: 1px solid #bbbbbb;
}

.vads-stream-dislikes {
padding-left: 12px;
}

.vads-stream-rounded-ui-toggled .vads-content video,
.vads-stream-rounded-ui-toggled .vads-stream-container {
box-sizing: content-box;
padding-top: var(–vads-rounded-container-margin);
}
.vads-stream-rounded-ui-toggled .vads-stream-ui-wrapper {
border-radius: 22px 22px 0 0;
}
.vads-stream-rounded-ui-toggled .vads-stream-watch-data-footer {
margin-top: 0;
}
.vads-stream-rounded-ui-toggled .vads-stream-container.started .vads-headline-name,
.vads-stream-rounded-ui-toggled .vads-stream-container.started .vads-headline-logo {
opacity: 1;
}
.vads-stream-rounded-ui-toggled .vads-headline,
.vads-stream-rounded-ui-toggled .vads-stream-watch-data {
padding: 16px;
background-color: #F5F5F5;
border: 1px solid #E7E7E7;

width: 100%;
box-sizing: border-box;
}
.vads-stream-rounded-ui-toggled .vads-headline {
border-radius: 20px 20px 0 0;
padding-bottom: 12px;
color: #000;
top: 0;
}
.vads-stream-rounded-ui-toggled .vads-stream-watch-data {
border-radius: 0 0 20px 20px;
padding: 12px 16px;
position: absolute;
bottom: -58px;
}
.vads-stream-rounded-ui-toggled .vads-stream-watch-data-header {
display: none;
}
.vads-stream-rounded-ui-toggled .vads-mediaslot {
border-radius: 20px 20px 0;
}

.vads-separate-player-window .vads-stream-ui.vads-stream-ui-primary {
position: fixed!important;
bottom: var(–vads-player-stream-pos-bottom, 10px)!important;
right: var(–vads-player-pos-right, 10px)!important;
width: 432px;
height: 243px;
z-index: 10001;
}

.vads-separate-player-window {
z-index: 2147483647!important;
}

.vads-separate-window {
margin-right: 20px;
display: var(–vads-stream-enable-content-floating);
}

.vads-separate-player-window .vads-separate-window {
transform: rotate(180deg);
}

.vads-separate-player-window .vads-content video,
.vads-separate-player-window .vads-content iframe,
.vads-separate-player-window .vads-slot,
.vads-separate-player-window .vads-stream-poster,
.vads-separate-player-window .vads-gui {
position: fixed!important;
/*width: 432px!important;*/
/*height: 243px!important;*/
width: var(–vads-player-stream-width, 432px)!important;
height: var(–vads-player-stream-height, 243px)!important;
bottom: var(–vads-player-stream-pos-bottom, 10px)!important;
right: var(–vads-player-stream-pos-right, auto)!important;
left: var(–vads-player-stream-pos-left, auto)!important;
top: auto;
z-index: 2147483644;
}
.vads-stream-full-sized {
position: absolute;
width: 100%;
height: 100%;
/* height: calc(100% – 52px); */
}
.vads-stream-rounded-ui-toggled .vads-stream-full-sized {
height: calc(100% – 52px);
}

.vads-stream-background-during-slider {
background-color: #E7E7E7;
display: none;
}
.vads-separate-player-window .vads-stream-background-during-slider {
display: block;
cursor: pointer;
}
.vads-stream-background-during-slider-inner {
width: 100%;
height: 100%;
background-image: url(https://devpl.viadata.store/demo/cdn/screen.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 10%;
opacity: 100%;
}

.vads-separate-player-window .vads-stream-watch-data {
padding-top: var(–vads-player-height);
}

.vads-separate-player-window.vads-stream-rounded-ui-toggled .vads-stream-watch-data {
padding: 12px 16px;
}

@media (max-width: 428px) {
.vads-stream-container {
opacity: 1;
}

.vads-separate-player-window .vads-content video,
.vads-separate-player-window .vads-content iframe,
.vads-separate-player-window .vads-slot,
.vads-separate-player-window .vads-gui {
width: 100%!important;
height: var(–vads-player-height)!important;
/* height: auto!important; */
bottom: var(–vads-player-stream-pos-bottom, 0)!important;
right: 0px!important;
left: auto;
top: auto;
}

.vads-separate-player-window .vads-stream-ui.vads-stream-ui-primary {
bottom: 0!important;
right: 0!important;
width: 100%;
height: auto;
}
}

Качество

  • 720

Автопутешествие по Дагестану. Готовый маршрут по главным достопримечательностям

186 тыс. просмотров

3.5 тыс.

Основная причина отказа в помощи — высокий риск травматизма персонала. «На самом деле наша авиакомпания и множество других авиакомпаний говорят нам «не делайте этого» (не помогайте туристам с багажом), потому что вы получаете из-за этого слишком много травм. И вы даже не застрахованы», — добавила Камалани.

Оказалось, что эта рекомендация – не внутреннее распоряжение авиакомпаний, а закрепленное в более высокой инстанции правило. Например, Ассоциация бортпроводников США рекомендовала своим членам избегать помощи пассажирам в укладке багажа в верхние полки, так как страховка не покрывает медицинские расходы, связанные с такими травмами.

А что в России? В нашей стране нет строгих федеральных регламентов, которые бы прямо запрещали бортпроводникам помогать пассажирам с укладкой ручной клади в верхние полки. Обычно такая помощь регулируется внутренними положениями каждой конкретной авиакомпании.

Комментарии стюардессы были обнародованы после того, как бывший стюард Бобби Лори рассказал, как остановить детей, пинающих кресло в авиалайнере. По его словам, есть простой и эффективный способ.

Читать далее…


Leave a Reply

Your email address will not be published. Required fields are marked *