html{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: PT Sans, Helvetica, Calibri, Arial,Helvetica;
	font-size: 14px; /*было 16*/
}

:focus{
	outline: none}

img, button, span{
	border: none
}

a{
	text-decoration: none;
	color:#2c496c;
}

.h3, h3 {
    font-size: 1.5rem;
}

.nav{
    color:#c0392b;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background: #c0392b;
	color: #fff;
	font-weight: bold;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #fd004f;
	outline: 0;
	box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e60010;
    border-color: #e60010;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #e60010;
    border-color: #e60010;
}

.btn-outline-primary {
    color: #e60010;
    border-color: #e60010;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 0, 79, 1);
}

.btn-primary {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
    font-weight: bold;
    float: right;
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a1000b;
    border-color: #a1000b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-primary:focus {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(161, 0, 11, 1);
}
.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:lang(ru) ~ .custom-file-label::after {
    content: "Выбрать";
    color: #fff;
    background-color: #27ae60;
    border-color: #2ECC71;
    font-weight: bold;
}

.custom-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fd004f;
    outline: 0;
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.custom-file-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fd004f;
    outline: 0;
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.custom-file-input:focus~.custom-file-label {
    color: #495057;
    background-color: #fff;
    border-color: #fd004f;
    outline: 0;
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
}

.form-text {
    display: block;
    margin-top: 1.25rem;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 60;
    padding: .375rem .75rem;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #6b6f74;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

a:hover {
    color: #e60010;
    text-decoration: underline;
}

/* Прелоадер */
.preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.preloader__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

hr {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.title{
    margin-left: 15px;
}

/*
    DEMO STYLE
*/

body {
    font-family: 'Ubuntu', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1em;
    line-height: 1.7em;
    /*color: #999;*/
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    background: #ffffff;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    justify-content: space-between;
    padding: 16px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    max-height: calc(100vh - 81px);
}
.flex-wrapper {
    display: flex;
    flex-direction: column;
}

.sidebar-wrapper {
    min-width: 280px;
    max-width: 280px;
    background: #ffffff;
    color: #000000E0;
    transition: all 0.3s;
    border-right: 1px solid #D9D9D9;
    flex-direction: column;
    justify-content: space-between;
}

#sidebar ul.components {
    padding: 16px 48px 0 8px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 10px 10px 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#sidebar ul li.active>a,
#sidebar ul li.active>a svg path,
#sidebar ul li a:hover,
#sidebar ul li a:hover svg path,
a[aria-expanded="true"],a[aria-expanded="true"] svg path {
    color: #E1110D;
    fill:#E1110D ;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar-contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px 8px;
    margin-top: auto ;
    a {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #00000073;
        gap: 8px;
        padding: 0 16px;
    }
    .copyright {
        color: #00000040;
    }

    .divider {
        border-bottom: 1px solid #D9D9D9;
    }
}




/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: calc(100vh - 81px);
    overflow: auto;
    transition: all 0.3s;
    font-size:14px; /*было 14*/
    margin:0;
    background: white !important;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
#sidebarCollapse {
    display: none !important;
}
@media (max-width: 768px) {
    .container, .tab-content {
        padding: 0 !important;
    }
    .container {
        max-width: none !important;
        overflow-x: visible !important;
    }
    #sidebar {
        position: fixed;
        z-index: 111111;
        top: 81px;
        left: -100%;
        width: 100vw;
        height: calc(100dvh - 81px);
        max-width: none !important;
        transition: left 0.3s ease;
    }
    #sidebar.active {
        left: 0;
        overflow: auto;
    }
    #sidebarCollapse span {
        display: none;
    }
    .user-header-info {
        display: none !important;
    }
    .user-info {
        display: flex !important;
    }
    #sidebarCollapse {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    .custom-file-wrapper {
        .buttons {
            flex-direction: column !important;
        }
    }
}

@media (max-width: 1000px) {
    .logo {
        display: none!important;
    }
    .form-row:not(.form-check) {
        flex-direction: column !important;
        div {
            width: 100%;
            max-width: none !important;
        }
        #sex-label {
            margin: 0 !important;
            margin-bottom: .5rem;
        }
    }
    .logo-mobile {
        display: block !important;
    }
}

.custom-file-label::after {
    position: absolute;
    top: 0.5px;
    right: -0.5px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Приложить";
    background-color: #c0392b;
    border-left: inherit;
    border-radius: .25rem .25rem .25rem .25rem;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.iconz {
    vertical-align: middle;
}

.attention-panel {
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 5px 0 5px;
}
.attention-panel__icon{
    
}
/*.icon_size_m.icon_name_attention.icon_colored.icon_theme_mip-on-color, .icon_size_m.icon_name_attention.icon_colored.icon_theme_mip-on-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIvPjxwYXRoIGQ9Ik0yNCAxMmMwLTYuNjI3LTUuMzczLTEyLTEyLTEyUzAgNS4zNzMgMCAxMnM1LjM3MyAxMiAxMiAxMiAxMi01LjM3MyAxMi0xMnoiIGZpbGw9IiNGNkJGNjUiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjE3IiByPSIxLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTAuNSA2aDNsLS43IDhoLTEuNmwtLjctOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    padding: 5px;d
}*/
.button_theme_mip-on-white.button_hovered {
    border-color: rgba(11,31,53,.9);
}

.button_theme_mip-on-white.button_hovered:hover{
    background-color: #a1000b;
    color: #fff;
}
.button_theme_mip-on-white {
    color: #fff;
    background: #c0392b;
    
}
.button_size_s {
    height: 30px;
    padding: 0 15px;
    font-size: 13px;
}
.button, .button *, .button :after, .button :before {
    box-sizing: border-box;
}
.button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Roboto Rouble,sans-serif;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background,border-color,color,width;
    transition-property: background,border-color,color,width;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 4px;
}
.button__content{
    padding: 0 10px 0;
}


.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: unset;
}

.navbar-brand {
    margin-right: unset;
    font-size: 1.1rem !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
}

.logo-mobile {
    display: none;
}

::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#e74c3c;
}

::-webkit-scrollbar-thumb:hover{
background-color:#c0392b;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 10px;
}
/*--------------------------*/

.form-check-inline .form-check-input {
/*    position: static;
    margin-top: 0;
    margin-right: 0.250rem;
    margin-left: 2.5rem;*/

    position: relative;
    margin-top: 0px;
    margin-right: 0.25rem;
    margin-left: 0.75rem;
}


.custom-file-label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { display: none; }

.footnote {
    display: flex;
    width: 100%;
    gap: 10px;
    background-color: #FF77000F;
    padding: 10px;
    border-radius: 8px;
    color: #000000E0 !important;
    border: 1px solid #FF770040;
}

.welcome-wrapper {
    max-width: 640px;
    margin: 0 auto;
}

.content-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000;
}

p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    border: none;
    svg {
        path {
            fill: currentColor !important;
        }
    }
}

.btn.primary {
    background-color: #E1110D;
    color: white;
}

.btn:is(:disabled), .btn[aria-disabled="true"] {
    background: #0000000D;
    color: #00000040;
    cursor: not-allowed;
}

.btn[aria-disabled="true"]:hover {
    background: #0000000D !important;
    color: #00000040 !important;
    cursor: not-allowed;
}

.btn.primary:hover:not(:disabled) {
    background-color:#FF2F2B;
    color: white !important;
}

.btn.default {
    background-color: white;
    color: #000000E0;
    border: 1px solid #D9D9D9;
}

.btn.default:hover:not(:disabled) {
    background-color: #ffffff;
    border-color: #FF2F2B;
    color: #FF2F2B;
}
.btn.default:is(:disabled) {
    background: #0000000D;
    color: #00000040;
}


.btn.text {
    background: transparent;
    color: #000;
    border: none;
    padding: 0;
    min-width: auto;
    height: auto;
    font-weight: 400;
    width: auto;
}

.btn.text:hover:not(:disabled) {
    color: #FF2F2B;
}
.btn.text:is(:disabled) {
    color: #00000040;
}

.btn.link {
    background: transparent;
    color: #E1110DE0;
    border: none;
    padding: 0;
    min-width: auto;
    height: auto;
    font-weight: 400;
    width: auto;
}

.btn.link:hover:not(:disabled) {
    color: #FF2F2B;
}
.btn.link:is(:disabled) {
    color: #00000040;
}


.status-list,
.payment-methods,
.documents-list {
    list-style-type: disc;
    padding-left: 24px;
    margin: 0;
}

.status-list li,
.payment-methods li,
.documents-list li {
    margin-bottom: 8px;
    font-size: 16px;
}
.contact-value {
    font-size: 16px;
}
.contact-link {
    font-size: 16px;
    text-decoration: underline;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow-x: hidden;
    h3 {
        display: none;
    }
    .row {
        margin: 0 !important;
    }
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.table-wrapper {
    max-width: 100%;
    overflow-x:auto ;
}

.table {

    th {
        border-bottom: 1px solid #D9D9D9 !important;
        border-top: none;
        color: #00000073;
        padding: 12px 16px;
        background: transparent;
    }
    td {
        border-bottom: 1px solid #D9D9D9;
        border-top: none !important;
        padding: 16px;
        align-items: start;
    }
}

/*--------------------------
CUSTOM INPUT
----------------------------*/

.custom-file-wrapper.error {
    .validation {
        display: block;
        color: #E1110D !important;
    }
}

.custom-file-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;

    .validation {
        display: none;
    }

    .custom-file-input-hidden {
        display: none;
    }

    label {
        font-weight: 700;
        margin-bottom: 0 !important;
        span {
            color: #E1110D !important;
        }
    }

    .file-view {
        display: none;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    .custom-file-display-validation {
        .validation {
            display: none;
        }
    }

    .custom-file-display-validation.error {
        display: flex;
        flex-direction: column;
        gap: 4px;
        svg {
            path {
                fill: #FF4D4F !important;
            }
        }
        color: #FF4D4F !important;
        .error-icon {
            display: block;
        }
        .icon {
            display: none;
        }
        .validation {
            display: block;
            color: #FF4D4F !important;
        }
    }

    .custom-file-display {
        display: flex;
        padding: 12px;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        max-width: 400px;
        width: 100%;
        .error-icon {
            display: none;
        }
        .icon {
            display: block;
        }





        .file-name {
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .custom-file {
            display: flex;
            align-items: center;
            gap: 12px;
            max-height: 18px;
            max-width: calc(100% - 70px);
        }
        button {
            background: transparent;
            outline: none;
            border: none;
            cursor: pointer;
        }
    }
    .buttons {
        display: flex;
        gap: 12px;
        flex-direction: row;
        button {
            width: fit-content;
        }
    }
}

.form-group {
    display: flex !important;
    flex-direction: column;
    gap: 32px;
    .files {
        display: flex !important;
        flex-direction: column;
        gap: 32px;
    }
}

.modal {
    border-radius: 10px !important;;
}
.modal-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 24px 24px 24px !important;
}

.modal-header {
    padding: 20px 24px !important;
}

.modal-title {
    font-size: 16px;
}

#auth_data {
    max-width: 420px;
    align-self: center;
    .form-group {
        gap: 8px;
        * {
            margin: 0 !important;
        }
        margin: 0 !important;
    }

    .form-fields {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .secondary {
        font-size: 14px;
        color: #00000073;
    }

    display: flex;
    flex-direction: column;
    gap: 32px;

    border: 1px solid #D9D9D9;
    border-radius: 24px;
    padding: 24px;

    .buttons {
        display: flex;
        gap: 8px;
        flex-direction: column;

        button {
            width: 100%;
        }
    }
}