.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;
  /*padding-left: 20px;*/
}

.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;
}

.input-container .label {
  display: flex;
}

.radiolbl {
  font-size: 1.5rem;
}

.custom-select {
  /* width: 400px; */
  max-width: 100%;
}

#ajaxResult.rates__cols thead th {
  padding: 17px 10px 15px 10px;
  text-align: center;
}

#ajaxResult.rates__cols td {
  text-align: center;
}

.calculator .custom-trigger._err,
.input-box._err {
  border-color: red;
}

.input-box._err::after {
  content: attr(data-err);

  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M7.49998 13.6666C3.81798 13.6666 0.833313 10.682 0.833313 6.99998C0.833313 3.31798 3.81798 0.333313 7.49998 0.333313C11.182 0.333313 14.1666 3.31798 14.1666 6.99998C14.1666 10.682 11.182 13.6666 7.49998 13.6666ZM6.83331 8.99998V10.3333H8.16665V8.99998H6.83331ZM6.83331 3.66665V7.66665H8.16665V3.66665H6.83331Z' fill='%23C83532'/%3E%3C/svg%3E"); */
  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;
  /* padding-left: 20px; */

  display: block;
  margin-top: 5px;
}

.input-box.hidden {
  display: none;
}