.cookies-alert{position:fixed;bottom:50px;left:50%;transform:translateX(-50%);width:calc(100% - 30px);border-radius:10px;background:rgba(65,65,80,.97);padding:25px 40px;z-index:9999;color:#c6c8ce;font-size:15px;max-width:970px}@media screen and (max-width:1024px){.cookies-alert{bottom:20px;padding:20px}}.cookies-alert .cookies-alert__content{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1024px){.cookies-alert .cookies-alert__content{flex-direction:column;align-items:flex-start}}.cookies-alert .cookies-alert__btns{display:flex}@media screen and (max-width:1024px){.cookies-alert .cookies-alert__btns{padding-top:10px}}.cookies-alert .cookies-alert__btns .btn{height:48px;padding:0 30px;font-size:16px;text-transform:none}.cookies-alert .cookies-alert__btns .btn:not(:last-child){margin-right:15px}.cookies-alert .cookies-alert__btns .btn.btn-reject{background:#515864;color:#fff;border:0}.cookies-alert .cookies-alert__btns .btn.btn-reject:after{display:none}.cookies-alert .cookies-alert__txt{padding-right:30px;font-weight:400;line-height:1.5}.cookies-alert .cookies-alert__txt a{color:#e3e5eb;font-weight:600;border-bottom:1px dashed #e3e5eb}