*, *::before, *::after {box-sizing: border-box;}
html {box-sizing: border-box;line-height: 1.15;-webkit-text-size-adjust: 100%;}
body {background: #E5E5E5;}
hr {background-color: #ccc;border: 0;height: 1px;margin-bottom: 1.5em;}
ul, ol {margin: 0 0 1.5em 0;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul, li > ol {margin-bottom: 0;margin-left: 1.5em;}
dt {font-weight: 700;}
dd {margin: 0 1.5em 1.5em;}
img {height: auto;max-width: 100%;}
figure {margin: 1em 0;}
table {margin: 0 0 1.5em;width: 100%;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {color: #222;font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 26px;letter-spacing: 0.02em;}
h1, h2, h3, h4, h5, h6 {clear: both;font-weight: normal;font-family: 'Open Sans', sans-serif;margin-bottom: 35px;}
h1, .main-title {font-size: 64px;line-height: 130%;text-transform: none;position: relative;}
h2, .section-title {font-size: 48px;line-height: 115%;font-weight: 600;position: relative;color: #002147;}
h3, .title_block {font-size: 30px;color: #002147;}
h1 i, h2 i, .title_section i, h3 i, .title_block i {font-weight: 300;}
p {margin-bottom: 1.5em;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee;font-family: "Courier 10 Pitch", courier, monospace;font-size: 0.9375rem;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}
code, kbd, tt, var {font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
mark, ins {background: transparent;text-decoration: none;color: red;}
big {font-size: 125%;}


/* Forms 	 ========================================================================== */
button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
/* Interactive	 ========================================================================== */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {color: #0086FF; outline: 0!important;box-shadow: none;transition: .4s ease;text-decoration:none!important;}
a:hover, a:focus, a:active {color: #0086FF; }
a:visited {color: #0086FF; }


.text-dgray { color: #AAAAAA; }
.text-blue { color: #0086FF; }
.text-dark { color: #454545; }

.title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #454545;
}

.primary-button {
    font-family: 'Open Sans';
    border: 1px solid #0086FF;
    padding: 17px 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #0086FF;
    font-weight: 600;
    transition: 0.4s ease;
    min-width: 213px;
    background: #FFFFFF;
}

.primary-button:hover {
    background: #0086FF;
    color: #FFFFFF;
    transition: 0.4s ease;
}

.primary-button[disabled]:hover,
.primary-button:disabled  {
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    background: #FFFFFF
}

.left-area {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 149px;
}

.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-menu .menu-item__link img {
    margin-bottom: 12px;
    transition: 0.4s ease;
}

.left-menu .menu-item__link {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
    border-bottom: 1px solid #CFCFCF;
    position: relative;
}

.left-menu .menu-item__link .menu-item__count {
    position: absolute;
    top: 23px;
    right: 23px;
    height: 19px;
    min-width: 19px;
    border-radius: 100px;
    background: #FD1A2F;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.left-menu .menu-item-active .menu-item__link,
.left-menu .menu-item__link:hover {
    transition: 0.4s ease;
    background: #0086FF;
}

.left-menu .menu-item__name {
    color: #454545;
    transition: 0.4s ease;
}

.left-menu .menu-item-active .menu-item__name,
.left-menu .menu-item__link:hover .menu-item__name {
    color: #FFFFFF;
    transition: 0.4s ease;
}

.left-menu .menu-item-active .menu-item__link img,
.left-menu .menu-item__link:hover > img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(100deg) brightness(103%) contrast(1000%);
    transition: 0.4s ease;
}

.content {
    margin-left: 146px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    margin-bottom: 48px;
}

.header {
    padding: 41px 0 39px;
}

.logo {
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    color: #0086FF;
}

.header-replenish {
    background: #FFFFFF;
    margin-right: 30px;
    display: flex;
    align-items: center;
    padding: 17px 0px;
}

.replenish-total {
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #454545;
    padding-right: 14px;
    padding-left: 30px;
    border-right: 1px solid #CFCFCF;
}

.replenish-text {
    padding-left: 23px;
    color: #0086FF;
    padding-right: 24px;
}

.replenish-symbol {
    font-weight: bold;
}

.comment-area,
.personal-area {
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    padding: 50px 56px;
}

.banner {
    position: relative;
    background-image: url(/assets/img/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 52px 64px;
    height: 100%;
}

.banner-title {
    font-weight: normal;
    font-size: 100px;
    line-height: 136px;
    color: #FFFFFF;
}

.dropdown-toggle {
    background: #FFFFFF;
    padding: 19px 88px 19px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    position: relative;
    transition: 0.4s ease;
}

.header-profile .dropdown-menu .dropdown-item:hover,
.dropdown-toggle.show,
.dropdown-toggle:hover {
    transition: 0.4s ease;
    background: #454545;
    color: #FFFFFF;
}

.dropdown-toggle::after {
    border-top: .3em solid #0086FF;
    position: absolute;
    right: 30px
}

.dropdown-toggle img {
    margin-right: 12px;
}

.header-profile .dropdown-menu {
    max-width: 193px;
    inset: inherit !important;
    transform: translate3d(0px, -15px, 0px) !important;
    right: 30px !important;
    height: inherit;
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    padding: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.header-profile .dropdown-menu .dropdown-item {
    padding: 21px 23px;
    border-bottom: 1px solid #F3F3F3;
}

.header-profile .dropdown-menu .dropdown-item img {
    width: 17px;
    margin-right: 12px;
}

.footer {
    margin-bottom: 41px;
}

.footer-text {
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #AAAAAA;
}
.footer-link {
    color: #0086FF;
}

/* REVIEWS PAGE */

.form-label {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
}

.main-block {
    padding: 74px 122px;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    min-height: calc(100vh - 246px);
}

.textarea {
    width: 100%;
    border: 1px solid #CFCFCF;
    min-height: 222px;
    padding: 30px;
    color: #454545;
}

.textarea:focus {
    outline: 0;
     border: 1px solid #0086FF;
}

.form-field__title {
    font-weight: 500;
    color: #454545;
    margin-bottom: 19px;
}

.form-radio__wrapper {
    display: flex;
    align-items: center;
}

.fomr-radio__item {
    width: 35px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.radio-input {
    opacity: 0;
    visibility: hidden;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.radio-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #0086FF;
}

.radio-input:checked ~ .radio-label::before {
    border: 6px solid #0086FF;
}

/* LOGIN PAGE */

.login-description {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #454545;
}

.login-form {
    max-width: 369px;
    width: 100%;
}

.form-input {
    border: 1px solid #CFCFCF;
    height: 60px;
    padding: 0 20px;
    color: #454545;
    width: 100%;
}

.form-input:focus {
    outline: 0;
    border: 1px solid #0086FF;
}

.form-field__checkbox {
    position: relative;
}

.checkbox-input {
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    margin-right: 13px;
    flex: 0 0 20px; 
}

.checkbox-label::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0086FF;
}

.checkbox-input:checked ~ .checkbox-label::before {
    background: #0086FF;
}

.checkbox-input:checked ~ .checkbox-label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    width: 12px;
    height: 12px;
    background-image: url(/assets/img/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.confirmation-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #AAAAAA;
    padding-left: 24px;
    border-left: 2px solid #FD1A2F;
}

.confirmation-text a {
    color: #AAAAAA;
}

/* PAY ONLINE */

.alert-pay {
    background: #F2F9FF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 52px 85px;
}

.alert-pay .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 16px;
    height: 16px;
    padding: 0;
   background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230086FF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.personal-account {
    padding: 65px 122px;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.personal-account__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #454545;
    margin-bottom: 24px;
}

.nav-tabs .nav-item .nav-link {
    min-width: 306px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0086FF;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-right: 30px;
    border: none;
    transition: 0.4s ease;
    border-radius: 0;
}

.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active {
    background: #FFFFFF;
    color: #0086FF;
    transition: 0.4s ease;
}

.tab-content>.tab-pane {
    padding: 96px 122px;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}


.form-field__group {
    display: flex;
    align-items: center;
    border: 1px solid #CFCFCF;
    max-width: 523px;
    width: 100%;
}

.form-field__panny,
.form-field__symbol {
    width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    border-right: 1px solid #CFCFCF;
    height: 60px;
}

.form-feild__input input {
    height: 60px;
    border: none;
    color: #CFCFCF;
    max-width: 147px;
    width: 100%;
    border-right: 1px solid #CFCFCF;
    padding: 0 20px;
    display: flex;
}

.form-feild__input input:focus {
    outline: 0;
}

.form-field__bonus {
    height: 60px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F3F3F3;
    max-width: 268px;
}

.field-bonus__value {
    color: #FD1A2F;
}

.table-wrapper .table tr {
    border-bottom: 1px solid #CFCFCF;
}

.table-wrapper .table thead tr {
    background: #F3F3F3;
    padding: 0 20px;
}


.table-wrapper .table thead tr th {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #454545;
    padding: 18px 15px;
    box-shadow: none;
    border: none;
    position: relative;
}

.table-wrapper .table tbody tr td {
    padding: 18px 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #454545;
}

.table-wrapper .table tbody tr td a {
    color: #0086FF;
}

.no-bills {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #454545;
}

.form-inline {
    display: flex;
    align-items: center;
}

.code-field {
    display: flex;
    max-width: 282px;
    width: 100%;
    border: 1px solid #CFCFCF;
    height: 60px;
    margin-right: 30px;
}

.code-field label {
    background: #F3F3F3;
    width: 79px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #454545;
    border-right: 1px solid #CFCFCF;
}

.code-field input {
    height: 100%;
    width: 100%;
    border: none;
    padding: 0 20px;
}

.code-field input:focus {
    outline: 0;
}

.chosen-single {
    border: 1px solid #CFCFCF;
    height: 60px;
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.chosen-single > span {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #454545;
}

.chosen-single > div {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-top: 6px solid #0086FF;
    border-right: 6px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 6px solid transparent;
}

.chosen-container-single {
    max-width: 456px;
    width: 100% !important;
    position: relative;
}

.chosen-container-single .chosen-drop {
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    padding: 30px;
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container-single .chosen-search {
    display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    border: none;
}

.chosen-results {
    padding: 0;
    margin: 0;
    list-style: none;
}

.chosen-results li {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #454545;
}

#mobile-menu, 
.burger-menu {
    display: none;
}

/* MY ACCOUNT */

.my-account {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 70px 122px;
}

.my-account h2, .my-account h4 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #454545;
}

.my-account h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 48px;
}

.my-account .email {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 48px;
    height: 65px;
    background: #F3F3F3;
}

.my-account .name-form {
    margin-bottom: 48px;
}

.my-account .name-form label {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
}

.my-account .name-form input {
    width: 335px;
    height: 60px;
    margin-right: 35px;
    padding-left: 30px;
    border: 1px solid #CFCFCF;
}

.my-account hr {
    border: 1px solid #CFCFCF;
    margin-bottom: 48px;
}

.my-account .phone {
    display: flex;
}

.my-account .phone p {
    display: flex;
    align-items: center;
    width: 350px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 30px;
}

.my-account .phone svg {
    margin: 13px;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}

.my-account .phone .green {
    color: #36D110;
}

.my-account .phone-not-confirmed p {
    color: #FD1A2F;
}

.my-account .phone-not-confirmed .wrapper {
    display: flex;
}

.my-account .phone_not-set {
    display: flex;
    align-items: center;
    width: 350px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 30px;
    padding-left: 0;
}

.my-account .phone_not-set img {
    padding-right: 10px;
}

.my-account .password {
    margin-bottom: 30px;
}

.my-account .password strong {
    display: inline-block;
    width: 350px;
    margin-right: 30px;
}

/* VERIFY-PHONE_NUMBER*/

.verify-phone-number {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 70px 122px;
}

    .verify-phone-number h2 {
        margin-bottom: 48px;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        line-height: 36px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #454545;
    }

    .verify-phone-number .verify-phone-number-form {
        width: 404px;
    }

.verify-phone-number-form label {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #AAAAAA;
}

.verify-phone-number-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #CFCFCF;
}

.verify-phone-number-form button {
    width: 100%;
    margin-bottom: 50px;
}

.verify-phone-number .resend-code-form {
    width: 404px;
}

.resend-code-form label {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #AAAAAA;
}

.resend-code-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #CFCFCF;
}

.resend-code-form button {
    width: 100%;
    margin-bottom: 50px;
}


/* EDIT-PHONE */

.edit-phone {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 70px 122px;
}

.edit-phone h2 {
    margin-bottom: 48px;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #454545;
}

.edit-phone .edit-phone-form {
    width: 404px;
}

.edit-phone-form label {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #AAAAAA;
}

.edit-phone-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 24px;
    border: 1px solid #CFCFCF;
    padding-left: 30px;
}

.edit-phone-form button {
    width: 100%;
    margin-bottom: 470px;
}


/* EDIT-PASSWORD */

.edit-password {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 70px 122px;
}

.edit-password h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #454545;
}

.edit-password-form {
    width: 486px;
}

.edit-password-form label {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #AAAAAA;
}

.edit-password-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 18px;
    padding-left: 30px;
    border: 1px solid #CFCFCF;
}

.edit-password-form .buttons {
    margin-top: 6px;
}

.edit-password-form .buttons .cancel {
    border: none;
    padding-left: 0;
    margin-right: 55px;
    justify-content: start;
    color: #FD1A2F;
    background: #FFFFFF;
}


/* DEMAND */

.demand {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 70px 0;
}

.demand h4 {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
}

.demand table {
    margin: 48px 0;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: left;
}

.demand table th {
    min-width: 36px;
    background: #F3F3F3;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0;
    padding-right: 25px;
    border-bottom: 0px solid #FFFFFF;
}

.demand table td {
    padding-top: 25px;
}

.demand table tr:last-child {
    border-bottom: 0px solid #FFFFFF;
}

.demand table .unread {
    background: rgba(0, 134, 255, 0.05);
}

.demand table p {
    margin-bottom: 5px;
}

.demand table .document-name {
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-right: 30px;
}


/* DEMAND-SHOW */

.demand-show {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 50px 0 100px 0;
}

.demand-show_way {
    background: #F2F9FF;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    height: 64px;
    padding: 20px 0;
    padding-left: 105px;
}

.demand-show_way a {
    font-size: 12px;
    line-height: 18px;
}

.demand-show_way a.list-demand_current {
    pointer-events: none;
    color: #AAAAAA;
}

.demand-show h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #454545;
}

.demand-show .document-info {
    margin-bottom: 35px;
}

.demand-show .document-info p {
    margin: 0;
}

.demand-show .attention {
    border-left: 1px solid #FD1A2F;
    padding-left: 10px;
    color: #AAAAAA;
    margin-bottom: 50px;
}

.demand-show .plans .plan {
    display: flex;
    flex-direction: column;
    width: 365px;
    margin-right: 30px;
    margin-bottom: 50px;
    padding-bottom: 63px;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.demand-show .plan .name {
    padding: 25px 0;
    margin-bottom: 55px;
    color: #FFFFFF;
    font-weight: 700;
    background: #0086FF;
    text-align: center;
}

.demand-show .plan.sub-for-the-quater .name {
    background: #36D110;
}

.demand-show .plan .description {
    flex: 1;
    margin-bottom: 110px;
}

.demand-show .plan .description .price {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    line-height: 36px;
    margin-bottom: 50px;
}

.demand-show .plan .description p {
    padding: 0 34px;
    margin-bottom: 0;
    text-align: center;
}

.demand-show .plan .primary-button {
    width: 175px;
    margin: auto;
}

.demand-show .files-download p {
    margin: 0;
}

.demand-show .files-download .file {
    color: #AAAAAA;
}

.demand-show .modal {
    background: rgba(243, 243, 243, 0.9);
}

.demand-show .modal-dialog {
    max-width: 608px;
    margin-top: 270px;
}

.demand-show .modal-content {
    width: 608px!important;
    position: relative;
    padding: 70px;
    border: 0;
    border-radius: 0;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.demand-show .modal-content .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.demand-show .modal-content .modal-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
    border: 0;
}

.demand-show .modal-content .modal-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #454545;
    margin-bottom: 15px;
}

.demand-show .modal-content .form-choose label {
    text-align: left;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #AAAAAA;
}

.demand-show .modal-content .form-choose input {
    width: 100%;
    height: 60px;
    margin-bottom: 18px;
    padding-left: 30px;
    border: 1px solid #CFCFCF;
}

.demand-show .modal-content .form-choose .buttons {
    display: flex;
    justify-content: space-between;
}
.demand-show .modal-content .form-choose .buttons .btn {
    margin: 0;
}

.demand-show .modal-content .form-choose .buttons .cancel {
    border: none;
    padding-left: 0;
    justify-content: start;
    color: #FD1A2F;
    background: #FFFFFF;
}


/* DEMAND-PAID */

.demand-paid {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 50px 0 100px 0;
}

.demand-paid_way {
    background: #F2F9FF;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    height: 64px;
    padding: 20px 0;
    padding-left: 105px;
}

.demand-paid_way a {
    font-size: 12px;
    line-height: 18px;
}

.demand-paid_way a.list-demand_current {
    pointer-events: none;
    color: #AAAAAA;
}

.demand-paid h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #454545;
}

.demand-paid .document-info {
    margin-bottom: 35px;
}

.demand-paid .document-info p {
    margin: 0;
}

.demand-paid .files-download p {
    margin: 0;
}

.demand-paid hr {
    border: 1px solid #CFCFCF;
}

.demand-paid .files-download .file {
    color: #0086FF
}

.demand-paid-ticket {
    margin-top: 48px;
}

.demand-paid-ticket_attention {
    background: rgba(253, 26, 47, .1);
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    color: #FD1A2F;
    height: 121px;
    padding: 50px 0;
    padding-left: 105px;
}

.demand-paid-ticket_send_ticket {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 50px 0 70px 0;
}

.demand-paid-ticket_info {
    background: rgba(54, 209, 16, .1);
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    color: #36D110;
    height: 121px;
    padding: 50px 0;
    padding-left: 105px;
}

.demand-paid-ticket_success {
    background: rgba(54, 209, 16, .1);
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    color: #36D110;
    height: 121px;
    padding: 50px 0;
    padding-left: 105px;
}

.demand-paid-ticket_denied {
    background: rgba(253, 26, 47, .1);
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    color: #FD1A2F;
    height: 121px;
    padding: 50px 0;
    padding-left: 105px;
}


/* DEMAND-NOT-ENOUGH-MONEY */

.popup-open .wrapper_blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 243, 0.9)!important;
}

.not-enough-money_info {
    position: relative;
    margin: auto;
    margin-top: 270px;
    padding: 70px;
    width: 608px;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    display: none;
}

.modal-open .not-enough-money_info {
    display: block;
}

.not-enough-money_info .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.not-enough-money_info h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.02em;
}


/* APPLICATIONS */

.app-list_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    margin-bottom: 24px;
}

.app-list {
    border-radius: 0;
}

.app-list .title {
    color: #454545;
    background: rgba(0, 134, 255, .1);
    font-weight: 700;
}

.app-list .list-group-item {
    min-height: 73px;
    padding-left: 30px;
    color: #454545;
    border: none;
    border-bottom: 1px solid #F3F3F3;
}

.app-list .list-group-item.active {
    background-color: rgba(54, 209, 16, .1);
}

.app-list .list-group-item:last-child {
    border: none;
}

.app-list .list-group-item:hover {
    transition: 0.4s ease;
    background: #0086FF;
}

.app-list .badge {
    background: #0086FF;
    border-radius: 1.25rem;
}

.app_wrapper .banner-title {
    font-size: 36px;
}

.applications {
    background: #FFFFFF;
    color: #454545;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    padding: 50px;
    min-height: 874px;
}

.applications h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.02em;
}

.applications table {
    margin: 50px 0;
}

.applications thead {
    background: #F3F3F3;
}

.applications th:first-child,
.applications td:first-child {
    padding-left: 30px;
}

.applications th,
.applications td {
    min-width: 60px;
    padding: 5px 10px;
}

.applications td {
    height: 80px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #CFCFCF;
}

.applications tr:last-child td {
    border: none;
}

.applications span {
    display: inline-block;
    text-align: center;
    width: 38px;
    height: 28px;
    border: 1px solid #0086FF;
}


/* APPLICATIONS STEP 1 */

.app-step-1-wrapper {
    padding: 0;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
}

.create-new-application {
    position: relative;
    background: #E5E5E5;
    color: #454545;
    padding: 85px 0 100px 80px;
}

.create-new-application .steps {
    display: flex;
}

.create-new-application h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.create-new-application .step-1 {
    width: 190px;
}

.create-new-application .circle-wrapper {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 30px;
}

.steps .step.active .circle,
.create-new-application .step-1 .circle,
.create-new-application .step .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0086FF;
}

.create-new-application .step-1 span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.create-new-application .step-1 strong,
.create-new-application .step strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.create-new-application .step-1 .line,
.create-new-application .step .line {
    width: 60px;
    height: 2px;
    background: #0086FF;
}

.create-new-application .step-1 .arrow-right,
.create-new-application .step .arrow-right {
    width: 11px;
    height: 11px;
    margin-bottom: .5px;
    margin-left: 3px;
    border-top: 2px solid #0086FF;
    border-right: 2px solid #0086FF;
    transform: rotate(45deg);
}

.create-new-application .step-1 p,
.create-new-application .step p {
    text-align: center;
    width: 100px;
    margin-left: 18px;
    padding-bottom: 0;
}

.create-new-application .step {
    width: 225px;
}

.create-new-application .step .circle-wrapper {
    padding-left: 10px;
}

.create-new-application .step .circle {
    background: #CFCFCF;
}

.create-new-application .step span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
}

.create-new-application .step .line {
    background: #CFCFCF;
}

.create-new-application .step .arrow-right {
    border-top: 2px solid #CFCFCF;
    border-right: 2px solid #CFCFCF;
}

.create-new-application .step p {
    width: 205px;
    margin-left: 0;
}

.create-new-application .step img {
    text-align: center;
    margin-left: 84px;
}

.create-new-application .triangle {
    position: absolute;
    bottom: -20px;
    left: 135px;
    width: 0; 
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #E5E5E5;
}

.app-for-organization {
    padding: 50px 0 115px 80px;
    background: #FFFFFF;
}

.app-for-organization .title {
    font-size: 12px;
    line-height: 18px;
    color: #AAAAAA;
    margin-bottom: 10px;
}

.app-for-organization .form-select {
    width: 366px;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #CFCFCF;
    margin-bottom: 25px;
}

.app-for-organization .attention {
    border-left: 2px solid #FD1A2F;
    padding-left: 20px;
    color: #AAAAAA;
    margin-bottom: 50px;
}

.app-for-organization .permitted-documents {
    margin-right: 90px;
}

.app-for-organization thead tr {
    height: 60px;
    background: #F3F3F3;
}

.app-for-organization thead th,
.app-for-organization tbody td {
    padding-left: 30px;
}

.app-for-organization tbody tr {
    height: 60px;
    border-bottom: 1px solid #CFCFCF;
}

.app-for-organization tbody tr:last-child {
    border-bottom: 0;
}

.app-for-organization .primary-button {
    padding: 0;
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    min-width: 83px;
    height: 30px;
}

.app-for-organization .cooperation-is-impossible {
    padding: 35px;
    margin-right: 90px;
    margin-top: 45px;
    color: #FD1A2F;
    background: rgba(253, 26, 47, .2);
}


/* ADD DOCUMENTS FOR ORGANIZATION */

.add-docs-for-organization {
    padding: 85px 120px;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
}

.add-docs-for-organization h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
    margin-bottom: 25px;
}

.add-docs-for-organization .subtitle {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 30px;
    color: #454545;
    margin-bottom: 50px;
}

.add-docs-for-organization .table-wrapper {
    margin-bottom: 80px;
}

.add-docs-for-organization thead tr {
    height: 60px;
    background: #F3F3F3;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
}

.add-docs-for-organization thead th,
.add-docs-for-organization tbody td {
    padding: 15px 30px;
}

.add-docs-for-organization tbody tr {
    height: 60px;
    border-bottom: 1px solid #CFCFCF;
    font-size: 14px;
    line-height: 22px;
    color: #454545;
}

.add-docs-for-organization tbody tr:last-child {
    border-bottom: 0;
}

.add-docs-for-organization tbody tr td:last-child {
    text-align: center;
}

.add-docs-for-organization .info {
    padding: 45px;
    margin-bottom: 50px;
    background: rgba(0, 134, 255, .2);
}

.add-docs-for-organization .attention {
    border-left: 2px solid #FD1A2F;
    padding-left: 24px;
    color: #AAAAAA;
    margin-bottom: 15px;
}


/* STEP-2 */

.step-2-wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.step-2-wrapper .breadcrumb {
    background: #FFFFFF;
    padding: 23px 50px;
}

.step-2-wrapper .breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.step-2-wrapper .steps {
    display: flex;
    position: relative;
    padding-top: 24px;
}

.step-2-wrapper .step-1 {
    width: 190px;
}

.step-2-wrapper .circle-wrapper {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 30px;
}

.steps .step.active .circle-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0086FF;
}
.step-2-wrapper .step.step-2 .circle,
.step-2-wrapper .step-1 .circle,
.step-2-wrapper .step .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0086FF;
}

.step-2-wrapper .step.step-2 span,
.step-2-wrapper .step-1 span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.step-2-wrapper .step-1 strong,
.step-2-wrapper .step strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.step-2-wrapper .step.step-2 .line,
.step-2-wrapper .step-1 .line,
.step-2-wrapper .step .line {
    width: 40px;
    height: 2px;
    background: #0086FF;
}

.step-2-wrapper .step.step-2 .arrow-right,
.step-2-wrapper .step-1 .arrow-right,
.step-2-wrapper .step .arrow-right {
    width: 11px;
    height: 11px;
    margin-bottom: .5px;
    margin-left: 6px;
    border-top: 2px solid #0086FF;
    border-right: 2px solid #0086FF;
    transform: rotate(45deg);
}

.step-2-wrapper .step-1 p,
.step-2-wrapper .step p {
    text-align: center;
    width: 100px;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.step-2-wrapper .step {
    width: 170px;
}

.step-2-wrapper .step .circle-wrapper {
    padding-left: 10px;
}

.step-2-wrapper .step .circle {
    background: #CFCFCF;
}

.step-2-wrapper .step span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
}

.step-2-wrapper .step .line {
    background: #CFCFCF;
}

.step-2-wrapper .step .arrow-right {
    border-top: 2px solid #CFCFCF;
    border-right: 2px solid #CFCFCF;
}

.step-2-wrapper .step p {
    width: 170px;
    margin-left: 0;
}

.step-2-wrapper .step img {
    text-align: center;
    margin-left: 65px;
}

.step-2-wrapper .triangle {
    position: absolute;
    bottom: -19px;
    left: 222px;
    width: 0; 
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #E5E5E5;
}

.step-2-download-wrapper {
    padding: 70px 30px;
    padding-right: 25px;
    background: #FFFFFF;
}

.step-2-download-wrapper .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.step-2-download-wrapper .form-group label {
    font-weight: 500;
    color: #454545;
    margin-bottom: 25px;
}

.step-2-download-wrapper .form-group input {
    color: #AAAAAA;
    width: 310px;
    height: 28px;
    text-align: center;
}

.step-2-download-wrapper button {
    padding: 16px 14px;
    font-size: 14px;
    margin-right: 20px;
}

.step-2-download-wrapper .form-group button {
    color: #FFFFFF;
    background: #0086FF;
}

.step-2-download-wrapper .attention {
    border-left: 2px solid #FD1A2F;
    padding: 0 24px;
    color: #AAAAAA;
    margin-bottom: 48px;
}


/* STEP 2 DONLOADED */

.step-2-download-wrapper h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px;
}

.step-2-download-wrapper .downloaded-files {
    margin-bottom: 50px;
}

.step-2-download-wrapper .downloaded-files thead tr {
    height: 60px;
    background: #F3F3F3;
}

.step-2-download-wrapper .downloaded-files thead th,
.step-2-download-wrapper .downloaded-files tbody td {
    padding-left: 30px;
    min-width: 125px;
    font-size: 14px;
    line-height: 22px;
}

.step-2-download-wrapper .downloaded-files tbody td:last-child {
    text-align: center;
}

.step-2-download-wrapper .downloaded-files tbody tr {
    height: 80px;
    border-bottom: 1px solid #CFCFCF;
}

.step-2-download-wrapper .downloaded-files tbody tr:last-child {
    border-bottom: 0;
}

.step-2-download-wrapper .attention:last-child {
    margin-bottom: 0;
}

.step-2-wrapper .send-for-verification {
    background: #F2F9FF;
    padding: 45px;
}

.step-2-wrapper .send-for-verification .primary-button {
    margin: 46px 0 10px;
    background: #F2F9FF;
}

.step-2-wrapper .send-for-verification .primary-button:hover {
    color: #0086FF;
}


/* STEP 3 */

.step-3-wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.step-3-wrapper .breadcrumb {
    background: #FFFFFF;
    padding: 23px 50px;
    margin: 0;
}

.step-3-wrapper .breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.step-3-wrapper .title {
    margin-top: 1px;
    background: #FFFFFF;
}

.step-3-wrapper .title h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #454545;
    padding: 18px 47px;
}

.step-3-wrapper .steps {
    display: flex;
    position: relative;
    padding-top: 24px;
}

.step-3-wrapper .step-1 {
    width: 190px;
}

.step-3-wrapper .circle-wrapper {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 30px;
}

.step-3-wrapper .step.step-3 .circle,
.step-3-wrapper .step.step-2 .circle,
.step-3-wrapper .step-1 .circle,
.step-3-wrapper .step .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0086FF;
}

.step-3-wrapper .step.step-3 span,
.step-3-wrapper .step.step-2 span,
.step-3-wrapper .step-1 span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.step-3-wrapper .step-1 strong,
.step-3-wrapper .step strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.step-3-wrapper .step.step-3 .line,
.step-3-wrapper .step.step-2 .line,
.step-3-wrapper .step-1 .line,
.step-3-wrapper .step .line {
    width: 40px;
    height: 2px;
    background: #0086FF;
}

.step-3-wrapper .step.step-3 .arrow-right,
.step-3-wrapper .step.step-2 .arrow-right,
.step-3-wrapper .step-1 .arrow-right,
.step-3-wrapper .step .arrow-right {
    width: 11px;
    height: 11px;
    margin-bottom: .5px;
    margin-left: 6px;
    border-top: 2px solid #0086FF;
    border-right: 2px solid #0086FF;
    transform: rotate(45deg);
}

.step-3-wrapper .step-1 p,
.step-3-wrapper .step p {
    text-align: center;
    width: 100px;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.step-3-wrapper .step {
    width: 170px;
}

.step-3-wrapper .step .circle-wrapper {
    padding-left: 10px;
}

.step-3-wrapper .step .circle {
    background: #CFCFCF;
}

.step-3-wrapper .step span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
}

.step-3-wrapper .step .line {
    background: #CFCFCF;
}

.step-3-wrapper .step .arrow-right {
    border-top: 2px solid #CFCFCF;
    border-right: 2px solid #CFCFCF;
}

.step-3-wrapper .step p {
    width: 170px;
    margin-left: 0;
}

.step-3-wrapper .step img {
    text-align: center;
    margin-left: 65px;
}

.step-3-wrapper .triangle {
    position: absolute;
    bottom: -19px;
    left: 393px;
    width: 0; 
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #E5E5E5;
}

.step-3-wrapper .checking-the-application {
    background: #FFFFFF;
    padding: 45px;
}

.step-3-wrapper .checking-the-application h4 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
    color: #454545;
}

.step-3-wrapper .checking-the-application .downloaded-files thead tr {
    height: 60px;
    background: #F3F3F3;
}

.step-3-wrapper .checking-the-application .downloaded-files thead th,
.step-3-wrapper .checking-the-application .downloaded-files tbody td {
    padding-left: 30px;
    min-width: 125px;
    font-size: 14px;
    line-height: 22px;
}

.step-3-wrapper .checking-the-application .downloaded-files tbody tr {
    height: 80px;
    border-bottom: 1px solid #CFCFCF;
}

.step-3-wrapper .checking-the-application .downloaded-files tbody tr:last-child {
    border-bottom: 0;
}


/* STEP 4 */

.step-4-wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.step-4-wrapper .breadcrumb {
    background: #FFFFFF;
    padding: 23px 50px;
    margin: 0;
}

.step-4-wrapper .breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.step-4-wrapper .title {
    margin-top: 1px;
    background: #FFFFFF;
}

.step-4-wrapper .title h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #454545;
    padding: 18px 47px;
}

.step-4-wrapper .steps {
    display: flex;
    position: relative;
    padding-top: 24px;
}

.step-4-wrapper .step-1 {
    width: 190px;
}

.step-4-wrapper .circle-wrapper {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 30px;
}

.step-4-wrapper .step.step-4 .circle,
.step-4-wrapper .step.step-3 .circle,
.step-4-wrapper .step.step-2 .circle,
.step-4-wrapper .step-1 .circle,
.step-4-wrapper .step .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0086FF;
}

.step-4-wrapper .step.step-4 span,
.step-4-wrapper .step.step-3 span,
.step-4-wrapper .step.step-2 span,
.step-4-wrapper .step-1 span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.step-4-wrapper .step-1 strong,
.step-4-wrapper .step strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.step-4-wrapper .step.step-4 .line,
.step-4-wrapper .step.step-3 .line,
.step-4-wrapper .step.step-2 .line,
.step-4-wrapper .step-1 .line,
.step-4-wrapper .step .line {
    width: 40px;
    height: 2px;
    background: #0086FF;
}

.step-4-wrapper .step.step-4 .arrow-right,
.step-4-wrapper .step.step-3 .arrow-right,
.step-4-wrapper .step.step-2 .arrow-right,
.step-4-wrapper .step-1 .arrow-right,
.step-4-wrapper .step .arrow-right {
    width: 11px;
    height: 11px;
    margin-bottom: .5px;
    margin-left: 6px;
    border-top: 2px solid #0086FF;
    border-right: 2px solid #0086FF;
    transform: rotate(45deg);
}

.step-4-wrapper .step-1 p,
.step-4-wrapper .step p {
    text-align: center;
    width: 100px;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.step-4-wrapper .step {
    width: 170px;
}

.step-4-wrapper .step .circle-wrapper {
    padding-left: 10px;
}

.step-4-wrapper .step .circle {
    background: #CFCFCF;
}

.step-4-wrapper .step span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
}

.step-4-wrapper .step .line {
    background: #CFCFCF;
}

.step-4-wrapper .step .arrow-right {
    border-top: 2px solid #CFCFCF;
    border-right: 2px solid #CFCFCF;
}

.step-4-wrapper .step p {
    width: 170px;
    margin-left: 0;
}

.step-4-wrapper .step img {
    text-align: center;
    margin-left: 65px;
}

.step-4-wrapper .triangle {
    position: absolute;
    bottom: -19px;
    left: 560px;
    width: 0; 
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #E5E5E5;
}

.step-4-wrapper .determined-the-price {
    background-color: #FFFFFF;
    padding: 45px;
}

.step-4-wrapper .determined-the-price h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.step-4-wrapper .determined-the-price p {
    color: #454545;
    margin: 0;
}

.step-4-wrapper .determined-the-price .not-enough-money {
    background: rgba(253, 26, 47, .1);
    box-shadow: 0px 7px 15px rgb(0 0 0 / 6%);
    color: #FD1A2F;
    height: 121px;
    padding: 50px 0;
    padding-left: 33px;
    margin: 48px 0;
}

.step-4-wrapper .payment-options .nav-link {
    box-shadow: 
4px -4px 6px -1px rgb(0 0 0 / 6%), 
-4px -4px 6px -1px rgb(0 0 0 / 6%);
}

.step-4-wrapper .payment-options .form-field__group {
    width: 255px;
    border-right: none;
}

.step-4-wrapper .payment-options .confirmation-text a {
    color: #0086FF;
}

.step-4-wrapper .payment-options .title {
    font-size: 12px;
    line-height: 18px;
    color: #AAAAAA;
    margin-bottom: 10px;
}

.step-4-wrapper .payment-options .form-select {
    width: 366px;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #CFCFCF;
    margin-bottom: 25px;
}

.step-4-wrapper .collected-reports {
    margin: 48px 0;
}

.step-4-wrapper .collected-reports h6 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #454545;
}

.step-4-wrapper .collected-reports thead tr {
    height: 60px;
    background: #F3F3F3;
}

.step-4-wrapper .collected-reports thead th,
.step-4-wrapper .collected-reports tbody td {
    padding-left: 30px;
    min-width: 125px;
    font-size: 14px;
    line-height: 22px;
}

.step-4-wrapper .collected-reports tbody tr {
    height: 80px;
    border-bottom: 1px solid #CFCFCF;
}

.step-4-wrapper .collected-reports tbody tr:last-child {
    border-bottom: 0;
}


/* STEP 5 */

.step-5-wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.step-5-wrapper .breadcrumb {
    background: #FFFFFF;
    padding: 23px 50px;
    margin: 0;
}

.step-5-wrapper .breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.step-5-wrapper .title {
    margin-top: 1px;
    background: #FFFFFF;
}

.step-5-wrapper .title h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #454545;
    padding: 18px 47px;
}

.step-5-wrapper .steps {
    display: flex;
    position: relative;
    padding-top: 24px;
}

.step-5-wrapper .step-1 {
    width: 190px;
}

.step-5-wrapper .circle-wrapper {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 30px;
}

.step-5-wrapper .step.step-5 .circle,
.step-5-wrapper .step.step-4 .circle,
.step-5-wrapper .step.step-3 .circle,
.step-5-wrapper .step.step-2 .circle,
.step-5-wrapper .step-1 .circle,
.step-5-wrapper .step .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0086FF;
}

.step-5-wrapper .step.step-5 span,
.step-5-wrapper .step.step-4 span,
.step-5-wrapper .step.step-3 span,
.step-5-wrapper .step.step-2 span,
.step-5-wrapper .step-1 span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.step-5-wrapper .step-1 strong,
.step-5-wrapper .step strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.step-5-wrapper .step.step-5 .line,
.step-5-wrapper .step.step-4 .line,
.step-5-wrapper .step.step-3 .line,
.step-5-wrapper .step.step-2 .line,
.step-5-wrapper .step-1 .line,
.step-5-wrapper .step .line {
    width: 40px;
    height: 2px;
    background: #0086FF;
}

.step-5-wrapper .step.step-5 .arrow-right,
.step-5-wrapper .step.step-4 .arrow-right,
.step-5-wrapper .step.step-3 .arrow-right,
.step-5-wrapper .step.step-2 .arrow-right,
.step-5-wrapper .step-1 .arrow-right,
.step-5-wrapper .step .arrow-right {
    width: 11px;
    height: 11px;
    margin-bottom: .5px;
    margin-left: 6px;
    border-top: 2px solid #0086FF;
    border-right: 2px solid #0086FF;
    transform: rotate(45deg);
}

.step-5-wrapper .step-1 p,
.step-5-wrapper .step p {
    text-align: center;
    width: 100px;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.step-5-wrapper .step {
    width: 170px;
}

.step-5-wrapper .step .circle-wrapper {
    padding-left: 10px;
}

.step-5-wrapper .step .circle {
    background: #CFCFCF;
}

.step-5-wrapper .step span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
}

.step-5-wrapper .step .line {
    background: #CFCFCF;
}

.step-5-wrapper .step .arrow-right {
    border-top: 2px solid #CFCFCF;
    border-right: 2px solid #CFCFCF;
}

.step-5-wrapper .step p {
    width: 170px;
    margin-left: 0;
}

.step-5-wrapper .step img {
    text-align: center;
    margin-left: 65px;
}

.step-5-wrapper .triangle {
    position: absolute;
    bottom: -19px;
    left: 735px;
    width: 0; 
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #E5E5E5;
}

.step-5-wrapper .request-in-processing {
    background-color: #FFFFFF;
    padding: 45px;
}

.step-5-wrapper .request-in-processing h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.step-5-wrapper .collected-reports thead tr {
    height: 60px;
    background: #F3F3F3;
}

.step-5-wrapper .collected-reports thead th,
.step-5-wrapper .collected-reports tbody td {
    padding-left: 30px;
    min-width: 125px;
    font-size: 14px;
    line-height: 22px;
}

.step-5-wrapper .collected-reports tbody tr {
    height: 80px;
    border-bottom: 1px solid #CFCFCF;
}

.step-5-wrapper .collected-reports tbody tr:last-child {
    border-bottom: 0;
}


/* STEP 5 MORE */

.step-5-wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
}

.step-5-wrapper .breadcrumb {
    background: #FFFFFF;
    border-bottom: 1px solid #F3F3F3;
    padding: 23px 50px;
    margin: 0;
}

.step-5-wrapper .breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.step-5-wrapper .report-details {
    padding: 23px 50px;
}

.step-5-wrapper .report-details h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
    margin-bottom: 24px;
}

.step-5-wrapper .report-details p {
    margin: 0;
}


/* STEP 6 */

.step-6-wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.step-6-wrapper .breadcrumb {
    background: #FFFFFF;
    padding: 23px 50px;
    margin: 0;
}

.step-6-wrapper .breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.step-6-wrapper .title {
    margin-top: 1px;
    background: #FFFFFF;
}

.step-6-wrapper .title h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #454545;
    padding: 18px 47px;
}

.step-6-wrapper .steps {
    display: flex;
    padding-top: 24px;
}

.step-6-wrapper .step-1 {
    width: 190px;
}

.step-6-wrapper .circle-wrapper {
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 30px;
}

.step-6-wrapper .step.step-6 .circle,
.step-6-wrapper .step.step-5 .circle,
.step-6-wrapper .step.step-4 .circle,
.step-6-wrapper .step.step-3 .circle,
.step-6-wrapper .step.step-2 .circle,
.step-6-wrapper .step-1 .circle,
.step-6-wrapper .step .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0086FF;
}

.step-6-wrapper .step.step-6 span,
.step-6-wrapper .step.step-5 span,
.step-6-wrapper .step.step-4 span,
.step-6-wrapper .step.step-3 span,
.step-6-wrapper .step.step-2 span,
.step-6-wrapper .step-1 span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.step-6-wrapper .step-1 strong,
.step-6-wrapper .step strong {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.step-6-wrapper .step.step-6 .line,
.step-6-wrapper .step.step-5 .line,
.step-6-wrapper .step.step-4 .line,
.step-6-wrapper .step.step-3 .line,
.step-6-wrapper .step.step-2 .line,
.step-6-wrapper .step-1 .line,
.step-6-wrapper .step .line {
    width: 40px;
    height: 2px;
    background: #0086FF;
}

.step-6-wrapper .step.step-5 .arrow-right,
.step-6-wrapper .step.step-4 .arrow-right,
.step-6-wrapper .step.step-3 .arrow-right,
.step-6-wrapper .step.step-2 .arrow-right,
.step-6-wrapper .step-1 .arrow-right,
.step-6-wrapper .step .arrow-right {
    width: 11px;
    height: 11px;
    margin-bottom: .5px;
    margin-left: 6px;
    border-top: 2px solid #0086FF;
    border-right: 2px solid #0086FF;
    transform: rotate(45deg);
}

.step-6-wrapper .step-1 p,
.step-6-wrapper .step p {
    text-align: center;
    width: 100px;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.step-6-wrapper .step {
    width: 170px;
}

.step-6-wrapper .step .circle-wrapper {
    padding-left: 10px;
}

.step-6-wrapper .step .circle {
    background: #CFCFCF;
}

.step-6-wrapper .step span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
}

.step-6-wrapper .step .line {
    background: #CFCFCF;
}

.step-6-wrapper .step .arrow-right {
    border-top: 2px solid #CFCFCF;
    border-right: 2px solid #CFCFCF;
}

.step-6-wrapper .step p {
    width: 170px;
    margin-left: 0;
}

.step-6-wrapper .step img {
    text-align: center;
    margin-left: 65px;
}

.step-6-wrapper .request-in-processing {
    background-color: #FFFFFF;
    padding: 45px;
}

.step-6-wrapper .request-in-processing h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.step-6-wrapper .collected-reports thead tr {
    height: 60px;
    background: #F3F3F3;
}

.step-6-wrapper .collected-reports thead th,
.step-6-wrapper .collected-reports tbody td {
    padding-left: 30px;
    min-width: 125px;
    font-size: 14px;
    line-height: 22px;
}

.step-6-wrapper .collected-reports tbody tr {
    height: 80px;
    border-bottom: 1px solid #CFCFCF;
}

.step-6-wrapper .collected-reports tbody tr:last-child {
    border-bottom: 0;
}


/* STEP 6 MORE */

.step-6-wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
}

.step-6-wrapper .breadcrumb {
    background: #FFFFFF;
    border-bottom: 1px solid #F3F3F3;
    padding: 23px 50px;
    margin: 0;
}

.step-6-wrapper .breadcrumb-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.step-6-wrapper .report-details {
    padding: 23px 50px;
}

.step-6-wrapper .report-details h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
    margin-bottom: 24px;
}

.step-6-wrapper .report-details p {
    margin: 0;
}


/* DOCUMENTS */

.documents {
    position: relative;
    background: #FFFFFF;
    padding: 71px 0;
}

.documents h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
    margin-bottom: 24px;
}

.documents thead tr {
    background:  #F3F3F3;
}

.documents thead th {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.documents th,
.documents td {
    font-size: 14px;
    line-height: 22px;
    min-width: 50px;
    height: 60px;
    padding: 18px 15px;
}

.documents td:last-child {
    opacity: 0;
}

.documents td:last-child:hover {
    opacity: 1;
}

.documents th:nth-child(2)::after,
.documents th:nth-child(3)::after,
.documents th:nth-child(4)::after {
    content: "";
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 0; 
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0086FF;;
}

.documents .table {
    margin-bottom: 40px;
}

.documents .page-link {
    border: none;
    padding: 0px;
    font-weight: 600;
    color: #AAAAAA;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-item.current .page-link,
.documents .page-link:hover {
    background: #F3F3F3;
    color: #0086FF;
}

.page-item.prev-nav {
    margin-right: 20px;
}

.page-item.next-nav {
    margin-left: 20px;
}

.documents .pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.report-list-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 420px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    z-index: 10;
}

.search-box {
    display: none;
}

.search-box.active {
    display: block;
}

.report-list-wrapper .input-group {
    position: relative;
    margin-bottom: 23px;
}

.report-list-wrapper .form-control {
    padding: 19px;
}

.report-list-wrapper img {
    position: absolute;
    right: 20px;
    bottom: 22px;
}

.report-list-wrapper .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
}

.report-list-wrapper .form-check-label {
    font-weight: 400;
    line-height: 32px;
    color: #454545;
    margin-left: 10px;
}


/* ADD ORGANIZATION */

.add-organization {
    background: #FFFFFF;
    padding: 73px 122px;
}

.add-organization h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.add-organization .chosen-container-single {
    min-width: 100%;
}

.add-organization .chosen-container-single .chosen-search {
    display: block;
}

.add-organization-manual {
    background: #F2F9FF;
    padding: 55px 122px;
}

.add-organization-manual label {
    font-size: 12px;
    line-height: 18px;
    color: #454545;
}

.add-organization-manual input {
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    padding: 17px 30px;
}

.add-organization-manual .chosen-container-single {
    max-width: 100%;
    background: #FFFFFF;
}


/* ORGANIZATIONS */

.transactions-table .table thead tr {
    border-bottom: 0;
}

.transactions-table .table th,
.transactions-table .table td {
    min-width: 72px;
    padding: 15px;
}

.transactions-table .table th:first-child,
.transactions-table .table td:first-child {
    padding-left: 35px;
    min-width: 335px;
}

.transactions-table .table th:last-child,
.transactions-table .table td:last-child {
    max-width: 235px;
}

.transactions-table .table td p {
    margin-bottom: 5px;
}

.transactions-table .table td p span {
    color: #FFFFFF;
    background: #454545;
    padding: 2px 5px;
    margin-left: 8px;
}

.transactions-table .table td .docs-issued::after {
    content: url("/assets/img/check.svg");
    position: relative;
    top: -20px;
    left: -95px;
}

.transactions-table .table td .kep-issued p,
.transactions-table .table td .kep-not-issued p {
    padding-left: 8px;
    margin: 0;
}


/* ORGANIZATION MORE DETAILS */

.organization-more-details {
    background: #FFFFFF;
    padding: 73px 122px;
}

.organization-more-details h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.organization-more-details h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #454545;
}

.organization-more-details .table thead tr {
    border-bottom: 0;
}

.organization-more-details .table th,
.organization-more-details .table td {
    min-width: 230px;
    padding: 18px 35px!important;
    vertical-align: middle;
}

.organization-more-details .table tbody tr:last-child {
    border-bottom: 0px solid #FFFFFF;
}

.organization-more-details .info {
    padding: 45px;
    background: rgba(0, 134, 255, .2);
}

.organization-more-details .attention {
    border-left: 1px solid #FD1A2F;
    padding-left: 24px;
    color: #AAAAAA;
    margin-bottom: 50px;
}


/* DRAW UP */

.draw-up .table th,
.draw-up .table td {
    min-width: 180px;
}

.draw-up .table input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.4px;
    height: 0.4px;
}

.draw-up .table label {
    color: #0086FF;
    transition: .4s ease;
    cursor: pointer;
}

.draw-up-page .modal-dialog {
    max-width: 700px;
}

.draw-up-page .modal-header {
    border: 0;
    position: relative;
}

.draw-up-page .modal-header button {
    position: absolute;
    top: -50%;
    right: -10%;
}

.draw-up-page .modal-header h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.draw-up-page .modal-content {
    padding: 70px;
}

.draw-up-page .modal-content input {
    width: 100%;
    height: 60px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    padding-left: 30px;
    color: #454545;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
}

.draw-up-page .modal-content p {
    font-size: 12px;
    line-height: 18px;
    color: #454545;
}

.draw-up-page .modal-content .chosen-container-single {
    max-width: 100%;
}

.draw-up-page .modal-content .form-field__checkbox input {
    width: 20px;
    height: 20px;
}

.draw-up-page .modal-content .btn-secondary {
    color: #FD1A2F;
    background: 0;
    border: 0;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}


/* FAVORITES-PLAN */

.favorites-plan {
    background: #FFFFFF;
    padding: 63px 122px;
}

.favorites-plan h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.favorites-plan .table thead tr,
.favorites-plan .table tr:last-child,
.favorites-plan .table tr:last-child td {
    border: 0;
}

.favorites-plan .table th:first-child,
.favorites-plan .table td:first-child {
    padding-left: 35px;
}

.favorites-plan h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #454545;
    margin-bottom: 45px;
}

.plans-group__wrapper {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
}

.plans-group__header {
    height: 75px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 57px;
}

.plans-group__header.bg-green {
    background: #36D110;
}

.plans-group__content {
    padding: 0 34px;
    flex: 1;
}

.plans-group__content h4 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.plans-group__content p {
    text-align: center;
    padding: 25px 0;
    margin: 0;
    width: 100%;
    color: #454545;
}

.plans-group__content p:nth-child(odd) {
    background: #F2F9FF;
}

.plans-group__content button {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 71px;
}

.plans-group__content .text-green {
    color: #36D110;
}

.favorites-plan .quarter .circle {
    background-color: #0086FF;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-right: 12px;
}

.favorites-plan .quarter p {
    margin: 0;
    line-height: 36px;
}

.favorites-plan .attention {
    border-left: 1px solid #FD1A2F;
    padding-left: 24px;
    color: #AAAAAA;
    margin-bottom: 50px;
}

.modal-dialog,
.favorites-plan-page .modal-dialog {
    max-width: 610px;
}

.modal-dialog .modal-header,
.favorites-plan-page .modal-header {
    border: 0;
    position: relative;
}

.modal-dialog .modal-content .btn-close ,
.modal-dialog .modal-header button,
.favorites-plan-page .modal-header button {
    position: absolute;
    top: 30px;
    right: 30px;
}

.modal-dialog .modal-header h5,
.favorites-plan-page .modal-header h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #454545;
}

.modal-dialog .modal-header p,
.favorites-plan-page .modal-header p {
    width: 100%;
    text-align: left;
    margin: 0;
}

.modal-dialog .modal-content,
.favorites-plan-page .modal-content {
    padding: 60px;
    position: relative;
}

.modal-dialog .modal-content input, 
.favorites-plan-page .modal-content input {
    width: 100%;
    height: 60px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    padding-left: 30px;
    color: #454545;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
}

.modal-dialog .modal-content .chosen-container-single,
.favorites-plan-page .modal-content .chosen-container-single {
    max-width: 100%;
}

.modal-dialog .modal-content .btn-secondary,
.favorites-plan-page .modal-content .btn-secondary {
    color: #FD1A2F;
    background: 0;
    border: 0;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.icon-arrow-left {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    background: url(/assets/img/chevron-left.svg) center no-repeat;
}

.icon-arrow-right {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    background: url(/assets/img/chevron-right.svg) center no-repeat;
}

.icon-arrow-left:hover,
.icon-arrow-right:hover {
    filter: invert(29%) sepia(92%) saturate(2631%) hue-rotate(208deg) brightness(98%) contrast(103%);
}

.icon-bad {
    width: 15px;
    height: 15px;
    flex: 0 0 24px;
    display: inline-flex;
    background: url(/assets/img/close.svg) center no-repeat;
}

.icon-success {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    display: inline-flex;
    background: url(/assets/img/check.svg) center no-repeat;
}

.download-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 368px;
    padding: 25px 30px;
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.06);
    z-index: 10;
}

.btn-download { background: transparent; border: none; width: 30px; height: 30px; }

.circle-mobile { display: none; }

.phone { display: flex; flex-direction: column; margin-bottom: 48px; }
.phone-number { padding-right: 15px; }
.phone-wrapper { display: flex; align-items: center; }
.phone-state { width: 350px; margin-right: 30px; }
.phone-state .icon-success,
.phone-state .icon-bad { margin-right: 15px; }

.phone-alert-error { color: #FD1A2F; }
.phone-alert-sucess { color: #36D110; }

.cashless-table .status {
    height: 28px;
    padding: 2px 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cashless-paid .status {
    background: #36D110;
}

.cashless-not-paid .status {
    background: #FD1A2F;
}

.cashless-link {
    width: 38px;
    height: 28px;
    line-height: 1;
    border: 1px solid #0086FF;
    background: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    color: #0086FF;
}

.cashless-link:hover {
    transition: 0.4s ease;
    background: #0086FF;
    color: #FFFFFF !important;
}

.chosen-select {
    width: 100%;
    height: 60px;
    border: 1px solid #CFCFCF;
    color: #454545;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
    padding: 17px 25px;
}

@media (max-width: 1440px) {
    .app_wrapper .banner { margin-bottom: 30px; }
}

@media (max-width: 1199px) {
    /* PAY ONLINE */
    .nav-tabs .nav-item .nav-link { min-width: inherit; }
    .add-docs-for-organization { padding: 60px 90px; }
    .steps .step.active { display: block; }
    .steps .step, 
    .steps .step.active .line, 
    .steps .step.active .arrow-right { display: none; }

    .steps .step.active .circle { display: none; }
    .steps .step.active .circle-mobile { display: flex; }
    .create-new-application .steps, .step-2-wrapper .steps, .step-3-wrapper .steps, .step-4-wrapper .steps, .step-5-wrapper .steps, .step-6-wrapper .steps { justify-content: center;}
    .create-new-application .step .circle-wrapper, .step-2-wrapper .step .circle-wrapper, .step-3-wrapper .steps .step .circle-wrapper,
    .step-4-wrapper .step .circle-wrapper, .step-5-wrapper .step .circle-wrapper, .step-6-wrapper .step .circle-wrapper { margin: 0 auto 30px; display: flex; justify-content: center;  padding: 0; }
    .create-new-application .step p { width: auto; margin: 0; }
    .step-2-wrapper .triangle, .step-3-wrapper .triangle,.step-4-wrapper .triangle{ transform: translateX(-50%); left: 50%; }
}

@media(max-width: 991px) {
    /* INDEX */
    .header-replenish { position: relative; margin-right: 15px; }
    .replenish-total { padding: 0 15px; border: none; }
    .replenish-text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; }
    .replenish-text a { font-size: 0; width: 100%; height: 100%; display: block; }
    .main-block, .app-for-organization, .create-new-application{ padding: 60px 90px; }
    .dropdown-toggle { padding: 14px 60px 14px 22px; }
    /* PAY ONLINE */
    .alert-pay, .tab-content>.tab-pane, .personal-account { padding: 45px 60px; }
    .nav-tabs .nav-item .nav-link { margin-right: 15px;font-size: 14px; padding: 0 15px; }
    .nav-tabs .nav-item:last-child .nav-link { margin-right: 0; }
    .table-wrapper .table { display: flex; flex-direction: column; }
    .table-wrapper thead { display: none; }
    .table-wrapper .table tr { display: flex; flex-direction: column; align-items: flex-start; }
    .table-wrapper .table tr:first-child { border-top: 1px solid #CFCFCF;}
    .table-wrapper .table tr td { position: relative; padding: 10px 15px 10px 0 !important; display: flex; flex-direction: column; border: none; height: auto; }
    .table-wrapper .table tr td::before { content: attr(data-title); display: inline-block; font-weight: 500;font-size: 14px;line-height: 24px;letter-spacing: 0.02em;color: #454545; margin-bottom: 6px; }

    .doc-icon { width: 20px; }
    .documents .table-wrapper .table tbody tr td:first-child { height: inherit; }
    .documents .table-wrapper thead { display: block; }
    .documents .table-wrapper .table thead tr { background: transparent; border: none !important; padding: 0; }
    .documents .table-wrapper .table thead tr th { border: 1px solid #CFCFCF; margin-bottom: 24px; }
    .documents th:nth-child(2)::after, .documents th:nth-child(3)::after, .documents th:nth-child(4)::after { right: 5px; position: absolute; left: auto; }
    .documents .table-wrapper .table thead tr th:first-child, .documents .table-wrapper .table thead tr th:last-child,
    .documents .table-wrapper .table thead tr th:nth-child(6), .documents .table-wrapper .table thead tr th:nth-child(5) { display: none; }
    .documents td:last-child { opacity: 1; }
    .download-wrapper { left: 0; }
    .add-docs-for-organization tbody tr { height: auto; }
    .add-docs-for-organization tbody tr td:last-child { text-align: left; }
    .app-for-organization tbody tr { height: auto; }
    .permitted-documents, .app-for-organization .permitted-documents { margin-right: 0; }
    .permitted-documents .table-wrapper .table tbody tr td img { width: 20px; }
    .app-for-organization .cooperation-is-impossible { margin-right: 0; }
    .step-2-download-wrapper button { margin-bottom: 24px; }
    .step-2-download-wrapper .downloaded-files tbody tr, .step-3-wrapper .checking-the-application .downloaded-files tbody tr,
    .step-4-wrapper .collected-reports tbody tr, .step-5-wrapper .collected-reports tbody tr, .step-6-wrapper .collected-reports tbody tr  { height: auto; }
    .step-2-download-wrapper .downloaded-files tbody td:last-child { text-align: left;}
    .form-field__checkbox { display: flex; }
    .demand, .demand-show, .demand-paid, .demand-paid-ticket_send_ticket  { padding: 45px 15px; }
    .demand-paid_way { padding: 15px; }
    .demand-paid-ticket_attention, .demand-paid-ticket_info, .demand-paid-ticket_success,.demand-paid-ticket_denied { height: auto; padding: 45px 30px !important; }
}

@media (max-width: 767px) {
    /* INDEX */
    .wrapper { overflow: hidden; }
    .content { margin-left: 0; }
    .dropdown-toggle { border-radius: 100px; width: 40px; height: 40px; font-size: 0; padding: 0 11px; }
    .header-replenish { padding: 0; background: transparent; }
    .replenish-total { color: #0086FF; padding: 0; }
    .left-area { display: none; }
    .header { padding: 20px 0; position: relative; }
    .header-profile .dropdown { position: static; }
    .header-profile .dropdown-menu { transform: none !important; left: 0 !important; right: 0 !important; max-width: inherit; top: 100% !important; }
    .burger-menu { display: flex; flex-direction: column; justify-content: space-between; height: 23px; width: 30px; margin-right: 30px; flex: 0 0 30px; border: none; background: transparent; padding: 0; }
    .burger-line { width: 100%; height: 3px; background: #0086FF;}
    #mobile-menu { position: absolute; top: 100%; left: 0; right: 0; opacity: 0; visibility: hidden; }
    #mobile-menu.active { display: block; opacity: 1; visibility: visible; background: #FFFFFF;  z-index: 10; }
    #mobile-menu.left-menu .menu-item__link { flex-direction: row; align-items: center; height: auto; padding: 20px 15px; }
    #mobile-menu.left-menu .menu-item__link img { margin-right: 24px; margin-bottom: 0; width: 36px; flex: 0 0 36px; }
    #burger-btn.active .burger-line:nth-child(2) { opacity: 0; }
    #burger-btn.active .burger-line:nth-child(1) { transform: translateY(10px) rotate(45deg);  }
    #burger-btn.active .burger-line:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }
    .main-block, .app-for-organization,.create-new-application { padding: 45px 60px; } 
    .alert-pay, .tab-content>.tab-pane, .personal-account { padding: 45px 15px; }
    /* PAY ONLINE */
    .nav.nav-tabs { flex-direction: column; }
    .nav-tabs .nav-item .nav-link { margin-right: 0; width: 100%; border-bottom: 2px solid #FFFFFF; }
    .step-4-wrapper .determined-the-price .not-enough-money { height: auto;}
    .step-4-wrapper .payment-options .form-select,.step-4-wrapper .payment-options .form-field__group { width: 100%;}
    .demand-show .plans .plan { width: 100%; margin: 0 0 30px; }
    .plans { flex-wrap: wrap; }
    .phone-wrapper { flex-direction: column; align-items: flex-start; }
    .phone-state { margin-bottom: 24px; }
}

@media (max-width: 576px) {
    /* INDEX */
    .banner { padding: 46px 40px; }
    .primary-button { width: 100%; padding: 14px 17px; }
    .banner-title { font-size: 48px; line-height: 60px; }
    .comment-area, .personal-area { padding: 24px 15px; }
    .main-block,.app-for-organization, .create-new-application { padding: 30px 15px; }
    .fomr-radio__item { margin-right: 15px;}
    .title { font-size: 20px; line-height: 30px; }
     /* PAY ONLINE */
    .alert-pay, .tab-content>.tab-pane, .personal-account { padding: 12px 15px; }
    .alert-pay .mb-5 { margin-bottom: 6px !important; }
    .alert-pay .btn-close { right: 15px; top: 12px; }
    .form-field__group { flex-wrap: wrap; border: none; }
    .form-field__group .form-feild__input { width: calc(100% - 108px); }
    .form-feild__input input { max-width: inherit; border: 1px solid #CFCFCF; }
    .form-field__bonus { max-width: inherit; margin-top: 23px; border: 1px solid #CFCFCF; }
    .form-field__panny, .form-field__symbol { width: 54px; flex: 0 0 54px; }
    .form-field__symbol { border: 1px solid #CFCFCF; border-right: none; }
    .form-field__panny { border: 1px solid #CFCFCF; border-left: none; }
    .form-field__checkbox { display: flex; align-items: center; }
    .form-inline { flex-direction: column; }
    .code-field { max-width: inherit; margin-right: 0; margin-bottom: 23px; }
    .form-inline .form-field,.app-for-organization .form-select { width: 100%; }
    .download-wrapper { min-width: inherit; }
    .step-2-wrapper .breadcrumb, .step-2-wrapper .send-for-verification, .step-4-wrapper .determined-the-price,
    .step-4-wrapper .title h2,.step-4-wrapper .breadcrumb, .step-5-wrapper .breadcrumb, .step-5-wrapper .title h2,
    .step-5-wrapper .report-details, .step-6-wrapper .report-details, .step-6-wrapper .breadcrumb, .step-6-wrapper .request-in-processing{ padding: 15px; }
    .step-4-wrapper .determined-the-price h4 { font-size: 18px; line-height: 26px; }
    .not-enough-money_info { width: 100%; padding: 45px 30px; }
    .demand-show .modal-dialog { margin-top: 120px; }
    .demand-show .modal-content { padding: 30px; width: 100% !important; }
    .demand-show .modal-content .form-choose .buttons { flex-direction: column; }
    .demand-show_way { padding: 15px !important; }
    .edit-phone .edit-phone-form, .edit-password-form { width: 100%; }
    .phone-state { display: flex; flex-direction: column; align-items: flex-start; width: 100%; margin-right: 0; }
    .verify-phone-number .verify-phone-number-form,.verify-phone-number .resend-code-form { width: auto;}
    .modal-dialog .modal-content, .favorites-plan-page .modal-content { padding: 48px 15px; }
    .modal-body .form-field.d-flex.justify-content-between { flex-direction: column; }
    .modal-body .form-field.d-flex.justify-content-between button.primary-button { margin-top: 12px;}
}


@media (max-width: 474px) {
    .comment-area, .personal-area { margin: 0 -15px 0 !important; box-shadow: none; }
    .main-block, .personal-account,.tab-content,.nav.nav-tabs { margin: 0 -15px; }
}