/* Прокрутка содержимого контента */
.container {
position: relative;
}
.container__head {
height: 100%;
}
.container__body {
overflow-y: auto;
top: 100px; /* head height */
bottom: 0;
position: absolute;
width: 100%;
}
/* https://www.airbnb.ru/s/New-York--NY?guests=&checkin=&checkout=&ss_id=u2fcqmxm&source=bb */