.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{
  border-color:red;
}
#calculator .custom-select{
  display: block;
  width: 100%;
}
.is-detail.calculator .custom-trigger::after
{
  display: none;
}
.is-detail.calculator .selperiod .custom-trigger::after
{
  display: block;
}
.is-detail.calculator .selperiod.readonly .custom-trigger::after
{
  display: none;
}