

/* Start:/local/templates/login/components/bitrix/system.auth.registration/tmh/style.css?177030723822439*/
body .main-auth {
    height: auto;
}

.auth-box {
    min-width: 750px;
}

.auth-title {
    margin-bottom: 28px;
}

.auth-heading {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #252527;
}

.auth-description {
    margin: 0 0 0 4px;
    color: #6D6E71;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

form[name="registration_new"] .auth-title .auth-description {
    font-size: 20px;
    color: #252527;
    margin-top: 20px;
}

/* Mark input boxes that gets an error on validation: */
.registration input.invalid {
    border: 1px solid #F92828;
}

.registration .checkbox.invalid ~ .layer {
    border: 1px solid red;
}

/* Hide all steps by default: */
.registration .tab {
    display: none;
}

.registration .tab--active {
    display: block;
}

.tab .comment {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: #676B77;
    font-family: inherit;
    margin-top: -20px;
    margin-bottom: 20px;

}

.form-btns {
    display: flex;
    justify-content: flex-end;
    max-width: 1030px;
    width: 100%;
}


#prevBtn {
    display: none;
    box-sizing: border-box;
}

#prevBtn.prevBtn--active {
    display: flex;
}

#nextBtn {
    display: flex;
    margin-left: 10px;
}

.form-btns .blue-btn {
    margin-left: 10px;
}

/* Make circles that indicate the steps of the form: */

.circles {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    list-style: none;
    margin-bottom: 50px;
    counter-reset: step;
    background: #F5F5F6;
    padding: 20px 0;
    border-radius: 12px;
}

.circles li {
    position: relative;
    width: 25%;
    text-align: center;
    counter-increment: step;
}

.step span {
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    color: #6D6E71;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.step::before {
    content: counter(step);
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 2px solid #5CC4F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #5CC4F2;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #5CC4F2;
    width: 100%;
    top: 12px;
    left: 62%;
}

.step.active span {
    color: #252527;
}

.step.finish span {
    color: #252527;
}

.finish:not(:last-child)::after {
    background-color: #5CC4F2;
}

/* Mark the steps that are finished and valid: */
.step.finish::before {
    content: '';
    background-color: #5CC4F2;
    background-image: url('/local/templates/login/components/bitrix/system.auth.registration/tmh/./images/check.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.registration h3.block-title__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.inputs-group {
    display: flex;
    max-width: 1030px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inputs-group {
    /*display: none;*/
}

.inputs-group div {
    position: relative;
    width: 49%;
    margin-bottom: 30px;
}

.inputs-group div .help-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #5B5C5F;
    margin: 5px 0 ;
    width: 100%;
}

.inputs-group div.width-100 {
    width: 100%;
}

.inputs-group div.width-100 div {
    width: 100%;
}

.inputs-group div .description-item {
    width: 100%;
}

.inputs-group div.checkbox-plank {
    width: 100%;
    margin-bottom: 20px;
}

.inputs-group div.checkbox-plank div {
    width: 100%;
    margin: 0;
}

.title-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.inputs-group div .help-input,
.inputs-group div .protection-bar,
.inputs-group div .input-wrapper
.inputs-group .input-wrapper.checkbox-plank > div {
    width: 100%;
    margin-bottom: 5px;
}

.inputs-group div.input-wrapper.not-margin,
.inputs-group div .company-info {
    margin: 0;
}

.inputs-group .input-wrapper.checkbox-plank {
    display: flex;
}

.inputs-group div.help-input {
    position: relative;
}

.inputs-group div.help-input .help {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 5px;
    top: 14px;
    transform: translate(-50%);
    position: absolute;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.inputs-group div.checkbox {
    width: 100%;
}

.help-input--new-password .help {
    background-image: url('/local/templates/login/components/bitrix/system.auth.registration/tmh/images/eye.svg') !important;
}

.help-input--new-password .help#active{
    background-image: url('/local/templates/login/components/bitrix/system.auth.registration/tmh/images/eye-off.svg')  !important;
}

.registration .checkbox label {
    align-items: flex-start;
}

.select2.select2-container {
    width: 100% !important;
}

.code__didnt-get.hide {
    display: none;
}

.props_section {
    display: none;
}

.props_section.active{
    display: block;
}

.input-img {
    top: 50% !important;
    transform: translate(0, -50%);
    z-index: 1;
}

.select2-container--open + .input-img {
    transform: rotate(180deg) translate(0, 50%) !important;
}

.inputs-group div .select-container  {
    width: 100%;
    margin-bottom: 0;
}

.type_of_organization.hide {
    display: none;
}

.company-info {
    background: #F5F5F6;
    padding: 5px;
}

.company-info .company-info__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: baseline;
}

.company-info .company-info__row-name {
    color: #6D6E71;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 30%;
    white-space: nowrap;
}

.company-info .company-info__row-delimeter {
    flex: 1 1 30%;
    border-bottom: 1px dashed #AFB0B1;
    width: 50%;
    margin-bottom: 3px;
}

.company-info .company-info__row-value {
    width: 50%;
    display: flex;
    align-items: center;
    color: #252527;
    font-size: 14px;
    font-weight: 400;
}

.company-info a.company-info__row-value {
    color: #17A1E0;
}

.inputs-group .block-info {
    height: 64px;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    background: #DEF2FC;
    margin: 0;
}

.width-100 .block-info .block-info-icon-cont {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.block-info .block-info-txt-block {
    margin: 0;
    margin-left: 12px;
    align-items: center;
    display: flex;
}

.block-info .block-info-txt-title {
    margin: 0;
    color: #252527;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.block-info .block-info-txt-info {
    margin: 0;
    color: #444446;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}

.block-info .info-link {
    text-decoration: none;
    color: #5CC4F2;
}

.block-info .info-link:hover {
    color: #17A1E0;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 20px !important;
}



.result-block-filter {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    gap: 10px;  
    background: #f2f1ff;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
}

.result-block-filter>span {
    text-overflow: ellipsis;
    max-width: 600px;
    overflow: hidden;
}

.filter-depart-result__header .result-block-filter, .filter-result-values__header  .result-block-filter {
    max-width: 35%;
}

.filter-depart-result__header .result-block-filter>span, .filter-result-values__header .result-block-filter>span {
    white-space: nowrap;
}

.result-block-filter .result-delete {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 100%;
    box-shadow: 0px 4.6px 14.4571px rgba(0, 0, 0, 0.12);
    background: #FFFFFF url("/local/templates/login/components/bitrix/system.auth.registration/tmh/images/cross.svg") center/16px no-repeat;
}

.filter-depart-result__header, .filter-result-values__header {
    display: flex;
    align-items: center;
}

.filter-result-values__header {
    padding: 10px 15px 10px;
    border-bottom: 1px solid #DCDCE2;
}

.filter-result-values__header.active {
    border: 0
}

.filter-result-values__body {
    display: none;
    padding: 0 15px 15px;
    border-bottom: 1px solid #DCDCE2;
}

.filter-result-values__body .result-block-filter {
    margin-bottom: 8px;
}

.filter-result-values__header.active + .filter-result-values__body {
    display: block;
}

.filter-depart-result__header .result-header__text, .filter-result-values__header .result-header__text, .filter-result-values__body .result-header__text-clear,  .result-header__text-clear-all{
    font-size: 14px;
    line-height: 130%;
    white-space: nowrap;
    padding: 0 5px;
    display: block;
    cursor: pointer;
}

.result-header__text-clear-all {
    display: none;
    padding-bottom: 10px;
}

.result-header__text-clear-all.active {
    display: inline-flex;
}

.filter-depart-result__header.active .result-header__text, .filter-result-values__header.active .result-header__text, .filter-result-values__header.one-elements .result-header__text {
    display: none;
}

.filter-depart-result__header.active .result-header__text .filter-result-values__header .result-header__text{
    visibility: hidden;
}

.filter-result-values__header.active .result-block-filter, .filter-result-values__header.one-elements .result-block-filter {
    max-width: 100%;
}

.filter-result-values__header.active .result-block-filter > span, .filter-result-values__header.one-elements .result-block-filter > span {
    white-space: wrap;
}

.select2-container--open .select2-selection__rendered .filter-depart-result__header {
    display: none;
}

.inputs-group div .select2-selection .filter-depart-result__header {
    width: 100%;
    margin: 0;
}


.filter-page__list{
    flex-wrap: nowrap;
}

.filter-page__item:last-child{
    flex-shrink: 0;
    width: auto!important;
}

.select2-results__values{
    max-height: 250px;
    overflow-x: hidden;
}

.select2-results__values::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.select2-results__values::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #DCDCE2;
}

.filter-depart-result__header .result-block-filter, .filter-result-values__header .result-block-filter{
    max-width: 100%;
}

.select2-search.select2-search--inline{
    width: 100%;
}

.filter-page__item .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
}

.select2-container--default .select2-selection.select2-selection--multiple{
    height: 50px;
}

/* .result-block-filter>span{
    max-width: 166px;
}

.select2-results__values .result-block-filter>span{
    max-width: 400px;
} */

.filter-result-values__header.active {
    display: inline-grid;
}

result-header__text-clear-all{
    align-items: center;
    gap: 5px;
}

.result-header__text-clear-all::before{
    content: '';
    background: url("/local/templates/login/components/bitrix/system.auth.registration/tmh/images/cross.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
}

.select2.select2-container:not(.select2-container--open) .select2-search.select2-search--inline {
    width: 0;
}

.select2.select2-container:not(.select2-container--open) .select2-selection__rendered {
    width: 100%;
}

.select2-container.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.inputs-group .title-label .red {
    color: red;
}

.block-user {
    border: 1px solid #F2F2F2;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 8px;    
}

.block-user-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.inputs-group div .block-user-title {
    margin: 0;
}

.block-user-title h3 {
    margin-left: 5px;
}

.inputs-group div div.arrow-down,
.block-group-title div.arrow-down {
    width: 20px;
    height: 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.arrow-down .arrow-down-icon {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/login/components/bitrix/system.auth.registration/tmh/./images/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.inputs-group div .block-user-title .block-user-title-arrow,
.block-group-title {
    margin: 0;
    width: auto;
}

.block-user-title-arrow,
.block-group-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/*.block-title:hover .arrow-down,*/
.block-user-title-arrow:hover .arrow-down {
    background-color: #DEF2FC;
}

/*.block-title:hover .arrow-down .arrow-down-icon,*/
.block-user-title-arrow:hover .arrow-down .arrow-down-icon {
    background-image: url(/local/templates/login/components/bitrix/system.auth.registration/tmh/./images/arrow-down-blue.svg);
    background-position: center;
}

.block-user:not(.open) .arrow-down-icon {
    transform: rotate(0);
}

.block-title:hover .block-title__text,
.block-user-title-arrow:hover .block-title__text {
    color: #000000;
}

.open .arrow-down .arrow-down-icon {
    transform: rotate(180deg);
}

.block-user-title .delete {
    margin-left: auto;
}

.block-user.open .block-user-field {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0; 
}

.block-user-field {
    display: none;
}

.inputs-group .block-users .block-user-field > div {
    width: 49%;
    margin-bottom: 20px;
}

.inputs-group .block-users .block-user-field > div.width-100 {
    width: 100%;
}

.button-add {
    display: flex;
    padding: 5px 6px 5px 6px;
    gap: 0px;
    border-radius: 6px;
    border: 0;
}

.button-add.blue {
    background: #DEF2FC;
}

.button-add.blue:hover {
    background: #17A1E0;
}

.button-add .button-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
}

.button-add.blue .button-name {
    color: #17A1E0;
}

.button-add.blue:hover .button-name  {
    color: #FFFFFF;
}


.button-add.blue span.icon-plus {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/login/components/bitrix/system.auth.registration/tmh/./images/plus-sm.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-add.blue:hover span.icon-plus {
    background-image: url(/local/templates/login/components/bitrix/system.auth.registration/tmh/./images/plus-white.svg);
    background-position: center;
}

.role-input {
    display: none;
}

.role-input:checked + .role-label {
    background: #17A1E0;
    border-color: #17A1E0;
    color: #FFFFFF;
}

.inputs-group div div.role-container {
    margin: 0;
}



label.role-label {
    display: inline-block;
    margin: 0;
    border: 1px solid var(--neytralnyy-seryy-100);
    border-radius: 20px;
    padding: 3px 7px;

    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: var(--neytralnyy-seryy-950);
    cursor: pointer;
}

.role-info {
    position: relative;
    margin-top: 10px;
    background: var(--neytralnyy-seryy-80);
    border-radius: 8px;
    padding: 10px 50px 10px 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--neytralnyy-seryy-800);
    background-color:#F2F2F2;
}

.inputs-group div.width-100 div .role-info{
    width: 100%;
}


.role-info__text {
    display: block;
    margin-bottom: 4px;
}

.role-info.active {
    display: block;
}

[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.block-organization {
    border: 1px solid #F2F2F2;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-organization-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.inputs-group div .block-organization-field .block-organization-title {
    margin: 0;
    width: 10%;
}

.input-wrapper span.delete {
    width: 44px;
    height: 44px;
    background-image: url(/local/templates/login/components/bitrix/system.auth.registration/tmh/./images/delete.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.input-wrapper span.delete:hover {
    background-image: url(/local/templates/login/components/bitrix/system.auth.registration/tmh/./images/delete-blue.svg);
    background-position: center;
}

.block-organization-title .delete {
    margin-left: auto;
}

.block-organization.open .block-organization-field {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;   
}

.inputs-group div .block-organization-field .input-wrapper {
    margin-bottom: 0;   
}

.block-organization-field {
    display: none;
}

.inputs-group .block-organizations .block-organization-field > div.width-100 {
    width: 100%;
}

.inputs-group .block-organizations .block-organization-field > div.width-90 {
    width: 90%;
}

.inputs-group div.checkbox-plank .toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 44px;
    height: 24px;
    box-sizing: border-box;
}
  
.inputs-group div.checkbox-plank .button-cover {
    border-radius: 4px;
}

.inputs-group div.checkbox-plank .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.inputs-group div.checkbox-plank .button-cover,
.inputs-group div.checkbox-plank .knobs,
.inputs-group div.checkbox-plank .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inputs-group div.checkbox-plank .button {
    position: relative;
    top: 50%;
    width: 44px;
    height: 24px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}
  
.inputs-group div.checkbox-plank .button.r {
    border-radius: 100px;
    background-color: #5CC4F2;
}
  
.inputs-group div.checkbox-plank .button.r .layer {
    border-radius: 100px;
    background-color: #F2F2F2;
}
  
.inputs-group div.checkbox-plank .button.r:hover .layer {
    background-color: #E6E6E7;
}

.inputs-group div.checkbox-plank .button.r .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
  
.inputs-group div.checkbox-plank .knobs {
    z-index: 2;
}
  
.inputs-group div.checkbox-plank .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

.inputs-group div.checkbox-plank #button-1 .knobs:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
  
.inputs-group div.checkbox-plank #button-1 .checkbox:checked + .knobs:before {
    content: "";
    left: 20px;
    background-color: #FFFFFF;
}
  
.inputs-group div.checkbox-plank #button-1 .checkbox:checked ~ .layer {
    background-color: #5CC4F2;;
}
  
.inputs-group div.checkbox-plank #button-1 .knobs,
.inputs-group div.checkbox-plank #button-1 .knobs:before,
.inputs-group div.checkbox-plank #button-1 .layer {
    transition: 0.3s ease all;
}

.inputs-group div.checkbox-plank .checkbox-description {
    width: 80%;
}

.inputs-group div.checkbox-plank .checkbox-text {
    width: 20%;
}

.footer-form {
    display: flex;
}

.info-star {
    white-space: nowrap; 
}

.info-star-text {
    color: #5B5C5F;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    white-space: nowrap; 
}

.info-star-red {
    color: red;
}

.inputs-group div#info_wrap,
.inputs-group div#client_id_wrap {
    margin-bottom: 15px;
}

.tooltiptext-entry {
	width: 500px;
	background: #FFFFFF;
    backdrop-filter: blur(1px);
    border-radius: 4px;
	padding: 20px;
	position: absolute;
	z-index: 10000000000;
	margin: 0 auto;
    border: 1px solid #F2F2F2;
    box-shadow: 4px 4px 10px 0 #2525270f;
}

.inputs-group .select-container div.select-tree-more-list {
    position: absolute;
    max-width: 360px;
    border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 3;
    border: 1px solid #F2F2F2;
    box-shadow: 4px 4px 10px 0 #2525270F;
    padding: 10px;
    width: 100%;
    margin: 0;
}

.select-tree-more-list.active {
    display: block;
}

.select-tree-more-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #252527;
}

.select-tree-more-items-list {
    margin: 0;
}

.select2-container--disabled .select2-selection__clear {
    display: none;
}

.error-message-user-add {
    display: block;
    margin-top: 10px;
    color: red;
}

.select2-results .result-block-filter,
.filter-depart-result__header .result-block-filter{
    padding: 3px 7px;
    border-radius: 4px;
    background-color: #def2fc;
    font-weight: 400;
}

.select2-results .result-block-filter .result-delete,
.filter-depart-result__header .result-block-filter .result-delete{
    background-color: transparent;
    box-shadow: none;
    margin-top: 4px;
}

.select2.select2-container--default.select2-container:not(.select2-container--open) .select2-search.select2-search--inline,
.select2.select2-container--default.select2-container:not(.select2-container--open) .select2-selection__rendered,
.select2-search.select2-search--inline,
.select2-selection__rendered{
    width: auto!important;
}

form[name="registration_new"] .restore-password__success .btn.blue-btn {
    display: none;
  }

  form[name="registration_new"] .restore-password__success .btn.blue-btn.visible {
    display: block;
  }

  form[name="registration_new"] .restore-password__success .btn.blue-btn.visible:hover {
    color: #FFFFFF;
  }

.inputs-group #agreement_wrap {
    margin-bottom: 15px;
}
/* End */


/* Start:/local/js/mcart/upload_file/dist/index.bundle.css?177030723849324*/
.container__file-load {
    height: 40px;
}

.container__file-load.drag{
    border: 2px dashed #ccc;
    border-radius: 20px;
    opacity: 0.4;
}

.upload-zone_dragover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 130px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 24px;
    border: 1px dashed #AFB0B1;
    cursor: pointer;
}

.upload-zone_dragover._active {
    color: #000000;
    background-color: #D4FB51;
}

.upload-zone_dragover.dragover {
    border-color: #17A1E0;
    background-color: #e6f2ff;
}

.file-upload-input {
    display: none;
}

.file-area-img {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='31' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 25.5V15m0 0L11 19.5m4.5-4.5l4.5 4.5m-15 0C1.25 15.75 1.274 9.362 8 6c6-3 11.25 0 12.75 5.25 1.75-.25 5.892-.75 7.5 3 1.607 3.75 0 7.5-3 8.25' stroke='%235CC4F2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
}

.file-area-desc {
    color: #4E4F50;
    font-size: 14px;
    line-height: 20px;
}

.upload-zone-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.file-area-formats {
    line-height: 20px;
    font-size: 14px;
    color: #86878A;
}

.select__cert-title {
    color: #252527;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.select__cert-txt {
    color: #86878A;
    font-size: 14px;
    line-height: 20px; 
}
.select__cert-cont {
    background-color: #F1FAFE;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F1FAFE;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F1FAFE !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 2px;

}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #5CC4F2;
}

.select2-dropdown {
    border: none !important;
}

.select2-search__field {
    border: 1px solid #F2F2F2 !important;
    background-color: #F5F5F6;
}

.select2-container--default .select2-results__option--selected {
    background-color: none !important;
}

.sign-file-checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: 0;
    margin-right: 12px;
}

.sign-file-checkbox+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
  
.sign-file-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid #E6E6E7;
    border-radius: 3px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
}

.sign-file-checkbox:checked+label::before {
    border-color: #17A1E0;
    background-color: #17A1E0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.8L4.143 9 12 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sign-modal-btn.active {
    background-color: #5CC4F2;
    color: #FFFFFF;
    cursor: pointer;
}

.select2-selection__clear {


}

.select2-selection__clear span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 5.5l-9 9m0-9l9 9' stroke='%23AFB0B1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    text-indent: -9999px;  
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;  
}


.upload-btns-group {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.submit-btn {
    border: 1px solid #E6E6E7;
    text-transform: uppercase;
    border-radius: 6px;
    height: 44px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background-color: #F2F2F2;
    color: #AFB0B1;
}

.submit-btn.active {
    background-color: #5CC4F2;
    color: #FFFFFF;
    cursor: pointer;
}

.uploaded-doc-cont .uploaded-doc-type {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%235CC4F2'/%3E%3Cpath d='M8.698 14V5.598h5.46v1.26H10.14V9.27h3.446v1.202h-3.446V14H8.698zm6.78 0V5.598h1.44V14h-1.44zm3.357 0V5.598h1.441v7.142h4.02V14h-5.46zm6.545 0V5.598h5.39v1.26h-3.948v2.331h3.386v1.202h-3.386v2.35h3.96V14H25.38z' fill='%235CC4F2'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.pdf {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%23DC2626'/%3E%3Cpath d='M10.834 14h-1.44V5.6h3.636c.736 0 1.312.232 1.728.696.424.464.636 1.092.636 1.884 0 .792-.212 1.42-.636 1.884-.416.464-.992.696-1.728.696h-2.196V14zm0-7.14V9.5h1.944c.344 0 .62-.116.828-.348.216-.232.324-.556.324-.972 0-.416-.108-.74-.324-.972-.208-.232-.484-.348-.828-.348h-1.944zm7.377 0v5.88h1.56c.576 0 1.028-.148 1.356-.444.336-.296.504-.684.504-1.164V8.468c0-.48-.168-.868-.504-1.164-.328-.296-.78-.444-1.356-.444h-1.56zm1.56 7.14h-3V5.6h3c1.024 0 1.828.256 2.412.768.592.512.888 1.224.888 2.136v2.592c0 .912-.296 1.624-.888 2.136-.584.512-1.388.768-2.412.768zm6.415 0h-1.44V5.6h5.46v1.26h-4.02v2.412h3.444v1.2h-3.444V14z' fill='%23DC2626'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.xlsx {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%23007330'/%3E%3Cpath d='M6.664 14h-1.38v-.48l2.628-3.864L5.488 6.08V5.6h1.464l1.86 2.928L10.757 5.6h1.38v.48L9.688 9.644l2.652 3.876V14h-1.463l-2.1-3.192L6.663 14zm12.342 0h-5.46V5.6h1.44v7.14h4.02V14zm3.75.18c-.928 0-1.708-.248-2.34-.744-.616-.504-.924-1.224-.924-2.16h1.44c0 .384.104.704.312.96.368.416.9.624 1.596.624.496 0 .88-.1 1.152-.3.28-.2.42-.464.42-.792a.74.74 0 00-.396-.684c-.264-.168-.744-.384-1.44-.648l-.108-.036-.192-.072c-.92-.352-1.576-.688-1.968-1.008-.392-.336-.588-.82-.588-1.452 0-.744.268-1.336.804-1.776.544-.448 1.284-.672 2.22-.672.976 0 1.74.24 2.292.72.552.472.828 1.176.828 2.112h-1.44c0-.504-.156-.88-.468-1.128-.304-.256-.712-.384-1.224-.384-.472 0-.852.096-1.14.288-.28.192-.42.436-.42.732 0 .336.124.58.372.732.256.152.736.356 1.44.612l.168.06c.424.144.784.284 1.08.42.272.12.556.28.852.48.568.384.852.928.852 1.632 0 .752-.28 1.356-.84 1.812-.552.448-1.332.672-2.34.672zm5.278-.18h-1.38v-.48l2.628-3.864-2.424-3.576V5.6h1.464l1.86 2.928L32.126 5.6h1.38v.48l-2.448 3.564 2.652 3.876V14h-1.464l-2.1-3.192L28.034 14z' fill='%23007330'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.doc,
.uploaded-doc-cont .uploaded-doc-type.docx {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%230058A6'/%3E%3Cpath d='M6.16 14H4.818l-1.68-7.92V5.6h1.416l1.236 6.096 1.44-3.936h.912l1.464 3.972L10.817 5.6h1.344v.48L10.48 14H9.137L7.649 9.968 6.16 14zm12.241-2.772V8.372c0-.488-.164-.88-.492-1.176-.328-.304-.784-.456-1.368-.456-.584 0-1.04.152-1.368.456-.328.296-.492.688-.492 1.176v2.856c0 .488.164.884.492 1.188.328.296.784.444 1.368.444.584 0 1.04-.148 1.368-.444.328-.304.492-.7.492-1.188zm-5.16-.072V8.444c0-.936.296-1.672.888-2.208.592-.544 1.396-.816 2.412-.816s1.82.272 2.412.816c.592.536.888 1.272.888 2.208v2.712c0 .936-.296 1.676-.888 2.22-.592.536-1.396.804-2.412.804s-1.82-.268-2.412-.804c-.592-.544-.888-1.284-.888-2.22zM22.966 14h-1.44V5.6h3.612c.816 0 1.44.228 1.872.684.44.448.66 1.08.66 1.896 0 .568-.128 1.064-.384 1.488a2.29 2.29 0 01-1.092.936l1.572 2.916V14H26.35l-1.728-3.228h-1.656V14zm0-7.14v2.688h1.908c.888 0 1.332-.448 1.332-1.344 0-.896-.444-1.344-1.332-1.344h-1.908zm7.682 0v5.88h1.56c.576 0 1.028-.148 1.356-.444.336-.296.504-.684.504-1.164V8.468c0-.48-.168-.868-.504-1.164-.328-.296-.78-.444-1.356-.444h-1.56zm1.56 7.14h-3V5.6h3c1.024 0 1.828.256 2.412.768.592.512.888 1.224.888 2.136v2.592c0 .912-.296 1.624-.888 2.136-.584.512-1.388.768-2.412.768z' fill='%230058A6'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.png {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%23A066AA'/%3E%3Cpath d='M10.05 14H8.61V5.6h3.635c.736 0 1.312.232 1.728.696.424.464.636 1.092.636 1.884 0 .792-.212 1.42-.636 1.884-.416.464-.992.696-1.728.696H10.05V14zm0-7.14V9.5h1.943c.344 0 .62-.116.828-.348.216-.232.324-.556.324-.972 0-.416-.108-.74-.324-.972-.208-.232-.484-.348-.828-.348H10.05zM17.425 14h-1.44V5.6h1.32l3.6 5.724V5.6h1.44V14h-1.32l-3.6-5.724V14zm9.732.18c-.984 0-1.752-.264-2.304-.792-.552-.528-.828-1.26-.828-2.196V8.444c0-.952.292-1.692.876-2.22.584-.536 1.4-.804 2.448-.804.888 0 1.636.244 2.244.732.608.488.912 1.196.912 2.124v.048h-1.44v-.048c0-.464-.16-.836-.48-1.116-.32-.28-.752-.42-1.296-.42-.56 0-1.004.144-1.332.432-.328.288-.492.68-.492 1.176v2.844c0 .52.156.928.468 1.224.312.296.748.444 1.308.444.392 0 .748-.088 1.068-.264a1.91 1.91 0 00.756-.756v-1.08H27.41v-1.2h3.096V14h-.78l-.432-.792c-.528.648-1.24.972-2.136.972z' fill='%23A066AA'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.jpeg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%2340BF7F'/%3E%3Cpath d='M8.01 14.18c-.92 0-1.633-.216-2.137-.648-.496-.44-.744-1.112-.744-2.016v-.36h1.44v.36c0 .896.48 1.344 1.44 1.344.432 0 .78-.116 1.044-.348.264-.24.396-.588.396-1.044V5.6h1.44v5.916c0 .904-.268 1.576-.804 2.016-.528.432-1.22.648-2.076.648zm6.12-.18h-1.44V5.6h3.636c.736 0 1.312.232 1.728.696.424.464.636 1.092.636 1.884 0 .792-.212 1.42-.636 1.884-.416.464-.992.696-1.728.696H14.13V14zm0-7.14V9.5h1.944c.344 0 .62-.116.828-.348.216-.232.324-.556.324-.972 0-.416-.108-.74-.324-.972-.208-.232-.484-.348-.828-.348H14.13zM25.467 14h-5.4V5.6h5.388v1.26h-3.948v2.328h3.384v1.2h-3.384v2.352h3.96V14zm4.33.18c-.983 0-1.752-.264-2.303-.792-.552-.528-.828-1.26-.828-2.196V8.444c0-.952.291-1.692.875-2.22.584-.536 1.4-.804 2.448-.804.889 0 1.636.244 2.244.732.609.488.913 1.196.913 2.124v.048h-1.44v-.048c0-.464-.16-.836-.48-1.116-.32-.28-.752-.42-1.296-.42-.56 0-1.005.144-1.332.432-.328.288-.492.68-.492 1.176v2.844c0 .52.155.928.467 1.224.313.296.748.444 1.308.444.392 0 .748-.088 1.069-.264a1.91 1.91 0 00.756-.756v-1.08h-1.657v-1.2h3.096V14h-.78l-.432-.792c-.527.648-1.24.972-2.136.972z' fill='%2340BF7F'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.jpg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%2340BF7F'/%3E%3Cpath d='M11.428 14.18c-.92 0-1.632-.216-2.136-.648-.496-.44-.744-1.112-.744-2.016v-.36h1.44v.36c0 .896.48 1.344 1.44 1.344.432 0 .78-.116 1.044-.348.264-.24.396-.588.396-1.044V5.6h1.44v5.916c0 .904-.268 1.576-.804 2.016-.528.432-1.22.648-2.076.648zM17.55 14h-1.44V5.6h3.636c.736 0 1.312.232 1.728.696.424.464.636 1.092.636 1.884 0 .792-.212 1.42-.636 1.884-.416.464-.992.696-1.728.696H17.55V14zm0-7.14V9.5h1.944c.344 0 .62-.116.828-.348.216-.232.324-.556.324-.972 0-.416-.108-.74-.324-.972-.208-.232-.484-.348-.828-.348H17.55zm8.83 7.32c-.985 0-1.753-.264-2.305-.792-.552-.528-.828-1.26-.828-2.196V8.444c0-.952.293-1.692.877-2.22.583-.536 1.4-.804 2.447-.804.889 0 1.636.244 2.244.732.608.488.913 1.196.913 2.124v.048h-1.44v-.048c0-.464-.16-.836-.48-1.116-.32-.28-.752-.42-1.296-.42-.56 0-1.005.144-1.332.432-.328.288-.492.68-.492 1.176v2.844c0 .52.155.928.467 1.224.313.296.748.444 1.308.444.393 0 .748-.088 1.069-.264a1.91 1.91 0 00.756-.756v-1.08H26.63v-1.2h3.096V14h-.78l-.432-.792c-.529.648-1.24.972-2.137.972z' fill='%2340BF7F'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.txt {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%235CC4F2'/%3E%3Cpath d='M9.293 6.857v-1.26h6.31v1.26h-2.437V14H11.73V6.857H9.293zM15.967 14v-.48l2.63-3.862-2.425-3.58v-.48h1.465l1.863 2.93 1.94-2.93h1.382v.48l-2.449 3.568 2.654 3.873V14h-1.465l-2.103-3.193L17.349 14h-1.382zm7.424-7.143v-1.26h6.31v1.26h-2.437V14h-1.436V6.857h-2.437z' fill='%235CC4F2'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.svg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%23A066AA'/%3E%3Cpath d='M10.05 14H8.61V5.6h3.635c.736 0 1.312.232 1.728.696.424.464.636 1.092.636 1.884 0 .792-.212 1.42-.636 1.884-.416.464-.992.696-1.728.696H10.05V14zm0-7.14V9.5h1.943c.344 0 .62-.116.828-.348.216-.232.324-.556.324-.972 0-.416-.108-.74-.324-.972-.208-.232-.484-.348-.828-.348H10.05zM17.425 14h-1.44V5.6h1.32l3.6 5.724V5.6h1.44V14h-1.32l-3.6-5.724V14zm9.732.18c-.984 0-1.752-.264-2.304-.792-.552-.528-.828-1.26-.828-2.196V8.444c0-.952.292-1.692.876-2.22.584-.536 1.4-.804 2.448-.804.888 0 1.636.244 2.244.732.608.488.912 1.196.912 2.124v.048h-1.44v-.048c0-.464-.16-.836-.48-1.116-.32-.28-.752-.42-1.296-.42-.56 0-1.004.144-1.332.432-.328.288-.492.68-.492 1.176v2.844c0 .52.156.928.468 1.224.312.296.748.444 1.308.444.392 0 .748-.088 1.068-.264a1.91 1.91 0 00.756-.756v-1.08H27.41v-1.2h3.096V14h-.78l-.432-.792c-.528.648-1.24.972-2.136.972z' fill='%23A066AA'/%3E%3C/svg%3E");
}

.uploaded-doc-cont .uploaded-doc-type.sig {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='38' height='19' rx='3.5' stroke='%2317A1E0'/%3E%3Cpath d='M13.753 14.18c-.928 0-1.708-.248-2.34-.744-.616-.504-.924-1.224-.924-2.16h1.44c0 .384.104.704.312.96.368.416.9.624 1.596.624.496 0 .88-.1 1.152-.3.28-.2.42-.464.42-.792a.74.74 0 00-.396-.684c-.264-.168-.744-.384-1.44-.648l-.108-.036-.192-.072c-.92-.352-1.576-.688-1.968-1.008-.392-.336-.588-.82-.588-1.452 0-.744.268-1.336.804-1.776.544-.448 1.284-.672 2.22-.672.976 0 1.74.24 2.292.72.552.472.828 1.176.828 2.112h-1.44c0-.504-.156-.88-.468-1.128-.304-.256-.712-.384-1.224-.384-.472 0-.852.096-1.14.288-.28.192-.42.436-.42.732 0 .336.124.58.372.732.256.152.736.356 1.44.612l.168.06c.424.144.784.284 1.08.42.272.12.556.28.852.48.568.384.852.928.852 1.632 0 .752-.28 1.356-.84 1.812-.552.448-1.332.672-2.34.672zm6.175-.18h-1.44V5.6h1.44V14zm4.81.18c-.984 0-1.752-.264-2.304-.792-.552-.528-.828-1.26-.828-2.196V8.444c0-.952.292-1.692.876-2.22.584-.536 1.4-.804 2.448-.804.888 0 1.636.244 2.244.732.608.488.912 1.196.912 2.124v.048h-1.44v-.048c0-.464-.16-.836-.48-1.116-.32-.28-.752-.42-1.296-.42-.56 0-1.004.144-1.332.432-.328.288-.492.68-.492 1.176v2.844c0 .52.156.928.468 1.224.312.296.748.444 1.308.444.392 0 .748-.088 1.068-.264a1.91 1.91 0 00.756-.756v-1.08H24.99v-1.2h3.096V14h-.78l-.432-.792c-.528.648-1.24.972-2.136.972z' fill='%2317A1E0'/%3E%3C/svg%3E");
}


.sig-files-upload-input {
    display: none;
}

.cancel-files-btn {
    border: 1px solid #E6E6E7;
    text-transform: uppercase;
    border-radius: 6px;
    height: 44px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #252527;
    margin-right: 10px;
    cursor: pointer;
}

.file-inputContainer {
    margin-top: 5px;
}

.files-list {
    margin-top: 10px;
}

.file-load-container {
    margin-bottom: 10px;
}



.btn-cont {
    background-color: #DEF2FC;
    width: 100%;
    border-radius: 6px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    cursor: pointer;
}

.btn-wrap-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.sign-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.502 19.2h8.4m-4.2-15.034a2.021 2.021 0 012.8 0c.183.18.33.393.429.627A1.893 1.893 0 0119.5 6.9L7.836 18.289l-3.733.911.933-3.644 11.667-11.39z' stroke='%2317A1E0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.info-doc-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 7v8.8c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C13.98 19 13.42 19 12.3 19H4.7c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C1.5 17.48 1.5 16.92 1.5 15.8V4.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C3.02 1 3.58 1 4.7 1h4.8m6 6l-6-6m6 6h-2.8c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C9.5 5.48 9.5 4.92 9.5 3.8V1M5 15V9.5L9 15V9.5m2.5 4.075h1M11.5 10a.707.707 0 111 1 .707.707 0 01-1-1z' stroke='%2317A1E0' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-wrap-txt {
    color: #17A1E0;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.text-input {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #F2F2F2;
    background-color: #F5F5F6;
    color: #4E4F50;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
    outline: none;
}

.uploaded-doc-cont {
    height: 62px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F5F5F6;
    margin-top: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.info-doc-file-radio {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
    margin-right: 10px;
}

.air-datepicker-global-container {
    z-index: 10010;
}

.air-datepicker-cell.-day-.-disabled- {
    color:var(--adp-color-other-month)
}

.docs-info-doc {
    position: relative;
}

.docs-info-doc .text-delete {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    right: -2px;
    top: 36px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    position: absolute;
    border: none;
    background-color: transparent;
    background-image:  url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 5.5l-9 9m0-9l9 9' stroke='%23252527' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='.3'/%3E%3C/svg%3E");
}

.docs-info-doc .calendar ~ .text-delete {
    right: 30px;
}

.upload-btns-group :last-child {
    margin: 0;
}

.upload-btn {
    cursor: pointer;
    height: 44px;
    width: 226px;
    border: 1px solid #E6E6E7;
    border-radius: 6px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    margin-right: 10px
}

.btn-blue {
    background-color: #5CC4F2;
    color: #FFFFFF;
}

.submit-err-block {
    height: 100%;
    color: red;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.uploaded-doc-cont {
    cursor: pointer;
}

#modal-info-doc-files-list,
#modal-sign-files-list,
.files-list {
    max-height: 300px;
    overflow-y: scroll;
}

#modal-info-doc-files-list::-webkit-scrollbar,
#modal-sign-files-list::-webkit-scrollbar,
.files-list::-webkit-scrollbar {
    width: 2px;
}

#modal-info-doc-files-list::-webkit-scrollbar-track,
#modal-sign-files-list::-webkit-scrollbar-track,
.files-list::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 2px;
}

#modal-info-doc-files-list::-webkit-scrollbar-thumb,
#modal-sign-files-list::-webkit-scrollbar-thumb,
.files-list::-webkit-scrollbar-thumb {
    background-color: #5CC4F2;
    border-radius: 2px;
}

.error {
    color: red;
    margin-top: 5px;
}

.upload-doc-download-cont {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    color: #9497A3;
    cursor: pointer;
}

.upload-doc-download-cont:hover {
    color: #5CC4F2;
}

.upload-doc-download-txt {
    margin-right: 4px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.upload-doc-download-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/local/js/mcart/upload_file/dist/./images/download-doc-grey.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

.upload-doc-download-cont:hover .upload-doc-download-icon {
    background-image: url('/local/js/mcart/upload_file/dist/./images/download-doc-blue.svg');
}

.uploaded-doc-del-btn {
    background: url("/local/js/mcart/upload_file/dist/./images/delete-doc.svg");
    width: 16px;
    height: 18px;
    cursor: pointer;
}

.uploaded-doc-del-btn:hover {
    background: url("/local/js/mcart/upload_file/dist/./images/delete-doc-blue.svg");
}

.uploaded-doc-info {
    margin-left: 12px;
}

.not-plugin-sign {
    color: red;
}

.document-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mcart-popup-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    padding: 20px;
}

.mcart-popup-description {
    font-size: 14px;
    line-height: 20px;
    color: #252527;
    margin-bottom: 4px;
}

.mcart-popup-doc-name {
    background-color: #F5F5F6;
    border: 1px solid #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px;
    max-width: 446px;
}

.file-dependent-cont {
    display: block;
}

.file-dependent-cont.hidden {
    display: none;
}

.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{-webkit-transition:all var(--adp-transition-duration) var(--adp-transition-ease);-o-transition:all var(--adp-transition-duration) var(--adp-transition-ease);transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);-webkit-box-sizing:content-box;box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;-ms-flex-item-align:end;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear, left top, right top, from(var(--adp-time-track-color)), to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;background:-o-linear-gradient(left, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-box-sizing:border-box;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);-o-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);-o-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);-o-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);-webkit-box-sizing:content-box;box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, -webkit-max-content);grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;-webkit-transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);-o-transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{-webkit-transform:translateY(calc(var(--adp-transition-offset) * -1));-ms-transform:translateY(calc(var(--adp-transition-offset) * -1));transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{-webkit-transform:translateX(var(--adp-transition-offset));-ms-transform:translateX(var(--adp-transition-offset));transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{-webkit-transform:translateY(var(--adp-transition-offset));-ms-transform:translateY(var(--adp-transition-offset));transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{-webkit-transform:translateX(calc(var(--adp-transition-offset) * -1));-ms-transform:translateX(calc(var(--adp-transition-offset) * -1));transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{-webkit-transition:none;-o-transition:none;transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);-webkit-box-shadow:none;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){-webkit-transform:translate(-50%, calc(-50% + var(--adp-transition-offset)));-ms-transform:translate(-50%, calc(-50% + var(--adp-transition-offset)));transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{-webkit-transition:none;-o-transition:none;transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);-webkit-box-sizing:border-box;box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{-webkit-box-sizing:content-box;box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;-webkit-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;-o-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;-webkit-transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);-o-transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;-webkit-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;-o-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

/* End */


/* Start:/local/js/mcart/checking_password/dist/index.bundle.css?1770307238661*/

.protection-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.protection-bar ul li {
    width: 20%;
    height: 5px;
    background-color: #BABECA;
}

.protection-bar ul li.green-light {
    background-color: #9ef6ca;
}

.protection-bar ul li.green-medium-light {
    background-color: #78e9b0;
}

.protection-bar ul li.green-medium {
    background: #75dca8;
}

.protection-bar ul li.green-medium-dark {
    background: #57ca91;
}

.protection-bar ul li.green-dark {
    background-color: #40BF7F;
}

.protection-bar ul li:not(:last-child) {
    margin-right: 3px;
}
/* End */


/* Start:/local/js/mcart/inputs_code/dist/index.bundle.css?17719474554546*/
.code__didnt-get-txt {
    color: #4E4F50;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

.code__send-again {
    color: #5CC4F2;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.code__send-again {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 5px;
    text-decoration: none;
}

.code__send-again.active {
    color: #5CC4F2;
}

.code__send-again.disabled {
    color: #AFB0B1;
}

.blue-btn {
    margin-left: 10px;
}

.form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1030px;
    width: 100%;
}

.auth-title {
    margin-bottom: 28px;
}

.auth-heading {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #252527;
}

.auth-description {
    margin: 0 0 0 4px;
    color: #6D6E71;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.icon-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.code-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.code-inputs input {
    width: 39px;
    height: 52px;
    background: #F5F5F6;
    border: 1px solid #E1E5EE;
    border-radius: 6px;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    outline: none;
}

.code-inputs input::-webkit-input-placeholder {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #9497A3;
    font-weight: normal;
}

.code-inputs input::-moz-placeholder {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #9497A3;
    font-weight: normal;
}

.code-inputs input:-ms-input-placeholder {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #9497A3;
    font-weight: normal;
}

.code-inputs input::-ms-input-placeholder {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #9497A3;
    font-weight: normal;
}

.code-inputs input::placeholder {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #9497A3;
    font-weight: normal;
}

.code-inputs input:not(:last-child) {
    margin-right: 4px;
}

.code-inputs input:active,
.code-inputs input:focus,
.code-inputs input:focus-visible {
    background: #FFFFFF;
    border: 2px solid #5CC4F2;
}

.code__arrow-message {
    margin: 0;
    font-size: 15px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #EB5757;
    margin-bottom: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.code-inputs.code-inputs--error input {
    border: 2px solid #EB5757;
}

.code__didnt-get {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.code__didnt-get-txt {
    color: #4E4F50;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    min-width: 180px;
}

.code__send-again {
    color: #5CC4F2;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.code__send-again {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 5px;
    text-decoration: none;
}

.code__send-again.active {
    color: #5CC4F2;
}

.code__send-again.disabled {
    color: #AFB0B1;
}


.code__didnt-get.hide {
    display: none;
}

.auth-description-bold {
    font-weight: 500;
    color: #252527;
}
/* End */


/* Start:/local/js/mcart/application_form/dist/index.bundle.css?177030723842335*/
body .main-auth {
    height: auto;
}

.auth-box {
    min-width: 750px;
}

.auth-title {
    margin-bottom: 28px;
}

.auth-heading {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #252527;
}

.auth-description {
    margin: 0 0 0 4px;
    color: #6D6E71;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}


.select2-container.select2-container--default .select2-selection--single, .select2-container.select2-container--default .select2-selection--multiple {
    background-color: #F5F5F6;
    border: 1px solid #F2F2F2;
    border-radius: 6px;
    min-height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 32px 0 16px;
}

.select2-container.select2-container--default .select2-selection--multiple:hover {
    background-color: #F2F2F2;
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #5CC4F2 1px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 45px;
    top: 16px !important;
    color: #AFB0B1 !important;
    font-size: 25px !important;
    width: 16px !important;
    height: 16px !important;
    padding: initial !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    margin: 0;
    min-width: 16px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F5F5F6;
    border: 0;
    margin: 0;
    padding: 0;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.invalid + .select2-container.select2-container--default .select2-selection--multiple {
    border: 1px solid red;
}


.s2-to-tree li .expand-collapse:before {
    content: ' ' !important;
    border: none;
    background-image: url(/local/js/mcart/application_form/dist/./images/plus.svg);
    width: 5px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    padding: 7px;
}

.s2-to-tree li.opened .expand-collapse:before {
    background-image: url(/local/js/mcart/application_form/dist/./images/minus.svg);
}

.s2-to-tree .expand-collapse {
    position: absolute;
    top: 20%;
    left: 20px;
}

.s2-to-tree.select2-container--default .non-leaf .item-label {
    padding: 10px 0px 13px 33px !important;
}

.s2-to-tree li:not(.non-leaf) .select-item::before,
.s2-to-tree li.custom-parent.non-leaf .select-item::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #97A0A9;
    border-radius: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: none;
    padding: 0;
}

.s2-to-tree li.select2-results__option--selected:not(.non-leaf) .select-item::before,
.s2-to-tree li.custom-parent.non-leaf.select2-results__option--selected .select-item::before {
    border: none !important;
    background-image: url(/local/js/mcart/application_form/dist/./images/checkbox.svg) !important;
    background-size: 100%;
}

.select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #1F2220;
}

.select2-container--default .select2-results__option--selected {
    background-color: #fff;
}

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected],
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"],
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label,
.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label {
    background-color: #F7F8FB !important;
    color: #1F2220 !important;
}

.s2-to-tree.select2-container li.select2-results__option--highlighted.select2-results__option--selected[aria-selected],
.s2-to-tree.select2-container li.select2-results__option.select2-results__option--selected[aria-selected="true"],
.s2-to-tree.select2-container li.select2-results__option.select2-results__option--selected[aria-selected="true"] > span.item-label,
.s2-to-tree.select2-container .select2-results__option--highlighted.select2-results__option--selected[aria-selected] > span.item-label {
    background-color: #FFFFFF !important;
}

.select2-results .select2-results__option,
.select2-selection__choice{
    font-weight: 400;
}

/* Mark input boxes that gets an error on validation: */
.registration input.invalid {
    border: 1px solid #F92828;
}

.registration .checkbox.invalid ~ .layer {
    border: 1px solid red;
}

/* Hide all steps by default: */
.registration .tab {
    display: none;
}

.registration .tab--active {
    display: block;
}

.tab .comment {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: #676B77;
    font-family: inherit;
    margin-top: -20px;
    margin-bottom: 20px;

}

.form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1030px;
    width: 100%;
}


#prevBtn {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#prevBtn.prevBtn--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#nextBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.form-btns .blue-btn {
    margin-left: 10px;
}

/* Make circles that indicate the steps of the form: */

.circles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0;
    list-style: none;
    margin-bottom: 50px;
    counter-reset: step;
    background: #F5F5F6;
    padding: 20px 0;
    border-radius: 12px;
}

.circles li {
    position: relative;
    width: 25%;
    text-align: center;
    counter-increment: step;
}

.step span {
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    color: #6D6E71;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.step::before {
    content: counter(step);
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 2px solid #5CC4F2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #5CC4F2;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #5CC4F2;
    width: 100%;
    top: 12px;
    left: 62%;
}

.step.active span {
    color: #252527;
}

.step.finish span {
    color: #252527;
}

.finish:not(:last-child)::after {
    background-color: #5CC4F2;
}

/* Mark the steps that are finished and valid: */
.step.finish::before {
    content: '';
    background-color: #5CC4F2;
    background-image: url('/local/js/mcart/application_form/dist/./images/check.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.registration h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.block-group.open .inputs-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1030px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.inputs-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inputs-group div {
    position: relative;
    width: 49%;
    margin-bottom: 30px;
}

.inputs-group div .help-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #5B5C5F;
    margin: 5px 0 ;
    width: 100%;
}

.inputs-group div.width-100 {
    width: 100%;
}

.inputs-group div.width-100 div {
    width: 100%;
}

.inputs-group div .description-item {
    width: 100%;
    margin-bottom: 0px;
}

.inputs-group div.checkbox-plank {
    width: 100%;
    margin-bottom: 20px;
}

.inputs-group div.checkbox-plank div {
    width: 100%;
    margin: 0;
}

.title-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.inputs-group div .help-input,
.inputs-group div .protection-bar,
.inputs-group div .input-wrapper,
.inputs-group .input-wrapper .checkbox-description-grey,
.inputs-group .input-wrapper .checkbox-plank > div {
    width: 100%;
    margin-bottom: 5px;
}

.inputs-group div.input-wrapper.not-margin,
.inputs-group div .company-info {
    margin: 0;
}

.inputs-group div.input-wrapper.input-hidden {
    margin: 0;
    width: 0;
}

.inputs-group .input-wrapper .checkbox-plank {
    margin-bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inputs-group div.help-input {
    position: relative;
}

.inputs-group div.help-input .help {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 5px;
    top: 14px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    position: absolute;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.inputs-group div.checkbox {
    width: 100%;
    margin-bottom: 0px;
}

.help-input--new-password .help {
    background-image: url('/local/js/mcart/application_form/dist/./images/eye.svg') !important;
}

.help-input--new-password .help#active{
    background-image: url('/local/js/mcart/application_form/dist/./images/eye-off.svg')  !important;
}

.registration .checkbox label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.select2.select2-container {
    width: 100% !important;
}

.code__didnt-get.hide {
    display: none;
}

.props_section {
    display: none;
}

.props_section.active{
    display: block;
}

.input-img {
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
}

.select2-container--open + .input-img {
    -webkit-transform: rotate(180deg) translate(0, 50%) !important;
        -ms-transform: rotate(180deg) translate(0, 50%) !important;
            transform: rotate(180deg) translate(0, 50%) !important;
}

.inputs-group div .select-container  {
    width: 100%;
    margin-bottom: 0;
}

.type_of_organization.hide {
    display: none;
}

.company-info {
    background: #F5F5F6;
    padding: 5px;
}

.company-info .company-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.company-info .company-info__row-name {
    color: #6D6E71;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 30%;
    white-space: nowrap;
}

.company-info .company-info__row-delimeter {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    border-bottom: 1px dashed #AFB0B1;
    width: 50%;
    margin-bottom: 3px;
}

.company-info .company-info__row-value {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #252527;
    font-size: 14px;
    font-weight: 400;
}

.company-info a.company-info__row-value {
    color: #17A1E0;
}

.inputs-group .block-info {
    height: 64px;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #DEF2FC;
    margin: 0;
}

.width-100 .block-info .block-info-icon-cont {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
}

.block-info .block-info-txt-block {
    margin: 0;
    margin-left: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-info .block-info-txt-title {
    margin: 0;
    color: #252527;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.block-info .block-info-txt-info {
    margin: 0;
    color: #444446;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}

.block-info .info-link {
    text-decoration: none;
    color: #5CC4F2;
}

.block-info .info-link:hover {
    color: #17A1E0;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 20px !important;
}



.result-block-filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px;
    gap: 10px;  
    background: #f2f1ff;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
}

.result-block-filter>span {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 600px;
    overflow: hidden;
}

.filter-depart-result__header .result-block-filter, .filter-result-values__header  .result-block-filter {
    max-width: 35%;
}

.filter-depart-result__header .result-block-filter>span, .filter-result-values__header .result-block-filter>span {
    white-space: nowrap;
}

.result-block-filter .result-delete {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 100%;
    -webkit-box-shadow: 0px 4.6px 14.4571px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4.6px 14.4571px rgba(0, 0, 0, 0.12);
    background: #FFFFFF url("/local/js/mcart/application_form/dist/images/cross.svg") center/16px no-repeat;
}

.filter-depart-result__header, .filter-result-values__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.filter-result-values__header {
    padding: 10px 15px 10px;
    border-bottom: 1px solid #DCDCE2;
}

.filter-result-values__header.active {
    border: 0
}

.filter-result-values__body {
    display: none;
    padding: 0 15px 15px;
    border-bottom: 1px solid #DCDCE2;
}

.filter-result-values__body .result-block-filter {
    margin-bottom: 8px;
}

.filter-result-values__header.active + .filter-result-values__body {
    display: block;
}

.filter-depart-result__header .result-header__text, .filter-result-values__header .result-header__text, .filter-result-values__body .result-header__text-clear,  .result-header__text-clear-all{
    font-size: 14px;
    line-height: 130%;
    white-space: nowrap;
    padding: 0 5px;
    display: block;
    cursor: pointer;
}

.result-header__text-clear-all {
    display: none;
    padding-bottom: 10px;
}

.result-header__text-clear-all.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.filter-depart-result__header.active .result-header__text, .filter-result-values__header.active .result-header__text, .filter-result-values__header.one-elements .result-header__text {
    display: none;
}

.filter-depart-result__header.active .result-header__text .filter-result-values__header .result-header__text{
    visibility: hidden;
}

.filter-result-values__header.active .result-block-filter, .filter-result-values__header.one-elements .result-block-filter {
    max-width: 100%;
}

.filter-result-values__header.active .result-block-filter > span, .filter-result-values__header.one-elements .result-block-filter > span {
    white-space: wrap;
}

.select2-container--open .select2-selection__rendered .filter-depart-result__header {
    display: none;
}

.inputs-group div .select2-selection .filter-depart-result__header {
    width: 100%;
    margin: 0;
}


.filter-page__list{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.filter-page__item:last-child{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto!important;
}

.select2-results__values{
    max-height: 250px;
    overflow-x: hidden;
}

.select2-results__values::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.select2-results__values::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #DCDCE2;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: #17A1E0;
}

.select2-container.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
}

.select2.select2-container--default.select2-container:not(.select2-container--open) .select2-selection__rendered {
    width: auto;
}

.select2.select2-container--default.select2-container:not(.select2-container--open) .select2-search.select2-search--inline {
    width: 100%;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: none;
}

.select2.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
}

.filter-depart-result__header .result-block-filter, .filter-result-values__header .result-block-filter{
    max-width: 100%;
}

.select2-search.select2-search--inline{
    width: 100%;
}

.filter-page__item .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select2-container--default .select2-selection.select2-selection--multiple{
    height: 50px;
}

/* .result-block-filter>span{
    max-width: 166px;
}

.select2-results__values .result-block-filter>span{
    max-width: 400px;
} */

.filter-result-values__header.active {
    display: inline-grid;
}

result-header__text-clear-all{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}

.result-header__text-clear-all::before{
    content: '';
    background: url("/local/js/mcart/application_form/dist/images/cross.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
}

.select2.select2-container:not(.select2-container--open) .select2-search.select2-search--inline {
    width: 0;
}

.select2.select2-container:not(.select2-container--open) .select2-selection__rendered {
    width: 100%;
}

.select2-container.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.inputs-group .title-label .red,
.inputs-group .title-label-big .red {
    color: red;
    vertical-align: super;
}

.block-user {
    border: 1px solid #F2F2F2;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 8px;    
}

.block-user-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.inputs-group div .block-user-title {
    margin: 0;
}

.block-user-title h3 {
    margin-left: 5px;
}

.inputs-group div div.arrow-down,
.block-group-title div.arrow-down {
    width: 20px;
    height: 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
}

.block-group-title div.arrow-down {
    display: none;
}

.arrow-down .arrow-down-icon {
    width: 20px;
    height: 20px;
    background-image: url(/local/js/mcart/application_form/dist/./images/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.inputs-group div .block-user-title .block-user-title-arrow,
.block-group-title {
    margin: 0;
    width: auto;
}

.block-user-title-arrow,
.block-group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* .block-title:hover .arrow-down, */
.block-user-title-arrow:hover .arrow-down {
    background-color: #DEF2FC;
}

/* .block-title:hover .arrow-down .arrow-down-icon, */
.block-user-title-arrow:hover .arrow-down .arrow-down-icon {
    background-image: url(/local/js/mcart/application_form/dist/./images/arrow-down-blue.svg);
    background-position: center;
}

.block-title:hover .block-title__text,
.block-user-title-arrow:hover .block-title__text {
    color: #000000;
}

.open .arrow-down .arrow-down-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.block-user-title .delete {
    margin-left: auto;
}

.block-user.open .block-user-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; 
}

.block-user-field {
    display: none;
}

.inputs-group .block-users .block-user-field > div {
    width: 49%;
    margin-bottom: 20px;
}

.inputs-group .block-users .block-user-field > div.width-100 {
    width: 100%;
}

.button-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 6px 5px 6px;
    gap: 0px;
    border-radius: 6px;
    border: 0;
}

.button-add.blue {
    background: #DEF2FC;
}

.button-add.blue:hover {
    background: #17A1E0;
}

.button-add .button-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-transform: uppercase;
}

.button-add.blue .button-name {
    color: #17A1E0;
}

.button-add.blue:hover .button-name  {
    color: #FFFFFF;
}


.button-add.blue span.icon-plus {
    width: 20px;
    height: 20px;
    background-image: url(/local/js/mcart/application_form/dist/./images/plus-sm.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-add.blue:hover span.icon-plus {
    background-image: url(/local/js/mcart/application_form/dist/./images/plus-white.svg);
    background-position: center;
}

.role-input {
    display: none;
}

.role-input:checked + .role-label {
    background: #17A1E0;
    border-color: #17A1E0;
    color: #FFFFFF;
}

.inputs-group div div.role-container {
    margin: 0;
}



label.role-label {
    display: inline-block;
    margin: 0;
    border: 1px solid var(--neytralnyy-seryy-100);
    border-radius: 20px;
    padding: 3px 7px;

    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: var(--neytralnyy-seryy-950);
    cursor: pointer;
}

.role-info {
    position: relative;
    margin-top: 10px;
    background: var(--neytralnyy-seryy-80);
    border-radius: 8px;
    padding: 10px 50px 10px 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--neytralnyy-seryy-800);
    background-color:#F2F2F2;
}

.inputs-group div.width-100 div .role-info{
    width: 100%;
}


.role-info__text {
    display: block;
    margin-bottom: 4px;
}

.role-info.active {
    display: block;
}

[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

.block-organization {
    border: 1px solid #F2F2F2;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.block-organization-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.inputs-group div .block-organization-field .block-organization-title {
    margin: 0;
    width: 10%;
}

.input-wrapper span.delete {
    width: 44px;
    height: 44px;
    background-image: url(/local/js/mcart/application_form/dist/./images/delete.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.input-wrapper span.delete:hover {
    background-image: url(/local/js/mcart/application_form/dist/./images/delete-blue.svg);
    background-position: center;
}

.block-organization-title .delete {
    margin-left: auto;
}

.block-organization.open .block-organization-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;   
}

.inputs-group div .block-organization-field .input-wrapper {
    margin-bottom: 0;   
}

.block-organization-field {
    display: none;
}

.inputs-group .block-organizations .block-organization-field > div.width-100 {
    width: 100%;
}

.inputs-group .block-organizations .block-organization-field > div.width-90 {
    width: 90%;
}

.inputs-group div.checkbox-plank .toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 44px;
    height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
}
  
.inputs-group div.checkbox-plank .button-cover {
    border-radius: 4px;
}

.inputs-group div.checkbox-plank .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.inputs-group div.checkbox-plank .button-cover,
.inputs-group div.checkbox-plank .knobs,
.inputs-group div.checkbox-plank .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inputs-group div.checkbox-plank .button {
    position: relative;
    top: 70%;
    width: 44px;
    height: 24px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}
  
.inputs-group div.checkbox-plank .button.r {
    border-radius: 100px;
    background-color: #5CC4F2;
}
  
.inputs-group div.checkbox-plank .button.r .layer {
    border-radius: 100px;
    background-color: #F2F2F2;
}
  
.inputs-group div.checkbox-plank .button.r:hover .layer {
    background-color: #E6E6E7;
}

.inputs-group div.checkbox-plank .button.r .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
  
.inputs-group div.checkbox-plank .knobs {
    z-index: 2;
}
  
.inputs-group div.checkbox-plank .layer {
    width: 100%;
    background-color: #ebf7fc;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1;
}

.inputs-group div.checkbox-plank #button-1 .knobs:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    background-color: #FFFFFF;
    border-radius: 50%;
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    -o-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
  
.inputs-group div.checkbox-plank #button-1 .checkbox:checked + .knobs:before {
    content: "";
    left: 20px;
    background-color: #FFFFFF;
}
  
.inputs-group div.checkbox-plank #button-1 .checkbox:checked ~ .layer {
    background-color: #5CC4F2;;
}
  
.inputs-group div.checkbox-plank #button-1 .knobs,
.inputs-group div.checkbox-plank #button-1 .knobs:before,
.inputs-group div.checkbox-plank #button-1 .layer {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.inputs-group div.checkbox-plank .checkbox-description {
    width: 80%;
    font-weight: 500;
    font-size: 16px;
}

.inputs-group div.checkbox-plank .checkbox-text {
    width: 20%;
}

.footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-star {
    white-space: nowrap; 
}

.info-star-text {
    color: #5B5C5F;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    white-space: nowrap; 
}

.info-star-red {
    color: red;
}

.inputs-group div#info_wrap,
.inputs-group div#client_id_wrap {
    margin-bottom: 15px;
}

.tooltiptext-entry {
	width: 500px;
	background: #FFFFFF;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    border-radius: 4px;
	padding: 20px;
	position: absolute;
	z-index: 10000000000;
	margin: 0 auto;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 4px 4px 10px 0 #2525270f;
            box-shadow: 4px 4px 10px 0 #2525270f;
}

.inputs-group .select-container div.select-tree-more-list {
    position: absolute;
    max-width: 360px;
    border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 3;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 4px 4px 10px 0 #2525270F;
            box-shadow: 4px 4px 10px 0 #2525270F;
    padding: 10px;
    width: 100%;
    margin: 0;
}

.select-tree-more-list.active {
    display: block;
}

.select-tree-more-item {
    margin-bottom: 5px;
}

.select-tree-more-item .txt{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #252527;
    padding: 3px 7px;
    border-radius: 4px;
    background-color: #def2fc;
    display: inline-block
}

.select-tree-more-items-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.select2-container--disabled .select2-selection__clear {
    display: none;
}

.error-message {
    color: red;
    margin-bottom: 10px;
}

.error-message-user-add {
    display: block;
    margin-top: 10px;
    color: red;
}

.inputs-group .h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;    
}

.upload-btns-group {
    display: none;
}

.inputs-group .application-form__block__file div {
    margin-bottom: 0px;
}

.inputs-group .application-form__block__file .file-inputContainer div {
    width: auto;
    margin-bottom: 0px;
}

.inputs-group .application-form__block__file .file-inputContainer div.file-area-img {
    width: 30px;
}

.title-label-big {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%; 
    margin-bottom: 5px;   
}

.application-form__block__file .description {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #5B5C5F;
}

.inputs-group .submit-err-block {
    height: auto;
}

.checkbox-description-grey {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6D6E71;
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3px;
}

.radio-visual {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 1px solid #97A0A9;
    border-radius: 50%;
    background-color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.radio-visual:hover {
    background: #F2FEF6;
    border: 1px solid #5CC4F2;
}

.radio-text {
    color: #1F2220;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.radio input {
    display: none;
}

.radio input:checked+.radio-visual {
    border: 8px solid #5CC4F2;
}

.radio input:disabled+.radio-visual {
    background: #D3D6DF;
    border: 1px solid #97A0A9;
}

.inputs-group .application-form__block__file .file-inputContainer div.uploaded-doc-type {
    width: 39px;
    height: 20px;
}

.inputs-group .application-form__block__file .file-inputContainer div.uploaded-doc-del-btn {
    width: 16px;
}

.registration textarea.invalid {
    border: 1px solid #F92828;
}

.role-hint {
    background-color: #F2F2F2;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #444446;
    border-radius: 8px;
    padding: 10px;
    display: none;
}

.role-hint.active {
    display: block;
    margin-bottom: 2px;
}

.role-hint-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #252527;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.role-hint-link:hover {
    color: #252527;
}

.role-hint-description {
    margin-bottom: 4px;
}

.role-hint {
    display: none;
    max-width: 350px;
    min-width: 210px;
}

.user-role__info {
    position: relative;
    text-align: start;
}

.user-role__info:hover .role-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 500;
    position: absolute;
}



.select2-results .result-block-filter,
.filter-depart-result__header .result-block-filter{
    padding: 3px 7px;
    border-radius: 4px;
    background-color: #def2fc;
    font-weight: 400;
}

.select2-results .result-block-filter .result-delete,
.filter-depart-result__header .result-block-filter .result-delete{
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 4px;
}

.select2.select2-container--default.select2-container:not(.select2-container--open) .select2-search.select2-search--inline,
.select2.select2-container--default.select2-container:not(.select2-container--open) .select2-selection__rendered,
.select2-search.select2-search--inline,
.select2-selection__rendered{
    width: auto!important;
}

.select-container .select2-search__field {
    border: 1px solid #F5F5F6 !important;
    background-color: #F5F5F6;
}


.checkbox:last-child {
    margin-right: 0px;
}
.inputs-group .checkbox {
    display: block;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 15px;
    border: 0;
    height: auto;
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.checkbox label input {
    display: none;
}

.checkbox label input:checked+.checkbox-visual {
    border: none;
    background-image: url(/local/js/mcart/application_form/dist/./images/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox-visual {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid #97A0A9;
    border-radius: 3px;
    background-color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.invalid + .checkbox-visual {
    border: 1px solid red;
}

.checkbox:hover .checkbox-visual {
    border: 1px solid #17A1E0;
}


.textarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 6px;
    padding: 13px 15px;
    resize: vertical;
    font-size: 16px;
    background: #F5F5F6;
    border: 1px solid #F2F2F2;
    color: #6D6E71;
    width: 100%;
}

.textarea:active,
.textarea:focus,
.textarea:focus-visible{
    border: 1px solid #5CC4F2;
    outline-color: #5CC4F2;
}

.textarea:hover {
    background-color: #F2F2F2;
}

.invalid .upload-zone_dragover {
    border-color: red;
}

.result-show {
    color: #5CC4F2;
    cursor: pointer;
}

.result-show-text {
    margin-left: 5px;
    cursor: pointer;
}

.inputs-group .input-wrapper .input-btn {
    position: absolute;
    left: calc(100% - 32px);
    bottom: 16px;
    cursor: pointer;
}

.input-btn img {
    vertical-align: middle;
}

.inputs-group .input-wrapper .img-clear-65 .input-clear-js {
    left: calc(100% - 65px);
}

.inputs-group .time-wrapper-block div {
    width: 100%;
    margin-bottom: 0px;
}

div.time-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px;
    border: 1px solid var(--neytralnyy-seryy-80);
    border-radius: 12px;
    padding: 16px;
    -webkit-box-shadow: 0 30px 40px 0 rgba(37, 37, 39, 0.05);
            box-shadow: 0 30px 40px 0 rgba(37, 37, 39, 0.05);
    background: var(--white);
    z-index: 10;
}

.time-wrapper__hours,
.time-wrapper__minutes {
    max-height: 200px;
    overflow: auto;
    width: 100%;
    padding-right: 8px;
}

.time-wrapper__hours::-webkit-scrollbar,
.time-wrapper__minutes::-webkit-scrollbar {
    width: 2px;
}

.time-wrapper__hours::-webkit-scrollbar-thumb ,
.time-wrapper__minutes::-webkit-scrollbar-thumb {
    background: #5CC4F2;
    border-radius: 10px;
}

.time-wrapper__hours div,
.time-wrapper__minutes div {
    border-radius: 6px;
    padding: 8px 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
    color: var(--neytralnyy-seryy-950);
    cursor: pointer;
}

.time-wrapper__hours div.selected,
.time-wrapper__minutes div.selected {
    background: var(--pervostepennyy-400--main);
    color: var(--white);
}

.edit-block_display .edit-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.time-wrapper.hidden {
    display: none;
}

.input-wrapper--select.not-search .select2-selection--multiple,
.input-wrapper--select.not-search .select2-selection__rendered,
.input-wrapper--select.not-search .select2-search__field {
    cursor: pointer;
}


.calendar__body.air-datepicker {
    width: 324px;
    border: 1px solid var(--neytralnyy-seryy-80);
    -webkit-box-shadow: 0 30px 40px 0 rgba(37, 37, 39, 0.05);
            box-shadow: 0 30px 40px 0 rgba(37, 37, 39, 0.05);
    background: var(--white);
    border-radius: 12px;
}

.calendar__body .air-datepicker-nav--title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
    text-align: center;
    color: var(--black);
}

.calendar__body .air-datepicker-nav--title i{
    color: var(--pervostepennyy-400--main);
}

.calendar__body .air-datepicker--pointer{
    display: none;
}

.calendar__body .air-datepicker-body--day-names{
    margin: 0 0 8px 0;
}

.calendar__body .air-datepicker--content{
    padding: 20px 16px 16px 16px;
}

.calendar__body .air-datepicker-body--day-name{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    text-transform: none;
    color: var(--neytralnyy-seryy-500);
}

.calendar__body .air-datepicker-cell{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
    color: var(--neytralnyy-seryy-950);
}

.calendar__body .air-datepicker-cell.-current-{
    color: var(--pervostepennyy-400--main);
}

.calendar__body .air-datepicker-body--cells{
    gap: 4px;
}

.calendar__body .air-datepicker-cell.-range-from-,
.calendar__body .air-datepicker-cell.-range-to-,
.calendar__body .air-datepicker-cell.-in-range-,
.calendar__body .air-datepicker-cell.-in-range-.-current-{
    border-radius: 6px;
    background-color: var(--pervostepennyy-400--main);
    color: var(--white);
}

.calendar__body .air-datepicker-cell.-in-range-:hover,
.calendar__body .air-datepicker-cell.-in-range-.-focus-{
    background-color: var(--pervostepennyy-500);
}

.calendar__body .-selected-.air-datepicker-cell.-month-.-range-from-.-range-to-{
    background-color: var(--pervostepennyy-80);
    color: var(--pervostepennyy-500);
}

.calendar__body .air-datepicker-cell.-month-{
    border: 1px solid var(--neytralnyy-seryy-100);
}

.calendar__body .air-datepicker-body--cells.-months-{
    gap: 8px;
}


#code_email .form-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.title-label,
.title-label-big {
    display: inline-block;
    position: relative;
}

.inputs-group .title-label .red, .inputs-group .title-label-big .red {
    vertical-align: baseline;
    position: absolute;
    top: -6px;
    right: -10px;
}


/* End */


/* Start:/local/js/mcart/registration_form/dist/index.bundle.css?1770307238631*/
/* Mark input boxes that gets an error on validation: */
.registration input.invalid {
    border: 1px solid #F92828;
}

.registration .checkbox.invalid ~ .layer {
    border: 1px solid red;
}

/* Hide all steps by default: */
.registration .tab {
    display: none;
}

.registration .tab--active {
    display: block;
}

.registration h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.registration .checkbox label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.registration textarea.invalid {
    border: 1px solid #F92828;
}

/* End */
/* /local/templates/login/components/bitrix/system.auth.registration/tmh/style.css?177030723822439 */
/* /local/js/mcart/upload_file/dist/index.bundle.css?177030723849324 */
/* /local/js/mcart/checking_password/dist/index.bundle.css?1770307238661 */
/* /local/js/mcart/inputs_code/dist/index.bundle.css?17719474554546 */
/* /local/js/mcart/application_form/dist/index.bundle.css?177030723842335 */
/* /local/js/mcart/registration_form/dist/index.bundle.css?1770307238631 */
