.form__main .hidden{
  display: none;
}
.form__main .btn-light:hover {
  color: #fff;
  cursor: pointer;
}
.form-row__label {
  display: block;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 6px;
}
.switch__item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  min-width: 0;
}
.switch-select .switch__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transition: .2s;
  transition: .2s;
}
.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.switch__btn {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 10px;
  z-index: 1;
}
.error{
  color: red;
}
.confirmblock .input-wrap-flex{
  display:flex;
  flex-direction: row;
}
.confirmblock .input-wrap a{
  width: 200px;
  margin-left: 10px
}
.confirmblock .input-wrap-flex .input-wrap._err::after{
  display: block;
}
.form-row .error{
  background-size: 15px 14px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #C83532;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.form-row img{
  width: 80%;
}
.success{
  color: green;
  padding: 20px 0;
  font-size: 21px;
}
.form-row.block{
  display: block!important;
}
.form__main{
  display: block!important;
  width: 100%;
}
.form-val .hidden, .form__side .hidden{
  display: none;
}
.lblradio {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  min-height: 1.8rem;
}
.lblradio a{
  color: var(--Green-Normal);
  text-decoration: underline;
  display: inline;
  transition: color 0.3s;
}
input[type="checkbox"], input[type="radio"], form .hidden{
	display: none;
}
.prevtext{
  margin-left: 27px;
}
#enter .radio input:checked~.radio__text.red{
  color:red;
}
#enter .radio input:checked~.radio__text.green{
  color:green;
}
.successful {
  font-family: Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  margin: 40px 0;
  font-size: 15px;
  line-height: 1.5;
}
.successful h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
}
.successful .stats {
  margin-bottom: 30px;
}
.successful .row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.successful .badge {
  display: inline-block;
  width: 32px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  margin-right: 15px;
}
.successful .badge.green {
  background-color: #00a651;
}
.successful .badge.red {
  background-color: #a60000;
}
.successful .text {
  font-size: 18px;
  color: #4f4f4f;
}
.successful .verdict {
  font-size: 14px;
  color: #333333;
  margin-bottom: 25px;
}
.successful .green-text {
  color: #39b54a;
}
.successful .recommendation {
  font-size: 12px;
  color: #666666;
}
.successful a {
  color: #006644;
  text-decoration: underline;
}
.successful a:hover {
  text-decoration: none;
}
.field.form-row.sub1::after {
  content: "";
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--bg-grey);
}