.library-engage-popup{opacity:0;display:none;overflow:hidden;position:fixed;bottom:20px;left:20px;border-radius:10px;border:1px solid #eee;background:#fff;min-width:215px;box-shadow:0 0 8px rgba(0,0,0,.2);transition:opacity 0.5s ease}.library-engage-popup__title{display:flex;justify-content:space-between;align-items:center;background:#505050;color:#fff;font-weight:700;padding:10px;font-size:12px;line-height:1.4}.library-engage-popup__titleButton{content:url(../img/toggle-arrow.svg);display:inline-block;width:19px;height:19px;line-height:19px;font-size:19px;cursor:pointer;transition:transform 0.5s ease}.library-engage-popup.is-fc .library-engage-popup__title{background:#415C7E}.library-engage-popup.is-sms .library-engage-popup__title{background:#366783}.library-engage-popup__items{max-height:170px;transition:max-height 0.3s ease}.library-engage-popup__item{display:inline}.library-engage-popup__itemLink{display:flex;justify-content:space-between;align-items:center;padding:12px 15px 12px 10px;font-size:12px;line-height:1;transition:background 0.3s ease}.library-engage-popup__itemLink::after{content:url(../img/link-arrow.svg);display:inline-block;width:6px;height:12px;line-height:12px;font-size:12px;transition:transform 0.3s ease}.library-engage-popup__itemLink:hover::after{transform:translateX(5px)}.library-engage-popup__item:not(:last-child) .library-engage-popup__itemLink{border-bottom:1px solid #ddd}.library-engage-popup__item:nth-child(even) .library-engage-popup__itemLink{background:#f6f6f6}.library-engage-popup__itemLink:link,.library-engage-popup__itemLink:visited{color:#505050}.library-engage-popup__itemLink:hover{text-decoration:none;background:#eee!important}.library-engage-popup.is-closed .library-engage-popup__title{cursor:pointer}.library-engage-popup.is-closed .library-engage-popup__items{max-height:0}.library-engage-popup.is-closed .library-engage-popup__titleButton{transform:rotate(180deg)}@media screen and (min-width:1490px){.library-engage-popup{display:block}.library-engage-popup.is-shown{opacity:1}}