

/* Start:/local/templates/b2bcabinet_v2.0/components/sotbit/auth.company.register/vvpg/style.css?17536841312045*/
.content .js_person_type {
    max-width: 640px;
    height: 100%;
}

.content .js_person_type :where(.card-header, .card-body) {
    padding-inline: 1.5rem;
    padding-bottom: 1.5rem;
}

.content .company-register__success-form {
    display: none;
    max-width: 600px;
    width: 100%;
}

.content .company-register__success-form h6 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.content .company-register__success-form p {
    color: var(--black-100);
}

.company__user-fields input,
.company__user-fields .fields {
    width: 100%;
}

.multiple-props .form-control[type="number"]::-webkit-outer-spin-button, 
.multiple-props .form-control[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#person_group_check {
    margin-bottom: 12px;
}

.company__user-fields input.fields {
    display: block;
    padding: .4375rem .875rem;
    padding-right: 0.875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.company__user-fields .field-item input:focus-visible{
    outline: 0 !important;
}

.btn.form-control-multiple-ic:hover {
    background: transparent;
}

.form-control-multiple-ic:hover i {
    color: var(--primary);
}

.feedback_block__captcha_reload{
    padding: 13px;
}

.password_recovery-captcha_wrap{
    display: flex;
    align-items: center;
}

img.disabled {
    opacity: 0.2;
}

@media (min-width: 750px) {
    .auth-form .card-body:first-child {
        width: 700px;
    }
}

@media (max-width: 650px) {
    .auth-form .card-body:first-child {
        width: 600px;
    }
}

@media (max-width: 649px) {
    .auth-form .card-body:first-child {
        width: 350px;
    }
}

@media (max-width: 350px) {
    .auth-form .card-body:first-child {
        width: 300px;
    }
}
/* End */


/* Start:/local/templates/b2bcabinet_v2.0/assets/css/auth.css?17536841305688*/
.vvpg-auth {
    border-radius: 36px;
    padding: 48px;
    background: #FFFFFF;
    width: 100%;
    max-width: 706px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

.vvpg-auth--with-scroll {
    padding: 48px 24px 48px 48px;
}

.vvpg-auth__register-form {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.vvpg-auth__header {
    margin: 0 auto 48px;
    max-width: 227px;
}

.vvpg-auth__header img {
    width: 100%;
}

.vvpg-auth__sub-header {
    color: #102FFD;
    margin: 0 auto 48px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}

.vvpg-auth .vvpg-auth__form-wrapper {
    overflow: auto;
    margin-bottom: 20px;
    padding-right: 21px;
    scrollbar-color: #202932 #E7E7E7;
    scrollbar-width: thin;
}

.vvpg-auth .vvpg-auth__form-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 81px;
}

.vvpg-auth .vvpg-auth__form-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #E7E7E7;
}
.vvpg-auth .vvpg-auth__form-wrapper::-webkit-scrollbar-thumb {
    background: #202932;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.vvpg-auth__form {
    margin-bottom: 48px;
    max-height: 100%;
    overflow: auto;
}

.vvpg-auth__form--nm {
    margin-bottom: 0;
}

.vvpg-auth__form-row:not(:last-child) {
    margin-bottom: 24px;
}

.vvpg-auth__label {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    color: #202932;
    line-height: 120%;
}

.vvpg-auth__input {
    display: block;
    max-width: 610px;
    width: 100%;
    border: 1px solid #E7E6EB;
    border-radius: 12px;
    padding: 16px;
    font-size: 20px;
    outline-color: #0F2EFD;
}

.vvpg-auth__input:not(:focus):not(:placeholder-shown) {
    background-color: #F8F8F8;
    color: #060606;
    border-color: #D0D0D0;
}

.vvpg-auth__input:disabled {
    background-color: #F8F8F8;
    border-color: #EDEDED;
}

.vvpg-auth__input:-moz-focusring {
    outline-offset: -2px;
}

.vvpg-auth__input::placeholder {
    line-height: 120%;
    color: #848793;
}

.vvpg-auth__input-link {
    text-align: right;
    margin-top: 8px;
}

.vvpg-auth__input-link a {
    color: #102FFD;
    font-size: 16px;
    line-height: 120%;
}

.vvpg-auth__button {
    background: #102FFD;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 120%;
    padding: 16px;
    border-radius: 8px;
    border: none;
    outline-color: #F845FC;
}

.vvpg-auth__button:hover {
    background: #001AE9;
}

.vvpg-auth__button:active {
    background: #0A10DF;
}

.vvpg-auth__button:disabled {
    background: #F0F1FF;
    color: #A3AEBB;
}

.vvpg-auth__link {
    text-align: center;
    color: #141B2D;
    font-size: 16px;
    line-height: 120%;
}

.vvpg-auth__link a {
    text-decoration: underline;
    color: inherit;
}

.vvpg-auth__link a:hover {
    color: inherit;
}

.vvpg-auth__radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: #202932;
}

.vvpg-auth__radio:not(:last-child) {
    margin-bottom: 18px;
}

.vvpg-auth__radio input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 12px 0 0;
    cursor: pointer;

    width: 24px;
    height: 24px;
    border: 1px solid #102FFD;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.vvpg-auth__radio input:checked::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #102FFD;
}

.vvpg-auth__input-text {
    font-size: 16px;
    color: #848793;
    margin-top: 8px;
}

.vvpg-auth__consent {
    margin-top: 24px;
    margin-bottom: 13px;
    text-align: center;
    cursor: pointer;
}

.vvpg-auth__consent input {
    display: none;
}

.auth-form {
    width: 100%;
}

.vvpg-auth .ui-tile-uploader-drop-area {
    padding: 40px 0 52px;
    border: 2px dashed #E7E6EB;
    border-radius: 12px;
}

.vvpg-auth .ui-tile-uploader-drop-label {
    font-size: 16px;
    color: #202932;
    border: none;
}

.vvpg-auth .ui-tile-uploader-drop-box {
    flex-direction: column;
    height: auto;
}

.vvpg-auth .ui-tile-uploader-drop-box:before {
    content: "";
    left: 0;
    right: 0;
    top: 40px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/b2bcabinet_v2.0/components/bitrix/main.file.input/vvpg/icon.svg') no-repeat center;
}

.vvpg-auth__notification {
    position: relative;
    padding: 12px 42px;
    font-size: 14px;
    line-height: 140%;
    color: #060606;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #76B0F5;

}

.vvpg-auth__notification::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 12px;
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/info.svg');
}

.vvpg-auth__close {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/close.svg');
    cursor: pointer;
}

.vvpg-auth__notification--error {
    border: 1px solid #F57679;
    background: #FDE6E7;
}

.vvpg-auth__notification--error::before {
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/warning.svg');
}

.vvpg-auth__notification--success {
    border: 1px solid #76F596;
    background: #E6FDF0;
}

.vvpg-auth__notification--success::before {
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/success.svg');
}

/* End */


/* Start:/bitrix/components/bitrix/main.field.file/templates/main.edit/style.css?174348196041*/
.main-field-file-wrapper { width: 100%; }
/* End */


/* Start:/local/templates/b2bcabinet_v2.0/components/bitrix/main.userconsent.request/b2bcabinet/user_consent.css?17198125083242*/
.main-user-consent-request a {
    cursor: pointer;
}

.main-user-consent-request-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 9000;
}

.main-user-consent-request-popup-cont {
    min-height: 290px; /* loader magic */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 20px;
    min-width: 320px;
    background: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
}

.main-user-consent-request-popup-header {
    margin: 0 0 30px 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-user-consent-request-popup-textarea-block {
    margin: 0 0 20px 0;
}

.main-user-consent-request-popup-text.confidencial-text {
    max-width: 600px;
    position: relative;
    max-height: 300px;
    padding-right: .5rem;
    text-align: justify;
    border: 0;
    overflow-y: auto;
}

/** LOADER **/
.main-user-consent-request-loader {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.main-user-consent-request-path {
    stroke: #80868e;
    stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.main-user-consent-request-circular {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: inherit;
    width: inherit;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.main-user-consent-request-path {
    stroke: #ccc;
    stroke-dasharray: 60, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

.main-user-consent-request-popup-header.modal-title {
    padding-bottom: 1.25rem;
}

.main-user-consent-request-popup-buttons {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.main-user-consent-request {
    display: inline-block;
	margin-bottom: 20px;
}

.label-confidential {
	position: relative;
    margin-bottom: 0;
}

.main-user-consent-request-announce {
    display: inline-block;
    line-height: 20px;
	margin-left: 10px;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media (min-width: 1200px) {
    .main-user-consent-request-popup-header {
        max-width: 590px;
    }
}

@media (max-width: 1200px) {
    .main-user-consent-request-popup-text.confidencial-text {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .main-user-consent-request-popup-cont {
        width: calc(100% - 2rem);
    }

    .main-user-consent-request-popup-text.confidencial-text {
        max-width: none;
    }
}

/* End */
/* /local/templates/b2bcabinet_v2.0/components/sotbit/auth.company.register/vvpg/style.css?17536841312045 */
/* /local/templates/b2bcabinet_v2.0/assets/css/auth.css?17536841305688 */
/* /bitrix/components/bitrix/main.field.file/templates/main.edit/style.css?174348196041 */
/* /local/templates/b2bcabinet_v2.0/components/bitrix/main.userconsent.request/b2bcabinet/user_consent.css?17198125083242 */
