.forms-tabs .form-title {
	font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #0946A7;
    margin: 0 0 40px;
}

.forms-tabs {
	margin: 0 auto;
	width: 100%;
}

.form-grid,
.forms-tabs .tabs-ul {
	width: 100%;
	max-width: 972px;
}

.tab-container-wrap {
	max-width: 600px;
	margin: 0 auto;
}

.form-main .input-field .iti .iti__country-list {
	width: 600px;
    border-radius: 4px;
	border: 1px solid #ADBBD9;
    margin-top: 4px;	
}

.form-fixes .form-main .choices .choices__list.choices__list--single,
.form-main .input-field .input, .form-main .input-field textarea {
	padding: 11px 27px;
    height: 50px;
    border-radius: 4px;
	border: 1px solid #ADBBD9;
    transition: 0.2s; 
}

.form-main .choices .choices__list--dropdown, .form-main .choices .choices__list[aria-expanded] {
	margin-top: 4px;
	border-radius: 4px;
	border-top: 1px solid #ADBBD9;
}

.form-main .input-field .input + .label, .form-main .input-field .input + .error + .label, .form-main .input-field .input + .error + .error + .label, .form-main .input-field textarea + .label, .form-main .input-field textarea + .error + .label, .form-main .input-field textarea + .error + .error + .label {
    top: 17px;
}


.form-main .input-field .iti .iti__country-list .iti__country .iti__country-name, .form-main .input-field .iti .iti__country-list .iti__country .iti__dial-code,
.form-main .input-field .input + .label, .form-main .input-field .input + .error + .label, .form-main .input-field .input + .error + .error + .label, .form-main .input-field textarea + .label, .form-main .input-field textarea + .error + .label, .form-main .input-field textarea + .error + .error + .label,
.form-fixes .form-main .field input, .form-main .input-field input, .form-fixes .form-main .field textarea, .form-fixes .form-main .input-field textarea, .form-fixes .form-main .choices .choices__list .choices__item,
.form-fixes .form-main .choices .choices__list.choices__list--single, .form-main .input-field .input, .form-main .input-field textarea,
.form-main .input-field .iti .iti__selected-dial-code {
	font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #212529;   
}

.form-main .input-field .input:hover, .form-main .input-field textarea:hover,
.form-main .input-field .input:focus, .form-main .input-field textarea:focus,
.form-fixes .form-main .choices:not(.is-open) .choices__list.choices__list--single:hover,
.form-fixes .form-main .choices:not(.is-open) .choices__list.choices__list--single:focus,
.form-fixes .form-main .choices.is-open .choices__list.choices__list--single:focus,
.form-fixes .form-main .choices.is-open .choices__list.choices__list--single {
	border-color: #125DD3;
    box-shadow: none;
}

.form-main .btn.blue {
	border-radius: 40px;
	font-style: 16px;
	line-height: 20px;
}

.form-fixes .form-main .choices .choices__list.choices__list--single, .form-main .input-field .input, .form-main .input-field textarea {
	padding: 16px 28px;
}

.form-fixes .form-main .field input, .form-main .input-field input, .form-fixes .form-main .field textarea, .form-fixes .form-main .input-field textarea, .form-fixes .form-main .choices .choices__list--single .choices__item {
	padding: 0;
}

.form-main .choices .choices__inner {
	min-height: 0;
}

.form-fixes .form-main .choices .choices__list .choices__item {
	height: auto;
}

.form-main .input-field .iti .iti__selected-flag {
    height: 49px;
}

.form-main .input-field .input:focus + .label, .form-main .input-field .input:valid + .label, .form-main .input-field .input:valid + .error + .label, .form-main .input-field .input:valid + .error + .error + .label, .form-main .input-field textarea:valid + .label, .form-main .input-field textarea:valid + .error + .label, .form-main .input-field textarea:valid + .error + .error + .labelб {
    top: -10px !important;
}

.form-main .choices .choices__list .choices__item {
    padding: 11px 27px;
    height: 52px;
    height: 50px;
    border-radius: 4px;
}
.form-main .form-checkbox {
	margin-bottom: 37px;
}


@media screen and (max-width: 1919px) {
	.form-main .form-checkbox {
		margin-bottom: 37px;
	}
	.form-main .input-field {
		margin: 0 0 24px;
	}
  .form-main .input-field .iti .iti__selected-flag:focus + .label, .form-main .input-field .iti .iti__selected-flag:focus + .error + .label, .form-main .input-field .iti .iti__selected-flag:focus + .error + .error + .label, .form-main .input-field .iti .iti__selected-flag:valid + .label, .form-main .input-field .iti .iti__selected-flag:valid + .error + .label, .form-main .input-field .iti .iti__selected-flag:valid + .error + .error + .label,
  .form-main .input-field .input:focus + .label,
  .form-main .input-field .input:focus + .error + .label,
  .form-main .input-field .input:focus + .error + .error + .label,
  .form-main .input-field .input:valid + .label,
  .form-main .input-field .input:valid + .error + .label,
  .form-main .input-field .input:valid + .error + .error + .label,
  .form-main .input-field textarea:focus + .label,
  .form-main .input-field textarea:focus + .error + .label,
  .form-main .input-field textarea:focus + .error + .error + .label,
  .form-main .input-field textarea:valid + .label,
  .form-main .input-field textarea:valid + .error + .label,
  .form-main .input-field textarea:valid + .error + .error + .label {
    top: -10px;
    left: 20px;
  }
}
