.cookies-section{box-shadow:0 2px 12px 0 rgb(0 0 0 / 50%);background-color:rgba(0,0,0,0.8);position:fixed;bottom:0;left:0;right:0;max-width:100%;z-index:10000;display:none}
.cookies-wrapper{display:flex;justify-content:space-between;align-items:center;max-width:1366px;padding:20px 0}
.content-wrap h3{font-family:"Poppins-SemiBold";font-size:20px;font-weight:600;line-height:30px;letter-spacing:normal;color:#333}
.content-wrap p{font-family:"Poppins-light";font-size:13px;font-weight:lighter;line-height:24px;letter-spacing:normal;color:#fff}
.content-wrap a{text-decoration:underline;font-family:"Poppins-Bold";font-weight:600;color:#f5822d}
.cookie-btn{font-family:"Poppins-SemiBold";width:110px;border-radius:20.5px;border:solid 1px #ff7b00;background:#fff;font-size:12px;font-weight:600;color:#ff7b00;display:flex;align-items:center;justify-content:center;padding:8px 0;text-transform:uppercase;text-decoration:none}
.allow{color:#fff;background:#ff7b00;margin-right:10px}
.button-wrap{display:flex}
@media only screen and (min-width:320px) and (max-width:767.98px){.cookies-wrapper{flex-direction:column}
.cookies-wrapper h3{font-size:16px;line-height:20px}
.cookies-wrapper p{font-size:14px;line-height:16px;margin-top:10px}
.button-wrap{margin-top:15px}
.cookie-btn{padding:7px 0;width:120px;font-size:14px}
}