.accept-policies {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 82px;
}
.accept-policies__container {
    height: 100%;
}
.accept-policies__item {
    height: 100%;
}
.accept-policies__item object,
.accept-policies__img-policy {
    width: 100%;
    height: 100%;
}
.accept-policies__img-policy {
    overflow-y: auto;
}
.accept-policies__controls {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 8px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -5px 8px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -5px 8px -2px rgba(0, 0, 0, 0.25);
}
.accept-policies__btns {
    display: flex;
    justify-content: space-between;
}
