.fix {
position: fixed;
top: 0px;
left: 0px;
height: 80px;
width: 100%;
padding: 20px 0;
animation: fixedMenu 1s forwards;
-webkit-animation: fixedMenu 1s forwards;
background-color: #ffffffeb;
z-index: 1;
justify-content: center;
}
надо, чтобы оно позиционировалось относительно container.
.slick-dots{
width: 700px;
max-width: 100%;
position: absolute;
bottom: 50px;
left: 50%;
transform: translate(-50%, 0);
}