.attention--fixed{position:fixed;right:50%;bottom:-100%;transform:translateX(50%);transition:2s;z-index:11111;font-family:RobotoRegular;padding:5px 5px 0;box-sizing:border-box;width:100%}@media(min-width:1200px){.attention--fixed{width:auto;max-width:90%;min-width:1140px}}.attention--show{bottom:90px}.attention__inner{display:flex;align-items:center;background-color:#fff;padding:13px 22px;border-radius:5px;border:1px solid #0081c5}.attention__text{color:#040404;margin-right:25px;font-size:14px;text-align:left}.attention__link{color:#040404;position:relative}.attention__link--underline::before{content:'';position:absolute;left:-1px;bottom:-2px;right:-2px;height:1px;background-color:#040404}.attention__button{color:#fff;padding:5px 32px;background-color:#0081c5;cursor:pointer;width:fit-content;margin:0 auto}@media screen and (max-width:768px){.attention__text{font-size:12px}}@media screen and (max-width:600px){.attention__text{white-space:normal;min-width:180px;margin-right:5px}.attention__button{font-size:14px}}@media screen and (max-width:350px){.attention__inner{padding:10px 5px}}