body {
  height: 100%;
  color: #030303;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'open_sansregular', sans-serif;
  padding: 0;
  margin: 0;
}
.header {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  padding: 15px;
  display: flex;
  justify-content: center;
}
.form-nps {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 15px;
}
.alert {
  text-align: center;
}
h1 {
  font: 20px 'open_sansbold', sans-serif;
}
.footer {
  border-top: 1px solid #e6e6e6;
  padding: 20px 15px;
}
.copyright {
  display: flex;
  justify-content: center;
  font: 16px 'open_sanslight', sans-serif;
}
.social-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.social-buttons__button {
  margin: 12px;
  background-color: #e6e6e6;
  color: #030303 !important;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.social-buttons__button:hover {
  background-color: #cecece;
}
.social-buttons__button-svg {
  height: 22px;
}

.form-radio_btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.form-radio_btn input[type='radio'],
.form-radio_btn input[type='checkbox'] {
  display: none;
}
.form-radio_btn label {
  display: inline-block;
  cursor: pointer;
  padding: 0px 15px;
  line-height: 34px;
  border: 1px solid #e6e6e6;
  user-select: none;
  transition: background 0.2s ease-in, color 0.2s ease-in,
    border-color 0.2s ease-in, transform 0.2s cubic-bezier(0.5, 2, 0.5, 0.75);
}

.unlikely input[type='radio']:checked + label,
.unlikely input[type='checkbox']:checked + label {
  background: #f44336;
}
.unlikely label:hover {
  background: #f44336;
}
.passivelikely input[type='radio']:checked + label,
.passivelikely input[type='checkbox']:checked + label {
  background: #f57c00;
}
.passivelikely label:hover {
  background: #f57c00;
}
.likely input[type='radio']:checked + label,
.likely input[type='checkbox']:checked + label {
  background: #5cb860;
}
.likely label:hover {
  background: #5cb860;
}

.good input[type='radio']:checked + label,
.good input[type='checkbox']:checked + label {
  background: #5cb860;
}
.good label:hover {
  background: #5cb860;
}

.form-comment {
  padding: 40px 0;
}
.form-textarea {
  width: 100%;
}
.btn {
  border: none;
  display: inline-block;
  background: #ce1530;
  color: #fff;
  transition: 0.3s all;
  cursor: pointer;
  line-height: 1;
  padding: 15px 34px;
  max-width: 241px;
  width: 241px;
  font-size: 15px;
  height: 47px;
  font-family: 'open_sansbold', sans-serif;
}
.reviews img {
  margin-bottom: 20px;
}
.greenBg {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
