.popup-with-phrase,.popup-with-phrase__close-btn{background-color:#fbe7d5}.popup-with-phrase-wrapper{position:fixed;left:14px;bottom:8px;z-index:10;display:flex;flex-direction:column}.popup-with-phrase{display:block;position:relative;border-radius:12px;width:450px;margin:6px 0;transform:translateX(-200%);transition:transform .5s ease}.popup-with-phrase--active{transform:translateX(0)}.popup-with-phrase__inner{padding:24px 48px 24px 32px}.popup-with-phrase__close-btn{margin:0;padding:4px;min-width:24px;min-height:24px;width:24px;height:24px;position:absolute;right:6px;top:6px;border-radius:50%;display:flex;align-items:center;justify-content:center}.popup-with-phrase__close-btn:active,.popup-with-phrase__close-btn:focus,.popup-with-phrase__close-btn:hover{background-color:#d1c5b4;border-color:#d1c5b4;color:#343131}.popup-with-phrase__close-btn svg{display:flex}.popup-with-phrase__text{color:#343131;font-family:Poppins,sans-serif;font-size:14px;line-height:normal}.popup-with-phrase__text h1,.popup-with-phrase__text h2,.popup-with-phrase__text h3,.popup-with-phrase__text h4,.popup-with-phrase__text h5,.popup-with-phrase__text h6{font:inherit;font-weight:700;letter-spacing:inherit;color:inherit;margin:0}.popup-with-phrase__text h1:not(:last-child),.popup-with-phrase__text h2:not(:last-child),.popup-with-phrase__text h3:not(:last-child),.popup-with-phrase__text h4:not(:last-child),.popup-with-phrase__text h5:not(:last-child),.popup-with-phrase__text h6:not(:last-child){margin-bottom:12px}.popup-with-phrase__text p{margin:0}.popup-with-phrase__text p:not(:last-child){margin-bottom:12px}.popup-with-phrase__text a{color:inherit;text-decoration:underline;transition:all .3s ease}.popup-with-phrase__text a:active,.popup-with-phrase__text a:focus,.popup-with-phrase__text a:hover{color:inherit;opacity:.6}.popup-with-phrase__text ol,.popup-with-phrase__text ul{margin:12px 0;padding-left:30px}.popup-with-phrase__text>*{font:inherit;color:inherit;letter-spacing:inherit}@media only screen and (max-width:749px){.popup-with-phrase-wrapper{left:10px;bottom:6px}.popup-with-phrase{width:calc(100% - 10px);margin:2px 0}}