article {
    margin-bottom: 60px;
}

article p {
    margin: 18px 0;
    font-size: 17px;
}

aside {display: none;}


.nf-form-cont .nf-before-form-content .nf-form-fields-required {
    display: none;
}
.nf-form-cont .nf-before-form-content .nf-response-msg {
    display: block;
    font-size: 27px;
    font-weight: 500;
}
.nf-form-cont .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nf-form-cont .nf-form-content nf-field:nth-child(1), .nf-form-cont .nf-form-content nf-field:nth-child(2) {
    width: calc(50% - 16px);
}
.nf-form-cont .nf-form-content nf-field {
    width: 100%;
}
.nf-form-cont .nf-form-content .label-above .nf-field-label {
    margin-bottom: 0;
}
.hf-form .hf-message-success {
    display: block;    
}
.nf-form-cont .nf-form-content .nf-error {
    font-size: 14px;
}
.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element:after {
    top: 4px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    border-radius: 0 6px 6px 0;
}
.nf-form-cont .nf-form-content label {
    font-weight: 700;
    font-size: 14px;
}
.nf-form-cont .nf-form-content input:not([type=submit]), .nf-form-cont .nf-form-content textarea {
  display: block;
  background-color: #fff;
  margin-top: 4px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 6px;
  border: 1px solid #D1D1D1;
  outline: none;
  position: relative;
}
.nf-form-cont .nf-form-content textarea.ninja-forms-field {
    height: 96px;
}
.nf-form-cont .nf-form-content input[type=submit] {
    margin-top: 32px;
    padding: 13px 24px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background: #F21940;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nf-form-cont .nf-form-content .field-wrap.checkbox-wrap .nf-field-label label {
    display: flex;
    width: calc(100% - 30px);
    font-size: 14px;
    font-weight: 400;
    color: rgba(80, 12, 24, 0.5);
}
.nf-form-cont .nf-form-content .field-wrap.checkbox-wrap .nf-field-label label a {
    text-decoration: underline;
    margin: 0 3px;
}
.nf-form-cont .nf-form-content .checkbox-container.label-right label:after {
    border: none;
}
.nf-form-cont .nf-form-content .checkbox-wrap .nf-field-label label:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: rgba(242, 25, 64, 0.1);
    border-radius: 4px;
    position: relative;
    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;
    color: #F21940;
    font-size: 14px;
    font-weight: 400;
}

.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__label {
  margin-bottom: 27px;
  display: block;
  position: relative;
}

.form__label--textarea {
  margin-bottom: 20px;
}

.form__label input,
.form__label textarea {
  display: block;
  margin-top: 4px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 160%;
  border-radius: 6px;
  border: 1px solid #D1D1D1;
  outline: none;
}

.form__label input::-webkit-input-placeholder, .form__label textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form__label input::-moz-placeholder, .form__label textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form__label input:-ms-input-placeholder, .form__label textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form__label input::-ms-input-placeholder, .form__label textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form__label input::placeholder,
.form__label textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form__label textarea {
  width: 100%;
  min-height: 96px;
  resize: none;
}

.form__label.error input {
  border-color: #F21940;
}

.form__label.error input::-webkit-input-placeholder {
  opacity: 0;
}

.form__label.error input::-moz-placeholder {
  opacity: 0;
}

.form__label.error input:-ms-input-placeholder {
  opacity: 0;
}

.form__label.error input::-ms-input-placeholder {
  opacity: 0;
}

.form__label.error input::placeholder {
  opacity: 0;
}

.form__label.error .form__type {
  color: #F21940;
}

.form__label.error .form__fill {
  display: block;
}

.form__type {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
}

.form__fill {
  position: absolute;
  top: 40px;
  left: 16px;
  color: #F21940;
  font-size: 15px;
  line-height: 160%;
  display: none;
}

.form__agree {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}

.form__agree-checkbox {
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background: rgba(242, 25, 64, 0.1);
  border-radius: 4px;
  position: relative;
  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;
}

.form__agree-checkbox svg {
  width: 10px;
  height: 9px;
  opacity: 0;
}

.form__agree input {
  display: none;
}

.form__agree input:checked ~ .form__agree-checkbox svg {
  opacity: 1;
}

.form__agree-text {
  display: block;
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 150%;
  color: rgba(80, 12, 24, 0.5);
}

.form__agree-text a {
  border-bottom: 1px solid rgba(80, 12, 24, 0.5);
}

.form__btn {
  margin-top: 32px;
  padding: 13px 24px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #F21940;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form__btn:hover, .form__btn:focus {
  background: #F43B5D;
}

.form--red .form__label {
  width: calc(33.33% - 12px);
}

.form--red .form__type {
  text-transform: uppercase;
  color: rgba(80, 12, 24, 0.5);
}

.form--red .form__btn {
  min-width: 232px;
}

.form--red input {
  border-color: rgba(176, 46, 70, 0.18);
}
.feedback__form {
  margin-top: 45px;
}

.feedback__form-title {
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: -0.025rem;
}

.feedback__form .form__label {
  width: calc(50% - 16px);
}

.feedback__form .form__label--textarea {
  width: 100%;
}

.feedback__form select {
    display: block;
    margin-top: 4px;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 160%;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    background-color: #FFF;
    outline: none;
}