.cookies-popup-container{width:100%;position:fixed;bottom:0;padding:15px;background:white;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -11px 24.3px 0 rgba(191,191,191,0.25);}@media only screen and (max-width: 992px){.cookies-popup-container{justify-content:space-between;align-items:flex-start;}}.cookies-popup-container .cookies-content{margin-right:15px;font-size:18px;text-align:right;flex:0 0 70%;}@media only screen and (max-width: 992px){.cookies-popup-container .cookies-content{font-size:12px;margin-right:0;}}.cookies-popup-container .cookies-content .cookies-privacy-text{color:#ec1d25;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:39px;display:flex;justify-content:center;align-items:center;margin:0;padding:14px 36px 15px;background-color:#ec1d25;color:white;flex:0 0 30%;}@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;}.cookies-popup-container .cookies-close-btn-x img{width:8.5px;height:8.5px;margin-bottom:7px;}}