
.b-content * {
	font-family: Inter, sans-serif;
}

.b-section {
	margin: 0 auto 0 auto;
	max-width: 1000px;
	padding: 0;
}

.b-section__wrapper {
	margin: 0 auto;
	padding: 0;
	width: 660px;
	min-width: 660px;
	padding-bottom: 80px;
}

.b-content__title{
	margin: 35px 0 20px;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 56px;
	color: #222429;
}

.b-content__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	font-feature-settings: 'ss01' on;
	color: #222429;
}

.b-content__notify {
	margin: 20px 0;
}
.notify {

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 14px 16px;

	width: calc(100% - 32px);
	height: auto;

	background: #F0F7FC;
	border: 1px solid #1177D1;
	border-radius: 8px;

}
.notify__icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url(https://www.auslogics.com/includes/jobs/i/svg/info-o.svg) center center no-repeat;

	position: relative;
	margin: 0 0 0 0;
}
.notify__text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	font-feature-settings: 'ss01' on;
	color: #1177D1;
	display: block;
	width: calc(100% - 24px);
}

.b-form{
	margin: 30px 0;
}

.b-form__item{
	padding: 8px 0;
}

.b-asterisk {
	color: #f00;
	margin-left: 5px;
}

.b-form-control {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	box-sizing: border-box;
	border: 1px solid #CDCED1;
	border-radius: 8px;
	color: #222429;

	padding: 13px 40px 13px 16px;
	width: 100%;
}

.b-form-control_textarea{
	height: 12em;
	min-height: 12em;
	max-height: 12em;
	resize: none;
}

.b-form-control_error {
	border: 1px solid #d11111;
}

.b-form__file_error {
	border: 1px solid #d11111;
	background: #fcf0f0;
}



.b-form__btn {
	display: block;
	width: 100%;
	padding: 18px 0;
	border-radius: 8px;
	outline: none;
	border: none;

}
.b-form__btn_submit{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	font-feature-settings: 'ss01' on;
	color: #FFFFFF;
	cursor:pointer;
	background: #00AD62;
}
.b-form__btn_submit:hover{
	background-color:#00D176;
}
.b-form__btn_submit:active,
.b-form__btn_submit:focus {
	background-color:#009956;
}
.b-form__btn_submit:disabled {
	background-color:#D9DBDE;
	color: #8B8C8F;
	cursor: unset;
}

.b-contact-form__label,
.b-form__label{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	font-feature-settings: 'ss01' on;
	color: #404347;

	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 8px;
}



/* file */
.b-form__file  {}
.file {
	background: #F7F8FA;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 16px;

	width: calc(100% - 32px);
	height: auto;
	display: block;
}
.file__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.file__row:after {
	display: block;
	clear: both;
	content: "";
}

.file__label_container {
	display: block;
	width: auto;
	height: auto;
}
.file__label {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	/*border: 1px dotted #000000;*/
	width: max-content;
	height: 20px;
}
.file__label_small {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	order: 2;
	margin-top: -18px;
	color: #676A6E;
}
.file__label .file__help {
	cursor: help;
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(https://www.auslogics.com/includes/jobs/i/svg/icon-help-form.svg) center center no-repeat;
	vertical-align: bottom;
	margin-left: 8px;
}
.file__label_small {}
.file__button {
	box-sizing: border-box;
	display: block;
	align-items: flex-start;
	padding: 10px 16px 10px 8px;
	width: auto;
	min-width: 120px;
	max-width: 370px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #CDCED1;
	border-radius: 6px;
	cursor: pointer;

	/* Button/Button small */

	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	color: #404347;
	vertical-align: baseline;
	text-align: center;
	order: 1;

}
.file__button_icon  {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://www.auslogics.com/includes/jobs/i/svg/icon-download.svg) center center no-repeat;
	vertical-align: top;
	padding: 0 8px;
}
.file__list {
	display: none;
	width: 100%;
	order: 4;
	text-align: left;
	color: #0000AA;
	cursor: pointer;
	background: url(https://www.auslogics.com/includes/jobs/i/svg/icon-trash.svg) right center no-repeat;
	padding: 8px 40px 8px 0;
}

/* end-file */


/* help */

.b-help {
	display:inline-block;
	position:relative;
	/*border-bottom:1px dotted #666;*/
	text-align:left;
}
.b-help_right {
	float: right
}
.b-help .b-help__icon {
	cursor: help;
	display: block;
	width: 16px;
	height: 20px;
	background: url(https://www.auslogics.com/includes/jobs/i/svg/icon-help-form.svg) center bottom no-repeat;
}

.b-help .b-help__box {
	min-width:300px;
	width: fit-content;
	top: -20px;
	left: calc(100% - 19px);
	transform: translate(-90%, -90%);
	padding: 8px 16px;
	color: #FFFFFF;
	background-color: #33353A;
	font-weight: normal;
	font-size: 13px;
	border-radius: 8px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	display: none;
}

.b-help:hover .b-help__box {
	display:block;
}

.b-help .b-help__box i {
	position:absolute;
	top:100%;
	left:calc(100% - 20px);
	margin-left:-12px;
	width:24px;
	height:12px;
	overflow:hidden;
}

.b-help .b-help__box i::after {
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	left:50%;
	transform:translate(-50%,-50%) rotate(45deg);
	background-color:#33353A;
	box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.b-help .b-help__box h3 {
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.b-help .b-help__box p {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

.b-help .b-help__box_regular {
	min-width:500px;
	width: fit-content;
	top: -35px;
	left: calc(100% - 38px);
	transform: translate(-90%, -90%);
	padding: 8px 16px;
	color: #FFFFFF;
	background-color: #33353A;
	font-weight: normal;
	font-size: 13px;
	border-radius: 8px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	display: none;
}
/* end help */

/* thx */


.b-thx{
	max-width: 630px;
	min-height: 320px;
	margin: 20px auto;
}


.b-thx__title{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: -0.01em;
	font-feature-settings: 'ss01' on;
	color: #222429;
}
.b-thx__message{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	font-feature-settings: 'ss01' on;
	color: #404347;

	margin: 24px 0;
	padding: 24px 24px 24px 64px;

	border: 1px solid #F0F7FC;
	background-color: #F0F7FC;
	border-radius: 8px;

	background-size: 24px 24px;
	background-position: 24px 24px;
	background-image: url(https://www.auslogics.com/includes/jobs/i/svg/icon-check-rounded.svg);
	background-repeat: no-repeat;


}

.b-thx__link {
	color: #06d;
	outline: 0;
	text-decoration: none;
}
.b-thx__link:hover{
	color: #39f;
	text-decoration: underline;
}

/* end thx */


/* preloader */
.b-preloader{
	width:73px;
	height:40px;

	background: url(../gif/progress-animation-3.gif) 0 5px  no-repeat;
	display: none;
}
.b-preloader_position{
	position:absolute;

	margin-left: 225px;
	margin-top: 23px;
}
.b-preloader_text_grey{
	font-size: 15px;
	color:#99a2b2;
	padding-left:37px;
	text-align:left;

}

/* end preloader */


.b-form-submit-wrapper{
	height:32px;
}


.b-form__error {

}
.error-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 14px 16px;
	gap: 8px;
	width: border-box;
	height: auto;
	background: #fcf0f0;
	border: 1px solid #d11111;
	border-radius: 8px;
}

.error-container__icon {
	display: block;
	width: 16px;
	height: 16px;
	background: url(https://www.auslogics.com/includes/jobs/i/svg/icon-decline.svg) center center no-repeat;

	position: relative;
	margin: 0 0 0 0;
}

.error-container__message {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	font-feature-settings: 'ss01' on;
	color: #d11111;
	display: block;
	width: calc(100% - 24px);
}

.error-container__message ol>li {
	list-style-position: inside;
	list-style-type: decimal;
}
.error-container_hidden {
	display: none;
}

/*========================================================*/
/*=================   DIVIDER   ==========================*/
/*========================================================*/

/* todo: move to main */
.b-breadcrumbs__wrapper {
	margin: 0 auto 0 auto;
	max-width: 1000px;
	padding: 0;
}

.b-section__content_breadcrumbs {
	padding: 16px 0;
}

.b-breadcrumbs {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #222429;
}

.b-breadcrumbs a{
	text-decoration: none;
	color: #ADAEB2;
}

.b-breadcrumbs a:hover,
.b-breadcrumbs a:active {
	/* Todo: change */
	color: #2997FC;
}

.b-breadcrumbs span {
	padding: 0 5px;
}

/* todo: move to main */


