.cookies-modal-footer-cmp {
  display: none;
}
.cookies-modal-footer-cmp__active {
  display: block;
}
.cookies-modal-footer-cmp .pannel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #454e53;
  background-color: #fff;
  box-shadow: 0 1px 5px #666;
  padding: 30px 40px 0 40px;
  z-index: 11;
}
@media (max-width: 620px) {
  .cookies-modal-footer-cmp .pannel {
    padding: 20px 16px 0 16px;
  }
}
.cookies-modal-footer-cmp .cookies-pannel-section-text {
  width: 100%;
}
.cookies-modal-footer-cmp .cookies-pannel-section-text .title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
.cookies-modal-footer-cmp .cookies-pannel-section-text .title .icon {
  font-size: 25px;
}
.cookies-modal-footer-cmp .cookies-pannel-section-text .title .text {
  font-size: 20px;
  margin: 0;
}
.cookies-modal-footer-cmp .cookies-pannel-section-text .description p {
  font-size: 14px;
  margin: 0;
}
.cookies-modal-footer-cmp .cookies-pannel-section-text .cookies-policy-link {
  display: inline-block;
  margin-top: 20px;
  color: #454e53;
  font-weight: bold;
  text-decoration: none;
}
.cookies-modal-footer-cmp .cookies-pannel-section-text .cookies-policy-link:hover {
  color: #E62514 !important;
}
.cookies-modal-footer-cmp .cookies-pannel-section-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding-bottom: 30px;
}
.cookies-modal-footer-cmp .cookies-pannel-section-buttons .cookie-btn {
  display: block;
  text-align: center;
  border: none;
  border-radius: 50px;
  padding: 13px 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.cookies-modal-footer-cmp .cookies-pannel-section-buttons .cookie-btn--config,
.cookies-modal-footer-cmp .cookies-pannel-section-buttons .cookie-btn--reject {
  color: #E62514;
  background-color: #fff;
  border: 1px solid #E62514;
  text-decoration: none;
}
.cookies-modal-footer-cmp .cookies-pannel-section-buttons .cookie-btn--accept {
  color: #fff;
  background-color: #E62514;
}
@media (max-width: 650px) {
  .cookies-modal-footer-cmp .cookies-pannel-section-buttons {
    justify-content: center;
  }
  .cookies-modal-footer-cmp .cookies-pannel-section-buttons .cookie-btn {
    width: 100%;
  }
  .cookies-modal-footer-cmp .cookies-pannel-section-buttons .cookie-btn--reject {
    margin: 0;
  }
}
