.footer-updates__title {
    text-transform: uppercase;
}
.footer-updates form button {
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-content__right {
  display: flex;
  gap: 40px;
  flex-direction: row;
}
.footer-content__right ul {
  flex-direction: column;
}
.footer-content__right ul li {
  margin-left: 0px !important;
  margin-bottom: 10px;
}
.radio-group__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 60px;
}
.radio input[type="radio"] + .radio-label {
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding-left: 40px;
  display: block;
  cursor: pointer;
  padding-top: 3px;
}
.radio-group__content.__subscribe .radio {
  width: 100%;
  position: relative;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label::before {
  content: "";
  background: transparent;
    background-color: transparent;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  border-radius: 14px;
}
.radio input[type="radio"]:checked + .radio-label::before {
  background-color: rgb(38, 5, 5);
}
.radio input[type="radio"] + .radio-label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid rgba(38, 5, 5, 0.3);
}
.radio-group__content.__subscribe .radio {
    width: 100%;
}
.radio-group__content.__subscribe label {
  font-size: 11px !important;
  color: #888;
  line-height: 1.3;
}
.radio-group__content.__subscribe label a {
  color: #888;
  text-decoration: underline;
}
.footer-updates form input[type="radio"] {
  max-width: 5px;
  top: 0;
  left: -5;
}
.cookies {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 120px;
  left: 0;
  right: 0;
  bottom: 0px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.cookies::before {
  content: '';
  background-color: #B2B2B2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  opacity: .9;
}
.cookies_cols {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: start;
  z-index: 1001;
  position: relative;
}
.cookies_col {
  width: 550px;
}
.cookies_col:first-child {
  width: 50px;
  margin-right: 40px;
}
.cookies_col:nth-child(3){
  width: calc(100% - 640px);
}
.cookies_actions {
  display: flex;
  justify-content: end;
}
.cookies .btm {
  width: 330px;
  background-color: #fff;
  height: 45px;
  text-align: center;
  display: inline-flex;
  color: #000;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 40px;
  text-transform: uppercase;
}
.cookies .btm:hover{
  background-color: #000;
  color: #fff;
}
#subscription_error {
  color: red;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 1100px) {
    .cookies .btm {
      min-width: 230px;
      width: auto;
    }
    .cookies_col {
      width: auto
    }
    .cookies_col:nth-child(3) {
      width: auto
    }
}
@media (max-width: 767px) {
  .footer-updates {
      margin-bottom: 0px !important;
  }
  .footer-content__right {
      display: block;
  }
  .footer-content__right ul li {
      margin-bottom: 20px !important;
  }
  .cookies .btm {
    min-width: 130px;
  }
}
@media (max-width: 520px) {
  .cookies {
    font-size: 11px;
    bottom: 60px;
  }
  .cookies .container {
    height: 100%;
    padding: 20px 20px 70px 20px !important;
  }
  .cookies_col:nth-child(2) {
    font-size: 8px;
  }
  .cookies_col:nth-child(3) {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 20px);
    align-items: center;
    left: 0;
    right: 0;
  }
  .cookies_actions {
    justify-content: center;
  }
  .cookies_cols {
    padding-bottom: 60px !important;
  }
  .cookies {
    height: 130px;
  }
  .cookies .btm {
    margin-left: 20px;
    width: 100%;
    height: 40px;
  }
  footer,
  footer .container {
    max-width: 100% !important;
    overflow: hidden !important;
  }
}