.container-form {
	width: 100%;
	max-width: 1169px;
	padding: 0 15px;
	margin: auto;
}

.error {
	display: inline-block;
	margin-bottom: 5px;
	color: red;
}

.error {
	border-color: red !important;
}

.form-tab {
	display: flex;
	padding-top: 80px;
	padding-bottom: 90px;
}

.form-tab button.form-tablinks {
	width: 100%;
	color: #000;
	text-align: center;
	font-family: 'Inter';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	background-color: transparent;
	border: none;
	border-bottom: 1px solid #CDD4E1;
	padding-bottom: 10px;
	cursor: po'Inter';
}

.form-tab button.form-tablinks.active {
	color: #009EA7;
	border-bottom-color: #009EA7;
}

.how_become_participant-items-inner {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	padding: 0px 60px;
	height: 380px;
	width: 924px;
}

.how_become_participant-items-inner-img img {
	width: 588px;
	position: absolute;
	left: -250px;
	top: 10%;
}

.how_become_participant-items {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.how_become_participant-items-inner-body {
	display: flex;
	justify-content: end;
	position: relative;
}

.how_become_participant-items-inner-desc {
	display: flex;
	align-items: center;
	justify-content: end;
	height: 100%;
}

.how_become_participant-items-inner-desc-p {
	max-width: 400px;
}

.how_become_participant-items-inner-desc-p ul li::marker {
	color: #009EA7;
}

.how_become_participant-items-inner-desc-p ul li {
	color: #000 !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	padding-left: 0px !important;
	/* 155.556% */
}

.how_become_participant-items-inner-desc-p ul li p {
	color: #009EA7 !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	/* 155.556% */
}

.how_become_participant-items-inner-desc-p ul li span {
	color: #848E9F !important;
	font-family: 'Inter' !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}

.how_become_participant-items-inner-desc-p ul {
	padding-left: 20px;
	list-style: unset !important;
}

.how_become_participant-items-inner-desc-p p {
	color: #000 !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	/* 155.556% */
	max-width: 440px !important;
}

.how_become_participant-items-inner-desc-p p span {
	color: #093475;
}
.how_become_participant-items-inner-desc-p p span a{
	font-size: 18px !important;
	cursor: po'Inter' !important;
}

.how_become_participant-items-inner-desc-content {
	display: flex;
	align-items: flex-start;
}

.how_become_participant-items-inner-desc-content img {
	margin-right: 16px;
}

.how_become_participant-items-inner-body:nth-child(3) .how_become_participant-items-inner {
	height: 470px;
}

.how_become_participant-items-inner-body:nth-child(2) {
	justify-content: start;
}

.how_become_participant-items-inner-body:nth-child(2) .how_become_participant-items-inner-img img {
	left: auto;
	right: -250px;
}

.how_become_participant-items-inner-body:nth-child(2) .how_become_participant-items-inner .how_become_participant-items-inner-desc {
	justify-content: start;
}

.form-tabcontent {
	display: none;
}

.detailed-conditions a {
	color: #BF945D;
	text-align: center;
	font-family: 'Inter';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	height: 86px;
	border-radius: 30px;
	background-color: #FFF;
	border: none;
	cursor: po'Inter';
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nbu-form-cover {
	padding-top: 120px;
	padding-bottom: 200px;
}

.nbu-form-cover-heading h3 {
	color: #000;
	text-align: center;
	font-family: 'Inter';
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	/* 83.333% */
	margin-bottom: 40px;
}

.nbu-form-cover-second-step-form-steps {
	width: 100%;
	max-width: 300px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: auto;
	position: relative;
	margin-bottom: 20px;
}

.nbu-form-cover-second-step-form-steps-item-active-one::after {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #BF945D;
	position: absolute;
	top: 20%;
}

.nbu-form-cover-second-step-form-steps-item-active-two::before {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #BF945D;
	position: absolute;
	top: 20%;
	right: 5px;
}

.nbu-form-cover-second-step-form-steps-item-nonactive-two::before {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #E6EAF1;
	position: absolute;
	top: 20%;
	right: 5px;
}

.nbu-form-cover-second-step-form-steps-item-nonactive-one::after {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #E6EAF1;
	position: absolute;
	top: 20%;
}

.nbu-form-cover-second-step-form-steps-item-img img {
	position: relative;
	z-index: 222;
}

.nbu-form-cover-second-step-form-steps-item-text {
	margin-top: 12px;
}

.nbu-form-cover-second-step-form-steps-item-text span {
	color: #ACACAC;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 25.2px */
}

.nbu-form-cover-second-step-form-radio-item label {
	color: #000;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 25.2px */
}

/* The container */
.radio-container {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: po'Inter';
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: po'Inter';
}

.checkmark {
	position: absolute !important;
	top: -4px !important;
	height: 32px !important;
	width: 32px !important;
	background-color: #eee !important;
	border-radius: 50% !important;
	margin-left: 16px !important;
	left: unset !important;
	transform: none !important;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
	background-image: url(/assets/form/svg/radiobg.svg) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

}

.nbu-form-cover-second-step-form form {
	width: 470px;
	margin: auto;
}

.nbu-form-cover-second-step-form-radio {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	margin-right: 49px;
}

.nbu-form-cover-second-step-form-filds-inner input {
	width: 100% !important;
	height: 80px !important;
	padding: 20px !important;
	border-radius: 8px !important;
	border: 1px solid #E6EAF1;
	background-color: #FFF !important;
	margin-bottom: 20px !important;

	color: #000 !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	/* 25.2px */
}

.nbu-form-cover-second-step-form-filds-inner textarea {
	width: 100% !important;
	min-height: 140px !important;
	padding: 20px !important;
	border-radius: 8px !important;
	border: 1px solid #E6EAF1 !important;
	background-color: #FFF !important;
	margin-bottom: 20px !important;

	color: #000 !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	/* 25.2px */
	resize: none !important;
}

.nbu-form-cover-second-step-form-filds-inner input:focus-visible::placeholder,
.nbu-form-cover-second-step-form-filds-inner textarea:focus-visible::placeholder {
	color: #000;
}

.nbu-form-cover-second-step-form-filds p {
	color: #595959 !important;
	text-align: center !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.nbu-form-cover-second-step-form-filds p span {
	color: #093475 !important;
	margin-bottom: 16px !important;
	display: inline-block !important;
}
.nbu-form-cover-second-step-form-filds p span a{
	font-size: 16px !important;
	cursor: po'Inter' !important;
}
.nbu-form-cover-second-step-form-filds-inner-btn button {
	border-radius: 9px;
	background-color: #E4BD63;
	width: 470px;
	height: 69px;
	padding: 10px;

	color: #FFF;
	font-family: 'Inter';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25.2px;
	letter-spacing: -0.36px;
	border: 2px solid #BF945D;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 100%), #BF945D;
	border-image: linear-gradient(to right, #d3ab7e, #c1a37a, #ba9863) 1;
	border-image: none;
	border-radius: 12px;
}

.nbu-form-cover-second-step-form-filds-inner-btn button:hover {
	cursor: po'Inter';
	color: #BF945D;
	background-color: #FFF;
	border-image: none;
	transform: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }

.form-container {
	min-height: 680px;
	height: auto;
	overflow: hidden;
	/* чтобы контент внутри не выходил за пределы контейнера */
	transition: height 0.5s ease;
	/* анимация изменения высоты */
}

.input_container_file label {
	display: flex;
	width: 100%;
	border-radius: 8px;
	border: 1px dashed #D8DDDE;
	background: #FFF;
	height: 80px;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: .5s;

	color: #093475;
	text-align: center;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 25.2px */
	margin-bottom: 20px;
	cursor: po'Inter';
}

.input_container_file label:hover {
	background-color: #eee;
}

.nbu-form-cover-heading-tab-2 h3 {
	width: 100%;
	max-width: 585px;

	color: #000;
	text-align: center;
	font-family: 'Inter';
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	/* 93.333% */
	margin: auto;
}

.nbu-form-cover-tab-2 {
	padding-top: 120px;
	padding-bottom: 200px;
}

.nbu-form-cover-heading-tab-2 {
	margin-bottom: 60px;
}

.nbu-form-cover-second-step-form-tab-2-wrap {
	border-radius: 8px;
	border: 1px solid #E6EAF1;
	padding: 50px 63px;
	background-color: #093475;
	position: relative;
}

.form-tab-2-wrap-btn {
	display: flex;
	justify-content: center;
}

.form-tab-2-wrap-btn input {
	border-radius: 9px !important;
	background-color: #E4BD63 !important;
	width: 470px !important;
	height: 69px !important;
	padding: 10px !important;

	color: #FFF !important;
	font-family: 'Inter' !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
	border: none !important;
	margin-top: 16px !important;
}

.form-tab-2-wrap-top-b {
	margin-top: 46px;
}

.form-tab-2-wrap-top-b p {
	color: #595959 !important;
	text-align: center !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.form-tab-2-wrap-top-b p span {
	color: #093475 !important;
}
.form-tab-2-wrap-top-b p span a {
	font-size: 18px !important;
	cursor: po'Inter' !important;
}
.form-tab-2-wrap-body-left-item {
	display: flex;
	flex-direction: column;
	width: 330px;
}

.form-tab-2-wrap-body-left-item label {
	color: #FFF !important;
	text-align: center !important;
	font-family: 'Inter' !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
	display: inline-block !important;
	margin-bottom: 20px !important;
}

.form-tab-2-wrap-body-left-item input {
	width: 330px ;
	height: 80px !important;
	padding: 20px !important;
	border-radius: 8px !important;
	border: 1px solid #E6EAF1;
	background-color: #FFF !important;


	color: #000 !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	/* 25.2px */
}

.form-tab-2-wrap-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-tab-2-wrap-body-right {
	position: relative;
	row-gap: 20px;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.form-tab-2-wrap-body-right-item {
	width: 470px;
}

.form-tab-2-wrap-body-right-item input {
	height: 80px !important;
	padding: 20px !important;
	border-radius: 8px !important;
	border: 1px solid #093475;
	background-color: #FFF !important;
	width: 100% !important;

	color: #000 !important;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	/* 25.2px */
}

.form-tab-2-wrap-img-top {
	background-image: url(/small-business/aktsiya/images/uzor-white-top.png);
	width: 250px !important;
	height: 250px !important;
	position: absolute !important;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	top: 0 !important;
	right: 0 !important;
}

.form-tab-2-wrap-img-bottom {
	background-image: url(/small-business/aktsiya/images/uzor-white-bottom.png);
	width: 250px !important;
	height: 250px !important;
	position: absolute !important;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 1;
}










@media(max-width: 1200px) {
	.banner-desc-wrap h1 {
		font-size: 36px !important;
	}

	.how_become_participant-items-inner {
		padding: 0 30px;
		width: 880px;
	}

	.how_become_participant-items-inner-img img {
		width: 530px;
		top: 13%;
		left: -88px;
	}

	.how_become_participant-items-inner-desc-content {
		max-width: 400px;
	}

	.how_become_participant-items-inner-body:nth-child(2) .how_become_participant-items-inner-img img {
		right: -88px;
	}

	.how_become_participant-items-inner-body {
		justify-content: center;
	}

	.how_become_participant-items {
		width: 950px;
		margin: auto;
	}
}

@media(max-width: 992px) {
	.banner-desc-wrap h1 {
		font-size: 30px !important;
		max-width: 580px !important;
	}

	.how_become_participant-items {
		width: 100%;
		max-width: 620px;
	}

	.how_become_participant-items-inner-desc {
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
	}

	.how_become_participant-items-inner-img {
		position: relative;
		top: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		right: auto;
		left: auto;
	}

	.how_become_participant-items-inner-img img,
	.how_become_participant-items-inner-body:nth-child(2) .how_become_participant-items-inner-img img {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 100%;
	}

	.how_become_participant-items-inner,
	.how_become_participant-items-inner-body:nth-child(3) .how_become_participant-items-inner {
		width: 100%;
		margin: auto;
		padding: 0;
		height: auto;
	}

	.how_become_participant-items-inner-desc-content {
		flex-direction: column;
		padding: 0 35px 35px 35px;
		max-width: 100%;
	}

	.form-tab-2-wrap-body-left-item {
		margin-bottom: 20px;
		width: 100%;
	}

	.form-tab-2-wrap-body {
		flex-direction: column;
	}

	.form-tab-2-wrap-body-left-item input,
	.form-tab-2-wrap-body-right-item {
		width: 100%;
	}

	.nbu-form-cover-second-step-form-tab-2-wrap {
		padding: 35px 15px;
	}

	.form-tab-2-wrap-body-left-item label {
		text-align: center;
		font-family: 'Inter';
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.form-tab {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}

@media(max-width: 768px) {
	.wrapper{
		margin-top: 0 !important;
	}
	.nbu-form-cover-heading-tab-2 h3 {
		text-align: center  !important;
		font-family: 'Inter' !important;
		font-size: 18px !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: 25px !important;
		/* 138.889% */
	}

	.detailed-conditions a {
		text-align: center !important;
		font-family: 'Inter' !important;
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: normal !important;
	}

	.form-tab {
		justify-content: center !important;
	}

	.form-tab button.form-tablinks {
		max-width: 175px !important;
		text-align: center !important;
		font-family: 'Inter' !important;
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: normal !important;
		padding: 0 10px 20px 10px !important;
	}

	.banner-image {
		height: auto !important;
	}

	.banner-cover-wrap {
		height: 529px !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.banner-desc-wrap span {
		color: #000 !important;
		text-align: center !important;
		font-family: 'Inter' !important;
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 140% !important;
		/* 22.4px */
		max-width: 100% !important;
	}

	.banner-img-left,
	.banner-img-right {
		width: 110px;
		height: 110px;
	}

	.banner-image img {
		max-width: 272px;
	}

	.banner-desc {
		height: auto;
		margin-top: 30px;
		max-width: 350px;
	}

	.banner-desc-wrap h1 {
		color: #000 !important;
		text-align: center !important;
		font-family: 'Inter' !important;
		font-size: 20px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: normal !important;
		margin-bottom: 5px !important;
	}

	.banner-cover-container {
		flex-direction: column-reverse;
		align-items: center;
	}

	.nbu-form-cover-heading h3 {
		color: #000;
		text-align: center;
		font-family: 'Inter';
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 25px;
		/* 138.889% */
	}

	.nbu-form-cover-second-step-form-steps-item-text span {
		color: #000;
		font-family: 'Inter';
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%;
		/* 19.6px */
	}

	.nbu-form-cover-second-step-form-radio-item label {
		color: #000;
		font-family: 'Inter';
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%;
		/* 22.4px */
	}

	.checkmark {
		width: 24px;
		height: 24px;
	}

	.nbu-form-cover-second-step-form-filds p {
		text-align: center !important;
		font-family: 'Inter' !important;
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: normal !important;
		max-width: 350px !important;
		margin: auto !important;
	}
	.how_become_participant-items-inner-desc-p p{
		margin-top: 15px !important;
	}
}

@media(max-width: 600px) {
	.nbu-form-cover-second-step-form-filds-inner-btn button {
		width: 100%;
	}

	.nbu-form-cover-second-step-form form {
		width: 100%;
	}

	.nbu-form-cover-second-step-form-radio {
		flex-direction: column;
		align-items: baseline;
		row-gap: 20px;
	}

	.nbu-form-cover,
	.nbu-form-cover-tab-2 {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#ajaxForm h3, #Form2 .submitted_h3{
		font-size: 18px;
	}
	#ajaxForm p, #Form2 .submitted_p{
		font-size: 10px;
	}
}

.hidden {
	display: none !important;
}

.nbu-form-cover-second-step-form-steps2 {
	display: none;
}

.active-step {
	display: flex;
}

.nbu-form-cover-second-step-form-steps2 {
	display: none;
}

.active-step {
	display: flex;
}
.inner_wrapper{
	padding: 0 !important;
}
.v-fixed-card{
	display: none !important;
}

.dnone{
    display: none !important;
}
input.error{
    border: 1px solid rgba(255,0,0,1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}

.switcher-for-forms-individual{
	width: -webkit-fill-available;
}

.form-credit-jt-buttons{
	margin-top: 10px !important;
}

/* Стилизация скроллбара только для этого блока */
.select-items-jf-b::-webkit-scrollbar {
    width: 5px; /* Ширина вертикального скроллбара */
    height: 5px; /* Высота горизонтального скроллбара (если нужен) */
}

.select-items-jf-b::-webkit-scrollbar-track {
    background: #f1f1f1; /* Цвет фона трека */
    border-radius: 5px; /* Закругление трека */
}

.select-items-jf-b::-webkit-scrollbar-thumb {
    background: #888; /* Цвет ползунка */
    border-radius: 5px; /* Закругление ползунка */
}

.select-items-jf-b::-webkit-scrollbar-thumb:hover {
    background: #555; /* Цвет ползунка при наведении */
}

.select-items-jf-b{
	max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.error-message {
    margin-top: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.704px;
}
.city.disabled .select-jf-b-selected, 
.filial.disabled .select-jf-b-selected{
	pointer-events: none; /* Отключает все события */
	background-color: #e9ecef; /* Серый фон для визуального эффекта */
	color: #6c757d; /* Цвет текста для неактивного состояния */
	border: 1px solid #ced4da; /* Серый бордер */
}
.form-credit-jt-container-cr .form-input-cr{
	color: #262a38;
}