.cookies-popup-container{width:100%;position:fixed;bottom:0;padding:15px;background-color:#141413;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -11px 24.3px 0 rgba(191,191,191,0.25);color:white;z-index:9999;}@media only screen and (max-width: 992px){.cookies-popup-container{align-items:flex-start;}}.cookies-popup-container .cookies-content{margin-right:15px;font-size:18px;text-align:right;}@media only screen and (max-width: 992px){.cookies-popup-container .cookies-content{font-size:12px;text-align:right;margin-right:0;width:90%;}}.cookies-popup-container .cookies-content .cookies-privacy-text{color:white;text-decoration:underline;cursor:pointer;}@media only screen and (max-width: 992px){.cookies-popup-container .cookies-content .cookies-privacy-text{display:block;width:100%;font-size:12px;text-align:right;}}.cookies-popup-container .cookies-close-btn{width:99px;height:35px;display:flex;justify-content:center;align-items:center;margin:0;padding:14px 36px 15px;background-color:white;color:#141413;}@media only screen and (max-width: 992px){.cookies-popup-container .cookies-close-btn{display:none;}}.cookies-popup-container .cookies-close-btn-x{display:none;}@media only screen and (max-width: 992px){.cookies-popup-container .cookies-close-btn-x{display:block;background-color:#141413;}.cookies-popup-container .cookies-close-btn-x img{width:16px;height:16px;}}