._projects{
    width: 250px !important;
}
.content-panel-widgets__wrapper{
    display: flex;
    gap: 8px;
}
.projects-checkbox{
    display: flex;
    align-items: center;

}
.projects-checkbox-text{
    line-height: 16px !important;
}
.checkbox__label_project{
    margin-left: 8px !important;
}
.qr-totp-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-totp-wrapper > h2{
    text-align: center;
}
.qr-totp-wrapper > a{
    margin-top: 8px;
}


.with-arrow {
    position: relative;
    padding-right: 24px;
}

.with-arrow::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
}

.manual-destination-input-wrapper{
    display: none;
}

.custom-destination{
    position: relative;
    display: none !important;
}

.custom-search-destination-input{
    padding: 0 5px 0 10px !important;
    background: url("/img/search.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.custom-destination-input{
    width: 304px !important;
}

.destination-btn{
    position: relative;
    height: 40px;
    padding: 0 5px 0 10px !important;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 304px;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease;
    text-align: start;
}

.manual-destination-btn{
    position: relative;
    height: 40px;
    padding: 0 5px 0 10px !important;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 304px;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.destination-btn:hover {
    border-color: #29b6f6
}
.my-custom-select-container{
    display: none;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 10;
    border: 1px solid #e1d1d1;
}
.my-custom-select-container.active{
    display: block;
}
.my-custom-select{
    width: 304px;
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
}
.my-custom-select > li{
    padding: 6px;
}
.my-custom-select > li:not(:first-child):hover{
    background-color: #5897fb;
    color: white;
    cursor: pointer;
}


.custom-select-input{
    padding: 6px;
    font-size: 18px;

}

.custom-tooltip-payout {
    border-radius: 4px;
    padding: 10px 10px;
}
.two-step-wrapper {
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
}

.two-step-wrapper-employees {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.two-step-employees {
    font-size: 16px;
    display: inline;
}

.right-side-credential {
    display: none;
    width: 350px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 16px;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    z-index: 10;
}

.credential-create-checkbox {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 8px;
}

.credential-create-description {
    display: none;
}


.access-payout-create {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}

.payout-access-wrapper {
    position: relative;
}

.projects-access-wrapper {
    position: relative;
}


.right-side-payouts {
    display: none;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 8px 16px;
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translateY(-50%);
    z-index: 10;
}


.statistics-access-wrapper {
    position: relative;
}

.right-side-statistics {
    display: none;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 8px 16px;
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translateY(-50%);
    z-index: 10;
}

.right-side-projects {
    display: none;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 8px 16px;
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translateY(-50%);
    z-index: 10;
}


.credentials__field {
    margin-bottom: 16px;
}

.fa-wrapper-bulk {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

.fa-wrapper-payout {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.request__code__btn-payout {
    width: 150px;
}

.fa-input {
    max-width: 150px;
}

.request-label {
    margin-top: 8px;
}

.alert-credentials {
    margin: 0 0 8px 0 !important;
}

.request__code__btn {
    margin-top: 19px;
}

.input-credential {
    min-width: 332px;
}

.credential-field {
    display: grid;
    grid-template: 1fr / 1fr 1fr;
}

.loader-credential {
    margin-left: 16px !important;
}

.select-type {
    display: inline-flex;
    padding: 6px 10px;
    font-weight: 500;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff, #ebebeb);
    border: solid 1px #d9d9d9;
    cursor: pointer;
    margin-right: 6px;
    line-height: 34px;
    height: 36px;
}

.label-limit > span {
    color: #0288d1;
    text-decoration: underline;
    cursor: pointer;
}

.refund-back-icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 95%;
}

.popup__window-refund {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 600px;
    min-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    padding: 16px;
    z-index: 100;
}

.popup__window-refund.active {
    display: block;
}

.popup__refund_wrapper {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup__refund_input {
    max-width: 200px;
    padding: 8px !important;
    margin-bottom: 8px;
}

.popup__refund-button {
    margin-top: 16px !important;
    max-width: 150px;
}

.popup__refund-button_init {
    margin-top: 16px !important;
    max-width: 150px;
}

.table-condensed > thead > tr:nth-child(2) > th {
    padding: 0px !important;
}

.drp-calendar.left {
    padding-left: 0px !important;
    border-right: 1px solid #ebebeb;
}

.drp-calendar.right {
    margin-left: 8px !important;
}

.next.available {
    border: none !important;
}

.next.available:hover {
    background-color: #f2f2f2 !important;
}

.prev.available:hover {
    background-color: #f2f2f2 !important;
}

.calendar-table th {
    border: none !important;
}

.in-range.available {
    background-color: #7ddb81 !important;
}

.end-date.in-range.available {
    background-color: #4caf50 !important;
}

.status-refund-icon {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

.select-csv {
    display: inline-flex;
    padding: 6px 10px;
    font-weight: 500;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff, #ebebeb);
    border: solid 1px #d9d9d9;
    cursor: pointer;
    margin-right: 6px;
    line-height: 34px;
    height: 36px;

}

.csv-form {
    display: flex;
}

.operation-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 34px;
    height: 36px;
    padding: 0 27px 0 27px;
    font-weight: 500;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff, #ebebeb);
    border: solid 1px #d9d9d9;
    cursor: pointer
}

.status-refund-container {
    display: flex;
    align-items: center;
}

.popup__info-subheader {
    font-size: 14px;
    text-transform: uppercase;
}

.relation__popup {
    position: relative;
}

.popup__info-subheader:not(:last-child) {
    margin-bottom: 8px;
}

.popup__window-header {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.popup__window-info-container {
    display: flex;
    gap: 58px;
    justify-content: space-between;
    padding: 16px;
}

.popup__info-subheader {
    display: flex;
    gap: 8px;
}

.payment-method-country {
    margin-right: 4px;
    width: 20px;
}

.payment-method-icon {
    margin-right: 4px;
    width: 20px;
}

.popup__info-header {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.loader-popup {
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

.loader-popup.disabled {
    display: none;
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #309B33, 1.8em -1.8em 0 0em gray, 2.5em 0em 0 0em gray, 1.75em 1.75em 0 0em gray, 0em 2.5em 0 0em gray, -1.8em 1.8em 0 0em gray, -2.6em 0em 0 0em gray, -1.8em -1.8em 0 0em gray;
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em gray, 1.8em -1.8em 0 0em #309B33, 2.5em 0em 0 0em gray, 1.75em 1.75em 0 0em gray, 0em 2.5em 0 0em gray, -1.8em 1.8em 0 0em gray, -2.6em 0em 0 0em gray, -1.8em -1.8em 0 0em gray;
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em gray, 1.8em -1.8em 0 0em gray, 2.5em 0em 0 0em #309B33, 1.75em 1.75em 0 0em gray, 0em 2.5em 0 0em gray, -1.8em 1.8em 0 0em gray, -2.6em 0em 0 0em gray, -1.8em -1.8em 0 0em gray;
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em gray, 1.8em -1.8em 0 0em gray, 2.5em 0em 0 0em gray, 1.75em 1.75em 0 0em #309B33, 0em 2.5em 0 0em gray, -1.8em 1.8em 0 0em gray, -2.6em 0em 0 0em gray, -1.8em -1.8em 0 0em gray;
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em gray, 1.8em -1.8em 0 0em gray, 2.5em 0em 0 0em gray, 1.75em 1.75em 0 0em gray, 0em 2.5em 0 0em #309B33, -1.8em 1.8em 0 0em gray, -2.6em 0em 0 0em gray, -1.8em -1.8em 0 0em gray;
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em gray, 1.8em -1.8em 0 0em gray, 2.5em 0em 0 0em gray, 1.75em 1.75em 0 0em gray, 0em 2.5em 0 0em gray, -1.8em 1.8em 0 0em #309B33, -2.6em 0em 0 0em gray, -1.8em -1.8em 0 0em gray;
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em gray, 1.8em -1.8em 0 0em gray, 2.5em 0em 0 0em gray, 1.75em 1.75em 0 0em gray, 0em 2.5em 0 0em gray, -1.8em 1.8em 0 0em gray, -2.6em 0em 0 0em #309B33, -1.8em -1.8em 0 0em gray;
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em gray, 1.8em -1.8em 0 0em gray, 2.5em 0em 0 0em gray, 1.75em 1.75em 0 0em gray, 0em 2.5em 0 0em gray, -1.8em 1.8em 0 0em gray, -2.6em 0em 0 0em gray, -1.8em -1.8em 0 0em #309B33;
    }
}

.sign-td {
    display: flex;
    border-bottom: none !important;
}

.info__sign {
    cursor: pointer;
    margin-right: 3px;
}

.relation__sign {
    background-color: transparent;
}

.relation__popup {
    min-width: 600px;
    min-height: 150px;
    background-color: #fff;
    border-radius: 3px;
    padding: 16px;
    border-top: 1px solid #d9d9d9;

}

.nested-table__head > th > a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}

.relation__popup.active {
    display: block;
}

.relation__sign {
    cursor: pointer;
}

.profile__main {
    position: relative;
}

.popup-window-overflow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 12;
}

.popup-window-overflow.active {
    display: block;
}

.popup__window {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 600px;
    max-height: 610px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    padding: 16px;
    z-index: 99;
}

.detail-container {
    position: relative;
}

.tooltip__container {
    position: absolute;
    right: -30px;
    top: 0;
}

.detail-nested-view > tbody > tr > th {
    text-align: start;
    padding: 4px 4px 4px 0;
    font-weight: 400;
    color: #272424;
}

.detail-nested-view > tbody > tr > td {
    border: none !important;
}

.detail-nested-view > tbody > tr > td > div > span {
    font-weight: 700;
}

.popup__row-list-item {
    margin-top: 4px;
}

.popup__row-list {
    list-style: none;
}

.mock-td {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
}

.popup__window.active {
    display: block;
}

._tooltip {
    display: none;
    color: white;
    padding: 10px;
    background-color: gray;
    position: absolute !important;
    top: -240% !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 99 !important;
}

.tooltip__copy:focus {
    animation: shake .2s ease;
}

.notification__copy {
    z-index: 99;
    width: 100px;
    text-align: center;
    position: absolute;
    padding: 6px;
    top: 0;
    left: 100%;
    background-color: gray;
    color: white;
    visibility: hidden;
}

.tooltip__copy-popup:focus {
    animation: shake .2s ease;
}

.tooltip__copy-popup {
    cursor: pointer;
    background-color: transparent;
}

.notification__copy-popup {
    z-index: 99;
    width: 100px;
    text-align: center;
    position: absolute;
    padding: 6px;
    top: 0;
    left: 100%;
    background-color: gray;
    color: white;
    visibility: hidden;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(0deg);

    }
}

@keyframes dissapear {
    0% {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

._tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: gray transparent transparent transparent;
}

.transaction-tooltip.visible {
    display: block;
}

._cell-wrapper:hover > ._tooltip {
    display: flex;
}

._cell-wrapper {
    position: relative;
}

._cell-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: transparent;
    top: -60%;
}

.tooltip__copy-icon {
    width: 16px;
    height: 16px;
    opacity: .7;
}

.tooltip__copy-icon:hover {
    opacity: 1;
}

.tooltip__copy {
    cursor: pointer;
    margin-left: 8px;
    background-color: transparent;
}


@-webkit-keyframes mymove {
    0%, to {
        left: 0
    }
    25% {
        left: -8px
    }
    75% {
        left: 8px
    }
}

@keyframes mymove {
    0%, to {
        left: 0
    }
    25% {
        left: -8px
    }
    75% {
        left: 8px
    }
}

@-webkit-keyframes load6 {
    0%, 5%, 95%, to {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
}

@keyframes load6 {
    0%, 5%, 95%, to {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, html {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #272424
}

a {
    color: #0288d1
}

a:hover {
    text-decoration: none
}

.clr {
    clear: both
}

.solid {
    white-space: nowrap
}

.wrapper {
    width: 1290px;
    margin-right: auto;
    margin-left: auto
}

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

.account__icon {
    height: 16px;
    width: 16px;
    margin-right: 8px
}

.account__icon img {
    width: 100%
}

.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: start;
    position: relative;
    min-height: 56px;
    padding: 12px 16px 12px 64px;
    margin: 24px 0 0;
    border-radius: 4px;
    border: solid 1px
}

.alert:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 32px;
    height: 32px;
    margin: auto;
    background: center no-repeat
}

.alert__title {
    font-weight: 700
}

.alert__row {
    line-height: 16px;
    margin: auto 0
}

.alert._warning {
    color: #f57f17;
    border-color: #f57f17;
    background: #fffef0
}

.alert._warning:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2232px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2032%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22warning-desktop%22%20transform%3D%22translate(-16.000000%2C%20-21.000000)%22%20fill%3D%22%23F57F17%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.1607143%2C21%20L48%2C51%20L16%2C51%20L32.1607143%2C21%20Z%20M32.4199115%2C41%20L31.5800885%2C41%20C30.5311464%2C41%2029.660423%2C40.1896066%2029.5852333%2C39.1433628%20L29.1540355%2C33.1433628%20C29.0748584%2C32.0416348%2029.9037998%2C31.084322%2031.0055279%2C31.0051448%20C31.0532386%2C31.0017161%2031.1010569%2C31%2031.1488907%2C31%20L32.8511093%2C31%20C33.9556788%2C31%2034.8511093%2C31.8954305%2034.8511093%2C33%20C34.8511093%2C33.0478338%2034.8493932%2C33.0956521%2034.8459645%2C33.1433628%20L34.4147667%2C39.1433628%20C34.339577%2C40.1896066%2033.4688536%2C41%2032.4199115%2C41%20Z%20M29%2C46%20C29%2C45.124256%2029.2860934%2C44.4053283%2029.8582888%2C43.8431953%20C30.4304841%2C43.2810623%2031.1443807%2C43%2032%2C43%20C32.8556193%2C43%2033.5695159%2C43.2810623%2034.1417112%2C43.8431953%20C34.7139066%2C44.4053283%2035%2C45.124256%2035%2C46%20C35%2C46.875744%2034.7139066%2C47.5946717%2034.1417112%2C48.1568047%20C33.5695159%2C48.7189377%2032.8556193%2C49%2032%2C49%20C31.1443807%2C49%2030.4304841%2C48.7189377%2029.8582888%2C48.1568047%20C29.2860934%2C47.5946717%2029%2C46.875744%2029%2C46%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.alert._await {
    color: #0288d1;
    border-color: #0288d1;
    background: #e1f5fe
}

.alert._await:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-6346.000000%2C%20-475.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-68%22%20transform%3D%22translate(6314.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-60-Copy%22%20transform%3D%22translate(16.000000%2C%2076.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-21%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-58%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-53%22%20transform%3D%22translate(16.000000%2C%2020.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-3%22%20stroke%3D%22%230288D1%22%20stroke-width%3D%223%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.5%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-3%22%20fill%3D%22%230288D1%22%20x%3D%2214%22%20y%3D%226%22%20width%3D%223%22%20height%3D%2212%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-9%22%20fill%3D%22%230288D1%22%20x%3D%2214%22%20y%3D%2216%22%20width%3D%229%22%20height%3D%223%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.alert._success {
    color: #59c816;
    border-color: #59c816;
    background: #e8f5e9
}

.alert._success:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2232px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-6346.000000%2C%20-1078.000000)%22%20fill%3D%22%2359C816%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23E8F5E9%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-68-Copy%22%20transform%3D%22translate(6314.000000%2C%20986.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-60-Copy%22%20transform%3D%22translate(16.000000%2C%2076.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-21%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-58%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.8231753%2C28.7162956%20L27.223203%2C39.1761201%20C27.6525201%2C39.6079487%2028.3474355%2C39.6079621%2028.7768062%2C39.1761658%20L47.1768071%2C20.6703081%20C47.607728%2C20.2368661%2047.607728%2C19.5329858%2047.1768199%2C19.0996%20L44.914135%2C16.8238426%20C44.4848133%2C16.3920525%2043.7898354%2C16.3920525%2043.3605129%2C16.8238434%20L27.9999969%2C32.272613%20L20.6394687%2C24.8698301%20C20.2101509%2C24.4380007%2019.5152004%2C24.4380007%2019.0858698%2C24.869843%20L16.8231929%2C27.1455924%20C16.392272%2C27.5790344%2016.392272%2C28.2829147%2016.8231753%2C28.7162956%20Z%22%20id%3D%22check%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.alert._fail {
    color: #e53935;
    border-color: #e53935;
    background: #ffebee
}

.alert._fail:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-6346.000000%2C%20-1625.000000)%22%20fill%3D%22%23E53935%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-68-Copy-3%22%20transform%3D%22translate(6314.000000%2C%201537.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-60-Copy%22%20transform%3D%22translate(16.000000%2C%2076.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-21%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-58%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32%2C44%20C40.836556%2C44%2048%2C36.836556%2048%2C28%20C48%2C19.163444%2040.836556%2C12%2032%2C12%20C23.163444%2C12%2016%2C19.163444%2016%2C28%20C16%2C36.836556%2023.163444%2C44%2032%2C44%20Z%20M32%2C41%20C39.1797017%2C41%2045%2C35.1797017%2045%2C28%20C45%2C20.8202983%2039.1797017%2C15%2032%2C15%20C24.8202983%2C15%2019%2C20.8202983%2019%2C28%20C19%2C35.1797017%2024.8202983%2C41%2032%2C41%20Z%20M36.667%2C21%20L32%2C25.667%20L27.334%2C21%20L25%2C23.334%20L29.667%2C28%20L25%2C32.668%20L27.334%2C35%20L32%2C30.333%20L36.667%2C35%20L39.001%2C32.668%20L34.333%2C28%20L39.001%2C23.334%20L36.667%2C21%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.btn {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px;
    cursor: pointer;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500
}

.btn._green {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    background-color: #4caf50;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#59c816));
    background-image: linear-gradient(to top, #4caf50, #59c816);
    border-color: #43a047;
    color: #fff
}

.btn._green:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#65e019));
    background-image: linear-gradient(to top, #4caf50, #65e019)
}

.btn._green:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#4ead13));
    background-image: linear-gradient(to top, #4caf50, #4ead13)
}

.btn._green:active:disabled, .btn._green:disabled {
    color: #7b7b7b;
    border-color: #d8d8d8;
    background: #ebebeb;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.btn._silver {
    font-weight: 600;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-color: #ebebeb;
    border-color: #d9d9d9;
    color: #272424
}

.btn._silver, .btn._silver:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff, #ebebeb)
}

.btn._silver:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to top, #fff, #ebebeb)
}

.btn._silver:active:disabled, .btn._silver:disabled {
    color: #7b7b7b;
    border-color: #d8d8d8;
    background: #ebebeb;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.btn._red {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    background-color: #e61717;
    border: solid 1px #994242;
    color: #fff
}

.btn._red:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c23a3a), to(#e61717));
    background-image: linear-gradient(to bottom, #c23a3a, #e61717)
}

.btn._red, .btn._red:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c23a3a), to(#e61717));
    background-image: linear-gradient(to top, #c23a3a, #e61717)
}

.btn._small {
    height: 27px;
    line-height: 25px;
    font-size: 10px;
    text-transform: uppercase
}

.btn._disabled {
    color: #7b7b7b;
    border-color: #d8d8d8;
    background: #ebebeb;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.btn__icon {
    position: relative;
    top: 2px;
    margin-right: 12px
}

a.btn {
    display: inline-block;
    text-decoration: none
}

.checkbox {
    display: block;
    position: relative;
    height: 16px
}

.checkbox:before, .checkbox__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px
}

.checkbox__label {
    margin-left: 30px
}

.checkbox__text {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    line-height: 20px
}

.checkbox__input:checked + .checkbox__button {
    border-color: #43a047;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2210px%22%20height%3D%228px%22%20viewBox%3D%220%200%2010%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.39644375%2C11.8428803%20L3.14644057%2C8.356278%20C2.95118648%2C8.14680948%202.95118648%2C7.80718005%203.14644057%2C7.59769057%20L3.85353111%2C6.83910314%20C4.0487852%2C6.62961366%204.36538708%2C6.62961366%204.56064117%2C6.83910314%20L6.74999878%2C9.18782426%20L11.4393588%2C4.1571014%20C11.6346129%2C3.94763287%2011.9512148%2C3.94763287%2012.1464689%2C4.1571014%20L12.8535594%2C4.91568883%20C13.0488135%2C5.12515735%2013.0488135%2C5.46478678%2012.8535594%2C5.67427626%20L7.10355381%2C11.8429012%20C6.90828018%2C12.0523698%206.59169784%2C12.0523698%206.39644375%2C11.8428803%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2301.000000%2C%20-749.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-11%22%20transform%3D%22translate(2282.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-10%22%20transform%3D%22translate(16.000000%2C%20338.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20transform%3D%22translate(0.000000%2C%2028.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22check%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.checkbox__input:disabled + .checkbox__button {
    background: #ebebeb;
    border-color: #d8d8d8
}

.context-menu {
    display: none;
    position: absolute;
    white-space: nowrap;
    padding: 4px 0;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    z-index: 9
}

.context-menu__item {
    line-height: 14px;
    padding: 9px 12px;
    cursor: pointer
}

.context-menu__item:hover {
    background-color: #f2f2f2
}

._opened + .context-menu {
    display: block
}

.field__label {
    line-height: 11px;
    margin-bottom: 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.field__body {
    position: relative;
    display: block
}

.field__icon {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 43px;
    height: 38px;
    border-radius: 2px 0 0 2px;
    background: center no-repeat #f2f2f2
}

.field__icon_eye {
    left: initial;
    right: 1px;
    bottom: 1px;
    background-color: transparent
}

.field__icon_eye.show .show {
    display: none
}

.field__icon_eye .show, .field__icon_eye.show .hide {
    display: block
}

.field__icon_eye .hide {
    display: none
}

.field__icon img, .field__type-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.field__icon img {
    left: 0;
    right: 0
}

.icons-bg-clean .field__icon {
    background-color: transparent
}

.field__type-icon {
    right: 11px;
    width: 16px;
    height: 16px;
    background: center no-repeat
}

.field__type-icon._beeline {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220.0982731554%200.0566259492%2015.3533229%200.0566259492%2015.3533229%2015.4554612%200.0982731554%2015.4554612%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2938.000000%2C%20-1399.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-67%22%20transform%3D%22translate(2938.000000%2C%201399.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.2951439%2C7.7564239%20C15.2951439%2C11.8920198%2011.9746834%2C15.2447831%207.87756149%2C15.2447831%20C3.77939299%2C15.2447831%200.457885924%2C11.8920198%200.457885924%2C7.7564239%20C0.457885924%2C3.62008848%203.77939299%2C0.267219544%207.87756149%2C0.267219544%20C11.9746834%2C0.267219544%2015.2951439%2C3.62008848%2015.2951439%2C7.7564239%22%20id%3D%22Fill-9%22%20fill%3D%22%23FEB340%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.25468341%2C12.6422186%20C3.61522763%2C14.2357742%205.62987964%2C15.2447937%207.87760335%2C15.2447937%20C10.1236525%2C15.2447937%2012.1368394%2C14.2372532%2013.4971743%2C12.6455992%20C13.0266353%2C12.7118389%2011.5278388%2C12.8687224%207.88126635%2C12.8687224%20C4.13233909%2C12.8687224%202.68294087%2C12.7057115%202.25468341%2C12.6422186%22%20id%3D%22Fill-11%22%20fill%3D%22%23291900%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.1109681%2C9.42550545%20C15.2323705%2C8.88903797%2015.2951648%2C8.33017365%2015.2951648%2C7.75641334%20C15.2951648%2C7.1023625%2015.2132182%2C6.46859558%2015.0573836%2C5.86356421%20C14.3221664%2C5.84644965%2012.0119623%2C5.79964873%207.91232862%2C5.79964873%20C3.76852957%2C5.79964873%201.41803244%2C5.84687224%200.69725798%2C5.86525454%20C0.540690738%2C6.46859558%200.457906855%2C7.10257379%200.457906855%2C7.75641334%20C0.457906855%2C8.33778013%200.524154893%2C8.90340574%200.648278388%2C9.4463176%20C1.52886447%2C9.46110796%204.99479853%2C9.51424761%207.97564626%2C9.51424761%20C10.9997174%2C9.51424761%2014.3365044%2C9.44251436%2015.1109681%2C9.42550545%22%20id%3D%22Fill-13%22%20fill%3D%22%23291900%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.434202%2C2.79563156%20C12.0753323%2C1.24507362%2010.0896703%2C0.267219544%207.87753009%2C0.267219544%20C5.66319205%2C0.267219544%203.67533229%2C1.24729218%202.31625327%2C2.79922351%20C2.81682889%2C2.73108221%204.31102041%2C2.58201651%207.86444793%2C2.58201651%20C11.3938043%2C2.58201651%2012.9037991%2C2.72527171%2013.434202%2C2.79563156%22%20id%3D%22Fill-15%22%20fill%3D%22%23291900%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-19%22%20transform%3D%22translate(0.150706%2C%200.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-18%22%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.7270539%2C0.056583691%20C3.51313448%2C0.056583691%200.0982731554%2C3.50379399%200.0982731554%2C7.75644503%20C0.0982731554%2C12.0084622%203.51313448%2C15.4554612%207.7270539%2C15.4554612%20C11.9392988%2C15.4554612%2015.3533229%2C12.0084622%2015.3533229%2C7.75644503%20C15.3533229%2C3.50379399%2011.9392988%2C0.056583691%207.7270539%2C0.056583691%20M15.1425432%2C7.75655068%20C15.1425432%2C11.8910901%2011.8228153%2C15.242797%207.72684458%2C15.242797%20C3.62972266%2C15.242797%200.309262166%2C11.8910901%200.309262166%2C7.75655068%20C0.309262166%2C3.62137735%203.62972266%2C0.269459227%207.72684458%2C0.269459227%20C11.8228153%2C0.269459227%2015.1425432%2C3.62137735%2015.1425432%2C7.75655068%22%20id%3D%22Fill-17%22%20fill%3D%22%23291900%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__type-icon._maestro {
    width: 19px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2219px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2019%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2935.000000%2C%20-1151.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54-Copy-2%22%20transform%3D%22translate(2698.000000%2C%201137.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-65%22%20transform%3D%22translate(237.000000%2C%2014.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.41777778%2C10.2294358%20C10.5550079%2C9.15929252%2011.2727363%2C7.60596078%2011.2727363%2C5.87988796%20C11.2727363%2C4.15393677%2010.5550079%2C2.60048339%209.41777778%2C1.51890516%20C8.42411672%2C0.575276511%207.09919641%2C0%205.64179574%2C0%20C2.52833221%2C0%200%2C2.63503161%200%2C5.87988796%20C0%2C9.1247443%202.52833221%2C11.7483409%205.64179574%2C11.7483409%20C7.09919641%2C11.7483409%208.42411672%2C11.1730644%209.41777778%2C10.2294358%22%20id%3D%22Fill-3%22%20fill%3D%22%2300A1DE%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.41777778%2C10.2294358%20C10.5550079%2C9.15929252%2011.2727363%2C7.60596078%2011.2727363%2C5.87988796%20C11.2727363%2C4.15393677%2010.5550079%2C2.60048339%209.41777778%2C1.51890516%20L9.41777778%2C10.2294358%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%2300A1DE%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.2047668%2C2.43297317e-05%20C11.7474828%2C2.43297317e-05%2010.4224458%2C0.57530084%209.41781279%2C1.51880784%20C9.21915062%2C1.71454054%209.03134366%2C1.92158655%208.85474209%2C2.1401892%20L9.99197217%2C2.1401892%20C10.1465131%2C2.33580024%2010.2899654%2C2.55452453%2010.4224458%2C2.76157055%20L8.42415174%2C2.76157055%20C8.30264332%2C2.96873822%208.19222357%2C3.17578423%208.09289248%2C3.3829519%20L10.7426164%2C3.3829519%20C10.8309755%2C3.59011957%2010.9193347%2C3.79716559%2010.9855165%2C4.00433325%20L7.86108103%2C4.00433325%20C7.79478249%2C4.21150092%207.73957262%2C4.41854694%207.6954514%2C4.63714958%20L11.1511461%2C4.63714958%20C11.2284166%2C5.02837167%2011.2726545%2C5.45414198%2011.2726545%2C5.87991228%20C11.2726545%2C6.52428523%2011.1733235%2C7.15722321%2010.9855165%2C7.74393469%20L7.86108103%2C7.74393469%20C7.92726285%2C7.95110236%208.00453333%2C8.15814838%208.09289248%2C8.3654377%20L10.7426164%2C8.3654377%20C10.643402%2C8.57248371%2010.5439542%2C8.791208%2010.4224458%2C8.9866974%20L8.42415174%2C8.9866974%20C8.5566321%2C9.20542169%208.7000844%2C9.41246771%208.85474209%2C9.60807875%20L9.99197217%2C9.60807875%20C9.81525387%2C9.82668139%209.62756364%2C10.0338491%209.41781279%2C10.2294601%20C10.4224458%2C11.1730888%2011.7474828%2C11.7483653%2013.2047668%2C11.7483653%20C16.318347%2C11.7483653%2018.8355906%2C9.12476863%2018.8355906%2C5.87991228%20C18.8355906%2C2.63505594%2016.318347%2C2.43297317e-05%2013.2047668%2C2.43297317e-05%22%20id%3D%22Fill-7%22%20fill%3D%22%23F14947%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__type-icon._mastercard {
    width: 20px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2220px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2020%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2934.000000%2C%20-1047.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54%22%20transform%3D%22translate(2698.000000%2C%201033.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(236.000000%2C%2014.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-4%22%20fill%3D%22%23FF5F00%22%20points%3D%227.28890625%2010.6397487%2012.69125%2010.6397487%2012.69125%201.27409548%207.28890625%201.27409548%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.63191406%2C5.95691457%20C7.63191406%2C4.05402513%208.55800781%2C2.36618593%209.98152344%2C1.27412563%20C8.93535156%2C0.47980402%207.61472656%2C-4.52261307e-05%206.17410156%2C-4.52261307e-05%20C2.76121094%2C-4.52261307e-05%203.90625e-05%2C2.664%203.90625e-05%2C5.95691457%20C3.90625e-05%2C9.24975377%202.76121094%2C11.9138744%206.17410156%2C11.9138744%20C7.61472656%2C11.9138744%208.93535156%2C11.4340251%209.98152344%2C10.6397035%20C8.55800781%2C9.56422613%207.63191406%2C7.8598794%207.63191406%2C5.95691457%22%20id%3D%22Fill-6%22%20fill%3D%22%23FF0015%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.9801641%2C5.95691457%20C19.9801641%2C9.24975377%2017.2189922%2C11.9138744%2013.8061016%2C11.9138744%20C12.3653984%2C11.9138744%2011.0448516%2C11.4340251%209.99867969%2C10.6397035%20C11.4393047%2C9.54764322%2012.3482891%2C7.8598794%2012.3482891%2C5.95691457%20C12.3482891%2C4.05402513%2011.4221172%2C2.36618593%209.99867969%2C1.27412563%20C11.0448516%2C0.47980402%2012.3653984%2C-4.52261307e-05%2013.8061016%2C-4.52261307e-05%20C17.2189922%2C-4.52261307e-05%2019.9801641%2C2.68058291%2019.9801641%2C5.95691457%22%20id%3D%22Fill-7%22%20fill%3D%22%23FFA000%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__type-icon._megafon {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2938.000000%2C%20-1347.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-66%22%20transform%3D%22translate(2938.000000%2C%201347.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.35747955%2C6.7405977%20C5.84512658%2C6.7405977%205.42988049%2C6.3259954%205.42988049%2C5.81443678%20C5.42988049%2C5.30287816%205.84512658%2C4.88827586%206.35747955%2C4.88827586%20C6.86983251%2C4.88827586%207.2850786%2C5.30287816%207.2850786%2C5.81443678%20C7.2850786%2C6.3259954%206.86983251%2C6.7405977%206.35747955%2C6.7405977%20M7.87066695%2C0%20C3.52384493%2C0%201.8189894e-12%2C3.51838161%201.8189894e-12%2C7.85861149%20C1.8189894e-12%2C11.7195034%202.78942814%2C14.9277425%206.46534333%2C15.5896644%20L6.46534333%2C8.68016552%20C6.46534333%2C8.35589885%206.7310242%2C8.09077701%207.05564703%2C8.09077701%20L8.10451917%2C8.09077701%20C8.1354637%2C8.09077701%208.16066138%2C8.06547126%208.16066138%2C8.03472184%20L8.16066138%2C0.00735632184%20C8.06429128%2C0.00382528736%207.96806854%2C0%207.87066695%2C0%22%20id%3D%22Fill-2%22%20fill%3D%22%2332B45A%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.4322385%2C11.8934657%20C12.9744069%2C11.8934657%2012.6030725%2C11.52256%2012.6030725%2C11.0654382%20C12.6030725%2C10.6081692%2012.9744069%2C10.2375577%2013.4322385%2C10.2375577%20C13.8902175%2C10.2375577%2014.2615519%2C10.6081692%2014.2615519%2C11.0654382%20C14.2615519%2C11.52256%2013.8902175%2C11.8934657%2013.4322385%2C11.8934657%20M11.2390083%2C11.8934657%20C10.7811766%2C11.8934657%2010.4098423%2C11.52256%2010.4098423%2C11.0654382%20C10.4098423%2C10.6081692%2010.7811766%2C10.2375577%2011.2390083%2C10.2375577%20C11.6971346%2C10.2375577%2012.0683216%2C10.6081692%2012.0683216%2C11.0654382%20C12.0683216%2C11.52256%2011.6971346%2C11.8934657%2011.2390083%2C11.8934657%20M9.04592538%2C11.8934657%20C8.58794637%2C11.8934657%208.21661204%2C11.52256%208.21661204%2C11.0654382%20C8.21661204%2C10.6081692%208.58794637%2C10.2375577%209.04592538%2C10.2375577%20C9.50390439%2C10.2375577%209.87509137%2C10.6081692%209.87509137%2C11.0654382%20C9.87509137%2C11.52256%209.50390439%2C11.8934657%209.04592538%2C11.8934657%20M9.09573133%2C0.0953967816%20L9.09573133%2C8.40671632%20C9.09573133%2C8.73083586%208.83019782%2C8.9959577%208.50542763%2C8.9959577%20L7.45655549%2C8.9959577%20C7.42561097%2C8.9959577%207.40041328%2C9.02126345%207.40041328%2C9.05216%20L7.40041328%2C15.7019807%20C7.5561674%2C15.7111025%207.7126583%2C15.7169876%207.87062275%2C15.7169876%20C12.2177395%2C15.7169876%2015.7415844%2C12.1987531%2015.7415844%2C7.85867034%20C15.7415844%2C3.93451402%2012.8607962%2C0.682872644%209.09573133%2C0.0953967816%22%20id%3D%22Fill-4%22%20fill%3D%22%233C4583%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__type-icon._mir {
    width: 42px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2242px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2042%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%22100%25%22%20id%3D%22linearGradient-1%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2300A7E3%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23007FC4%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.5374503%2C0.0518518519%20C30.0430593%2C2.82503704%2032.4491822%2C4.92666667%2035.3446089%2C4.92666667%20L41.8092647%2C4.92666667%20C41.861559%2C4.66385185%2041.8897626%2C4.3922963%2041.8897626%2C4.11392593%20C41.8897626%2C1.87051852%2040.0863456%2C0.0518518519%2037.8620774%2C0.0518518519%20L29.5374503%2C0.0518518519%20Z%22%20id%3D%22path-2%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2912.000000%2C%20-1203.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54-Copy-3%22%20transform%3D%22translate(2698.000000%2C%201189.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-18%22%20transform%3D%22translate(214.000000%2C%2014.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.3226023%2C1.31044444%20L20.6764546%2C7.09281481%20L20.4073449%2C7.09281481%20L20.4073449%2C0.0517777778%20L16.647888%2C0.0517777778%20L16.647888%2C11.9676296%20L19.8391591%2C11.9676296%20C20.6764546%2C11.9676296%2021.4376591%2C11.4765185%2021.7891763%2C10.708963%20L24.4359115%2C4.92659259%20L24.7042868%2C4.92659259%20L24.7042868%2C11.9676296%20L28.4637437%2C11.9676296%20L28.4637437%2C0.0517777778%20L25.2733539%2C0.0517777778%20C24.4350302%2C0.0517777778%2023.6739726%2C0.542888889%2023.3226023%2C1.31044444%22%20id%3D%22Fill-4%22%20fill%3D%22%2320AA4D%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.21862367%2C1.61788148%20L7.65258726%2C7.09343704%20L7.3843589%2C7.09343704%20L5.81832249%2C1.61788148%20C5.55244444%2C0.690325926%204.710889%2C0.0515111111%203.75431559%2C0.0515111111%20L0%2C0.0515111111%20L0%2C11.9681037%20L3.75857552%2C11.9681037%20L3.75857552%2C4.92632593%20L4.02768524%2C4.92632593%20L6.17571548%2C11.9681037%20L8.86108379%2C11.9681037%20L11.009114%2C4.92632593%20L11.2774893%2C4.92632593%20L11.2774893%2C11.9681037%20L15.0367993%2C11.9681037%20L15.0367993%2C0.0515111111%20L11.2826306%2C0.0515111111%20C10.3260572%2C0.0515111111%209.48435482%2C0.690325926%209.21862367%2C1.61788148%22%20id%3D%22Fill-6%22%20fill%3D%22%2320AA4D%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M30.0747002%2C5.4682963%20L30.0747002%2C11.9682963%20L33.8265186%2C11.9682963%20L33.8265186%2C8.17674074%20L37.8619892%2C8.17674074%20C39.6147279%2C8.17674074%2041.1018822%2C7.04518519%2041.6556724%2C5.4682963%20L30.0747002%2C5.4682963%20Z%22%20id%3D%22Fill-8%22%20fill%3D%22%2320AA4D%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-3%22%20fill%3D%22white%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Clip-12%22%20fill%3D%22url(%23linearGradient-1)%22%20xlink%3Ahref%3D%22%23path-2%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__type-icon._mts {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2938.000000%2C%20-1295.000000)%22%20fill%3D%22%23F15041%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2938%2C1311%20L2954%2C1311%20L2954%2C1295%20L2938%2C1295%20L2938%2C1311%20Z%20M2945.99983%2C1296.64341%20C2948.27359%2C1296.64341%202950.7033%2C1300.70872%202950.7033%2C1304.22908%20C2950.7033%2C1306.99432%202949.07797%2C1309.35322%202945.99983%2C1309.35322%20C2942.91944%2C1309.35322%202941.29823%2C1306.99432%202941.29823%2C1304.22908%20C2941.29823%2C1300.70872%202943.72578%2C1296.64341%202945.99983%2C1296.64341%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__type-icon._tele2 {
    width: 42px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2242px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2042%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2912.000000%2C%20-1451.000000)%22%20fill%3D%22%230F0F0F%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54-Copy-7%22%20transform%3D%22translate(2698.000000%2C%201439.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M249.947973%2C12.141953%20C246.865173%2C12.805525%20245.351332%2C15.0976747%20245.526005%2C18.8377977%20L248.813052%2C18.542993%20C248.663233%2C16.430052%20249.302784%2C15.928826%20249.949584%2C15.6530936%20L249.947973%2C12.141953%20M245.388153%2C24.7155159%20L245.389304%2C27.9998837%20L256%2C27.9998837%20M256%2C28%20L256%2C24.3924519%20L245.388153%2C24.7156322%20M254.568778%2C13.1620816%20C253.583332%2C12.221149%20252.138416%2C11.8351701%20250.558066%2C12.0645013%20L250.558066%2C15.5122618%20C251.197962%2C15.4763271%20251.716575%2C15.7163574%20251.947633%2C16.1996741%20C252.312515%2C16.9616307%20251.936011%2C18.1049145%20251.048142%2C19.1641179%20C249.677562%2C20.7986264%20246.033112%2C24.144281%20246.033112%2C24.144281%20L251.264932%2C23.9703056%20C254.461764%2C20.8139772%20255.609688%2C18.8981541%20255.81566%2C16.5069222%20C255.92394%2C15.2418789%20255.469534%2C14.0228879%20254.568778%2C13.1620816%20M231.378449%2C25.1458027%20L231.378449%2C27.9998837%20L235.311375%2C27.9998837%20L235.311375%2C25.0259039%20L231.378449%2C25.1458027%20M228.163321%2C15.6225083%20L228.163321%2C28%20L230.872838%2C28%20L230.872838%2C15.237576%20L228.163321%2C15.6225083%20M239.837249%2C24.8869329%20L239.837249%2C28%20L244.381304%2C28%20L244.381304%2C24.7483107%20L239.837249%2C24.8869329%20M239.837249%2C19.4067066%20L239.837249%2C22.5728037%20L242.815682%2C22.4084807%20L242.815682%2C19.1489997%20L239.837249%2C19.4067066%20M239.837249%2C13.9604382%20L239.837249%2C17.0689699%20L244.381304%2C16.5640224%20L244.381304%2C13.3148916%20L239.837249%2C13.9604382%20M236.136992%2C14.4862022%20L236.136992%2C28%20L239.255003%2C28%20L239.255003%2C14.0432393%20L236.136992%2C14.4862022%20M223.819945%2C25.3762969%20L223.819945%2C28%20L227.25451%2C28%20L227.25451%2C25.2716326%20L223.819945%2C25.3762969%20M223.819945%2C20.7975798%20L223.819945%2C23.4583806%20L226.074482%2C23.3341788%20L226.074482%2C20.6015085%20L223.819945%2C20.7975798%20M223.819945%2C16.2395629%20L223.819945%2C18.8526833%20L227.25451%2C18.4707746%20L227.25451%2C15.751827%20L223.819945%2C16.2395629%20M220.998236%2C16.6405437%20L220.998236%2C28%20L223.376816%2C28%20L223.376816%2C16.3024778%20L220.998236%2C16.6405437%20M215.967556%2C20.0848154%20L215.967556%2C28%20L218.224855%2C28%20L218.224855%2C19.8516465%20L215.967556%2C20.0848154%20M214%2C17.63439%20L214%2C19.9442163%20L220.1656%2C19.258781%20L220.1656%2C16.7588145%20L214%2C17.63439%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__type-icon._visa {
    width: 37px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2237px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2037%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2917.000000%2C%20-1099.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54-Copy%22%20transform%3D%22translate(2698.000000%2C%201085.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-64%22%20transform%3D%22translate(219.000000%2C%2014.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-2%22%20fill%3D%22%23005197%22%20points%3D%223.15525253%201.76976002%205.79609362%2011.6360709%208.86167961%2011.6360709%2013.6311387%200.209500638%2010.5218411%200.209500638%207.51723142%207.96774125%206.28252962%201.89653381%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-3%22%20fill%3D%22%23005197%22%20points%3D%2214.7926744%200.167075779%2012.9610754%2011.6361035%2015.8573133%2011.6361035%2017.7305345%200.167075779%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M26.2485804%2C2.90790457%20L26.6739301%2C0.506060963%20C26.6739301%2C0.506060963%2025.3962315%2C0%2023.8637959%2C0%20C22.3299307%2C0%2019.0082881%2C0.969664407%2019.0082881%2C3.7932527%20C19.0082881%2C6.61858283%2023.1392278%2C6.74503003%2023.1392278%2C8.30398302%20C23.1392278%2C9.86435127%2019.4344076%2C9.69609974%2018.3266619%2C8.68501204%20L17.8582054%2C11.171934%20C17.8582054%2C11.171934%2019.5190267%2C11.8048232%2021.0091803%2C11.8048232%20C22.4999386%2C11.8048232%2026.2069032%2C11.4677758%2026.2069032%2C7.80004494%20C26.2069032%2C4.59439341%2022.0752487%2C5.22739147%2022.0752487%2C3.28822595%20C22.0752487%2C3.28822595%2022.4999386%2C1.34889714%2026.2485804%2C2.90790457%22%20id%3D%22Fill-4%22%20fill%3D%22%23005197%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M26.0347674%2C11.6360872%20L29.2287391%2C11.6360872%20L29.7832992%2C9.99151153%20L33.7005193%2C9.99151153%20L34.0268444%2C11.6214992%20L36.7954663%2C11.6214992%20L34.2550795%2C0.295085198%20L31.6995172%2C0.295085198%20C31.6995172%2C0.295085198%2030.7625492%2C0.400575802%2030.3371995%2C1.51758957%20C29.9325785%2C2.5796263%2026.0347674%2C11.6360872%2026.0347674%2C11.6360872%22%20id%3D%22Fill-6%22%20fill%3D%22%23005197%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-8%22%20fill%3D%22%23FEFEFE%22%20points%3D%2233.2327281%207.6307102%2030.634224%207.6307102%2032.2534231%203.414352%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.19366653%2C6.37918774%20L6.28254062%2C1.8965447%20C6.28254062%2C1.8965447%206.15915841%2C0.212886353%204.94738458%2C0.212886353%20L0%2C0.212886353%20L0%2C0.446729302%20C0%2C0.446729302%204.8957554%2C1.25004733%207.19366653%2C6.37918774%22%20id%3D%22Fill-10%22%20fill%3D%22%23005197%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.field__input, .field__textarea {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease
}

.field__textarea {
    padding: 9px 12px
}

.field__input:hover, .field__textarea:hover {
    border-color: #29b6f6
}

.field__input:focus, .field__textarea:focus {
    border-color: #0277bd
}

.field__input:disabled, .field__textarea:disabled {
    background: #ebebeb
}

.field__input:disabled + .field__icon, .field__textarea:disabled + .field__icon {
    background-color: #ebebeb
}

.field__input:disabled:hover, .field__textarea:disabled:hover {
    border-color: #d9d9d9
}

.error .field__input, .error .field__textarea, .field__status._error + .field__input, .field__status._error + .field__textarea {
    border-color: #e53935
}

.field__input {
    height: 40px;
    padding: 0 0 0 56px
}

.without-icon .field__input {
    padding-left: 12px
}

.pl-to-icon .field__input {
    padding-left: 43px
}

.field__textarea {
    display: block;
    resize: none
}

._with-icon .field__textarea {
    padding-left: 56px
}

.field__textarea + .field__icon {
    height: auto;
    bottom: 1px
}

.field__textarea + .field__icon img {
    top: 11px;
    bottom: auto
}

.field__status {
    position: absolute;
    top: -21px;
    right: 0;
    line-height: 16px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.field__status._error {
    color: #e53935
}

.field__status._success {
    color: #4caf50
}

.field__status._success + .field__input, .field__status._success + .field__textarea {
    border-color: #4caf50
}

.field__status._warning {
    color: #e5bc35
}

.field__status._warning + .field__input, .field__status._warning + .field__textarea {
    border-color: #e5bc35
}

.field__error, .field__error:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.error .field__error, .has-error .field__error, .payways-slide._end button[data-controls=prev], .payways-slide._start button[data-controls=next] {
    display: block
}

.field__error {
    display: none;
    left: 100%;
    margin-left: 10px;
    padding: 16px;
    background-color: #e53935;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    color: #f2f2f2;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
    width: 182px
}

.field__error:before {
    content: '';
    right: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e53935
}

.field__resend, .field__toggle-pswd {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.field__resend {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23E5BC35%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4%208h1.997c.554%200%20.751.36.425.826l-2.344%203.348c-.32.456-.83.466-1.156%200L.578%208.826C.258%208.37.438%208%201.003%208H2a7%207%200%201%201%207%207v-2a5%205%200%201%200-5-5z%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat
}

.field__toggle-pswd {
    display: block;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2216%22%20height%3D%2212%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(0%202)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%208C16%208%2012.418%2014%208%2014C3.58203%2014%200%208%200%208C0%208%203.58203%202%208%202C12.418%202%2016%208%2016%208ZM12%208C12%2010.2091%2010.209%2012%208%2012C5.79102%2012%204%2010.2091%204%208C4%205.79089%205.79102%204%208%204C10.209%204%2012%205.79089%2012%208Z%22%20fill%3D%22%23272424%22%2F%3E%0D%0A%20%20%20%20%3Cmask%20id%3D%22mask0%22%20mask-type%3D%22alpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%222%22%20width%3D%2216%22%20height%3D%2212%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%208C16%208%2012.418%2014%208%2014C3.58203%2014%200%208%200%208C0%208%203.58203%202%208%202C12.418%202%2016%208%2016%208ZM12%208C12%2010.2091%2010.209%2012%208%2012C5.79102%2012%204%2010.2091%204%208C4%205.79089%205.79102%204%208%204C10.209%204%2012%205.79089%2012%208Z%22%20fill%3D%22white%22%2F%3E%0D%0A%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M15%201L1%2015%22%20stroke%3D%22%23272424%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") center no-repeat
}

.field._numeric {
    width: 68px
}

.field._numeric .field__body {
    position: relative
}

.field._numeric .field__input {
    height: 27px;
    padding: 0 15px 0 5px
}

.field__numeric-control {
    position: absolute;
    right: 6px;
    border: solid transparent;
    border-width: 5px 3px
}

.field__numeric-control._up {
    top: 2px;
    border-bottom-color: #272424
}

.field__numeric-control._down {
    bottom: 2px;
    border-top-color: #272424
}

::-webkit-input-placeholder {
    color: #d8d8d8
}

::-moz-placeholder {
    color: #d8d8d8
}

:-ms-input-placeholder {
    color: #d8d8d8
}

:-moz-placeholder {
    color: #d8d8d8
}

.inline-select {
    position: relative;
    display: inline
}

.inline-select.is-open .inline-select__container, .multi-select.is-open .multi-select__container {
    display: block;
    height: auto;
    opacity: 1
}

.inline-select__value {
    display: inline;
    text-transform: lowercase;
    border-bottom: 1px dashed #272424;
    cursor: pointer
}

.inline-select__container {
    display: none;
    position: absolute;
    left: -40px;
    height: 0;
    padding: 4px 0;
    margin: 4px 0 0;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -webkit-transition: .2s linear;
    transition: .2s linear;
    opacity: 0;
    z-index: 999
}

.inline-select__list {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-height: 180px;
    list-style: none
}

.inline-select__option {
    line-height: 16px;
    padding: 0 21px 0 12px;
    white-space: nowrap;
    cursor: pointer
}

.inline-select__option:hover {
    background-color: #f2f2f2
}

.inline-select__option .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding: 8px 0
}

.inline-select__option .radio:before, .inline-select__option .radio__button {
    top: 8px
}

.inline-select__option .radio__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multi-select, .multi-select__value {
    position: relative;
    width: 100%;
    font: 400 14px Roboto, sans-serif
}

.multi-select, .pagination a, .pagination span {
    display: inline-block;
    vertical-align: top
}

.multi-select.is-open .multi-select__value:after {
    top: 13px;
    border-color: transparent transparent #7b7b7b
}

.multi-select:hover .multi-select__value {
    border-color: #0288d1
}

.multi-select__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 18px;
    padding: 7px 12px;
    text-align: left;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: #fff;
    cursor: pointer
}

.multi-select__value:after {
    content: '';
    display: block;
    position: absolute;
    right: 7px;
    top: 17px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent;
    border-width: 4px 3px
}

.multi-select__container {
    display: none;
    position: absolute;
    height: 0;
    padding: 4px 0;
    margin: 4px 0 0;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -webkit-transition: .2s linear;
    transition: .2s linear;
    opacity: 0;
    z-index: 999
}

.multi-select__list {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-height: 180px;
    list-style: none
}

.multi-select__subtitle {
    padding: 11px 21px 7px 12px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.multi-select__option {
    cursor: pointer;
    line-height: 16px;
    padding: 0 21px 0 12px;
    white-space: nowrap
}

.multi-select__option .checkbox {
    height: 32px;
    padding: 8px 0
}

.multi-select__option .checkbox, .multi-select__option .checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multi-select__option .checkbox__text {
    line-height: normal
}

.multi-select__option .checkbox:before, .multi-select__option .checkbox__button {
    top: 8px
}

.js-Select-list li:hover, .multi-select__option:hover, .table__body tr:hover {
    background-color: #f2f2f2
}

.js-Select-list li.is-selected, .multi-select__option.is-selected {
    background-color: #e1f5fe
}

.multi-select._middle .multi-select__value {
    height: 36px;
    line-height: 16px;
    padding: 9px 12px
}

.multi-select._middle .multi-select__value:after {
    top: 15px
}

.multi-select._middle.is-open .multi-select__value:after {
    top: 11px
}

.pagination {
    font-size: 10px;
    font-weight: 500
}

.pagination__arrow {
    position: relative;
    height: 27px;
    line-height: 25px;
    padding: 0 11px;
    margin-right: 8px;
    border: 1px solid #d9d9d9;
    color: #272424;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff, #ebebeb);
    cursor: pointer
}

.pagination__arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    border: solid transparent;
    border-width: 3px 5px
}

.pagination__arrow._prev {
    padding-left: 24px
}

.pagination__arrow._prev:after {
    left: 6px;
    border-right-color: #272424
}

.pagination__arrow._next {
    padding-right: 24px;
    margin-right: 0
}

.pagination__arrow._next:after {
    right: 6px;
    border-left-color: #272424
}

.pagination__arrow._disabled {
    color: #7b7b7b;
    background: #ebebeb;
    border-color: #d8d8d8;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.pagination__arrow._disabled._prev:after {
    border-right-color: #bfbfbf
}

.pagination__arrow._disabled._next:after {
    border-left-color: #bfbfbf
}

.pagination__page, .pagination__pointer {
    height: 27px;
    line-height: 25px;
    margin-right: 8px;
    color: #7b7b7b;
    text-align: center
}

.pagination__page {
    border: 1px solid transparent;
    border-radius: 2px;
    width: 27px;
    cursor: pointer
}

.pagination__page._current {
    color: #272424;
    border-color: #d9d9d9;
    cursor: default
}

.pagination__pointer {
    width: 24px;
    cursor: default
}

.payment-info {
    padding: 23px 0 22px
}

.payment-info._qr {
    padding-right: 16px;
    padding-left: 16px;
    margin: 0 -16px;
    border-top: 1px solid #d8d8d8
}

.payment-info__row {
    position: relative;
    padding-left: 29px;
    min-height: 18px
}

.payment-info__row + .payment-info__row {
    margin-top: 13px
}

.payment-info__row._accept {
    display: table
}

.payment-info__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: left center
}

.payment-info__icon._alert {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-3618.000000%2C%20-565.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-59%22%20transform%3D%22translate(3602.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-15%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22comission%22%20transform%3D%22translate(16.000000%2C%20186.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%20stroke-width%3D%221%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-4%22%20fill%3D%22%23FFFFFF%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-53%22%20transform%3D%22translate(5.000000%2C%203.000000)%22%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-6%22%20fill%3D%22%23272424%22%20points%3D%228.08035714%200%2016%2015%200%2015%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.20995576%2C10%20L7.79004424%2C10%20C7.2655732%2C10%206.83021149%2C9.5948033%206.79261666%2C9.07168142%20L6.57701777%2C6.07168142%20C6.53742922%2C5.52081738%206.95189989%2C5.04216098%207.50276393%2C5.00257242%20C7.52661928%2C5.00085803%207.55052847%2C5%207.57444535%2C5%20L8.42555465%2C5%20C8.9778394%2C5%209.42555465%2C5.44771525%209.42555465%2C6%20C9.42555465%2C6.02391688%209.42469662%2C6.04782607%209.42298223%2C6.07168142%20L9.20738334%2C9.07168142%20C9.16978851%2C9.5948033%208.7344268%2C10%208.20995576%2C10%20Z%20M6.5%2C12.5%20C6.5%2C12.062128%206.6430467%2C11.7026641%206.92914439%2C11.4215976%20C7.21524207%2C11.1405311%207.57219037%2C11%208%2C11%20C8.42780963%2C11%208.78475793%2C11.1405311%209.07085561%2C11.4215976%20C9.3569533%2C11.7026641%209.5%2C12.062128%209.5%2C12.5%20C9.5%2C12.937872%209.3569533%2C13.2973359%209.07085561%2C13.5784024%20C8.78475793%2C13.8594689%208.42780963%2C14%208%2C14%20C7.57219037%2C14%207.21524207%2C13.8594689%206.92914439%2C13.5784024%20C6.6430467%2C13.2973359%206.5%2C12.937872%206.5%2C12.5%20Z%22%20%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.payment-info__icon._anon-wallet {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-3617.000000%2C%20-592.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-59%22%20transform%3D%22translate(3602.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-15%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22anon-wallet%22%20transform%3D%22translate(16.000000%2C%20214.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20stroke-width%3D%221%22%20fill%3D%22%23FFFFFF%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-4-Copy%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.70710678%2C0.221825407%20L15.7781746%2C7.29289322%20C16.1686989%2C7.68341751%2016.1686989%2C8.31658249%2015.7781746%2C8.70710678%20L8.70710678%2C15.7781746%20C8.31658249%2C16.1686989%207.68341751%2C16.1686989%207.29289322%2C15.7781746%20L0.221825407%2C8.70710678%20C-0.168698885%2C8.31658249%20-0.168698885%2C7.68341751%200.221825407%2C7.29289322%20L7.29289322%2C0.221825407%20C7.68341751%2C-0.168698885%208.31658249%2C-0.168698885%208.70710678%2C0.221825407%20Z%20M7.16135881%2C9%20L8.67940552%2C9%20C8.6864827%2C8.75040926%208.72363731%2C8.54433579%208.79087049%2C8.3817734%20C8.85810366%2C8.21921101%208.97841385%2C8.06075611%209.15180467%2C7.90640394%20L9.76220807%2C7.37931034%20C10.020525%2C7.14614005%2010.2080674%2C6.91789931%2010.3248408%2C6.69458128%20C10.4416142%2C6.47126325%2010.5%2C6.22331828%2010.5%2C5.95073892%20C10.5%2C5.32676207%2010.2832647%2C4.8456503%209.84978769%2C4.50738916%20C9.41631064%2C4.16912803%208.80502872%2C4%208.01592357%2C4%20C7.22327983%2C4%206.60757473%2C4.1830852%206.16878981%2C4.54926108%20C5.73000488%2C4.91543697%205.50707718%2C5.42692611%205.5%2C6.08374384%20L7.2940552%2C6.08374384%20C7.30113238%2C5.83743719%207.37013381%2C5.64203685%207.50106157%2C5.49753695%20C7.63198933%2C5.35303704%207.80360828%2C5.28078818%208.01592357%2C5.28078818%20C8.47594002%2C5.28078818%208.7059448%2C5.52873315%208.7059448%2C6.02463054%20C8.7059448%2C6.22824404%208.637828%2C6.41461328%208.50159236%2C6.58374384%20C8.36535671%2C6.75287441%208.16631412%2C6.93924365%207.9044586%2C7.14285714%20C7.64260308%2C7.34647064%207.45329145%2C7.58702653%207.33651805%2C7.86453202%20C7.21974464%2C8.14203751%207.16135881%2C8.52052305%207.16135881%2C9%20Z%20M7%2C11.5%20C7%2C11.7919147%207.09536447%2C12.0315572%207.28609626%2C12.2189349%20C7.47682805%2C12.4063126%207.71479358%2C12.5%208%2C12.5%20C8.28520642%2C12.5%208.52317195%2C12.4063126%208.71390374%2C12.2189349%20C8.90463553%2C12.0315572%209%2C11.7919147%209%2C11.5%20C9%2C11.2080853%208.90463553%2C10.9684428%208.71390374%2C10.7810651%20C8.52317195%2C10.5936874%208.28520642%2C10.5%208%2C10.5%20C7.71479358%2C10.5%207.47682805%2C10.5936874%207.28609626%2C10.7810651%20C7.09536447%2C10.9684428%207%2C11.2080853%207%2C11.5%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23272424%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.payment-info__icon._approved-wallet {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-3618.000000%2C%20-621.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-59%22%20transform%3D%22translate(3602.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-15%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22personal-wallet%22%20transform%3D%22translate(16.000000%2C%20242.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%20stroke-width%3D%221%22%20fill%3D%22%23FFFFFF%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-4%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%2C0%20L11%2C0%20C11.5522847%2C-1.01453063e-16%2012%2C0.44771525%2012%2C1%20L12%2C15%20C12%2C15.5522847%2011.5522847%2C16%2011%2C16%20L1%2C16%20C0.44771525%2C16%206.76353751e-17%2C15.5522847%200%2C15%20L0%2C1%20C-6.76353751e-17%2C0.44771525%200.44771525%2C1.01453063e-16%201%2C0%20Z%20M6%2C8%20C7.1045695%2C8%208%2C7.1045695%208%2C6%20C8%2C4.8954305%207.1045695%2C4%206%2C4%20C4.8954305%2C4%204%2C4.8954305%204%2C6%20C4%2C7.1045695%204.8954305%2C8%206%2C8%20Z%20M2%2C10.7857143%20C3.33436461%2C9.92857143%204.66808099%2C9.5%206.00114914%2C9.5%20C7.33421729%2C9.5%208.66716757%2C9.92857143%2010%2C10.7857143%20L10%2C12.5%20L2%2C12.5%20L2%2C10.7857143%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23272424%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-2%22%20fill%3D%22%23272424%22%20x%3D%2213%22%20y%3D%222%22%20width%3D%221%22%20height%3D%2212%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-2-Copy%22%20fill%3D%22%23272424%22%20x%3D%2215%22%20y%3D%224%22%20width%3D%221%22%20height%3D%228%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.payment-info__icon._personal-wallet {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-3618.000000%2C%20-649.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-59%22%20transform%3D%22translate(3602.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-15%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22approved-wallet%22%20transform%3D%22translate(16.000000%2C%20270.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20stroke-width%3D%221%22%3E%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-4%22%20fill%3D%22%23000000%22%20cx%3D%228%22%20cy%3D%224%22%20r%3D%224%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C12%20C2.66872923%2C10%205.33616199%2C9%208.00229828%2C9%20C10.6684346%2C9%2013.3343351%2C10%2016%2C12%20L16%2C16%20L0%2C16%20L0%2C12%20Z%22%20id%3D%22Rectangle-8%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.payment-info__icon._protected {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.57084188%2C3.27828867%20L6.59439502%2C5.34678287%20L4.409726%2C5.67955421%20C4.01795099%2C5.73892187%203.86094193%2C6.24354696%204.14505357%2C6.53257372%20L5.72561151%2C8.14174972%20L5.3517804%2C10.4149061%20C5.2844908%2C10.8257928%205.69869567%2C11.1335672%206.04561095%2C10.9414035%20L8%2C9.86809872%20L9.95438905%2C10.9414035%20C10.3013043%2C11.1320049%2010.7155092%2C10.8257928%2010.6482196%2C10.4149061%20L10.2743885%2C8.14174972%20L11.8549464%2C6.53257372%20C12.1390581%2C6.24354696%2011.982049%2C5.73892187%2011.590274%2C5.67955421%20L9.40560498%2C5.34678287%20L8.42915812%2C3.27828867%20C8.25420516%2C2.90958427%207.74729017%2C2.90489735%207.57084188%2C3.27828867%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2298.000000%2C%20-717.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-11%22%20transform%3D%22translate(2282.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-10%22%20transform%3D%22translate(16.000000%2C%20338.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22protected%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-4%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C0%20C10.2950649%2C1.30270148%2012.9617316%2C1.87956663%2016%2C1.73059546%20C15.3339138%2C9.84815924%2012.6672471%2C14.6046274%208%2C16%20C3.33275286%2C14.6046274%200.666086195%2C9.84815924%200%2C1.73059546%20C3.03826844%2C1.87956663%205.7049351%2C1.30270148%208%2C0%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23272424%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22star%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.payment-info__icon._rub {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-66.000000%2C%20-652.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-3%22%20transform%3D%22translate(50.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-10%22%20transform%3D%22translate(16.000000%2C%20273.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22max_payment%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-4%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-53%22%20fill%3D%22%23272424%22%20stroke%3D%22%23272424%22%20stroke-width%3D%222%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-2%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(4.000000%2C%203.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M3.70117188%2C6.10546875%20L3.70117188%2C9%20L1.64453125%2C9%20L1.64453125%2C0.46875%20L5.04882812%2C0.46875%20C5.70117514%2C0.46875%206.2783178%2C0.588865986%206.78027344%2C0.829101562%20C7.28222907%2C1.06933714%207.67089706%2C1.4111306%207.94628906%2C1.85449219%20C8.22168106%2C2.29785378%208.359375%2C2.80077844%208.359375%2C3.36328125%20C8.359375%2C4.19531666%208.06152642%2C4.86034907%207.46582031%2C5.35839844%20C6.87011421%2C5.8564478%206.05273957%2C6.10546875%205.01367188%2C6.10546875%20L3.70117188%2C6.10546875%20Z%20M3.70117188%2C4.51757812%20L5.04882812%2C4.51757812%20C5.44726762%2C4.51757812%205.75097552%2C4.41796975%205.95996094%2C4.21875%20C6.16894636%2C4.01953025%206.2734375%2C3.73828307%206.2734375%2C3.375%20C6.2734375%2C2.97656051%206.1660167%2C2.65820432%205.95117188%2C2.41992188%20C5.73632705%2C2.18163943%205.44336123%2C2.06054689%205.07226562%2C2.05664062%20L3.70117188%2C2.05664062%20L3.70117188%2C4.51757812%20Z%22%20id%3D%22P%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20x%3D%220.0999999046%22%20y%3D%224.5%22%20width%3D%221.60000002%22%20height%3D%221.60000002%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.payment-info__icon._wallet {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2212%22%20rx%3D%222%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-66.000000%2C%20-680.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-3%22%20transform%3D%22translate(50.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-10%22%20transform%3D%22translate(16.000000%2C%20273.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22wallet%22%20transform%3D%22translate(0.000000%2C%2028.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20stroke-width%3D%221%22%20fill%3D%22%23FFFFFF%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-4-Copy%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6%22%20stroke-width%3D%221%22%20transform%3D%22translate(0.000000%2C%204.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Rectangle-3-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22%23272424%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C3%20L16%2C3%20L16%2C9%20L10%2C9%20C8.8954305%2C9%208%2C8.1045695%208%2C7%20L8%2C5%20C8%2C3.8954305%208.8954305%2C3%2010%2C3%20Z%22%20fill%3D%22%23FFFFFF%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%2C4%20L15%2C4%20L15%2C8%20L10%2C8%20C9.44771525%2C8%209%2C7.55228475%209%2C7%20L9%2C5%20C9%2C4.44771525%209.44771525%2C4%2010%2C4%20Z%22%20id%3D%22Rectangle-3%22%20fill%3D%22%23272424%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle%22%20fill%3D%22%233B3636%22%20points%3D%220%204%2011%200%2011%204%200.916666667%204%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.payment-info__icon._wallet + .payment-info__text {
    top: -1px
}

.payment-info__text {
    position: relative;
    font-size: 12px;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.payways-slide {
    height: 88px;
    padding: 12px 16px;
    margin: 0 -16px;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15)
}

.payways-slide, .payways-slide__slider {
    position: relative;
    overflow: hidden
}

.payways-slide__item {
    float: left
}

.payway {
    position: relative;
    width: 84px;
    height: 62px;
    border: solid 1px #d9d9d9;
    cursor: pointer
}

.payway__logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.payway:active {
    border-color: #0277bd
}

.payway:hover {
    border-color: #29b6f6;
    color: #29b6f6
}

.payway._selected {
    border-color: #0277bd;
    color: #0277bd
}

.popup {
    position: relative;
    display: none;
    margin-top: auto;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    border-radius: 3px
}

.popup._grey {
    background: #f7f7f7
}

.popup__wrap {
    display: block;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1010;
    background-color: #000000a6
}

.popup__wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.popup__header {
    padding: 17px;
    border-bottom: 1px solid #d8d8d8
}

.popup__title {
    line-height: 24px;
    font-size: 22px;
    font-weight: 900
}

.popup__sub-title {
    line-height: 14px;
    font-size: 12px;
    color: #7b7b7b
}

.popup__title + .popup__sub-title {
    margin-top: 2px
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-7487.000000%2C%20-1137.000000)%22%20fill%3D%22%23D8D8D8%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-78%22%20transform%3D%22translate(7197.000000%2C%201121.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-68-Copy-5%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-23%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-1%22%20points%3D%22301.667%2016%20297%2020.667%20292.334%2016%20290%2018.334%20294.667%2023%20290%2027.668%20292.334%2030%20297%2025.333%20301.667%2030%20304.001%2027.668%20299.333%2023%20304.001%2018.334%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat;
    cursor: pointer
}

.popup__body {
    padding: 16px 16px 24px
}

.popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px 17px;
    border-top: 1px solid #d8d8d8
}

.popup__wrap .popup {
    display: inline-block;
    vertical-align: middle
}

.radio {
    display: block;
    position: relative;
    height: 16px
}

.radio__button, .radio__input {
    position: absolute;
    top: 0;
    left: 0
}

.radio__input {
    opacity: 0;
    z-index: 9
}

.radio__button {
    width: 16px;
    height: 16px;
    background: #fff;
    border: solid 1px #d8d8d8;
    border-radius: 100%;
    z-index: 7
}

.radio__label {
    line-height: 16px;
    margin-left: 28px
}

.radio__input:checked + .radio__button {
    border-color: #43a047;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#59c816));
    background-image: linear-gradient(to top, #4caf50, #59c816)
}

.radio__input:checked + .radio__button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    background: #fff;
    border-radius: 100%
}

.radio__input:disabled + .radio__button {
    background: #ebebeb;
    border-color: #d8d8d8
}

.radio__input:disabled + .radio__button:before {
    display: none
}

.status, div.sort {
    display: inline-block
}

div.sort {
    vertical-align: top;
    position: relative;
    padding-right: 10px;
    cursor: pointer
}

div.sort__arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    border: solid transparent;
    border-width: 5px 3px
}

div.sort__arrow._asc:after, div.sort__arrow:after {
    border-top-color: #bfbfbf
}

div.sort__arrow._desc:after {
    top: -1px;
    border-top-color: transparent;
    border-bottom-color: #bfbfbf
}

.sort.asc div.sort__arrow:after, div.sort__arrow._active._asc:after {
    border-top-color: #272424
}

.sort.desc div.sort__arrow:after, div.sort__arrow._active._desc:after {
    top: -1px;
    border-top-color: transparent;
    border-bottom-color: #272424
}

.status {
    height: 17px;
    line-height: 11px;
    padding: 3px 6px;
    border-radius: 9px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-align: center
}

.status_success {
    background-color: #59c816
}

.status_wait {
    background-color: #bfbfbf
}

.status_danger {
    background-color: #e53935
}

.status_orange {
    background: #f3b500
}

.status_blue {
    background: #2979ff
}

.switch {
    display: block;
    position: relative;
    height: 18px;
    cursor: pointer
}

.switch__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9
}

.switch__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 18px;
    background: #7b7b7b;
    border: 1px solid #7b7b7b;
    border-radius: 9px;
    z-index: 7
}

.switch__button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.switch__label {
    line-height: 18px;
    margin-left: 49px
}

.switch__input:checked + .switch__button {
    border-color: #43a047;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#59c816));
    background-image: linear-gradient(to top, #4caf50, #59c816)
}

.switch__input:checked + .switch__button:before {
    left: 19px
}

.table {
    border-collapse: collapse;
    width: 100%
}

.table__head {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2px;
    color: #272424;
    text-transform: uppercase
}

.table__head th {
    padding: 10px 6px;
    text-align: left
}

.table__body tr {
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear
}

.table__body tr:hover .three-dot-button {
    opacity: 1
}

.table__body td {
    padding: 5px 6px;
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
    color: #272424;
    font-size: 14px
}

.table__body td:first-of-type {
    border-left: 1px solid #d9d9d9
}

.table__body td:last-of-type {
    border-right: 1px solid #d9d9d9
}

.table__body td .amount {
    margin-top: 0;
    font-size: 14px
}

.table__body td .amount__float {
    margin-top: -1px;
    font-size: 10px
}

.table__checkbox {
    height: 40px;
    width: 40px;
    padding: 5px 6px !important;
    text-align: center;
    vertical-align: middle
}

.table__checkbox .checkbox {
    margin-left: 5px
}

.table__control {
    padding: 5px 12px !important
}

.table__call-context {
    min-width: 14px;
    padding: 10px 0;
    cursor: pointer
}

.three-dot-button {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #4caf50;
    position: relative;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.auth__stripe span, .three-dot-button:after, .three-dot-button:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.three-dot-button:after, .three-dot-button:before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #4caf50;
    border-radius: 50%
}

.three-dot-button:before {
    left: 150%
}

.three-dot-button:after {
    right: 150%
}

.tooltip__text {
    display: none;
    position: absolute;
    left: -74px;
    bottom: 37px;
    width: 192px;
    line-height: 14px;
    padding: 16px;
    font-size: 12px;
    border: solid 1px #ccc;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2)
}

.tooltip__text:after, .tooltip__text:before {
    content: '';
    position: absolute;
    left: 50%;
    border-style: solid
}

.tooltip__text:before {
    bottom: -20px;
    margin-left: -7px;
    border-width: 10px 7px;
    border-color: #fff transparent transparent;
    z-index: 2
}

.tooltip__text:after {
    bottom: -22px;
    margin-left: -8px;
    border-width: 11px 8px;
    border-color: #ccc transparent transparent;
    z-index: 1
}

.tooltip__text._down:before {
    top: -20px;
    bottom: auto;
    border-color: transparent transparent #fff
}

.tooltip__text._down:after {
    top: -22px;
    bottom: auto;
    border-color: transparent transparent #ccc
}

.tooltip__text._right._inverse:after, .tooltip__text._right._inverse:before {
    top: 50%;
    margin-left: 0;
    bottom: auto
}

.tooltip__text._right._inverse:before {
    left: -16px;
    margin-top: -7px;
    border-width: 7px 8px;
    border-color: transparent #272424 transparent transparent
}

.tooltip__text._right._inverse:after {
    left: -18px;
    margin-top: -8px;
    border-width: 8px 9px;
    border-color: transparent #000 transparent transparent
}

.tooltip__text._inverse {
    color: #fff;
    border-color: #000;
    background-color: #272424
}

.tooltip__text._inverse:before {
    border-color: #272424 transparent transparent
}

.tooltip__text._inverse:after {
    border-color: #000 transparent transparent
}

.tooltip__text._down._inverse:before {
    border-color: transparent transparent #272424
}

.tooltip__text._down._inverse:after {
    top: -22px;
    bottom: auto;
    border-color: transparent transparent #000
}

.tooltip:hover .tooltip__text {
    display: block
}

.js-Select, .js-Select-title {
    position: relative;
    font: 400 14px Roboto, sans-serif
}

.js-Select {
    display: inline-block;
    width: 268px
}

.js-Select:hover .js-Select-title {
    border-color: #0288d1
}

.js-Select.is-open .js-Select-list {
    display: block;
    height: auto;
    opacity: 1
}

.js-Select.is-open .js-Select-title:after {
    top: 13px;
    border-color: transparent transparent #7b7b7b
}

.js-Select-title {
    width: 100%;
    height: 40px;
    line-height: 16px;
    padding: 12px;
    text-align: left;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: #fff;
    cursor: pointer
}

.js-Select-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 11px;
    top: 17px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent;
    border-width: 4px 3px
}

.js-Select-list {
    display: none;
    position: absolute;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 4px 0 0;
    background: #fff;
    list-style: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -webkit-transition: .2s linear;
    transition: .2s linear;
    opacity: 0;
    z-index: 999
}

.js-Select-list li {
    cursor: pointer;
    line-height: 16px;
    height: 40px;
    padding: 12px
}

.datepicker-wrapper, .datepicker-wrapper__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px
}

.datepicker-wrapper__icon {
    width: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker-wrapper__icon img {
    width: 16px;
    height: 16px
}

.datepicker-wrapper__text {
    color: #272424;
    cursor: pointer;
    font-size: 14px
}

.datepicker-wrapper__text_gray {
    color: #7b7b7b
}

.add-employee {
    width: 282px
}

.add-employee__row {
    margin-bottom: 16px
}

.add-employee__note {
    margin-top: 8px;
    font-size: 12px
}

.add-employee .js-Select {
    width: 100%
}

.add-employee .checkbox {
    margin-top: 8px
}

.amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    color: #272424;
    font-size: 20px
}

.amount_big {
    font-size: 22px
}

.amount_big .amount__integer {
    font-size: 22px !important;
}

.amount_big .amount__float {
    font-size: 14px;
    font-weight: 500
}

.amount_in-cell {
    margin-top: 9px
}

.amount__percent:after {
    content: '%';
    margin-left: 5px
}

.amount__float {
    margin-right: 5px
}

.amount__integer {
    margin-right: 5px;
    font-weight: 400
}

.amount__integer:after {
    content: ','
}

.amount__integer_without-comma:after {
    content: none
}

.amount__float {
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px
}

.amount__currency, .amount__currency_bold {
    font-weight: 400
}

.auth, .auth__header_logo-to-up .auth__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.auth {
    top: 156px;
    padding: 16px;
    width: 392px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15)
}

.auth_small {
    width: 336px
}

.auth_big {
    top: 59px;
    width: 540px
}

.auth__header_logo-to-up .auth__logo {
    top: -106px
}

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

.auth__header_flex .auth__title {
    margin-top: 0
}

.auth__header_flex .auth__logo img {
    height: 54px
}

.auth__header_flex .auth__picture, .auth__picture img {
    width: 100%
}

.auth__logo {
    border: 0;
    outline: 1px solid transparent
}

.auth__picture_full-width {
    margin-top: -16px !important;
    margin-left: -16px;
    margin-right: -16px
}

.auth__picture_envelop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 117px
}

.auth__stripe {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    position: relative
}

.auth__stripe span {
    height: 6px;
    width: 66px;
    left: 0;
    background-color: #e7ebe6;
    border-radius: 5px;
    -webkit-animation: mymove 4s ease infinite;
    animation: mymove 4s ease infinite
}

.auth__stripe span:first-child {
    top: 25%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.auth__stripe span:last-child {
    top: 75%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.auth__title {
    margin-top: 8px;
    color: #272424;
    font-size: 22px;
    text-align: center
}

.auth__title_with-button {
    position: relative
}

.auth__title_with-button button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: transparent
}

.auth__title_with-button button img, .button__icon img {
    vertical-align: middle
}

.auth__title_left {
    text-align: left
}

.auth__suggestion, .auth__tips {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.auth__suggestion {
    bottom: -32px;
    white-space: nowrap;
    color: #7b7b7b
}

.auth__suggestion a {
    margin-left: 8px
}

.auth__tips {
    top: 24px;
    font-size: 12px;
    color: #59c816;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.auth__tips.active {
    opacity: 1
}

.auth__button, .auth__description, .auth__field, .auth__footer, .auth__picture {
    margin-top: 24px
}

.auth__description {
    color: #7b7b7b;
    line-height: 1.2
}

.auth__description_email {
    font-weight: 700;
    margin-bottom: 16px;
    color: #272424
}

.auth__description_mt-16 {
    margin-top: 16px
}

.auth__description_clarification {
    color: #bfbfbf;
    font-size: 12px;
    margin-bottom: 8px
}

.auth__field_checkbox {
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap
}

.auth__field_checkbox .checkbox {
    display: inline-block
}

.auth__field_checkbox .checkbox__text {
    line-height: 16px
}

.auth__field_big-mb {
    padding-bottom: 40px
}

.auth__footer {
    margin-bottom: -16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    border-top: 1px solid #d8d8d8
}

.auth__footer_right {
    text-align: right
}

.auth__footer_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auth__footer_flex > * {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 !important;
    flex: 1 0 !important
}

.auth__footer_flex a {
    color: #7b7b7b
}

.auth .btn_font-normal {
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.button__item {
    height: 40px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fff));
    background-image: linear-gradient(to top, #f2f2f2, #fff);
    border: solid 1px #d9d9d9;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    line-height: 40px;
    text-align: center
}

.button__item:last-of-type {
    margin-left: 8px
}

.button__item.active, .button__item:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#f2f2f2));
    background-image: linear-gradient(to bottom, #ccc, #f2f2f2)
}

.button__item_footer {
    width: 154px;
    height: 36px;
    margin-left: 0 !important;
    padding-left: initial;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px
}

.button__item_green {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#59c816));
    background-image: linear-gradient(to top, #4caf50, #59c816);
    border-color: #43a047;
    color: #fff
}

.button__item_green:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#4ead13));
    background-image: linear-gradient(to top, #4caf50, #4ead13)
}

.button__icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 46px
}

.figure {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.figure__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 24px
}

.figure__item:last-of-type {
    margin-right: 0
}

.figure__picture {
    text-align: center
}

.figure__checkbox {
    margin-top: 8px;
    color: #272424;
    font-size: 12px
}

.browser__icon, .browser__name {
    display: inline-block;
    vertical-align: top
}

.browser__icon {
    position: relative;
    width: 17px;
    height: 17px
}

.browser__icon img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.browser__name {
    margin-left: 5px;
    line-height: 17px
}

.category-name._velvet {
    color: #7e38f2
}

.category-name._blue {
    color: #2979ff
}

.category-name._green {
    color: #4caf50
}

.category-name._pink {
    color: #e53593
}

.category-name._turquoise {
    color: #25c5e6
}

.category-name._orange {
    color: #ef6e04
}

.content-panel {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 16px
}

.content-panel + .content-panel {
    margin-top: 16px
}

.content-panel__header {
    margin-bottom: 16px
}

.content-panel__header, .content-panel__search {
    padding: 0 0 16px;
    border-bottom: 1px solid #ebebeb
}

.content-panel__header, .content-panel__header-caption, .content-panel__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-panel__header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-panel__header-caption, .content-panel__header-item {
    height: 25px;
    padding-right: 24px
}

.content-panel__header-item {
    border-left: 1px solid #ebebeb;
    color: #7b7b7b;
    padding-left: 24px
}

.content-panel__header-item._calendar {
    margin-left: auto;
    margin-right: -18px;
    padding-left: 6px;
    padding-right: 0
}

.content-panel__header-item span {
    margin-left: 12px
}

.content-panel__header-caption {
    color: #272424;
    font-size: 22px;
    padding-left: 0
}

.content-panel__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px
}

.content-panel__search .field__input {
    height: 36px
}

.content-panel__search-item:first-of-type {
    margin-left: 0
}

.content-panel__search-item:last-of-type {
    margin-right: 0
}

.content-panel__search-item .field__icon {
    width: 39px;
    height: 34px
}

.content-panel__search-item .pl-to-icon .field__input {
    padding-left: 39px
}

.content-panel__search-item._button {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.content-panel__search-item._button button {
    font-weight: 500;
    font-size: 14px
}

.content-panel__filter-item {
    width: 150px
}

.content-panel__filter-item._status, .content-panel__filter-item._status .js-Select {
    width: 125px
}

.content-panel__filter-item._status .multi-select__option .checkbox__text {
    line-height: 12px
}

.content-panel__filter-item._payways .multi-select__list {
    width: 185px
}

.content-panel__filter-item._payways .checkbox__icon {
    vertical-align: middle;
    max-width: 20px
}

.content-panel__title {
    line-height: 21px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500
}

.content-panel__actions {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

tr:hover .content-panel__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-panel__actions .btn {
    margin-right: 26px
}

.content-panel__action {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer
}

.content-panel__action._edit {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20%20transform%3D%22translate(-1296.000000%2C%20-331.000000)%22%20fill%3D%22%23272424%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22edit%22%20transform%3D%22translate(1293.000000%2C%20329.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate(8.000000%2C%208.500000)%20rotate(45.000000)%20translate(-8.000000%2C%20-8.500000)%20translate(6.000000%2C%201.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1%2C0%20L3%2C0%20C3.55228475%2C-1.01453063e-16%204%2C0.44771525%204%2C1%20L4%2C2%20L0%2C2%20L0%2C1%20C-6.76353751e-17%2C0.44771525%200.44771525%2C1.01453063e-16%201%2C0%20Z%22%20id%3D%22Rectangle-17%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.83205029%2C13.2480754%20L4%2C15%20L0%2C15%20L1.16794971%2C13.2480754%20C1.47430216%2C12.7885468%202.09517151%2C12.6643729%202.5547002%2C12.9707253%20C2.66455248%2C13.0439602%202.75881544%2C13.1382232%202.83205029%2C13.2480754%20Z%22%20id%3D%22Triangle%22%20transform%3D%22translate(2.000000%2C%2013.500000)%20scale(1%2C%20-1)%20translate(-2.000000%2C%20-13.500000)%20%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20x%3D%220%22%20y%3D%223%22%20width%3D%224%22%20height%3D%228%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.content-panel__action._remove {
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.96%201.707L8%205.667l-3.959-3.96a1%201%200%200%200-1.414%200l-.92.92a1%201%200%200%200%200%201.414L5.667%208l-3.96%203.96a1%201%200%200%200%200%201.415l.92.918a1%201%200%200%200%201.414%200L8%2010.333l3.96%203.96a1%201%200%200%200%201.414%200l.92-.918a1%201%200%200%200%200-1.414L10.333%208l3.96-3.959a1%201%200%200%200%20.001-1.414l-.92-.92a1%201%200%200%200-1.414%200z%22%2F%3E%0A%3C%2Fsvg%3E%0A)
}

.content-panel__action + .content-panel__action {
    margin-left: 15px
}

.content-panel__empty-list {
    line-height: 24px;
    padding: 100px 0;
    font-size: 20px;
    color: #7b7b7b;
    text-align: center
}

.create-project {
    width: 745px
}

.create-project .popup__header {
    border-bottom: 0
}

.create-project .popup__body {
    padding-top: 0
}

.create-project .field__textarea {
    height: 120px
}

.create-project__title {
    padding-top: 1px;
    line-height: 64px;
    margin: 0
}

.create-project__title img {
    vertical-align: top;
    position: relative;
    top: -1px;
    margin-right: 24px
}

.create-project__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px 24px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .13)
}

.create-project__tab {
    position: relative;
    width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #7b7b7b
}

.create-project__tab._current {
    border-right: 18px solid #fff;
    background: #0288d1;
    color: #fff
}

.create-project__tab._current:after, .create-project__tab._current:before {
    content: '';
    position: absolute;
    top: 0;
    border-style: solid;
    border-width: 19px 18px
}

.create-project__tab._current:before {
    display: none;
    left: 0;
    border-color: transparent transparent transparent #fff
}

.create-project__tab._current:after {
    display: block;
    right: -36px;
    border-color: transparent transparent transparent #0288d1
}

.create-project__tab + .create-project__tab._current {
    width: 50%;
    border-right: 0
}

.create-project__tab + .create-project__tab._current:after {
    display: none
}

.create-project__tab + .create-project__tab._current:before {
    display: block
}

.create-project__form, .create-project__instruction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.create-project__column {
    width: 345px
}

.create-project__row + .create-project__row {
    margin-top: 21px
}

.create-project__notice {
    margin-bottom: 23px
}

.create-project .alert {
    margin-bottom: 24px
}

.create-project__instruction .create-project__column:first-child {
    width: 293px
}

.create-project__instruction .create-project__column:nth-child(2) {
    width: 390px
}

.create-project__subtitle {
    line-height: 25px;
    font-size: 22px;
    margin-bottom: 16px
}

.create-project__code {
    line-height: 22px;
    padding: 5px 12px;
    margin: 7px 0;
    font-weight: 600;
    background-color: #ebebeb
}

.create-project__complete-later {
    line-height: 36px;
    margin-right: 25px;
    text-decoration: underline;
    cursor: pointer
}

.create-project__complete-later:hover {
    text-decoration: none
}

.create-project__success {
    position: relative;
    padding: 65px 0 60px 200px
}

.create-project__success:before {
    content: '';
    display: block;
    position: absolute;
    top: 63px;
    left: 33px;
    width: 98px;
    height: 148px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2298%22%20height%3D%22148%22%20viewBox%3D%220%200%2098%20148%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M35%2097c13.807%200%2025-21.714%2025-48.5S39.19%200%2035%200c-4.19%200-25%2021.714-25%2048.5S21.193%2097%2035%2097z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M-9%208h140v140H-9z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22rotate(25%2060.038%20124.15)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FEC069%22%20d%3D%22M35.5%20131c.975%200%208.5-10.297%208.5-23s-3.806-23-8.5-23S27%2095.297%2027%20108s7.525%2023%208.5%2023z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M35.5%20113c.63%200%205.5-6.268%205.5-14s-2.462-14-5.5-14S30%2091.268%2030%2099s4.87%2014%205.5%2014z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(0%2063)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cellipse%20cx%3D%221.5%22%20cy%3D%2223%22%20fill%3D%22%23D8201B%22%20rx%3D%221.5%22%20ry%3D%2215%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cellipse%20cx%3D%2269.5%22%20cy%3D%2223%22%20fill%3D%22%23D8201B%22%20rx%3D%221.5%22%20ry%3D%2215%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23F8201B%22%20d%3D%22M11.976%2034.42l19.166-19.628L16.443%200%202%2014.792V34.42zM59.166%2034.42L40%2014.792%2054.699%200l14.443%2014.792V34.42z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23EBEBEB%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23F8201B%22%20d%3D%22M12%200h48v20H12z%22%20mask%3D%22url(%23b)%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23D8D8D8%22%20d%3D%22M35-2h25V98H35z%22%20mask%3D%22url(%23b)%22%20style%3D%22mix-blend-mode%3Adarken%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20d%3D%22M20%2087h30c0%205.523-4.477%2010-10%2010H30c-5.523%200-10-4.477-10-10z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2235%22%20cy%3D%2245%22%20r%3D%2210%22%20fill%3D%22%23F8201B%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2235%22%20cy%3D%2245%22%20r%3D%227%22%20fill%3D%22%232693FA%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2234%22%20cy%3D%2243%22%20r%3D%222%22%20fill%3D%22%23FFF%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20stroke%3D%22%23E4E7F0%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%20104l5.153%2035.449M2%20113l5.153%2035.449M57.153%20104L52%20139.449M67.153%20113L62%20148.449%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat
}

.create-project__success-title {
    margin-bottom: 35px
}

.create-project__success-description {
    line-height: 16px
}

.create-project__success-btn {
    margin-top: 23px
}

.custom-field {
    line-height: 16px
}

.custom-field__label {
    margin-bottom: 7px
}

.custom-field__value {
    margin-bottom: 7px;
    color: #7b7b7b
}

.custom-field__action {
    display: table;
    line-height: 14px;
    font-size: 12px;
    border-bottom: 1px dashed #272424;
    cursor: pointer
}

.custom-field .switch {
    float: right;
    margin-top: -2px
}

.datepicker {
    width: 280px;
    font-size: 12px;
    font-family: 'Roboto';
    color: #272424
}

.datepicker--pointer {
    display: none
}

.datepicker--day-name {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 500
}

.datepicker--cell {
    height: 40px
}

.datepicker--cell.-in-range- {
    background-color: #f2f2f2 !important
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-focus- {
    background-color: #4caf50
}

.datepicker--cell.-current-, .datepicker--cell.-current-.-in-range- {
    color: #4caf50
}

.datepicker--cell.-range-from-, .datepicker--cell.-range-to- {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    width: 278px;
    max-width: none;
    padding: 0;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:after, .daterangepicker.drop-up:before {
    top: initial;
    border-bottom: initial
}

.daterangepicker.drop-up:before {
    bottom: -7px;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    bottom: -6px;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker .drp-calendar, .daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: 0
}

.daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev {
    position: relative
}

.daterangepicker .calendar-table .next:hover, .daterangepicker .calendar-table .prev:hover {
    background: 0 0
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2218px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2018%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M365.653164%2C120.138654%20L366.545028%2C119.274445%20C366.922665%2C118.908518%20367.533311%2C118.908518%20367.90693%2C119.274445%20L375.716773%2C126.838218%20C376.094409%2C127.204145%20376.094409%2C127.795855%20375.716773%2C128.157889%20L367.90693%2C135.725555%20C367.529294%2C136.091482%20366.918647%2C136.091482%20366.545028%2C135.725555%20L365.653164%2C134.861346%20C365.27151%2C134.491527%20365.279545%2C133.888138%20365.669233%2C133.526105%20L370.510211%2C129.057133%20L358.964178%2C129.057133%20C358.429863%2C129.057133%20358%2C128.6406%20358%2C128.122853%20L358%2C126.877147%20C358%2C126.3594%20358.429863%2C125.942867%20358.964178%2C125.942867%20L370.510211%2C125.942867%20L365.669233%2C121.473895%20C365.275527%2C121.111862%20365.267492%2C120.508473%20365.653164%2C120.138654%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2188.000000%2C%20-1105.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-9%22%20transform%3D%22translate(1830.000000%2C%20986.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22arrow-right%22%20fill%3D%22%237B7B7B%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat;
    background-size: 16px 16px
}

.daterangepicker .calendar-table .next span {
    right: 12px
}

.daterangepicker .calendar-table .prev span {
    left: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    text-align: center;
    vertical-align: middle;
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid transparent;
    color: #7b7b7b;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase
}

.daterangepicker .calendar-table {
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker thead {
    background: #f8f8f8
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #f2f2f2;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4caf50;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    padding: 8px;
    display: none;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    padding-right: 8px
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.ltr .drp-calendar, .daterangepicker.ltr .ranges, .daterangepicker.single.ltr .drp-calendar, .daterangepicker.single.ltr .ranges {
        float: left
    }

    .daterangepicker.single.rtl .drp-calendar, .daterangepicker.single.rtl .ranges {
        float: right
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px
    }

    .daterangepicker.rtl .drp-calendar, .daterangepicker.rtl .ranges {
        text-align: right;
        float: right
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.daterangepicker .drp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both
}

.daterangepicker .drp-selected {
    color: #272424;
    font-size: 14px;
    font-weight: 700
}

.daterangepicker .applyBtn {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px;
    cursor: pointer;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-left: auto
}

.daterangepicker .applyBtn, .daterangepicker .applyBtn._green {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    background-color: #4caf50;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#59c816));
    background-image: linear-gradient(to top, #4caf50, #59c816);
    border-color: #43a047;
    color: #fff
}

.daterangepicker .applyBtn._green:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#65e019));
    background-image: linear-gradient(to top, #4caf50, #65e019)
}

.daterangepicker .applyBtn._green:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#4ead13));
    background-image: linear-gradient(to top, #4caf50, #4ead13)
}

.daterangepicker .applyBtn._green:active:disabled, .daterangepicker .applyBtn._green:disabled {
    color: #7b7b7b;
    border-color: #d8d8d8;
    background: #ebebeb;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.daterangepicker .applyBtn._silver {
    font-weight: 600;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-color: #ebebeb;
    border-color: #d9d9d9;
    color: #272424
}

.daterangepicker .applyBtn._silver, .daterangepicker .applyBtn._silver:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff, #ebebeb)
}

.daterangepicker .applyBtn._silver:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to top, #fff, #ebebeb)
}

.daterangepicker .applyBtn._silver:active:disabled, .daterangepicker .applyBtn._silver:disabled {
    color: #7b7b7b;
    border-color: #d8d8d8;
    background: #ebebeb;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.daterangepicker .applyBtn._red {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    background-color: #e61717;
    border: solid 1px #994242;
    color: #fff
}

.daterangepicker .applyBtn._red:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c23a3a), to(#e61717));
    background-image: linear-gradient(to bottom, #c23a3a, #e61717)
}

.daterangepicker .applyBtn._red, .daterangepicker .applyBtn._red:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c23a3a), to(#e61717));
    background-image: linear-gradient(to top, #c23a3a, #e61717)
}

.daterangepicker .applyBtn._small {
    height: 27px;
    line-height: 25px;
    font-size: 10px;
    text-transform: uppercase
}

.daterangepicker .applyBtn._disabled {
    color: #7b7b7b;
    border-color: #d8d8d8;
    background: #ebebeb;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.daterangepicker .applyBtn__icon {
    position: relative;
    top: 2px;
    margin-right: 12px
}

.daterangepicker .applyBtn:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#65e019));
    background-image: linear-gradient(to top, #4caf50, #65e019)
}

.daterangepicker .applyBtn:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#4ead13));
    background-image: linear-gradient(to top, #4caf50, #4ead13)
}

.daterangepicker .applyBtn:active:disabled, .daterangepicker .applyBtn:disabled {
    color: #7b7b7b;
    border-color: #d8d8d8;
    background: #ebebeb;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.daterangepicker .cancelBtn {
    display: none
}

.entity-add {
    position: relative;
    width: 415px;
    margin: 120px auto 140px
}

.entity-add:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 73px;
    height: 64px
}

.entity-add._project:before {
    top: -16px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2273px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2073%2064%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20%20transform%3D%22translate(-482.000000%2C%20-198.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-35%22%20transform%3D%22translate(482.000000%2C%20198.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36.5%2C64%20C56.658%2C64%2073%2C62.762%2073%2C61.234%20C73%2C59.707%2056.658%2C58.469%2036.5%2C58.469%20C16.342%2C58.469%200%2C59.707%200%2C61.234%20C0%2C62.762%2016.342%2C64%2036.5%2C64%22%20id%3D%22Fill-1%22%20fill%3D%22%23DFE3E9%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M26.8042%2C11%20C26.8042%2C6.589%2031.1542%2C3%2036.5002%2C3%20C41.8462%2C3%2046.1952%2C6.589%2046.1952%2C11%20C46.1952%2C11.018%2046.1922%2C11.036%2046.1922%2C11.054%20L49.1922%2C11.054%20C49.1922%2C11.036%2049.1952%2C11.018%2049.1952%2C11%20C49.1952%2C4.925%2043.5122%2C0%2036.5002%2C0%20C29.4882%2C0%2023.8042%2C4.925%2023.8042%2C11%20C23.8042%2C11.018%2023.8072%2C11.036%2023.8072%2C11.054%20L26.8072%2C11.054%20C26.8072%2C11.036%2026.8042%2C11.018%2026.8042%2C11%22%20id%3D%22Fill-3%22%20fill%3D%22%234B3435%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M66.0254%2C12.6357%20L49.0404%2C12.6357%20L45.9904%2C12.6357%20L27.0094%2C12.6357%20L23.9604%2C12.6357%20L6.9304%2C12.6357%20C5.5794%2C13.8127%204.7224%2C15.5397%204.7224%2C17.4717%20L4.7224%2C55.1777%20C4.7224%2C57.1187%205.5874%2C58.8547%206.9494%2C60.0317%20L66.0054%2C60.0317%20C67.3684%2C58.8547%2068.2334%2C57.1187%2068.2334%2C55.1777%20L68.2334%2C17.4717%20C68.2334%2C15.5397%2067.3764%2C13.8127%2066.0254%2C12.6357%22%20id%3D%22Fill-5%22%20fill%3D%22%239C8A7A%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M46.1924%2C11.0542%20L26.8074%2C11.0542%20C26.8124%2C11.5962%2026.8804%2C12.1242%2027.0094%2C12.6362%20L45.9904%2C12.6362%20C46.1194%2C12.1242%2046.1874%2C11.5962%2046.1924%2C11.0542%22%20id%3D%22Fill-7%22%20fill%3D%22%23B8A295%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.8076%2C11.0542%20L11.1406%2C11.0542%20C9.5276%2C11.0542%208.0576%2C11.6532%206.9306%2C12.6362%20L23.9596%2C12.6362%20C23.8706%2C12.1182%2023.8106%2C11.5932%2023.8076%2C11.0542%22%20id%3D%22Fill-9%22%20fill%3D%22%23B8A295%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M66.0254%2C12.6357%20C64.8984%2C11.6537%2063.4284%2C11.0537%2061.8154%2C11.0537%20L49.1924%2C11.0537%20C49.1894%2C11.5927%2049.1294%2C12.1177%2049.0404%2C12.6357%20L66.0254%2C12.6357%20Z%22%20id%3D%22Fill-11%22%20fill%3D%22%23B8A295%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M45.9902%2C12.6357%20L49.0402%2C12.6357%20C49.1292%2C12.1177%2049.1892%2C11.5927%2049.1922%2C11.0537%20L46.1922%2C11.0537%20C46.1872%2C11.5957%2046.1192%2C12.1247%2045.9902%2C12.6357%22%20id%3D%22Fill-13%22%20fill%3D%22%23B8A295%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M27.0098%2C12.6357%20C26.8808%2C12.1247%2026.8118%2C11.5957%2026.8078%2C11.0537%20L23.8078%2C11.0537%20C23.8108%2C11.5927%2023.8708%2C12.1177%2023.9598%2C12.6357%20L27.0098%2C12.6357%20Z%22%20id%3D%22Fill-15%22%20fill%3D%22%23B8A295%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.1401%2C61.5947%20L61.8151%2C61.5947%20C63.4191%2C61.5947%2064.8811%2C61.0027%2066.0061%2C60.0317%20L6.9501%2C60.0317%20C8.0751%2C61.0027%209.5371%2C61.5947%2011.1401%2C61.5947%22%20id%3D%22Fill-17%22%20fill%3D%22%2370564C%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-19%22%20fill%3D%22%2368574D%22%20points%3D%2268.2324%2029.7954%2040.3724%2035.7384%2040.9884%2038.6304%2068.2324%2032.8424%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-21%22%20fill%3D%22%234B3435%22%20points%3D%2241.0303%2038.8267%2040.9883%2038.6307%2039.7243%2038.8997%2040.3813%2041.9877%2068.2323%2036.0707%2068.2323%2033.0237%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-23%22%20fill%3D%22%234B3435%22%20points%3D%2268.2324%2033.0234%2068.2324%2032.8424%2040.9884%2038.6304%2041.0304%2038.8264%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-25%22%20fill%3D%22%2368574D%22%20points%3D%2232.249%2038.7627%2032.894%2035.7387%204.722%2029.7287%204.722%2032.9137%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-27%22%20fill%3D%22%234B3435%22%20points%3D%2232.2354%2038.8267%204.7214%2032.9567%204.7214%2036.1417%2032.2364%2041.9877%2032.8924%2038.8997%2032.2494%2038.7627%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-29%22%20fill%3D%22%234B3435%22%20points%3D%224.7217%2032.957%2032.2357%2038.827%2032.2487%2038.763%204.7217%2032.914%22%3E%3C%2Fpolygon%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M34.1069%2C31.605%20L38.8929%2C31.605%20C40.2009%2C31.605%2041.2609%2C32.665%2041.2609%2C33.973%20L41.2609%2C42.978%20C41.2609%2C43.833%2040.7999%2C44.622%2040.0549%2C45.041%20C38.8699%2C45.708%2037.6849%2C46.041%2036.4999%2C46.041%20C35.3149%2C46.041%2034.1299%2C45.708%2032.9449%2C45.041%20C32.1999%2C44.622%2031.7389%2C43.833%2031.7389%2C42.978%20L31.7389%2C33.973%20C31.7389%2C32.665%2032.7989%2C31.605%2034.1069%2C31.605%22%20id%3D%22Fill-31%22%20fill%3D%22%23FDE2A7%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M38.8931%2C31.605%20L34.1071%2C31.605%20C32.7991%2C31.605%2031.7391%2C32.665%2031.7391%2C33.973%20L31.7391%2C42.978%20C31.7391%2C43.833%2032.2001%2C44.622%2032.9451%2C45.041%20C34.1301%2C45.708%2035.3151%2C46.041%2036.5001%2C46.041%20C37.6851%2C46.041%2038.8701%2C45.708%2040.0551%2C45.041%20C40.8001%2C44.622%2041.2611%2C43.833%2041.2611%2C42.978%20L41.2611%2C33.973%20C41.2611%2C32.665%2040.2011%2C31.605%2038.8931%2C31.605%20M38.2611%2C34.605%20L38.2611%2C42.596%20C37.6471%2C42.896%2037.0681%2C43.041%2036.5001%2C43.041%20C35.9321%2C43.041%2035.3521%2C42.896%2034.7391%2C42.596%20L34.7391%2C34.605%20L38.2611%2C34.605%22%20id%3D%22Fill-33%22%20fill%3D%22%2368574D%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat
}

.entity-add._project .entity-add__btn {
    width: 110px
}

.entity-add._payouts:before {
    top: -13px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2272%22%20height%3D%2264%22%20viewBox%3D%220%200%2072%2064%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2272%22%20height%3D%2264%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.8866%2033.8292C29.8403%2033.8292%2034.6667%2029.0107%2034.6667%2023.0668C34.6667%2017.1229%2029.8403%2012.3044%2023.8866%2012.3044C17.9329%2012.3044%2013.1064%2017.1229%2013.1064%2023.0668C13.1064%2029.0107%2017.9329%2033.8292%2023.8866%2033.8292Z%22%20fill%3D%22%23FFED72%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M47.163%2021.5247C53.1167%2021.5247%2057.9431%2016.7063%2057.9431%2010.7624C57.9431%204.81848%2053.1167%200%2047.163%200C41.2092%200%2036.3828%204.81848%2036.3828%2010.7624C36.3828%2016.7063%2041.2092%2021.5247%2047.163%2021.5247Z%22%20fill%3D%22%23FFED72%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2212.1277%22%20height%3D%2212.1077%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(18.4961%2016.3403)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4833%2024.554V28.448H20.7119V16.9709H25.2993C26.1783%2016.9709%2026.956%2017.1325%2027.6324%2017.4557C28.3088%2017.7789%2028.8325%2018.2387%2029.2036%2018.8352C29.5747%2019.4316%2029.7603%2020.1082%2029.7603%2020.8649C29.7603%2021.9843%2029.3589%2022.8789%2028.5562%2023.549C27.7535%2024.219%2026.6521%2024.554%2025.2519%2024.554H23.4833ZM23.4834%2022.4179H25.2994C25.8363%2022.4179%2026.2455%2022.2839%2026.5272%2022.0159C26.8088%2021.7478%2026.9496%2021.3695%2026.9496%2020.8808C26.9496%2020.3447%2026.8048%2019.9165%2026.5153%2019.5959C26.2258%2019.2753%2025.831%2019.1124%2025.331%2019.1072H23.4834V22.4179Z%22%20fill%3D%22%23EEB327%22%2F%3E%0D%0A%20%20%20%20%3Crect%20x%3D%2218.6309%22%20y%3D%2222.394%22%20width%3D%222.15603%22%20height%3D%222.15247%22%20fill%3D%22%23EEB327%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2212.1277%22%20height%3D%2212.1077%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(41.7734%204.03589)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M46.7606%2012.2496V16.1436H43.9893V4.6665H48.5766C49.4557%204.6665%2050.2334%204.8281%2050.9098%205.15128C51.5862%205.47447%2052.1099%205.93428%2052.481%206.53074C52.8521%207.12719%2053.0376%207.80377%2053.0376%208.56051C53.0376%209.67984%2052.6363%2010.5745%2051.8335%2011.2445C51.0308%2011.9146%2049.9294%2012.2496%2048.5292%2012.2496H46.7606ZM46.7607%2010.1134H48.5767C49.1136%2010.1134%2049.5229%209.97942%2049.8045%209.71141C50.0861%209.4434%2050.2269%209.06504%2050.2269%208.57632C50.2269%208.0403%2050.0822%207.61202%2049.7927%207.29146C49.5031%206.97089%2049.1084%206.80799%2048.6083%206.80273H46.7607V10.1134Z%22%20fill%3D%22%23EEB327%22%2F%3E%0D%0A%20%20%20%20%3Crect%20x%3D%2241.9082%22%20y%3D%2210.0896%22%20width%3D%222.15603%22%20height%3D%222.15247%22%20fill%3D%22%23EEB327%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2221.5603%22%20height%3D%2221.5247%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(36.3828%2025.7576)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M47.163%2047.2823C53.1167%2047.2823%2057.9431%2042.4638%2057.9431%2036.5199C57.9431%2030.576%2053.1167%2025.7576%2047.163%2025.7576C41.2092%2025.7576%2036.3828%2030.576%2036.3828%2036.5199C36.3828%2042.4638%2041.2092%2047.2823%2047.163%2047.2823Z%22%20fill%3D%22%23FFED72%22%2F%3E%0D%0A%20%20%20%20%3Crect%20width%3D%2212.1277%22%20height%3D%2212.1077%22%20fill%3D%22black%22%20fill-opacity%3D%220%22%20transform%3D%22translate(41.7725%2029.7935)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M46.7596%2038.0071V41.9011H43.9883V30.4241H48.5756C49.4547%2030.4241%2050.2324%2030.5857%2050.9088%2030.9089C51.5852%2031.232%2052.1089%2031.6919%2052.48%2032.2883C52.8511%2032.8848%2053.0367%2033.5613%2053.0367%2034.3181C53.0367%2035.4374%2052.6353%2036.3321%2051.8326%2037.0021C51.0298%2037.6721%2049.9284%2038.0071%2048.5283%2038.0071H46.7596ZM46.7598%2035.871H48.5758C49.1127%2035.871%2049.5219%2035.737%2049.8035%2035.469C50.0851%2035.201%2050.2259%2034.8226%2050.2259%2034.3339C50.2259%2033.7979%2050.0812%2033.3696%2049.7917%2033.049C49.5022%2032.7285%2049.1074%2032.5656%2048.6073%2032.5603H46.7598V35.871Z%22%20fill%3D%22%23EEB327%22%2F%3E%0D%0A%20%20%20%20%3Crect%20x%3D%2241.9072%22%20y%3D%2235.8472%22%20width%3D%222.15603%22%20height%3D%222.15247%22%20fill%3D%22%23EEB327%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.12793%2041.8645C3.15358%2041.072%203.85565%2040.4669%204.64642%2040.5255C6.35835%2040.6524%209.32253%2040.7684%2012.2217%2040.387C16.6681%2039.802%2017.8915%2038.5377%2020.1542%2038.1534C22.4169%2037.7692%2022.4169%2037.7692%2025.3727%2038.1534C28.3285%2038.5377%2031.6624%2040.387%2031.6624%2040.387C31.6624%2040.387%2044.8942%2039.8358%2048.6045%2040.387C52.3148%2040.9381%2052.5865%2042.7388%2052.6826%2043.5093C52.7403%2043.9712%2052.7852%2048.6124%2045.1544%2048.6124C36.3975%2048.6124%2028.9046%2048.5706%2028.4547%2049.5047C28.0048%2050.4387%2036.1706%2051.629%2043.3469%2052.3651C50.5232%2053.1011%2061.6998%2042.8679%2063.9688%2041.8467C66.2378%2040.8256%2068.0612%2040.1001%2069.9623%2040.387C71.8635%2040.6739%2071.8635%2042.1076%2071.5839%2042.996C71.3043%2043.8843%2066.7773%2049.6501%2058.9259%2054.7338C51.0744%2059.8176%2045.729%2063.1094%2041.6859%2063.7921C37.6429%2064.4748%2017.4846%2056.5983%2017.4846%2056.5983H4.04061C3.28057%2056.5983%202.67143%2055.9691%202.69602%2055.2095L3.12793%2041.8645Z%22%20fill%3D%22%23FFCE9C%22%2F%3E%0D%0A%20%20%20%20%3Crect%20x%3D%220.672648%22%20y%3D%2239.8831%22%20width%3D%229.43485%22%20height%3D%2217.4888%22%20rx%3D%220.672648%22%20fill%3D%22%2321424A%22%20stroke%3D%22%2321424A%22%20stroke-width%3D%221.3453%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat
}

.entity-add._payouts .entity-add__btn {
    width: 162px
}

.entity-add._profile {
    width: 465px
}

.entity-add._profile:before {
    top: 4px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20%20transform%3D%22translate(-588.000000%2C%20-207.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6-Copy%22%20transform%3D%22translate(588.000000%2C%20203.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-4-Copy%22%20transform%3D%22translate(0.000000%2C%204.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M47.248227%2C44.9707159%20L47.248227%2C41.9390712%20C51.5349655%2C39.5015578%2054.1065998%2C38.1665884%2054.9631298%2C37.9341628%20C55.8196599%2C37.7017372%2056.8602514%2C38.0565033%2058.0849043%2C38.9984611%20C55.4768018%2C40.1636803%2053.5431529%2C41.0874719%2052.2839576%2C41.7698358%20C51.0247623%2C42.4521998%2049.3461854%2C43.5191598%2047.248227%2C44.9707159%20Z%22%20id%3D%22Path-51-Copy%22%20fill%3D%22%23D9AE84%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-13%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-3%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2264%22%20height%3D%2264%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6%22%20transform%3D%22translate(22.000000%2C%2022.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-4%22%20fill%3D%22%23F2CB91%22%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%225%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C15%20C3.33591153%2C12.5%206.67020248%2C11.25%2010.0028729%2C11.25%20C13.3355432%2C11.25%2016.6679189%2C12.5%2020%2C15%20L20%2C20%20L0%2C20%20L0%2C15%20Z%22%20id%3D%22Rectangle-8%22%20fill%3D%22%230288D1%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-10%22%20transform%3D%22translate(0.000000%2C%2044.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-4-Copy%22%20fill%3D%22%23FEB64C%22%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%225%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C15%20C3.33591153%2C12.5%206.67020248%2C11.25%2010.0028729%2C11.25%20C13.3355432%2C11.25%2016.6679189%2C12.5%2020%2C15%20L20%2C20%20L0%2C20%20L0%2C15%20Z%22%20id%3D%22Rectangle-8-Copy%22%20fill%3D%22%237B7B7B%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-9%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-4-Copy-2%22%20fill%3D%22%23FEB64D%22%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%225%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C15%20C3.33591153%2C12.5%206.67020248%2C11.25%2010.0028729%2C11.25%20C13.3355432%2C11.25%2016.6679189%2C12.5%2020%2C15%20L20%2C20%20L0%2C20%20L0%2C15%20Z%22%20id%3D%22Rectangle-8-Copy-2%22%20fill%3D%22%23E53935%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12%22%20transform%3D%22translate(44.000000%2C%2044.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-4-Copy-4%22%20fill%3D%22%23C16D14%22%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%225%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C15%20C3.33591153%2C12.5%206.67020248%2C11.25%2010.0028729%2C11.25%20C13.3355432%2C11.25%2016.6679189%2C12.5%2020%2C15%20L20%2C20%20L0%2C20%20L0%2C15%20Z%22%20id%3D%22Rectangle-8-Copy-4%22%20fill%3D%22%233C02D1%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-11%22%20transform%3D%22translate(44.000000%2C%200.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-4-Copy-3%22%20fill%3D%22%23E4842E%22%20cx%3D%2210%22%20cy%3D%225%22%20r%3D%225%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C15%20C3.33591153%2C12.5%206.67020248%2C11.25%2010.0028729%2C11.25%20C13.3355432%2C11.25%2016.6679189%2C12.5%2020%2C15%20L20%2C20%20L0%2C20%20L0%2C15%20Z%22%20id%3D%22Rectangle-8-Copy-3%22%20fill%3D%22%2343A047%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat
}

.entity-add._profile .entity-add__btn {
    width: 226px
}

.entity-add__caption {
    line-height: 24px;
    padding-left: 98px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
    color: #7b7b7b
}

.entity-add__btn {
    margin-top: 16px;
    margin-left: 98px
}

.entity-add__btn .btn__icon {
    margin-right: 15px
}

.entity-add__link {
    color: #272424
}

.entity-add__btn + .entity-add__link {
    margin-left: 24px
}

.cell, .cell__left, .cell__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cell {
    margin: 8px -8px 0
}

.cell__left, .cell__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cell__left {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.cell__item, .cell__left, .cell__right {
    -webkit-box-flex: 0
}

.cell__right {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.cell__item {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0;
    flex: 0
}

.cell__item_one {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%
}

.cell__item_one _:-ms-input-placeholder, :root .cell__item_one {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%
}

@supports (-ms-ime-align:auto) {
    .cell__item_one {
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%
    }
}

.cell__item_two {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.cell__item_three {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.cell__wrapper, .cell__wrapper_hoverable:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.cell__wrapper {
    width: 100%;
    padding: 14px 14px 12px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 3px
}

.cell__wrapper_hoverable:hover {
    border-color: #0288d1;
    cursor: default
}

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

.cell__header_pb-line {
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.cell__header-button {
    margin-left: auto
}

.cell__header-button button {
    margin-left: 10px;
    background-color: transparent;
    vertical-align: middle
}

.cell__header-button button.active svg {
    fill: #4caf50
}

.cell__header-button button svg {
    height: 16px;
    width: 16px;
    fill: #272424;
    vertical-align: middle;
    -webkit-transition: fill .25s ease;
    transition: fill .25s ease
}

.cell__text {
    color: #272424;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase
}

.cell__text_triangle {
    position: relative;
    padding-right: 4px;
    cursor: pointer
}

.cell__text_triangle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #272424
}

.cell__text_triangle._opened:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.cell__count {
    margin-top: 6px;
    color: #7b7b7b;
    font-size: 14px
}

.cell__control, .cell__icon {
    margin-left: auto
}

.cell .js-scroll {
    position: relative;
    max-height: 250px;
    padding-right: 9px;
    margin-right: -9px
}

.cell__body#newsBody {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in
}

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

.cell__control button {
    background: 0 0
}

.cell__control_chart-switcher {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    cursor: pointer
}

.cell__control_chart-switcher:last-of-type {
    margin-right: 24px
}

.cell__control_chart-switcher._active {
    cursor: default
}

.cell__control_chart-switcher._active svg {
    fill: #4caf50;
    stroke: #4caf50
}

.cell__control_chart-switcher svg {
    fill: #272424;
    stroke: #272424
}

.cell a, .chartjs-tooltip td {
    color: #0288d1;
    font-size: 12px;
    font-weight: 500
}

.chartjs-tooltip td {
    padding-top: 6px;
    width: 92px;
    color: #fff;
    vertical-align: top
}

.chart {
    position: relative
}

.chart_active {
    display: block !important
}

.chart_bar, .chart_line, .chart_pie {
    display: none;
    height: 350px
}

.chart_pie {
    height: 218px;
    width: 218px;
    margin: 0 auto
}

.activePie .chart_pie, .control__item:hover .context-menu {
    display: block
}

.chartjs-tooltip {
    padding: 16px;
    opacity: 1;
    position: absolute;
    background: #272424;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: Roboto, Arial, sans-serif
}

.chartjs-tooltip table {
    width: 174px
}

.chartjs-tooltip th {
    height: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-weight: 700;
    font-size: 10px;
    text-align: left;
    vertical-align: top
}

.chartjs-tooltip .paid {
    color: #4bc0c0
}

.chartjs-tooltip .unpaid {
    color: #ff6383
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px
}

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

.control__item {
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer
}

.control__item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 4px;
    width: 100%
}

.control__item:hover:after {
    background: #272424
}

.control__item:hover._active:after {
    background: #4caf50
}

.control__item:first-of-type {
    margin-left: 0
}

.control__item:last-of-type {
    margin-right: 0
}

.control__item._notice {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h16v16H0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2216%22%20height%3D%223%22%20y%3D%229%22%20fill%3D%22%23272424%22%20rx%3D%221.5%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20d%3D%22M13.5%2010c0-4.418-2.462-8-5.5-8s-5.5%203.582-5.5%208h11z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23272424%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20d%3D%22M8%2016c1.38%200%202.5-1.343%202.5-3h-5c0%201.657%201.12%203%202.5%203z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}

.control__item._support {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2016A8%208%200%201%201%208%200a8%208%200%200%201%200%2016zm-.839-7H8.68c.007-.25.045-.456.112-.618.067-.163.187-.321.36-.476l.611-.527c.259-.233.446-.461.563-.684a1.58%201.58%200%200%200%20.175-.744c0-.624-.217-1.105-.65-1.444C9.416%204.17%208.805%204%208.016%204c-.793%200-1.408.183-1.847.55-.439.365-.662.877-.669%201.534h1.794c.007-.247.076-.442.207-.586a.662.662%200%200%201%20.515-.217c.46%200%20.69.248.69.744a.87.87%200%200%201-.204.559c-.137.169-.336.355-.598.559a1.789%201.789%200%200%200-.567.722C7.22%208.142%207.16%208.52%207.16%209zM7%2011.5c0%20.292.095.532.286.719.19.187.429.281.714.281a.978.978%200%200%200%20.714-.281A.964.964%200%200%200%209%2011.5a.964.964%200%200%200-.286-.719A.978.978%200%200%200%208%2010.5a.978.978%200%200%200-.714.281A.964.964%200%200%200%207%2011.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}

.control__item._nav {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%228%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23272424%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20d%3D%22M0%2012c2.669-2%205.336-3%208.002-3%202.666%200%205.332%201%207.998%203v4H0v-4z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A)
}

.control__item._active._notice {
    background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22notification-selected%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20fill%3D%22%23FFFFFF%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-4-Copy%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20fill%3D%22%234CAF50%22%20x%3D%220%22%20y%3D%229%22%20width%3D%2216%22%20height%3D%223%22%20rx%3D%221.5%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M13.5%2C10%20C13.5%2C5.581722%2011.0375661%2C2%208%2C2%20C4.96243388%2C2%202.5%2C5.581722%202.5%2C10%20C6.00014451%2C10%207.3638924%2C10%2013.5%2C10%20Z%22%20id%3D%22Oval%22%20fill%3D%22%234CAF50%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-9%22%20fill%3D%22%234CAF50%22%20cx%3D%228%22%20cy%3D%222%22%20r%3D%222%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C9.38071187%2C16%2010.5%2C14.6568542%2010.5%2C13%20C9.38071187%2C13%206.26057434%2C13%205.5%2C13%20C5.5%2C14.6568542%206.61928813%2C16%208%2C16%20Z%22%20id%3D%22Oval-2%22%20fill%3D%22%234CAF50%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E)
}

.control__item._active._support {
    background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22cvc-selected%22%20fill%3D%22%234CAF50%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-53%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M7.16135881%2C9%20L8.67940552%2C9%20C8.6864827%2C8.75040926%208.72363731%2C8.54433579%208.79087049%2C8.3817734%20C8.85810366%2C8.21921101%208.97841385%2C8.06075611%209.15180467%2C7.90640394%20L9.76220807%2C7.37931034%20C10.020525%2C7.14614005%2010.2080674%2C6.91789931%2010.3248408%2C6.69458128%20C10.4416142%2C6.47126325%2010.5%2C6.22331828%2010.5%2C5.95073892%20C10.5%2C5.32676207%2010.2832647%2C4.8456503%209.84978769%2C4.50738916%20C9.41631064%2C4.16912803%208.80502872%2C4%208.01592357%2C4%20C7.22327983%2C4%206.60757473%2C4.1830852%206.16878981%2C4.54926108%20C5.73000488%2C4.91543697%205.50707718%2C5.42692611%205.5%2C6.08374384%20L7.2940552%2C6.08374384%20C7.30113238%2C5.83743719%207.37013381%2C5.64203685%207.50106157%2C5.49753695%20C7.63198933%2C5.35303704%207.80360828%2C5.28078818%208.01592357%2C5.28078818%20C8.47594002%2C5.28078818%208.7059448%2C5.52873315%208.7059448%2C6.02463054%20C8.7059448%2C6.22824404%208.637828%2C6.41461328%208.50159236%2C6.58374384%20C8.36535671%2C6.75287441%208.16631412%2C6.93924365%207.9044586%2C7.14285714%20C7.64260308%2C7.34647064%207.45329145%2C7.58702653%207.33651805%2C7.86453202%20C7.21974464%2C8.14203751%207.16135881%2C8.52052305%207.16135881%2C9%20Z%20M7%2C11.5%20C7%2C11.7919147%207.09536447%2C12.0315572%207.28609626%2C12.2189349%20C7.47682805%2C12.4063126%207.71479358%2C12.5%208%2C12.5%20C8.28520642%2C12.5%208.52317195%2C12.4063126%208.71390374%2C12.2189349%20C8.90463553%2C12.0315572%209%2C11.7919147%209%2C11.5%20C9%2C11.2080853%208.90463553%2C10.9684428%208.71390374%2C10.7810651%20C8.52317195%2C10.5936874%208.28520642%2C10.5%208%2C10.5%20C7.71479358%2C10.5%207.47682805%2C10.5936874%207.28609626%2C10.7810651%20C7.09536447%2C10.9684428%207%2C11.2080853%207%2C11.5%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E)
}

.control__item._active._nav {
    background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22approved-wallet-selected%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-4%22%20fill%3D%22%234CAF50%22%20cx%3D%228%22%20cy%3D%224%22%20r%3D%224%22%3E%3C%2Fcircle%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C12%20C2.66872923%2C10%205.33616199%2C9%208.00229828%2C9%20C10.6684346%2C9%2013.3343351%2C10%2016%2C12%20L16%2C16%20L0%2C16%20L0%2C12%20Z%22%20id%3D%22Rectangle-8%22%20fill%3D%22%234CAF50%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E)
}

.control__counter {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 3px 6px;
    background-color: #e53935;
    border-radius: 9px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2
}

.control .context-menu {
    right: 0;
    margin-top: 40px
}

.control .context-menu:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 24px;
    opacity: 0;
    z-index: 1
}

.control .context-menu._notice {
    width: 250px
}

.create-ticket {
    width: 450px;
    margin: 55px auto 0;
    font-size: 14px;
    line-height: 16px
}

.create-ticket__subtitle {
    line-height: 19px;
    margin-bottom: 3px;
    font-weight: 600
}

.create-ticket__manager {
    line-height: 21px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500
}

.create-ticket__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.create-ticket__contacts-label {
    width: 100%;
    margin-bottom: 7px
}

.create-ticket__contact {
    position: relative;
    width: 170px;
    height: 16px;
    line-height: 18px;
    padding-left: 29px;
    margin-bottom: 8px;
    color: #7b7b7b
}

.create-ticket__attach input {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    z-index: 9;
    padding: 0 0 0 130px;
}

.create-ticket__attach:before {
    position: absolute;
    top: 0;
    height: 16px;
    content: '';
    display: block;
    left: -28px;
    width: 16px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2215px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2015%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-7478.000000%2C%20-1620.000000)%22%20fill%3D%22%23272424%22%20fill-rule%3D%22nonzero%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-78%22%20transform%3D%22translate(7197.000000%2C%201121.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-68-Copy-5%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-23%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M296%2C502.212355%20C296%2C501.409266%20295.6875%2C500.606178%20295.0625%2C499.926641%20C294.4375%2C499.30888%20293.5625%2C499%20292.75%2C499%20C291.9375%2C499%20291.1875%2C499.30888%20290.5625%2C499.864865%20L290.4375%2C499.988417%20L282.1875%2C508.019305%20C281.375%2C508.760618%20281%2C509.810811%20281%2C510.799228%20C281%2C511.849421%20281.4375%2C512.96139%20282.25%2C513.764479%20C283.125%2C514.567568%20284.1875%2C515%20285.3125%2C515%20C286.375%2C515%20287.375%2C514.629344%20288.1875%2C513.888031%20L295.0625%2C507.15444%20L295.5625%2C506.660232%20L294.5%2C505.671815%20L287.0625%2C512.899614%20C286.5625%2C513.393822%20285.9375%2C513.640927%20285.25%2C513.640927%20C284.5%2C513.640927%20283.8125%2C513.393822%20283.1875%2C512.837838%20C282.5625%2C512.281853%20282.3125%2C511.540541%20282.3125%2C510.861004%20C282.3125%2C510.181467%20282.5625%2C509.563707%20283.0625%2C509.069498%20L291.3125%2C501.03861%20L291.4375%2C500.915058%20C291.75%2C500.606178%20292.1875%2C500.482625%20292.5625%2C500.482625%20C293%2C500.482625%20293.5%2C500.667954%20293.875%2C501.03861%20C294.25%2C501.409266%20294.4375%2C501.841699%20294.4375%2C502.274131%20C294.4375%2C502.706564%20294.3125%2C503.07722%20294%2C503.3861%20L288.1875%2C509.069498%20L287.6875%2C509.563707%20C287.5625%2C509.687259%20287.4375%2C509.749035%20287.25%2C509.749035%20C287.0625%2C509.749035%20286.875%2C509.687259%20286.75%2C509.563707%20C286.625%2C509.440154%20286.5%2C509.254826%20286.5%2C509.069498%20C286.5%2C508.88417%20286.5625%2C508.760618%20286.6875%2C508.637066%20L292.0625%2C503.3861%20L291%2C502.397683%20L285.625%2C507.648649%20C285.1875%2C508.019305%20285%2C508.57529%20285%2C509.069498%20C285%2C509.625483%20285.25%2C510.181467%20285.625%2C510.6139%20C286%2C511.046332%20286.625%2C511.23166%20287.1875%2C511.23166%20C287.6875%2C511.23166%20288.25%2C511.046332%20288.625%2C510.6139%20L289.125%2C510.119691%20L294.9375%2C504.436293%20C295.6875%2C503.818533%20296%2C503.015444%20296%2C502.212355%20L296%2C502.212355%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") left center no-repeat
}

.create-ticket__contact-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 16px
}

.create-ticket__contact-icon img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.create-ticket__form .field {
    width: 100%
}

.create-ticket__form .field__textarea {
    height: 120px
}

.create-ticket__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.create-ticket__attach {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 60px;
    border-bottom: 1px dashed #272424
}

.create-ticket__attach input::-webkit-file-upload-button {
    display: none
}

.create-ticket__popup {
    width: 482px
}

.create-ticket__popup .popup__header {
    border-bottom: 0
}

.create-ticket__popup .create-ticket__row:last-child {
    margin-bottom: 0
}

.data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
    color: #272424
}

.data:first-of-type {
    margin-top: 16px
}

.data:last-of-type {
    margin-bottom: -6px
}

.data__title {
    width: 84px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase
}

.data__text {
    font-size: 12px
}

.employees__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 418px;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    border: 0
}

.employees__search .field {
    width: 276px
}

.employees__search .btn {
    width: 118px;
    margin-left: 24px
}

.employees__table {
    width: 100%
}

.employees__table td:first-child, .employees__table th:first-child {
    padding-left: 12px
}

.employees__table ._type {
    width: 260px
}

.employees__table ._email {
    width: 280px
}

.employees__table ._phone {
    width: 145px
}

.employees__table ._actions {
    width: 55px
}

.employees__table ._date {
    width: 280px
}

.employees__table ._ip {
    width: 240px
}

.employees__table ._browser {
    width: 200px
}

.file-upload__label {
    line-height: 11px;
    margin-bottom: 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.file-upload__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7b7b7b
}

.file-upload__input-wrap, .file-upload__logo-wrap {
    position: relative;
    width: 48px;
    height: 50px
}

.file-upload__input-wrap {
    border: 2px dashed #d9d9d9;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23272424%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2013h16v3H0zM1%2010h1a1%201%200%200%201%201%201v2H0v-2a1%201%200%200%201%201-1zM10.497%206c.554%200%20.751.36.425.826l-2.344%203.348c-.32.456-.83.466-1.156%200L5.078%206.826C4.758%206.37%204.938%206%205.503%206h4.994zM7.5%200h1a1%201%200%200%201%201%201v5h-3V1a1%201%200%200%201%201-1zM14%2010h1a1%201%200%200%201%201%201v2h-3v-2a1%201%200%200%201%201-1z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A) center no-repeat
}

.file-upload__logo-wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.file-upload__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.file-upload__info {
    margin-left: 12px
}

.file-upload__caption {
    margin-bottom: 7px
}

.file-upload__remove {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 4px 0 0 9px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.96%201.707L8%205.667l-3.959-3.96a1%201%200%200%200-1.414%200l-.92.92a1%201%200%200%200%200%201.414L5.667%208l-3.96%203.96a1%201%200%200%200%200%201.415l.92.918a1%201%200%200%200%201.414%200L8%2010.333l3.96%203.96a1%201%200%200%200%201.414%200l.92-.918a1%201%200%200%200%200-1.414L10.333%208l3.96-3.959a1%201%200%200%200%20.001-1.414l-.92-.92a1%201%200%200%200-1.414%200z%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
    background-size: 10px
}

.file-upload__note {
    line-height: 11px;
    font-size: 10px
}

.file-upload__note + .file-upload__note {
    margin-top: 4px
}

.file-upload__btn {
    margin-top: 12px
}

.file-upload__list {
    margin-top: 1px
}

.file-upload__row {
    display: block;
    line-height: 16px
}

.file-upload__row + .file-upload__row {
    margin-top: 8px
}

.identity {
    width: 625px
}

.identity.profile-api .alert {
    margin-bottom: 25px
}

.identity .profile-api__row:last-child {
    margin-bottom: 0
}

.identity .field {
    width: 304px
}

.identity .file-upload__container {
    min-height: 80px
}

.identity__id-info {
    margin-bottom: 34px
}

.identity__id-info .profile-api__column {
    width: 304px
}

.identity__id-info .profile-api__column + .profile-api__column {
    margin-left: 16px
}

.identity__webmoney .profile-api__column {
    width: 100%
}

.lang {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lang__item {
    padding: 0 8px
}

.lang__item:first-of-type {
    position: relative
}

.lang__item:first-of-type:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #7b7b7b
}

.lang__item.active {
    font-weight: 700
}

.list-view {
    width: 218px;
    display: none
}

.activeList .list-view {
    display: block
}

.list-view__description, .list-view__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-view__item {
    padding: 12px 4px 12px 0;
    border-bottom: 1px solid #ebebeb
}

.list-view__description {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-view__description_brand, .list-view__sum {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-view__description_brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.list-view__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-view__sum .amount {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400
}

.list-view__sum .amount__float {
    font-size: 11px
}

.list-view__title {
    margin-bottom: 6px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    color: #7b7b7b
}

.list-view__tag {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 9px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center
}

.list-view__tag_blue {
    background-color: #2979ff
}

.list-view__tag_green {
    background-color: #4caf50
}

.list-view__tag_pink {
    background-color: #e53593
}

.list-view__icon {
    margin-right: 12px
}

.list__brand {
    font-size: 12px
}

.cell__item .amount__integer {
    font-size: 14px
}

.list-view__brand, .nav__item a, .news__body p {
    color: #7b7b7b
}

.nav__menu {
    margin-bottom: 32px;
    list-style: none
}

.nav__item {
    margin-bottom: 4px;
    padding: 10px 25px 10px 44px;
    position: relative;
    border-radius: 3px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.nav__item a {
    font-size: 14px;
    letter-spacing: .2px;
    text-decoration: none
}

.nav__item.active, .nav__item:hover {
    background-color: #d8d8d8
}

.nav__item:last-of-type {
    margin-bottom: 0
}

.nav__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav__icon img {
    vertical-align: middle
}

.nav__block {
    padding-left: 15px;
    margin-bottom: 12px;
    border-top: 1px solid #d8d8d8
}

.nav__title {
    margin-top: 12px;
    color: #7b7b7b;
    font-size: 12px
}

.nav__title_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: .2px
}

.nav__title_inline _:-ms-input-placeholder, :root .nav__title_inline {
    font-size: 10px;
    letter-spacing: 0
}

@supports (-ms-ime-align:auto) {
    .nav__title_inline {
        font-size: 10px;
        letter-spacing: 0
    }
}

.nav__title.active {
    font-weight: 700
}

.nav__title_link {
    text-decoration: underline
}

.nav__title a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit
}

.nav__description {
    margin-top: 2px;
    color: #7b7b7b;
    font-size: 10px;
    letter-spacing: .2px
}

.new-payment__row {
    margin-bottom: 24px
}

.new-payment__note {
    margin-bottom: 6px;
    font-size: 12px
}

.new-payment .popup__body {
    padding-top: 23px
}

.new-payment .popup__title + .popup__sub-title {
    margin-top: 11px
}

.new-payment .amount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 4px;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 2px dashed #7f7f7f
}

.new-payment .amount__float {
    margin-top: -1px;
    font-size: 10px
}

.new {
    display: inline-block;
    vertical-align: top;
    min-width: 30px;
    height: 17px;
    line-height: 17px;
    padding: 0 6px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    background-color: #e53935;
    z-index: 2
}

.news {
    margin-top: 12px
}

.news__title {
    color: #272424;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.36
}

.news__date {
    color: #7b7b7b;
    font-size: 12px
}

.news__body {
    margin-top: 6px;
    font-size: 14px
}

.notice-list {
    margin-bottom: 16px
}

.notice-list__date {
    line-height: 21px;
    padding: 0 0 11px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb
}

.notice-list__date .new {
    position: relative;
    bottom: -1px;
    margin-left: 20px
}

.notice-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

.notice-list__time {
    width: 55px;
    margin-top: 2px;
    font-size: 12px;
    color: #7b7b7b
}

.notice-list__body {
    width: 450px
}

.notice-list__title {
    margin-bottom: 10px;
    font-weight: 700
}

.notice-list__text {
    line-height: 16px;
    color: #7b7b7b
}

.notice-mini__item {
    padding: 16px 12px 14px;
    border-bottom: 1px solid #ebebeb;
    cursor: default
}

.notice-mini__date-time {
    margin-bottom: 5px;
    font-size: 12px;
    color: #7b7b7b
}

.notice-mini__text {
    line-height: 16px;
    white-space: normal
}

.notice-mini a.notice-mini__btn {
    display: table;
    margin: 16px auto
}

.notifications .custom-field__label {
    width: 90px
}

.notification-settings {
    width: 312px
}

.notification-settings__notice {
    margin-bottom: 15px
}

.notification-settings__action, .notification-settings__wait {
    font-size: 12px;
    margin-right: auto;
    -ms-flex-item-align: center;
    align-self: center
}

.notification-settings__action {
    white-space: nowrap;
    border-bottom: 1px dashed #272424;
    cursor: pointer
}

.notification-settings .field._sms-code {
    width: 117px
}

.notification-settings .popup__body {
    padding-bottom: 16px
}

.notification-settings .popup__footer {
    padding-top: 0;
    border-top: 0
}

.operation {
    line-height: 34px;
    height: 36px;
    padding: 0 27px 0 40px;
    font-weight: 500;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff, #ebebeb);
    border: solid 1px #d9d9d9;
    cursor: pointer
}

.operation:after, .operation:before {
    content: '';
    display: block;
    position: absolute
}

.operation:before {
    top: 9px;
    left: 11px;
    width: 16px;
    height: 16px
}

.operation._opened {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to top, #fff, #ebebeb)
}

.operation._opened:after {
    border-color: transparent transparent #272424;
    top: 11px
}

.operation__container {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.operation._send:before {
    top: 10px;
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22resend%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C8%20L5.99707067%2C8%20C6.55097324%2C8%206.74828863%2C8.35958767%206.42204618%2C8.82564831%20L4.07795382%2C12.1743517%20C3.75875874%2C12.6303447%203.24828863%2C12.6404123%202.92204618%2C12.1743517%20L0.577953815%2C8.82564831%20C0.258758737%2C8.36965534%200.437881351%2C8%201.00292933%2C8%20L2%2C8%20C2%2C4.13400675%205.13400675%2C1%209%2C1%20C12.8659932%2C1%2016%2C4.13400675%2016%2C8%20C16%2C11.8659932%2012.8659932%2C15%209%2C15%20L9%2C13%20C11.7614237%2C13%2014%2C10.7614237%2014%2C8%20C14%2C5.23857625%2011.7614237%2C3%209%2C3%20C6.23857625%2C3%204%2C5.23857625%204%2C8%20Z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%23272424%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E)
}

.payout-edit {
    max-width: 550px
}

.payout-edit .payways-slide {
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.payout-edit .payways-slide__item {
    margin-right: 8px
}

.payout-edit .payways-slide__item:last-child {
    margin-right: 0
}

.payout-edit .field {
    width: 268px
}

.payout-edit .field__error {
    width: 202px
}

.payout-edit__row {
    margin-bottom: 24px
}

.payout-edit .payment-info__row + .payment-info__row {
    margin-top: 9px
}

.payouts .content-panel__search-item {
    width: 340px
}

.payouts .operation__container {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.payouts .content-panel__filter-item._status {
    width: 125px
}

.payouts__table {
    width: 100%
}

.payouts__table td._type, .payouts__table th._type {
    width: 60px;
    padding-left: 12px
}

.payouts__table td._payway, .payouts__table th._payway {
    width: 160px
}

.payouts__table td._number, .payouts__table th._number {
    width: 130px
}

.payouts__table td._regularity, .payouts__table th._regularity {
    width: 170px
}

.payouts__table td._regularity {
    font-size: 12px
}

.payouts__table td._active, .payouts__table th._active {
    width: 100px
}

.payouts__table td._action, .payouts__table th._action {
    width: 195px
}

.payouts__table td._pay-number, .payouts__table th._pay-number {
    width: 120px;
    padding-left: 12px
}

.payouts__table td._date, .payouts__table th._date {
    width: 150px
}

.payouts__table td._sum, .payouts__table th._sum {
    width: 115px
}

.payouts__table td._enrol, .payouts__table th._enrol {
    width: 140px
}

.payouts__table td._status, .payouts__table th._status {
    width: 130px
}

.payouts__table td._method, .payouts__table th._method {
    width: 120px
}

.payouts__row-btn {
    text-align: center;
    cursor: pointer
}

.payouts__create-template {
    position: relative
}

.payouts__create-template .tooltip__text {
    top: -9px;
    bottom: auto;
    width: auto;
    left: 100%;
    padding: 8px 17px;
    margin-left: 10px;
    white-space: nowrap
}

.payment-details {
    width: 450px
}

.payment-details__scroll {
    position: relative;
    padding-right: 16px;
    max-height: 365px
}

.payment-details__msg-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.payment-details__msg-body + .payment-details__msg-body {
    margin-top: 22px
}

.payment-details__msg-body:last-child {
    margin-bottom: 0
}

.payment-details__msg-body._in .payment-details__msg {
    background-color: #0288d1;
    border-bottom-right-radius: 0
}

.payment-details__msg-body._in .payment-details__link {
    color: #0288d1
}

.payment-details__msg-body._from .payment-details__msg {
    margin-right: auto;
    margin-left: 0;
    background-color: #ebebeb;
    border-bottom-left-radius: 0
}

.payment-details__msg-body._from .payment-details__link {
    color: #7b7b7b
}

.payment-details__msg-body._from .payment-details__msg-text, .project-info__value a, .project-settings__docs a, .step a {
    color: #272424
}

.payment-details__msg-body._from .payment-details__timestamp {
    right: 0
}

.payment-details__msg {
    margin-left: auto;
    color: #fff;
    width: 370px;
    padding: 16px;
    border-radius: 20px
}

.payment-details__msg-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.payment-details__link, .payment-details__status {
    height: 17px;
    line-height: 17px;
    padding: 0 9px;
    font-size: 10px;
    border-radius: 9px;
    text-align: center
}

.payment-details__status {
    margin-right: 12px;
    background-color: #4caf50;
    color: #fff
}

.payment-details__link {
    position: relative;
    background-color: #fff;
    font-weight: 500
}

.payment-details__link .tooltip__text {
    width: 90%;
    left: 5%;
    top: 100%;
    bottom: auto;
    margin-top: 10px;
    text-align: left;
    z-index: 10
}

.payment-details__msg-text {
    overflow: hidden;
    text-overflow: ellipsis
}

.payment-details__timestamp {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 22px;
    line-height: 11px;
    margin: auto;
    font-size: 10px;
    font-weight: 500;
    color: #bfbfbf
}

.payment-details .popup__body {
    padding-right: 0
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x, .ps__rail-y {
    display: none;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-x {
    opacity: 0;
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    width: 3px;
    right: 6px;
    left: auto !important;
    background: #ebebeb
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #bfbfbf;
    border-radius: 3px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 3px;
    right: 0;
    position: absolute
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

.profile, body, html {
    min-width: 1290px
}

.profile {
    min-height: 100vh;
    background-color: #f2f2f2
}

.profile__body, .profile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile__header {
    height: 60px;
    width: 100%;
    min-width: 1290px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #d8d8d8;
    box-shadow: inset 0 -1px 0 0 #d8d8d8
}

.profile__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 27px
}

.profile__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 161px;
    flex: 0 161px;
    padding-right: 24px
}

.profile__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 1300px) {
    .profile__main {
        position: relative;
        left: -8px
    }

    .profile__header {
        padding-right: 8px
    }
}

.profile-activity {
    width: 100%
}

.profile-activity ._date {
    width: 430px
}

.profile-activity ._ip {
    width: 380px
}

.profile-api {
    padding-bottom: 30px
}

.profile-api__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile-api__column {
    width: 320px;
    line-height: 16px
}

.profile-api__column + .profile-api__column {
    width: 365px;
    margin-left: 85px
}

.profile-api._security .profile-api__column {
    width: 305px
}

.profile-api._security .profile-api__column + .profile-api__column {
    width: 460px;
    margin-left: 55px
}

.profile-api__title {
    line-height: 21px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500
}

.profile-api__title .switch {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    margin-left: 23px
}

.profile-api__status {
    float: right;
    font-size: 10px;
    font-weight: 500;
    color: #4caf50;
    text-transform: uppercase
}

.profile-api__row {
    position: relative;
    margin-bottom: 24px
}

.profile-api__notice {
    margin: 14px 0;
}

.profile-api__notice._key {
    max-width: 275px;
    word-break: break-word
}

.profile-api__note {
    margin-top: 8px;
    font-size: 12px
}

.profile-api__form {
    width: 305px
}

.profile-api__form .profile-api__notice {
    margin-bottom: 25px
}

.profile-api__popup._confirm {
    width: 315px
}

.profile-api__popup._alert {
    width: 285px
}

.profile-api__popup._success {
    width: 320px
}

.profile-api__popup .popup__header {
    border-bottom: 0
}

.profile-api__popup .popup__body {
    padding-bottom: 15px
}

.profile-api__attention {
    position: relative;
    line-height: 16px;
    padding-left: 45px;
    margin-bottom: 15px
}

.profile-api__attention:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto
}

.profile-api__attention._warning:before {
    width: 32px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2032%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22warning-desktop%22%20transform%3D%22translate(-16.000000%2C%20-21.000000)%22%20fill%3D%22%23c23a3a%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.1607143%2C21%20L48%2C51%20L16%2C51%20L32.1607143%2C21%20Z%20M32.4199115%2C41%20L31.5800885%2C41%20C30.5311464%2C41%2029.660423%2C40.1896066%2029.5852333%2C39.1433628%20L29.1540355%2C33.1433628%20C29.0748584%2C32.0416348%2029.9037998%2C31.084322%2031.0055279%2C31.0051448%20C31.0532386%2C31.0017161%2031.1010569%2C31%2031.1488907%2C31%20L32.8511093%2C31%20C33.9556788%2C31%2034.8511093%2C31.8954305%2034.8511093%2C33%20C34.8511093%2C33.0478338%2034.8493932%2C33.0956521%2034.8459645%2C33.1433628%20L34.4147667%2C39.1433628%20C34.339577%2C40.1896066%2033.4688536%2C41%2032.4199115%2C41%20Z%20M29%2C46%20C29%2C45.124256%2029.2860934%2C44.4053283%2029.8582888%2C43.8431953%20C30.4304841%2C43.2810623%2031.1443807%2C43%2032%2C43%20C32.8556193%2C43%2033.5695159%2C43.2810623%2034.1417112%2C43.8431953%20C34.7139066%2C44.4053283%2035%2C45.124256%2035%2C46%20C35%2C46.875744%2034.7139066%2C47.5946717%2034.1417112%2C48.1568047%20C33.5695159%2C48.7189377%2032.8556193%2C49%2032%2C49%20C31.1443807%2C49%2030.4304841%2C48.7189377%2029.8582888%2C48.1568047%20C29.2860934%2C47.5946717%2029%2C46.875744%2029%2C46%20Z%22%20id%3D%22Combined-Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") top left no-repeat
}

.profile-api__attention._success:before {
    width: 32px;
    height: 24px;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2232px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-6346.000000%2C%20-1078.000000)%22%20fill%3D%22%2359C816%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23E8F5E9%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-68-Copy%22%20transform%3D%22translate(6314.000000%2C%20986.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-60-Copy%22%20transform%3D%22translate(16.000000%2C%2076.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-21%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-58%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-54%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.8231753%2C28.7162956%20L27.223203%2C39.1761201%20C27.6525201%2C39.6079487%2028.3474355%2C39.6079621%2028.7768062%2C39.1761658%20L47.1768071%2C20.6703081%20C47.607728%2C20.2368661%2047.607728%2C19.5329858%2047.1768199%2C19.0996%20L44.914135%2C16.8238426%20C44.4848133%2C16.3920525%2043.7898354%2C16.3920525%2043.3605129%2C16.8238434%20L27.9999969%2C32.272613%20L20.6394687%2C24.8698301%20C20.2101509%2C24.4380007%2019.5152004%2C24.4380007%2019.0858698%2C24.869843%20L16.8231929%2C27.1455924%20C16.392272%2C27.5790344%2016.392272%2C28.2829147%2016.8231753%2C28.7162956%20Z%22%20id%3D%22check%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") top left no-repeat
}

.profile-api__popup-btn {
    float: right;
    margin-top: 16px
}

.profile-api .field__resend {
    right: -24px;
    bottom: 13px
}

.profile-api .field__textarea {
    height: 80px
}

.profile-api .alert {
    margin: -2px 0 12px
}

.profile-edit .profile-api__column {
    width: 304px
}

.profile-edit .profile-api__column + .profile-api__column {
    margin-left: 60px
}

.profile-edit__add-email {
    position: absolute;
    bottom: 4px;
    left: 100%;
    margin-left: 12px;
    white-space: nowrap
}

.profile-edit__remove-email {
    display: block;
    position: absolute;
    right: -25px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.96%201.707L8%205.667l-3.959-3.96a1%201%200%200%200-1.414%200l-.92.92a1%201%200%200%200%200%201.414L5.667%208l-3.96%203.96a1%201%200%200%200%200%201.415l.92.918a1%201%200%200%200%201.414%200L8%2010.333l3.96%203.96a1%201%200%200%200%201.414%200l.92-.918a1%201%200%200%200%200-1.414L10.333%208l3.96-3.959a1%201%200%200%200%20.001-1.414l-.92-.92a1%201%200%200%200-1.414%200z%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat;
    background-size: 10px;
    cursor: pointer
}

.profile-header, .profile-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-header, .profile-header__logo img {
    height: 100%
}

.profile-header__content {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.profile-header__amount {
    margin-right: 50px
}

.profile-header__amount.amount {
    margin-top: 0 !important;
    color: #0288d1 !important;
    font-size: 22px;
    font-weight: 400
}

.project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.project-info__column {
    position: relative;
    padding-left: 24px;
    line-height: 17px
}

.project-info__column._logo img {
    max-height: 33px
}

* + .project-info__column {
    margin-left: 24px
}

* + .project-info__column:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    bottom: 6px;
    left: 0;
    border-left: 1px solid #ebebeb
}

.project-info__row {
    clear: both
}

.project-info__row + .project-info__row {
    margin-top: 4px
}

.project-info__label {
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px
}

.project-info__value {
    margin-left: 67px;
    font-size: 12px
}

.project-settings {
    max-width: 550px
}

.project-settings__docs {
    line-height: 16px;
    padding-left: 27px;
    margin-bottom: 24px;
    font-size: 12px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23272424%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%2012V2.75a.75.75%200%200%200-.75-.75H5V.75A.75.75%200%200%201%205.75%200h7.5a.75.75%200%200%201%20.75.75v10.5a.75.75%200%200%201-.75.75H11zM.75%203h8.5a.75.75%200%200%201%20.75.75v11.5a.75.75%200%200%201-.75.75H.75a.75.75%200%200%201-.75-.75V3.75A.75.75%200%200%201%20.75%203zM2%206v2h6V6H2zm0%204v2h6v-2H2z%22%2F%3E%0A%3C%2Fsvg%3E%0A) top left no-repeat
}

.project-settings__notice {
    margin-bottom: 15px
}

.project-settings__row {
    margin-bottom: 24px
}

.project-settings__btn {
    margin-top: 19px
}

.project-settings__url-field {
    margin-bottom: 8px
}

.project-settings .field {
    display: inline-block;
    vertical-align: top;
    width: 332px;
    margin-right: 12px
}

.selected-result {
    line-height: 14px;
    color: #272424
}

.selected-result__caption, .table-projects th {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.selected-result__caption {
    float: left;
    max-width: 58px
}

.selected-result__value {
    position: relative;
    top: -1px;
    margin-left: 58px;
    font-size: 12px
}

.security-popup {
    width: 915px
}

.security-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px
}

.security-popup__column + .security-popup__column {
    margin-left: 35px
}

.security-popup__column._settings {
    width: 305px
}

.security-popup__column._qr {
    width: 205px
}

.security-popup__column._form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.security-popup__row + .security-popup__row {
    margin-top: 19px
}

.security-popup__app {
    margin-top: 23px
}

.security-popup__app img {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 15px
}

.security-popup__qr-code, .tariff-table__icon img {
    display: block;
    margin: auto
}

.security-popup__title {
    line-height: 21px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500
}

.security-popup .alert {
    margin-bottom: 12px
}

.statistics .content-panel__header-item._period {
    border-left: none;
    color: #272424;
    font-size: 22px;
    padding-left: 0
}

.payouts .content-panel__header-item._amount-of-income .amount, .statistics .content-panel__header-item._amount-of-income .amount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
    color: #7b7b7b;
    font-weight: 400;
    font-size: 14px
}

.payouts .content-panel__header-item._amount-of-income .amount__float, .statistics .content-panel__header-item._amount-of-income .amount__float {
    margin-top: -1px;
    font-size: 10px
}

.statistics .content-panel__search-item .field {
    width: 276px
}

.statistics .content-panel__filter-item._operator .checkbox__icon {
    vertical-align: middle;
    max-width: 20px
}

.statistics__operation {
    margin: 16px 0 12px
}

.statistics__operation .operation__container + .operation__container {
    float: right
}

.statistics__operation .context-menu {
    width: 120px;
    margin-top: 8px
}

.statistics__table .context-menu {
    margin-top: 4px;
    margin-left: -125px
}

.statistics__table .amount {
    white-space: nowrap;
    min-width: 100px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.statistics__table .crop {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 11vw;
    white-space: nowrap
}

.statistics__pagination {
    float: right;
    margin-top: 16px
}

.statistics .selected-result {
    float: left;
    margin-top: 24px
}

.step {
    position: relative;
    padding-left: 29px;
    line-height: 16px
}

.step + .step {
    margin-top: 12px
}

.step__order, .top-bar__item:after {
    position: absolute;
    left: 0;
    background-color: #272424
}

.step__order {
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 100%
}

.panel._support-chat {
    padding: 0
}

.panel._support-chat .panel__caption {
    padding: 16px;
    margin-bottom: 0
}

.support-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.support-chat__list-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 307px;
    flex: 0 307px;
    padding: 5px 0;
    border-right: 1px solid #ebebeb;
    overflow: auto
}

.support-chat__list {
    position: relative;
    max-height: 70vh
}

.support-chat__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 5px
}

.support-chat__dialog {
    position: relative;
    height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden
}

.support-chat .chat-form, .support-chat .dialog {
    padding-right: 120px;
    padding-left: 25px
}

.support-chat .chat-form {
    margin-top: -65px
}

.support-chat .dialog {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 65px
}

.panel {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    padding: 16px
}

.panel__caption {
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    color: #272424
}

.panel__caption-title {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 22px
}

.panel__caption-right-column {
    margin-left: auto
}

.panel__search {
    display: inline-block;
    vertical-align: top;
    width: 275px;
    margin-right: 24px
}

.panel__search .field__icon {
    width: 39px;
    height: 34px
}

.panel__search .pl-to-icon .field__input {
    padding-left: 39px
}

.panel__search .field__input {
    height: 36px
}

.panel__breadcrumbs {
    font-size: 22px
}

.panel__breadcrumbs a {
    position: relative;
    margin-right: 32px;
    text-decoration: none;
    color: #7b7b7b
}

.panel__breadcrumbs a:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: -27px;
    border-style: solid;
    border-width: 4px 7px;
    border-color: transparent transparent transparent #272424;
    cursor: default
}

.panel__project-info {
    margin: -1px 0 -1px auto
}

.panel__tabs {
    padding: 0 15px;
    margin: -6px -15px 25px
}

.table-projects {
    border-collapse: collapse
}

.table-projects .sort.asc span:after {
    margin-top: -4px;
    border-top-color: #272424;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.table-projects .sort.desc span:after {
    border-top-color: #272424
}

.table-projects tbody {
    border: 1px solid #d9d9d9;
    border-radius: 2px
}

.table-projects th {
    padding-left: 6px;
    height: 32px;
    color: #272424;
    text-align: left
}

.table-projects th span {
    position: relative;
    cursor: pointer
}

.table-projects th span:after {
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #bfbfbf;
    content: ''
}

.table-projects__row {
    height: 38px;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: middle
}

.table-projects__row:hover {
    background: #f2f2f2
}

.table-projects__row:hover .js-edit-button {
    display: block
}

.table-projects__row td {
    padding-left: 6px
}

.table-projects__date {
    width: 89px
}

.table-projects__id {
    width: 86px
}

.table-projects__name {
    width: 105px
}

.table-projects .category-name {
    width: 120px
}

.table-projects__site {
    width: 155px
}

.table-projects__status {
    width: 154px
}

.table-projects__income-total {
    width: 137px
}

.table-projects__income-week {
    width: 120px
}

.table-projects__controls {
    width: 40px;
    text-align: center
}

.table-projects__controls .js-edit-button {
    display: none;
    cursor: pointer
}

.table-projects__pagination {
    float: right;
    margin-top: 16px
}

.table-projects .amount {
    margin-top: 0
}

.table-projects .amount__currency, .table-projects .amount__integer {
    margin-right: 3px;
    font-size: 14px
}

.table-projects .amount__float {
    margin-top: 1px;
    font-size: 10px
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb
}

.tabs__item {
    line-height: 30px;
    margin-right: 35px;
    border-bottom: 4px solid transparent;
    color: #7b7b7b;
    cursor: pointer;
    text-decoration: none
}

.tabs__item._current {
    color: #272424;
    border-bottom-color: #272424;
    cursor: default
}

.tariff-table ._payway {
    width: 210px
}

.tariff-table ._shop-commission {
    width: 145px
}

.tariff-table ._user-commission {
    width: 160px
}

.tariff-table__icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20px;
    height: 16px
}

.tariff-table__icon img {
    position: absolute;
    top: 0;
    bottom: 0
}

.tariff-table__payway {
    display: inline-block;
    vertical-align: top;
    line-height: 18px
}

.tariff-table__save {
    margin-top: 24px
}

.test-request {
    width: 515px
}

.test-request__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.test-request__row + .test-request__row {
    margin-top: 15px
}

.test-request__column {
    width: 150px
}

.test-request__column + .test-request__column {
    margin-left: 16px
}

.test-request .field, .test-request .js-Select {
    width: 100%
}

.test-request .field__textarea {
    height: 121px
}

.ticket {
    position: relative;
    padding: 16px;
    cursor: pointer
}

.ticket._active, .ticket:hover {
    background-color: #f2f2f2
}

.ticket + .ticket:before {
    content: '';
    display: block;
    position: relative;
    height: 1px;
    top: -16px;
    background: #ebebeb
}

.ticket__title {
    line-height: 21px;
    font-size: 18px;
    font-weight: 500
}

.ticket__date {
    line-height: 14px;
    font-size: 12px;
    color: #7b7b7b
}

.ticket__status {
    position: absolute;
    top: 16px;
    right: 18px
}

.ticket__msg {
    line-height: 16px;
    margin-top: 13px;
    color: #7b7b7b;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px;
    font-size: 22px;
    color: #272424
}

.title__text {
    font-family: inherit;
    font-weight: 400;
    margin-right: 10px
}

.title__amount.amount {
    margin-top: 0
}

.top-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 16px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.top-bar, .top-bar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-bar__item {
    padding: 12px 0;
    margin: 0 16px;
    color: #7b7b7b;
    font-size: 14px;
    position: relative;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    text-decoration: none
}

.top-bar__item:after {
    content: '';
    bottom: 0;
    height: 4px;
    width: 0;
    -webkit-transition: width .25s ease;
    transition: width .25s ease
}

.top-bar__item:first-of-type {
    margin-left: 0
}

.top-bar__item:last-of-type {
    margin-right: 0
}

.top-bar__item.active, .top-bar__item:hover {
    color: #272424
}

.top-bar__item.active:after {
    width: 100%
}

.top-bar__calendar {
    margin-left: auto
}

.top-bar__calendar .field__input {
    width: 180px;
    padding-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    cursor: pointer
}

.top-bar__calendar .field__icon {
    background-color: transparent
}

.chart-data {
    display: none
}

.has-error input, .is-invalid {
    border-color: #dc3545
}

.help-block, .invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.asc::before, .desc::before {
    content: "\25B2";
    top: calc(50% - .75em)
}

.desc::before {
    content: "\25BC"
}

.empty {
    position: relative;
    width: 415px;
    margin: 120px auto 140px
}

.context-menu__item a {
    color: #272424;
    text-decoration: none;
    display: block
}

.checkbox_label {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px
}

.checkbox_text {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    margin-left: 10px;
    margin-top: 1px
}

input[type=checkbox], input[type=radio] {
    --border: #BBC1E1;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: solid 1px #d8d8d8
}

input[type=checkbox]:checked {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4caf50), to(#59c816));
    background-image: linear-gradient(to top, #4caf50, #59c816);
    border-color: #43a047;
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2210px%22%20height%3D%228px%22%20viewBox%3D%220%200%2010%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.39644375%2C11.8428803%20L3.14644057%2C8.356278%20C2.95118648%2C8.14680948%202.95118648%2C7.80718005%203.14644057%2C7.59769057%20L3.85353111%2C6.83910314%20C4.0487852%2C6.62961366%204.36538708%2C6.62961366%204.56064117%2C6.83910314%20L6.74999878%2C9.18782426%20L11.4393588%2C4.1571014%20C11.6346129%2C3.94763287%2011.9512148%2C3.94763287%2012.1464689%2C4.1571014%20L12.8535594%2C4.91568883%20C13.0488135%2C5.12515735%2013.0488135%2C5.46478678%2012.8535594%2C5.67427626%20L7.10355381%2C11.8429012%20C6.90828018%2C12.0523698%206.59169784%2C12.0523698%206.39644375%2C11.8428803%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22style-3%22%20transform%3D%22translate(-2301.000000%2C%20-749.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy-11%22%20transform%3D%22translate(2282.000000%2C%20379.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-12-Copy%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-10%22%20transform%3D%22translate(16.000000%2C%20338.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20transform%3D%22translate(0.000000%2C%2028.000000)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22check%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center, linear-gradient(to top, #4caf50, #59c816);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.table-projects__description {
    width: 358px
}

.statistic_date {
    min-width: 140px
}

.loader {
    color: #51b838;
    font-size: 14px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 10px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    float: right;
    display: none
}

.table-projectsM__site {
    width: 332px
}

.row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 1em
}

.col-4, .col-8 {
    float: left;
    padding: 10px
}

.col-4 {
    width: 33%
}

.col-8 {
    width: 66%
}

.commission td, th {
    padding-right: 20px;
    padding-top: 10px
}

.commission {
    padding-left: 20px
}

.commission th, .grey {
    color: #707175
}

.grey-lite {
    color: #98989b
}

.big {
    font-size: 40px;
    float: none
}

.field__label.grey {
    padding-top: 15px
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.leftstr, .rightstr {
    float: left;
    width: 50%;
    line-height: 36px
}

.rightstr {
    text-align: right
}

.summary {
    margin-top: 5px
}

.hover-flash:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}