@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

:focus,
:active {
    /*outline: none;*/
}

a:focus,
a:active {
    /* outline: none;*/
}

/* Links */

a,
a:link,
a:visited {
    /* color: inherit; */
    text-decoration: underline;
    /* display: inline-block; */
    color: #1149F8;
}

    a:hover {
        /* color: inherit; */
        text-decoration: none;
    }

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

    input::-ms-clear {
        display: none;
    }

    button,
    input[type="submit"] {
        display: inline-block;
        box-shadow: none;
        background-color: transparent;
        background: none;
        cursor: pointer;
    }

        input:focus,
        input:active,
        button:focus,
        button:active {
            outline: none;
        }

        button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

.hidden {
    display: none;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    font-family: 'Inter', sans-serif;
    color: #2A2D39;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: #F9FAFE;
    scrollbar-color: #C5CBDE #F5F5F5;
}

    body::-webkit-scrollbar {
        width: 6px;
    }

    body::-webkit-scrollbar-track {
        background: #F5F5F5;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #C5CBDE;
        border-radius: 4px;
    }

input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

header {
    background: #fff;
    border-bottom: 1px solid #E6E5E5;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 22px 0;
    width: 100%;
}

.navbar-collapse {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
}

.nav {
    justify-content: flex-end;
}

header nav .link {
    font-size: 14px;
}

header nav .btn.link {
    padding: 0px 20px;
}

header .link {
    font-size: 16px;
    margin-left: 40px;
    color: inherit;
    text-decoration: none;
    max-height: 36px;
    display: flex;
    align-items: center;
    box-shadow: none !important;
}

.nav_row {
    justify-content: space-between;
}

.main > div:nth-child(1) {
    padding-right: 16px;
}

.main > div:nth-child(2) {
    padding-left: 16px;
    margin-left: auto;
}

.filtr {
    position: relative;
    display: block;
    max-width: 416px;
}

.primary {
    background: #1149F8;
    color: #fff !important;
}

    .primary:hover {
        background: #1341D3;
    }

.secondary {
    border: 1px solid #E6E5E5;
    color: #2A2D39 !important;
}

    .secondary:hover {
    }

.destructive {
    background: #FCF3F6;
    color: #DA2F58;
    border: 1px solid #DA2F58;
}

.btn {
    filter: none !important;
    border-radius: 10px;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.stretch {
    min-width: 39%;
}

.row_btn .btn:nth-child(1) {
    margin-right: 32px;
}

.balance {
    margin-right: 40px;
}

    .balance label {
        color: #9695A2;
    }

.user {
    display: flex;
    align-items: center;
}

    .user img {
        margin-left: 16px;
    }

input[type="datetime-local"]:in-range::-webkit-datetime-edit-year-field,
input[type="datetime-local"]:in-range::-webkit-datetime-edit-month-field,
input[type="datetime-local"]:in-range::-webkit-datetime-edit-day-field {
    color: transparent;
}

input[type="date"]:in-range::-webkit-datetime-edit-year-field,
input[type="date"]:in-range::-webkit-datetime-edit-month-field,
input[type="date"]:in-range::-webkit-datetime-edit-day-field {
    color: transparent;
}

.indent {
    margin-top: 40px !important;
}

.form-item {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
}

/*.form-item {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}*/

.date-input {
    width: 100%;
    height: 62px;
    padding: 30px 20px 12px;
    background: #F7F7F8;
    border-radius: 10px;
    color: #2A2D39;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    caret-color: #1149F8;
    font-family: 'Inter', sans-serif;
}

    .date-input::-webkit-datetime-edit-text,
    .date-input::-webkit-datetime-edit-month-field,
    .date-input::-webkit-datetime-edit-day-field,
    .date-input::-webkit-datetime-edit-year-field {
        color: #2A2D39;
        padding: 0 0.1em;
    }

.block_au .form-item a {
    color: inherit;
}

.form-item:nth-last-child(1) {
    margin-bottom: 0;
}

.form-item .gr_txt {
    margin-bottom: 2px;
}

.block_title .gr_txt {
    width: auto;
    font-size: 12px;
    line-height: 16px;
}

.row_btn {
    margin-top: 40px;
    align-items: center;
    flex-wrap: nowrap;
}

.form-control.date {
    background: #F7F7F8 url(../img/icon/date.svg) no-repeat 95% 50%;
}

.form-control {
    width: 100%;
    height: 62px;
    padding: 30px 20px 12px;
    background: #F7F7F8;
    border-radius: 10px;
    color: inherit;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    caret-color: #1149F8;
}

.invalid {
    background: #FCF3F6 url(../img/icon/invalid.svg) no-repeat 96% 50%;
    border: 1px solid #DA2F58;
    box-shadow: 0px 0px 4px rgba(218, 47, 88, 0.25);
}

.edit {
    background: #F7F7F8 url(../img/icon/edit.svg) no-repeat 96% 50%;
    cursor: pointer;
}

.correct {
    background: #F7F7F8 url(../img/icon/check.svg) no-repeat 96% 50% !important;
    border: 0;
    box-shadow: none;
}

.form-label {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 12px;
    color: #6c757d;
    transition: all 0.3s;
    pointer-events: none;
}

.calendar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    font-size: 1.2rem;
}

/*.form-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    right: 15px;
    top: 21px;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9695A2;
}*/

.form-control:focus,
.form-control:active {
    border: 1px solid #1149F8;
    background: #F7F7F8;
    box-shadow: 0px 0px 4px rgba(60, 66, 234, 0.25) !important;
}

.form-control.date + label {
    background: #F7F7F8;
    padding-bottom: 10px;
    margin-right: 8%;
}

.form-control:focus ~ .form-label,
.form-control:not(:focus):valid ~ .form-label {
    top: 12px;
    font-size: 12px;
    line-height: 16px;
    background: transparent;
    padding: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    user-select: none;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
}

.select {
    position: relative;
    display: block;
    width: 100%;
}

.select__head {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    height: 62px;
    padding: 21px 20px;
    background: #F7F7F8;
    border-radius: 10px;
    font-weight: 400;
}

    .select__head::after {
        width: 10px;
        height: 6px;
        background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23BCBAB6'/%3E%3C/svg%3E%0A") no-repeat center / cover;
        position: absolute;
        right: 20px;
        bottom: 50%;
        transform: translateY(50%);
        content: '';
        display: block;
        transition: .2s ease-in;
    }

    .select__head.open::after {
        transform: translateY(50%) rotate(180deg);
    }

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    padding: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #2A2D39;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    background: #FFFFFF;
    border: 1px solid #ECECF0;
    border-radius: 10px;
}

    .select__list::-webkit-scrollbar {
        width: 7px;
        background-color: #F8F9FA;
        padding: 5px;
    }

    .select__list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D9D9D9;
    }

    .select__list .select__item {
        position: relative;
        padding: 17px 12px;
        cursor: pointer;
        list-style-type: none;
    }

        .select__list .select__item:hover {
            background: #F8F9FA;
            border-radius: 10px;
        }

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-checkbox + label::before {
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        flex-shrink: 0;
        flex-grow: 0;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
        border: 1.4px solid #9695A2;
        border-radius: 6px;
        box-shadow: none !important;
    }

    .custom-checkbox:checked + label::before {
        border-color: #0b76ef;
        background-color: #0b76ef;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
        border-color: #b3d7ff;
    }

    .custom-checkbox:not(:disabled):active + label::before {
        background-color: #b3d7ff;
        border-color: #b3d7ff;
    }

    .custom-checkbox:focus + label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-checkbox:focus:not(:checked) + label::before {
        border-color: #80bdff;
    }

    .custom-checkbox:disabled + label::before {
        background-color: #e9ecef;
    }

.summ {
    font-weight: 600;
    font-size: 60px;
    line-height: 74px;
    text-align: center;
    color: #1149F8;
    margin-bottom: 12px;
}

.summ_block {
    align-items: center;
    margin-bottom: 40px;
}

.summ_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9695A2;
}

.form-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

    .form-col .form-item {
        max-width: 48%;
        margin: 0;
    }

.btn_col {
    flex-flow: column;
}

    .btn_col .btn {
        width: 100%;
        margin: 0;
    }

        .btn_col .btn:nth-child(1) {
            margin-right: 0;
            margin-bottom: 20px;
        }

.gr_txt {
    color: #9695A2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: block;
    width: 100%;
}

h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
}

.center {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.block_title {
    margin-bottom: 28px;
}

.p-5 {
    padding: 40px !important;
}

.main {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.block {
    max-width: 100%;
    position: relative;
}

.round {
    border-radius: 20px;
}

.shdw {
    box-shadow: 0px 28px 60px rgba(167, 178, 211, 0.1);
}

.mb-2 {
    margin-bottom: 32px !important;
}

.wh {
    background: #FFFFFF;
}

.qr_br {
    background: #F7F7F8;
    border-radius: 10px;
    display: inline-block;
    padding: 12px;
    margin-right: 40px;
}

span.check {
    background: #2FDA73;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

.qr {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.bl {
    background: linear-gradient(90deg, #1149F8 0%, #1141D7 100%);
    color: #FFFFFF;
}

.banner p {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
}

.banner .small {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    color: #B7C8FD;
}

.banner {
    padding: 36px 40px;
    padding-right: 40%;
}

.dsc {
    display: block;
}

.mob {
    display: none;
}

.banner_legal {
    position: absolute;
    bottom: -1px;
    right: 0;
}

.dropdown-toggle a {
    text-decoration: none;
}

.dropdown-toggle::before {
    background: url(../img/icon/drop-down.svg) 50%/contain;
    border: 0;
    width: 8px;
    height: 5px;
    content: "";
    display: inline-block;
    margin-right: 6px;
    filter: brightness(0);
    opacity: 0.5;
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}

.dropdown-toggle.show::before {
    transform: rotate(0);
    opacity: 1;
    filter: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu a,
a.dropdown-toggle {
    text-decoration: none;
    color: inherit;
}

.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(60, 66, 234, 0.25);
    border-radius: 10px;
    padding: 20px;
    inset: 12px auto auto 0px !important;
    border: 0;
}

.dropdown-item {
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    background: transparent !important;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4EAEF;
}

.dropdown-item img {
    margin-right: 8px;
}

.dropdown-menu li:nth-child(1) a {
    padding-top: 0;
}

.dropdown-menu li:nth-last-child(1) a {
    padding-bottom: 0;
}

.dropdown-menu li:nth-last-child(1) {
    border: 0;
}

.block_qr .qr_br {
    margin: 0;
    margin-left: auto;
}

.modal-content {
    padding: 40px;
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    opacity: 1;
}

.modal-dialog.modal-xl {
    max-width: 1088px;
}

.modal-dialog {
    margin: 52px auto;
    max-width: 416px;
}

.modal-header {
    padding: 0;
    margin-bottom: 40px;
    border: 0;
}

.modal-body {
    padding: 0;
}

button.btn-close {
    background: #F7F7F8 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231148F8'%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;
    border-radius: 10px;
}

.modal_txt {
    color: #9695A2;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 40px;
    padding: 0px 24px;
}

.row_table {
    margin: 40px 0;
    font-weight: 400;
    justify-content: space-between;
    border-bottom: 1px solid #E4EAEF;
}

.td {
    font-weight: 600;
}

.item_table > div {
    padding: 20px 0;
}

.bt {
    border-top: 1px solid #E4EAEF;
}

.bb {
    border-bottom: 1px solid #E4EAEF;
}

.row_table .col-2 {
    width: 11.5%;
}

.row_table .col-1 {
    width: 5.5%;
}

.row_table .end {
    text-align: right;
}

.item_table {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}

.itog .item_table {
    margin-bottom: 4px;
}

.xl_txt {
    font-size: 24px;
    line-height: 30px;
}

.itog {
    padding: 0;
    padding-bottom: 40px;
}

.uppercase {
    text-transform: uppercase;
}

.itog {
    padding: 0;
    padding-bottom: 40px;
}

.uppercase {
    text-transform: uppercase;
}

.modal-footer {
    padding: 0;
    justify-content: flex-start;
    border: 0;
}

.block_qr .qr {
    margin: 0;
}

.block_au {
    max-width: 528px;
    margin: 0px auto;
}

.au_header {
    margin-bottom: 28px;
}

.au_footer {
    display: flex;
    flex-flow: column;
    margin-top: 40px;
}

    .au_footer a {
        color: #2A2D39;
        margin-bottom: 16px;
        text-decoration: none;
    }

        .au_footer a:nth-last-child(1) {
            margin: 0;
        }

/*.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    position: relative;
}

.filtr .accordion-button::after {
    display: none;
}*/

.sort-options {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: smaller;
}

.sort-label {
    margin-right: 5px;
    font-weight: bold;
}

.sort-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .sort-btn i {
        font-size: 0.8rem;
    }

@media (max-width: 1400px) {
    .btn {
        padding: 0px 25px;
    }

    .banner {
        padding-right: 31%;
    }
}

@media (max-width: 1200px) {
    .form-item .col-md-6 {
        padding-right: 20px;
    }

    header .link {
        margin-left: 20px;
    }

    .modal-dialog.modal-xl {
        max-width: 95%;
    }

    .balance {
        padding-left: 20px;
        margin-right: 10px;
    }

    header, header nav .link {
        font-size: 14px;
    }

    h3 {
        font-size: 23px;
    }

    body {
        font-size: 15px;
    }

    .banner p {
        font-size: 21px;
        line-height: 27px;
    }

    .banner_legal {
        max-width: 280px;
    }

    .banner .small {
        font-size: 14px;
        line-height: 20px;
    }

    .banner {
        margin-top: 20px;
    }

    .select__head {
        width: 100%;
        max-width: 100%;
        cursor: pointer;
        height: 62px;
        padding: 21px 20px;
        background: #F7F7F8;
        border-radius: 10px;
        font-weight: 400;
        font-size: medium;
    }
}

@media (max-width: 876px) {
    .top_logo {
        max-width: 90px;
        display: block;
    }

    header {
        padding: 24px 0;
    }

    .navbar-toggler-icon {
        width: 24px;
        height: 2px;
        left: 0px;
        background: #1149F8;
        border-radius: 2px;
        padding: 0;
    }

    button.navbar-toggler:after,
    button.navbar-toggler:before {
        content: "";
        width: 24px;
        height: 2px;
        left: 0px;
        background: #1149F8;
        border-radius: 2px;
        padding: 0;
        display: block;
    }

    button.navbar-toggler {
        width: auto;
        padding: 2px 0;
        margin-right: 10px;
        height: 24px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        border: none !important;
        box-shadow: none !important;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 60px;
        left: 0;
        z-index: 2;
    }

    .nav {
        flex-flow: column;
        align-items: flex-end;
        margin-bottom: 20px;
    }

    header .link {
        margin: 8px 0;
    }

    .user_block {
        justify-content: flex-start !important;
        flex-flow: column;
        align-items: flex-end !important;
    }

    .balance {
        margin: 0 0 20px 0;
    }

    .user_block {
        justify-content: flex-start !important;
        flex-flow: column;
        align-items: flex-end !important;
    }

    .balance {
        margin: 0 0 20px 0;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .p-5 {
        padding: 28px 20px !important;
    }

    .main > div:nth-child(2) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .main > div:nth-child(1) {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .block_title {
        margin-bottom: 20px;
        flex-flow: column;
        align-items: flex-start !important;
    }

    .form-control {
        height: 56px;
        font-size: 14px;
        line-height: 18px;
    }

 /*   .form-label {
        font-size: 14px;
        line-height: 18px;
        top: 19px;
    }*/

    .form-control:focus ~ .form-label,
    .form-control:not(:focus):valid ~ .form-label {
        font-size: 8px;
        line-height: 10px;
    }

    .custom-checkbox + label {
        font-size: 10px;
        line-height: 20px;
    }

        .custom-checkbox + label::before {
            width: 16px;
            height: 16px;
            border-radius: 4px;
        }
/*
    .form-item {
        margin-bottom: 16px;
        flex-wrap: wrap;
    }*/

    .indent {
        margin-top: -8px !important;
    }

    .row_btn {
        margin-top: 28px;
    }

        .row_btn .btn:nth-child(1) {
            margin-right: 0;
            margin-bottom: 0;
        }

    .btn {
        font-size: 14px;
        line-height: 16px;
        width: 100%;
    }

    nav .btn {
        width: auto;
    }

    .row_btn .btn:nth-child(2) {
        margin: 0;
        margin-top: 20px;
    }

    .block {
        margin-bottom: 40px;
    }

    .block_title h3 {
        margin-bottom: 8px;
    }

    .qr {
        font-size: 14px;
        line-height: 18px;
    }

    .qr_br {
        padding: 8px;
        width: 80px;
        margin-right: 12px;
    }

    .gr_txt {
        font-size: 8px;
        line-height: 10px;
    }

    body {
        font-size: 14px;
        line-height: 18px;
    }

    .col-md-6 {
        width: 100%;
    }

    .form-item > div:nth-child(1) {
        margin-bottom: 16px;
    }

    .form-item .gr_txt {
        margin-bottom: 4px;
    }

    .col-md-6 {
        width: 100%;
    }

    .form-item > div:nth-child(1) {
        margin-bottom: 16px;
    }

    .form-item .gr_txt {
        margin-bottom: 4px;
    }

    .banner p {
        font-size: 20px;
        line-height: 24px;
    }

    .banner {
        padding: 20px;
        padding-top: 114px;
        margin-top: 90px;
        margin-bottom: 0;
    }

        .banner .small {
            font-size: 12px;
            line-height: 16px;
        }

    .banner_legal {
        top: -90px;
        bottom: auto;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .dsc {
        display: none;
    }

    .mob {
        display: block;
    }

    .select__head {
        width: 100%;
        max-width: 100%;
        cursor: pointer;
        height: 62px;
        padding: 19px 20px;
        background: #F7F7F8;
        border-radius: 10px;
        font-weight: 400;
        font-size: inherit;
    }

    .select__list {
        font-size: 14px;
        line-height: 18px;
    }

    .form-col .form-item {
        max-width: 48%;
    }

    .filtr {
        max-width: 100%;
    }

        .filtr .block_title .gr_txt {
            display: none;
        }

    .col-md-3,
    .col-md-4,
    .col-5 {
        width: 100%;
    }

    .form-item .col-md-4 {
        margin-bottom: 16px;
    }

    .mb-2 {
        margin-bottom: 40px !important;
    }

    /*.accordion-button::after {
        background: url(../img/icon/drop-down.svg) 50%/contain no-repeat !important;
        border: 0;
        width: 9px;
        right: 10px;
        height: 8px;
        top: 8px;
        position: absolute;
        content: "";
        display: inline-block;
        margin-right: 6px;
        opacity: 1;
        transform: none !important;
        transition: transform .2s ease-in-out;
    }

    .accordion-button {
        padding: 0;
    }

        .accordion-button.collapsed {
            margin: 0px;
        }

            .accordion-button.collapsed::after {
                transform: rotate(-180deg) !important;
            }

    .filtr .accordion-button::after {
        display: block;
    }*/

    .modal-header h3 {
        max-width: 74%;
    }

    .modal-dialog.modal-xl,
    .modal-dialog {
        max-width: 95%;
    }

    .modal-content {
        padding: 28px 20px;
    }

    .row_table {
        margin: 20px 0;
        border-top: 1px solid #E4EAEF;
        padding-top: 20px;
    }

    .form-item .col-md-4:nth-last-child(1) {
        margin-bottom: 0;
    }

    .itog .item_table {
        font-size: 10px;
        line-height: 12px;
    }

    .xl_txt {
        font-size: 14px;
        line-height: 18px;
    }

    .itog {
        padding-bottom: 20px;
    }

    .block_qr .qr_br {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .modal-header h3.center {
        max-width: 100%;
    }

    .modal-header {
        margin-bottom: 28px;
    }

    .summ {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 8px;
    }

    .summ_txt {
        font-size: 12px;
        line-height: 16px;
    }

    .modal_txt {
        font-size: 8px;
        line-height: 10px;
        margin-top: 20px;
        padding: 0px 42px;
    }

    .block_au {
        max-width: 90%;
    }

    .row_btn .custom-checkbox + label {
        margin-bottom: 20px;
    }


    .au_footer {
        margin-top: 28px;
        align-items: center;
    }

        .au_footer a {
            margin-bottom: 12px;
        }

    .au_header {
        text-align: center;
    }

    .come_in {
        margin-top: 28px;
        text-align: center;
        width: 100%;
    }
}
