.ie-object-fit-cover-img{height:100%;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.back-to-top-comp{position:fixed;right:0;bottom:0;padding-right:40px;padding-bottom:40px;transform:translateY(100%);z-index:99;transition:transform .3s}
@media(max-width:990px){.back-to-top-comp{padding-right:20px;padding-bottom:20px}
}
.back-to-top-comp--active{transform:translateY(0)}
.back-to-top__btn{--background-hover-back-to-top:#000;--background-back-to-top:#fff;background-color:var(--background-back-to-top);display:flex;justify-content:center;align-items:center;border-radius:100%;border:0;outline:0;padding:16px;max-width:64px;max-height:64px;box-shadow:rgba(100,100,100,0.2) 0 7px 29px 0}
.back-to-top__btn:hover{background-color:var(--background-hover-back-to-top)}
.back-to-top__btn img{width:40px;height:40px;object-fit:contain}
.back-to-top-placeholder{text-align:center;color:#6e6e6e}