.cookie__form__title {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px; }

.cookie {
  display: block;
  position: fixed;
  bottom: -100px;
  height: 100px;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s; }
  .cookie .container {
    height: 100%; }
  @media (max-width: 767.98px) {
  .cookie {
    bottom: -200px;
    height: 200px;
    z-index: 99999; } }
  .cookie.display-in {
    bottom: 0; }
  .cookie__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 5.5px 0; }
    @media (max-width: 767.98px) {
  .cookie__wrapper {
    flex-direction: column; } }
  .cookie__box {
    display: flex;
    flex-direction: column;
    margin-right: 14px; }
  .cookie__text {
    margin: 0;
    margin-right: 5px;
    font-size: 13px;
    line-height: 16px; }
  .cookie__link {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none; }
    .cookie__link:hover, .cookie__link:focus, .cookie__link:active {
      color: #000; }
  .cookie__button {
    padding: 4px 20px;
    border-radius: 4px;
    color: #fff;
    background: #ff6b7e;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s;
    margin-right: 25px; }
    .cookie__button:hover, .cookie__button:focus, .cookie__button:active {
      text-decoration: none;
      color: #fff;
      background: rgba(255, 107, 126, .8);
      transition: all 0.3s; }
    @media (max-width: 767.98px) {
  .cookie__button {
    margin-top: 10px;
    margin-right: 0; } }
  .cookie__button__cancel {
    padding: 4px 20px;
    border-radius: 4px;
    color: #ff6b7e;
    border: 1px solid #ff6b7e;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s;
    margin-right: 25px; }
    .cookie__button__cancel:hover, .cookie__button__cancel:focus, .cookie__button__cancel:active {
      text-decoration: none;
      color: rgba(255, 107, 126, .8);
      background: #fff;
      transition: all 0.3s; }
    @media (max-width: 767.98px) {
  .cookie__button__cancel {
    margin-top: 10px;
    margin-right: 0; } }
  .cookie__form__modal .bootstrap-toggle .control-label {
    margin-left: 0; }
    .cookie__form__modal .toggle.btn {
      min-width: 120px; }
  .cookie__form__modal__header {
    padding: 0;
    border-bottom: none;
    float: right;
    z-index: 1;
    position: relative; }
  .cookie__form__modal__close.close {
    opacity: 1;
    text-shadow: none;
    padding: 9px;
    color: black; }
    .cookie__form__modal__close.close .iconz {
      font-weight: bold; }
  .cookie__form__title {
    font-size: 17px;
    font-weight: 900;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 15px; }
  .cookie__form__modal__content {
    max-width: 525px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dde4e8;
    height: inherit;
    margin: 0 auto; }
  .cookie__hr__divider {
    border: 1px dashed #dde4e8; }
  .cookie__form {
    padding: 20px; }
  .cookie__button__save {
    margin-right: 20px; }
  .cookie__button__wrap {
    margin-top: 50px; }
  .cookie__field_info {
    margin-bottom: 25px; }
  .cookie__button__approve_all {
    background-color: #ff6b7e; }
    .cookie__button__approve_all:hover, .cookie__button__approve_all:focus, .cookie__button__approve_all:active {
      background-color: #ff6b7e; }

.data__block__label .error {
  display: none; }

.data__block__label label {
  padding: 15px 20px 0 30px;
  cursor: pointer; }

.data__block__label label input[type="radio"] {
  font-size: 22px; }

.data__block__label label > input[type="radio"] {
  display: none; }

.data__block__label label input[type="radio"]:checked + span {
  font-weight: bold; }

.data__block__label label > input[type="radio"] + span:after {
  display: inline-block;
  width: 0;
  float: left;
  height: 0;
  margin: -1px 0 0 -30px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font: normal normal normal 22px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f10c"; }

.data__block__label label > input[type="radio"]:checked + span:after {
  content: "\f192"; }
