.cookie-modal {
  box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  padding: 15px 17px;
  z-index: 1000;
  width: max-content;
}

.cookie-modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #4d4197;
  margin-bottom: 13px;
}

.cookie-modal__text a {
  color: #409aff;
  display: block;
}

.cookie-modal__text a:hover {
  text-decoration: underline;
}

.cookie-modal__buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 14px;
}

.cookie-modal__btn {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 14px 24px 12px 24px;
  border: 1px solid transparent;
  color: #fff;
  background: #4d4197;
  transition: all 0.3s ease 0s;
}

.cookie-modal__btn_black {
  background: #4d4197;
  color: #fff;
}

.cookie-modal__btn_black:hover {
  color: #4d4197;
  background: #fff;
  border-color: #4d4197;
}

.cookie-modal__btn_white {
  background: #fff;
  color: #4d4197;
  border-color: #4d4197;
}

.cookie-modal__btn_white:hover {
  background: #4d4197;
  color: #fff;
  border-color: #4d4197;
}

@media (max-width: 399.98px) {
  .cookie-modal {
    width: 100%;
    bottom: 0;
    padding: 10px;
  }
}



.form-feedback__line {
  margin: 0px 0px 20px 0px;
}


.form-feedback__input .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.form-feedback__input .checkbox__input:checked + .checkbox__text:before {
  background: #4d4197 url("/bitrix/templates/angaria/images/check.svg") center no-repeat;
}

.form-feedback__input .checkbox__text {
  position: relative;
  font-size: 14px;
  color: #4d4197;
  letter-spacing: -0.3px;
  line-height: 18px;
  cursor: pointer;
}

.form-feedback__input .checkbox__text:before {
  content: "";
  display: block;
  float: left;
 margin: 6px 8px 0px 0px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #4d4197;
  border-radius: 4px;
}

.form-feedback__input .checkbox__link {
  color: #4d4197;
  text-decoration: underline;
}

.form-feedback__input .checkbox._error .checkbox__link {
  color: #eb5757;
}

.form-feedback__input .checkbox._error .checkbox__text {
  color: #eb5757;
}

.form-feedback__input .checkbox._error .checkbox__text:before {
  border: 1px solid #eb5757;
}


.form .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.form .checkbox__input:checked + .checkbox__text:before {
  background: #4d4197 url("/bitrix/templates/angaria/images/check.svg") center no-repeat;
}



.form-feedback__input .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.form-feedback__input .checkbox__input:checked + .checkbox__text:before {
  background: #4d4197 url("/bitrix/templates/angaria/images/check_wht.svg") center no-repeat;
}





.checkbox__input:checked + .checkbox__text:before {
  background: rgba(20, 20, 20, 0.5) url("/bitrix/templates/angaria/images/check_wht.svg") center no-repeat;
}



.checkbox__text.error-outline::before {
    outline: 2px solid red;
  
}