 

a.item__btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0px;
    color: #2d2b2d;
    text-align: center;
    font-size: 14px;
    font-weight: 500 !important;
    max-height: 45px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item__btns{
    margin-bottom: 5px;
}
a.item__btn2 svg {
    width: 20px;
}


#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

#cookie_notification p{
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: #000;
      margin-bottom: 10px;
}
button.button.cookie_accept {
    border: 1px solid;
    background: #000000;
    border-radius: 4px;
    font-size: 18px;
    padding: 5px;
    color: #fff;
}




@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
     align-items: center;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}



section.form .formpolicititle {
    color: #fff;
    padding: 10px 0;
}

section.form .formpolicititle a {
    color: #fff;
}

.formpolicititle a {
    color: initial;
    text-decoration: underline;
}
label.formpolicititle {
    display: block;
        line-height: 20px;
}

label.formpolicititle input {
    margin-right: 10px;
}
section.form.form-contacts .formpolicititle {
    color: #333;
}
section.form.form-contacts .formpolicititle a{
    color: #333;
}