.blueStrip{padding:20px 0;color:#fff;position:fixed;bottom:0;z-index:3;width:100%;animation:show-strip .5s ease-in-out forwards;background:rgba(25,39,85,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media(min-width:1200px){.blueStrip{padding:37px 0;background-color:#1a2754;display:none!important}}.blueStrip-hide{animation:hide-strip .5s ease-in-out forwards!important}.blueStrip_btn{position:absolute;right:5px;top:5px;width:15px;border:unset;background-color:unset;cursor:pointer;z-index:2}@media(min-width:1200px){.blueStrip_btn{width:-moz-fit-content;width:fit-content;right:15px;top:15px}}.blueStrip_btn img{width:100%}.blueStrip .wrapper{display:flex;flex-direction:column;position:relative;z-index:2;gap:12px}@media(min-width:1200px){.blueStrip .wrapper{flex-direction:row;align-items:center}}.blueStrip_title{font-weight:600;font-size:22px;line-height:120%;text-align:center;max-width:290px;margin:0 auto}.blueStrip_link{font-weight:800;font-size:24px;line-height:150%;text-align:center;background:#026ae2;color:#fff;padding:8px;border-radius:12px;border:1px solid #fff;max-width:400px;margin:0 auto;width:100%}.blueStrip_link.red{background:#ff4438}@keyframes show-strip{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes hide-strip{0%{transform:translateY(0);opacity:1}20%{transform:translateY(-10px)}to{transform:translateY(40px);opacity:0}}@keyframes moveBackground{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.wrapper{max-width:1240px}.wrapper,.wrapper_big{padding:0 20px;margin:0 auto;width:100%}.wrapper_big{max-width:1560px}