﻿@font-face {
    font-family: Lato;
    src: local("Lato Light"),local("Lato-Light"),url(../fonts/lato/latolight.woff2) format("woff2"),url(../fonts/lato/latolight.woff) format("woff"),url(../fonts/lato/latolight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: local("Lato Regular"),local("Lato-Regular"),url(../fonts/lato/latoregular.woff2) format("woff2"),url(../fonts/lato/latoregular.woff) format("woff"),url(../fonts/lato/latoregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: local("Lato Regular"),local("Lato-Regular"),url(../fonts/lato/latoitalic.woff2) format("woff2"),url(../fonts/lato/latoitalic.woff) format("woff"),url(../fonts/lato/latoitalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: local("Lato Bold"),local("Lato-Bold"),url(../fonts/lato/latobold.woff2) format("woff2"),url(../fonts/lato/latobold.woff) format("woff"),url(../fonts/lato/latobold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: local("Lato Heavy"),local("Lato-Heavy"),url(../fonts/lato/latoheavy.woff2) format("woff2"),url(../fonts/lato/latoheavy.woff) format("woff"),url(../fonts/lato/latoheavy.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font: 1em monospace,monospace;
}

a {
    background: 0 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font: 1em monospace,monospace;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font: 100%/1.15 inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    display: block;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

    a:focus {
        outline: 0;
    }

    a:focus-visible {
        outline: 2px solid #0168f8;
    }

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

select {
    appearance: none;
    border: none;
    font: inherit;
    cursor: pointer;
}

    select:focus {
        outline: 0;
    }

    select:focus-within {
        border-color: #ff7a32;
    }

input,
textarea {
    font: inherit;
    color: #191b1d;
    border: none;
    background: 0 0;
    outline: 0;
}

html.vi input,
html.vi textarea {
    color: #191b1d;
}

input[type=button] {
    padding: 0;
    cursor: pointer;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: rgba(25,27,29,.6);
}

button {
    display: inline-block;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    background: 0 0;
}

    button:focus {
        outline: 0;
    }

    button:focus-visible {
        outline: 2px solid #0168f8;
    }

main {
    flex: 1 1 auto;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    --red-orange: #ff4524;
    --red-burnt: #a61508;
    --purple-jasmine: #944ae2;
    --orange-light: #f2b156;
    --orange-pastel: #f69551;
    --green-apple: #41e518;
    --blue-soft: #0090ff;
    --blue-mid: #3d64c3;
    --silver: #c5c6c6;
    --colors: (--red-orange, --red-burnt, --purple-jasmine, --orange-light, --orange-pastel, --green-apple, --blue-soft, --blue-mid, --silver);
    --house-blue-bg: #61b4ff;
    --house-blue-icon: #0c95ff;
    --house-orange-bg: #ffb26f;
    --house-orange-icon: #ff6709;
    --house-green-bg: #66ffb2;
    --house-green-icon: #0cdc73;
    --house-pink-bg: #ff85c0;
    --house-pink-icon: #f40c7c;
    --house-yellow-bg: #ffe48a;
    --house-yellow-icon: #ffb20d;
    --house-purple-bg: #bf75ff;
    --house-purple-icon: #9115fe;
    --colors-house: blue,orange,green,pink,yellow,purple;
}

body {
    font: 1.6rem Manrope,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #191b1d;
}

    body::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        transition: opacity .2s ease;
        opacity: 0;
        visibility: hidden;
        background: #0e111c33;
    }

    body.overlay::after {
        opacity: 1;
        visibility: visible;
    }

    body.overlay .dboard__content {
        z-index: unset;
    }

    body.start .header {
        background: 0 0;
    }

    body.auth .header__currency-control .button-oval {
        width: unset;
        height: 4.8rem;
        padding: .8rem 1.6rem;
        border-radius: 2.4rem;
    }

    body.auth .page {
        overflow: hidden;
    }

    body.auth .select__options-wrapper {
        min-width: 13.6rem;
    }

    body.page-modal .dboard__inner {
        position: absolute;
        overflow: hidden;
        width: 0;
        height: 0;
        top: 0;
        left: 0;
        visibility: hidden;
    }

    body.page-modal .dboard--auth {
        max-width: unset;
        margin-right: 0;
    }

body,
html {
    height: 100%;
}

.page {
    background: #edeff6;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 192rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10rem;
}

.container--secondary {
    padding: 0 5rem;
}

.container--md {
    max-width: 138rem;
}

.scroll-hidden {
    overflow: hidden;
}

.list-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

.not-started {
    background: #3d64c3;
}

.text-overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: var(--max-lines,3);
    line-clamp: var(--max-lines,3);
    -webkit-box-orient: vertical;
    background: linear-gradient(180deg,rgba(25,27,29,.8),rgba(25,27,29,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

[data-intersect-target]:not([data-intersect-trigger]) {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
}

[data-intersect-replace] {
    opacity: 1;
    visibility: visible;
    display: flex;
    pointer-events: auto;
}

.text-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .text-line-clamp:not(.is-expanded) {
        -webkit-line-clamp: var(--max-lines,6);
        line-clamp: var(--max-lines,6);
    }

    .text-line-clamp.is-expanded {
        display: block;
        -webkit-line-clamp: none;
        line-clamp: none;
    }

.uppercase {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    fill: #000;
}

.sort__option-icon {
    margin-right: .5rem;
    fill: #f2f7ff;
}

.sort__option-icon--up path:nth-child(1) {
    fill: #000;
}

.sort__option-icon--down path:nth-child(2) {
    fill: #000;
}

.sort__option-icon--clear {
    fill: #000;
}

.table {
    border-radius: 1rem;
}

    .table b,
    .table strong {
        font: 800 2rem Manrope,sans-serif;
    }

.table__body {
    font-family: Inter,sans-serif;
    font-weight: 500;
}

    .table__body .table__row {
        background: #f0f4fa;
        border-radius: 1rem;
    }

.table__row-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

    .table__row-wrapper:not(:last-child) {
        margin-bottom: .8rem;
    }

    .table__row-wrapper .table__row:not(:last-child) {
        margin-bottom: 0;
    }

    .table__row-wrapper.active {
        background: #f0f4fa;
    }

        .table__row-wrapper.active .table__rows-inner {
            height: auto;
            overflow: visible;
        }

        .table__row-wrapper.active .table__row {
            border-radius: 0;
        }

        .table__row-wrapper.active > .table__row .table__period,
        .table__row-wrapper.active > .table__row .table__price {
            opacity: 0;
        }

    .table__row-wrapper.stacked:not(.active) {
        display: grid;
        grid-template-areas: 'stack';
        padding-bottom: 1.5rem;
    }

        .table__row-wrapper.stacked:not(.active) .table__row {
            grid-area: stack;
            box-shadow: 0 1.7rem 1.5rem -1.2rem rgba(31,75,188,.12);
            z-index: 1;
        }

        .table__row-wrapper.stacked:not(.active)::after,
        .table__row-wrapper.stacked:not(.active)::before {
            display: block;
            grid-area: stack;
            content: '';
            height: 100%;
            margin: 0 auto;
            border-radius: 1rem;
        }

        .table__row-wrapper.stacked:not(.active)::before {
            background: #eff3fa;
            transform: translateY(1.5rem);
            width: calc(100% - 4rem);
        }

        .table__row-wrapper.stacked:not(.active)::after {
            background: #f0f4fa;
            transform: translateY(.9rem);
            width: calc(100% - 2rem);
            box-shadow: 0 1.7rem 1.5rem -1.2rem rgba(31,75,188,.12);
        }

        .table__row-wrapper.stacked:not(.active).inactive.stacked:not(.active)::after,
        .table__row-wrapper.stacked:not(.active).inactive.stacked:not(.active)::before {
            background: #f2f2f2;
        }

    .table__row-wrapper.inactive.active {
        background: #f2f2f2;
    }

.table__row {
    display: grid;
    grid-gap: 0 3.7rem;
    grid-template-columns: repeat(12,1fr);
    padding: 2rem;
    width: 100%;
}

    .table__row:not(:last-child) {
        margin-bottom: .8rem;
    }

    .table__row.inactive {
        background: #f2f2f2;
        color: rgba(25,27,29,.4);
    }

        .table__row.inactive .table__decline-btn:disabled {
            color: #191b1d;
        }

        .table__row.inactive .table__price::after {
            background: #dcdcdd;
        }

        .table__row.inactive .table__price::before {
            background: #f2f2f2;
        }

        .table__row.inactive .table__price .price__quantity {
            color: #191b1d;
        }

        .table__row.inactive .table__decline-btn {
            pointer-events: none;
            color: rgba(25,27,29,.5);
            border: 0;
        }

        .table__row.inactive .table__detail-btn {
            background: rgba(25,27,29,.2);
            color: rgba(25,27,29,.5);
            pointer-events: none;
        }

.table__sort-btn {
    transition: opacity .2s ease;
    display: flex;
    align-items: center;
}

    .table__sort-btn:hover {
        opacity: .8;
    }

    .table__sort-btn.asc path:nth-child(1) {
        fill: #a91eea;
    }

    .table__sort-btn.desc path:nth-child(2) {
        fill: #a91eea;
    }

.table__col-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: .8rem;
    fill: rgba(255,255,255,.8);
}

.table__head .table__row {
    padding: 1.9rem 2rem;
}

.table__head .table__col {
    border: none;
    font-size: 1.4rem;
    letter-spacing: .03em;
}

.table__rows-inner {
    height: 0;
    overflow: hidden;
}

    .table__rows-inner .table__row {
        position: relative;
        border-radius: 0;
    }

.table__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 36rem;
    border: none;
    font-size: 1.8rem;
}

.table__col--justify-start {
    justify-content: flex-start;
}

.table__col--light {
    color: rgba(25,27,29,.5);
}

.table__col span {
    display: flex;
    align-items: center;
}

.table__col-inner {
    display: flex;
    align-items: center;
}

.table__head {
    padding-bottom: 2.4rem;
}

    .table__head .table__row {
        padding-top: 0;
        padding-bottom: 0;
    }

.table__offer-btn {
    align-items: flex-end;
    padding: 1.2rem 2.3rem;
}

    .table__offer-btn.active {
        color: rgba(0,0,0,.5);
    }

        .table__offer-btn.active .button-text__icon {
            transform: scale(-1,-1);
        }

    .table__offer-btn.mobile {
        display: none;
        width: 100%;
    }

.table__decline-btn {
    font-size: 1.6rem;
    margin-left: auto;
}

.table__detail-btn {
    width: 100%;
    font-size: 1.6rem;
}

.table__footer {
    padding-top: 2.4rem;
}

    .table__footer .table__row {
        border-radius: 1rem;
        font-family: Inter,sans-serif;
        font-weight: 500;
    }

.table__sort-icon {
    margin: 0 0 0 .5rem;
    fill: #cce1fe;
}

.table__price {
    margin-left: -3rem;
}

.table__details {
    margin-left: auto;
}

.table__icon {
    min-width: 3.6rem;
    width: 3.6rem;
    height: 4rem;
    margin-right: 2rem;
}

.table__col-executor-img-wrapper {
    display: inline-block;
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
    margin-right: 1.6rem;
    overflow: hidden;
    border-radius: 50%;
}

    .table__col-executor-img-wrapper::before {
        border-radius: 50%;
    }

.table__col-executor-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.table__row-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 2.6rem;
}

.grid--auto-fill {
    grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
}

.grid--flex {
    display: flex;
}

.grid--align-baseline {
    align-items: baseline;
}

.grid--sm {
    grid-gap: 1.6rem;
}

.grid__col-12 {
    grid-column: span 12;
}

.grid__col-11 {
    grid-column: span 11;
}

.grid__col-10 {
    grid-column: span 10;
}

.grid__col-9 {
    grid-column: span 9;
}

.grid__col-8 {
    grid-column: span 8;
}

.grid__col-7 {
    grid-column: span 7;
}

.grid__col-6 {
    grid-column: span 6;
}

.grid__col-5 {
    grid-column: span 5;
}

.grid__col-4 {
    grid-column: span 4;
}

.grid__col-3 {
    grid-column: span 3;
}

.grid__col-2 {
    grid-column: span 2;
}

.grid__col-1 {
    grid-column: span 1;
}

.grid__col-hide {
    display: none;
}

.grid__col-group {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: .8rem;
}

.header {
    position: relative;
    padding: 4rem 0 3.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header--auth {
    z-index: 1;
    padding: 2.6rem 0 7.5rem;
    background: 0 0;
}

    .header--auth .header__user-control:not(:last-child) {
        margin-right: 2.6rem;
    }

    .header--auth .header__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        max-width: 13.3rem;
        margin-right: 0;
    }

    .header--auth .header__inner {
        justify-content: flex-end;
    }

    .header--auth .header__currency-control .button-oval {
        background: rgba(255,255,255,.1);
    }

.header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.header__bg-part-1 {
    background: #fff1f1;
    position: absolute;
    top: -100%;
    left: calc(50% - 77rem);
    width: 40.6rem;
    height: 52.6rem;
    transform: rotate(122deg);
}

.header__bg-part-2 {
    position: absolute;
    left: 50%;
    top: -135%;
    width: 71rem;
    height: 75rem;
    transform: translateX(-50%) rotate(-128deg);
}

    .header__bg-part-2::after {
        background: rgba(255,255,255,.6);
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.header__bg-part-3 {
    position: absolute;
    left: 50%;
    top: -190%;
    width: 51.3rem;
    height: 45rem;
    transform: translateX(-50%) rotate(-156deg);
}

.header__bg-part-1,
.header__bg-part-2,
.header__bg-part-3 {
    filter: blur(6rem);
    border-radius: 50%;
}

.header__left {
    position: relative;
    display: flex;
    align-items: center;
}

.header__logo {
    max-width: 10rem;
    height: 6rem;
}

    .header__logo:not(:last-child) {
        margin-right: 10.4rem;
    }

    .header__logo img {
        width: 100%;
        height: 100%;
    }

.header__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header__user {
    display: flex;
    align-items: center;
}

    .header__user .select > .select__options-wrapper {
        left: unset;
        right: -3rem;
        top: calc(100% + 1.4rem);
    }

        .header__user .select > .select__options-wrapper.active-nested {
            min-height: unset;
        }

.header__user-control {
    position: relative;
}

    .header__user-control:not(:last-child) {
        margin-right: 1.2rem;
    }

.header__user-control-counter {
    position: absolute;
    top: -1rem;
    right: -1rem;
}

.header__controls {
    display: flex;
    align-items: center;
}

    .header__controls:not(:last-child) {
        margin-right: 4rem;
    }

    .header__controls .button-oval__icon {
        min-width: 2.2rem;
        width: 2.2rem;
        height: 2.2rem;
    }

.header__house {
    position: relative;
}

.header__currency-control .button-oval {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    height: 4.8rem;
}

.footer {
    position: relative;
    padding: 2rem 0;
    color: rgba(0,0,0,.4);
}

.footer--light {
    background: 0 0;
    color: #fff;
}

    .footer--light .footer__support-link {
        color: #fff;
    }

    .footer--light .footer__company-link {
        color: #fff;
    }

    .footer--light .footer__company-icon {
        fill: #fff;
    }

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__left {
    margin-right: 4rem;
}

.footer__support {
    display: flex;
    align-items: center;
}

.footer__company {
    display: flex;
    align-items: center;
}

.footer__company-icon {
    width: 8rem;
    height: 2rem;
    margin-right: 1.1rem;
    fill: rgba(0,0,0,.4);
}

.footer__support-link {
    transition: opacity .2s ease;
    font-weight: 800;
    color: rgba(0,0,0,.4);
}

    .footer__support-link:hover {
        opacity: .8;
    }

.footer__company a {
    transition: opacity .2s ease;
    display: flex;
    color: rgba(0,0,0,.4);
}

    .footer__company a:hover {
        opacity: .8;
    }

.footer__support-btn {
    margin-right: 4rem;
}

.footer__support.mobile {
    display: none;
}

.logo {
    transition: opacity .2s ease;
}

    .logo:hover {
        opacity: .8;
    }

.hr {
    background: rgba(25,27,29,.1);
    height: .2rem;
    width: 100%;
    border: 0;
    margin: 6rem 0;
}

.hr--thin {
    height: .1rem;
}

.crumbs-select {
    display: flex;
    align-items: center;
}

.crumbs-select__item {
    display: flex;
    align-items: center;
}

    .crumbs-select__item:not(:last-child)::after {
        background: rgba(25,27,29,.5);
        content: '';
        display: inline-block;
        width: .3rem;
        height: .3rem;
        margin: 0 1rem;
        border-radius: 50%;
    }

    .crumbs-select__item:last-child .crumbs-select__link-text {
        color: #191b1d;
    }

.crumbs-select__link {
    display: flex;
    align-items: center;
    color: #191b1d;
    font-size: 1.4rem;
    letter-spacing: .03em;
}

    .crumbs-select__link[href] {
        transition: opacity .2s ease;
    }

        .crumbs-select__link[href]:hover {
            opacity: .8;
        }

.crumbs-select__link-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42rem;
}

.crumbs-select__icon {
    width: 1.3rem;
    height: 1.7rem;
    margin-left: 1rem;
    fill: rgba(0,0,0,.5);
}

.crumbs-select__text-icon {
    vertical-align: sub;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .6rem;
}

.preloader {
    background: rgba(255,255,255,.7);
    position: fixed;
    z-index: 14;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    -webkit-backdrop-filter: blur(.6rem);
    backdrop-filter: blur(.6rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

    .loading .preloader {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity .3s;
    }

.preloader__item {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    border: 3px solid rgba(1,104,248,.1);
    border-radius: 50%;
}

    .preloader__item:after,
    .preloader__item:before {
        background: #0168f8;
        content: '';
        position: absolute;
        display: block;
        width: .3rem;
        border-radius: 1.5px;
        transform-origin: 50% 0;
    }

    .preloader__item:before {
        height: 9px;
        left: 1.1rem;
        top: 50%;
        animation: spin 1.5s linear infinite;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.preloader-spinner {
    width: 2.2rem;
    height: 2.2rem;
    border: 3px solid rgba(169,30,234,.2);
    border-bottom-color: #a91eea;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.input-textarea {
    min-height: 14rem;
    padding: 2rem;
    resize: none;
}

    .input-textarea.ck.ck-editor__editable_inline {
        padding: 0 2rem;
    }

.input {
    font: 1.8rem/2.2rem Inter,sans-serif;
    background: #f0f4fa;
    display: inline-block;
    padding: 1.2rem 2rem;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 1rem;
    transition: border-color .2s ease;
}

    .input.light,
    .input.prefilled {
        background: #fff;
        border-color: rgba(0,0,0,.1);
    }

        .input.light:focus-within {
            background: #f0f4fa;
            border-color: #d8dce1;
        }

    .input[type=text] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .input--date:read-only,
    .input[readonly] {
        border-color: #d8dce1;
    }

    .input:focus-within {
        border-color: #d8dce1;
    }

.input--date {
    padding-left: 5.4rem;
}

    .input--date::placeholder {
        opacity: 1;
        color: #191b1d;
    }

.input--toggle {
    padding-right: 5rem;
}

.input--error {
    border-color: #ff6532;
}

.input--text:not([readonly]) {
    width: unset;
    padding-right: 2rem;
}

.input--text,
.input--text[readonly] {
    background: 0 0;
    border-color: transparent;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: #191b1d;
    min-height: unset;
}

.input--text-editable {
    background: 0 0;
    border: 0;
    border-radius: 0;
    resize: none;
    overflow: hidden;
}

    .input--text-editable::placeholder {
        color: #b3b3b3;
    }

.input.ck.ck-editor__editable_inline {
    border: 1px solid #d8dce1;
    border-radius: 1rem;
}

.input.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
    border-color: #d8dce1;
    box-shadow: none;
    border-radius: 1rem;
}

.ck.ck-balloon-panel.ck-balloon-panel_position_border-side_right.ck-powered-by-balloon {
    display: none;
}

.input--empty.ck.ck-editor__editable:not(.ck-focused) {
    border-color: var(--red-orange);
}

.ck.ck-editor__editable.ck-read-only {
    background: 0 0;
}

.ck.ck-editor__editable.empty {
    color: #b3b3b3;
    border-color: #d8dce1;
}

.ck.ck-editor__editable .ck-placeholder::before {
    color: #b3b3b3;
}

.title {
    display: block;
    font-weight: 700;
    font-size: 2.8rem;
}

.title--sm {
    font-size: 2rem;
}

.title--light {
    color: #fff;
}

.title--secondary {
    font-family: Lato,sans-serif;
}

.switch {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.switch--iconed .switch__styled {
    padding: .6rem;
}

.switch--iconed .switch__option {
    padding: .8rem 1.2rem;
}

.switch__logic {
    position: absolute;
    opacity: 0;
}

    .switch__logic:checked + .switch__styled .switch__option:last-child {
        background: #fff;
        box-shadow: 0 2px 6px 0 rgba(31,75,188,.35);
    }

    .switch__logic:not(:checked) + .switch__styled .switch__option:first-child {
        background: #fff;
        box-shadow: 0 2px 6px 0 rgba(31,75,188,.35);
    }

.switch__styled {
    background: #f2f7ff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: background-color .2s;
    border-radius: 5rem;
}

.switch__option {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.2rem;
    font-weight: 700;
    -webkit-user-select: none;
    user-select: none;
    padding: 1.3rem 2.4rem;
    transition: background-color .2s ease,box-shadow .2s ease;
}

.switch__txt {
    text-align: center;
    white-space: nowrap;
}

.switch__option-icon {
    fill: #000;
    transition: fill .2s ease;
}

    .switch__option-icon:not(:last-child) {
        margin-right: 1rem;
    }

.tooltip {
    position: relative;
    margin: 0 -2.3rem;
}

.tooltip--sm .tooltip__body {
    max-width: 78rem;
}

.tooltip--top .tooltip__body {
    margin-bottom: 1.1rem;
    padding-bottom: 1.3rem;
}

    .tooltip--top .tooltip__body::after {
        bottom: .1rem;
        left: 4rem;
    }

.tooltip--bot .tooltip__body {
    padding-top: 1.3rem;
    top: calc(100% + 2.3rem);
}

    .tooltip--bot .tooltip__body::after {
        top: .2rem;
        right: 7%;
        transform: rotate(180deg);
    }

.tooltip--left .tooltip__body {
    right: 54%;
}

.tooltip--absolute {
    margin: 0;
}

    .tooltip--absolute .tooltip__body {
        position: absolute;
        margin: 0;
    }

        .tooltip--absolute .tooltip__body::before {
            bottom: 0;
        }

.tooltip__body {
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

    .tooltip__body::after {
        content: '';
        position: absolute;
        width: 2.8rem;
        height: 1.2rem;
        background: url(../img/svg/tooltip-arrow.svg) no-repeat center/contain;
    }

    .tooltip__body::before {
        content: '';
        position: absolute;
        bottom: 1.3rem;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 1.5rem;
        pointer-events: none;
    }

.tooltip__inner {
    background: #fff2eb;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 1.3rem 3rem;
    border-radius: 2.6rem;
}

.tooltip__img {
    margin-right: 2rem;
    max-width: 10rem;
}

.tooltip__text {
    text-align: left;
    color: #e15121;
    font-weight: 500;
    line-height: 2.2rem;
}

    .tooltip__text p:not(:last-of-type) {
        margin-bottom: 1rem;
    }

.button {
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    cursor: pointer;
}

    .button:not(:disabled):hover .button__inner {
        background: #015edf;
    }

    .button:disabled {
        cursor: not-allowed;
    }

        .button:disabled .button__inner {
            background: #e8e9e9;
            color: rgba(0,0,0,.5);
        }

.button--sm .button__inner {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.button--secondary .button__inner {
    background: #a91eea;
}

.button--secondary:not(:disabled):hover .button__inner {
    background: #944ae2;
}

.button--tomato .button__inner {
    background: #ffece9;
    color: #ff4524;
}

.button--tomato:not(:disabled):hover .button__inner {
    background: #ffdfda;
}

.button--warning-iconed:not(:disabled):hover .button__inner {
    background: #f2602f;
}

.button--warning-iconed .button__inner {
    background: #ff6532;
    position: relative;
}

.button--warning-iconed .button__icon {
    position: absolute;
    width: 8.7rem;
    height: 6.6rem;
    bottom: -.9rem;
    right: 1.8rem;
    margin-right: 0;
}

.button--warning-iconed .button__text {
    position: relative;
    z-index: 1;
}

.button--alert:not(:disabled):hover .button__inner {
    background: #ff3b30;
}

.button--alert .button__inner {
    background: #ff4524;
    border: 1px solid #ff3b30;
}

.button__inner {
    background: #0168f8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 1.3rem 4.8rem;
    border-radius: 3.2rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    transition: background-color .2s ease;
}

.button__icon {
    fill: #fff;
    margin-right: 1rem;
}

.button__additional::before {
    display: inline-block;
    content: '/';
    margin: 0 .3rem;
    color: rgba(255,255,255,.5);
}

.button-circle {
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    min-width: 4.8rem;
    border-radius: 50%;
    cursor: pointer;
}

    .button-circle:not(:disabled) {
        transition: opacity .2s ease;
    }

        .button-circle:not(:disabled):hover {
            opacity: .8;
        }

.button-circle--secondary {
    background: 0 0;
    border: 1px solid rgba(1,104,248,.2);
}

    .button-circle--secondary .button-circle__icon {
        fill: #0168f8;
    }

.button-circle--light {
    border-color: rgba(255,255,255,.2);
}

    .button-circle--light .button-circle__icon {
        fill: #fff;
    }

.button-circle--dark {
    background: rgba(0,0,0,.1);
}

    .button-circle--dark .button-circle__icon {
        fill: #333;
    }

.button-circle--tertiary {
    background: 0 0;
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    border: 1px solid rgba(255,255,255,.2);
}

    .button-circle--tertiary .button-circle__icon {
        fill: #fff;
    }

.button-circle--fourtiary {
    background: rgba(255,255,255,.3);
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
}

    .button-circle--fourtiary .button-circle__icon {
        fill: #191b1d;
    }

.button-circle--tomato {
    background: 0 0;
    border: 1px solid rgba(255,80,49,.15);
}

    .button-circle--tomato .button-circle__icon {
        fill: #ff4524;
    }

.button-circle--gray {
    background: 0 0;
    border: 1px solid rgba(0,0,0,.1);
}

    .button-circle--gray .button-circle__icon {
        fill: #333;
    }

.button-circle__icon {
    fill: #fff;
    pointer-events: none;
}

.button-frameless {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #000;
    padding: 1.3rem 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    cursor: pointer;
}

    .button-frameless:not(:disabled) {
        transition: opacity .2s ease;
    }

        .button-frameless:not(:disabled):hover {
            opacity: .8;
        }

    .button-frameless:disabled {
        cursor: not-allowed;
        opacity: .5;
    }

.button-frameless__icon {
    fill: #0168f8;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.button-secondary {
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    padding: 1.2rem 4.8rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 3.2rem;
    cursor: pointer;
}

    .button-secondary:not(:disabled) {
        transition: opacity .2s ease;
    }

        .button-secondary:not(:disabled):hover {
            opacity: .8;
        }

.button-secondary--borderless {
    border-color: transparent;
}

.button-secondary--sm {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.button-secondary__icon {
    margin-right: 1rem;
    vertical-align: middle;
    fill: #fff;
}

.button-outline,
.notification__text > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    color: #0168f8;
    cursor: pointer;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 1.1rem 2.2rem;
    border: 1px solid rgba(1,104,248,.2);
    border-radius: 3.2rem;
    transition: background-color .2s ease;
}

    .button-outline:not(:disabled):hover,
    .notification__text > a:not(:disabled):hover {
        background: #f2f7ff;
    }

    .button-outline:disabled,
    .notification__text > a:disabled {
        cursor: not-allowed;
        border-color: #b3b3b3;
        color: #b3b3b3;
    }

        .button-outline:disabled .button-outline__icon,
        .notification__text > a:disabled .button-outline__icon {
            fill: #b3b3b3;
        }

        .button-outline:disabled .button-outline__text,
        .notification__text > a:disabled .button-outline__text {
            color: #b3b3b3;
        }

.button-outline--secondary,
.notification__text > a {
    border: 1px solid rgba(1,104,248,.2);
    background: #f2f7ff;
}

    .button-outline--secondary .button-outline__icon,
    .notification__text > a .button-outline__icon {
        width: 2rem;
        height: 2rem;
    }

    .button-outline--secondary:not(:disabled):hover,
    .notification__text > a:not(:disabled):hover {
        background: #cce1fe;
    }

    .button-outline--secondary:disabled,
    .notification__text > a:disabled {
        background: 0 0;
        cursor: not-allowed;
        border-color: #dcdcdc;
        color: #b3b3b3;
    }

        .button-outline--secondary:disabled .button-outline__icon,
        .notification__text > a:disabled .button-outline__icon {
            fill: #b3b3b3;
        }

        .button-outline--secondary:disabled .button-outline__text,
        .notification__text > a:disabled .button-outline__text {
            color: #b3b3b3;
        }

.button-outline--iconed {
    padding-right: 5.5rem;
}

    .button-outline--iconed .button-outline__icon {
        position: absolute;
        margin: 0;
        right: 2rem;
        bottom: 0;
        width: 4.2rem;
        height: 5.2rem;
    }

.button-outline--tomato {
    border-color: rgba(255,80,49,.15);
    color: #ff4524;
}

    .button-outline--tomato .button-outline__icon {
        fill: #ff4524;
    }

    .button-outline--tomato:not(:disabled):hover {
        background: #ffece9;
    }

.button-outline--warning {
    border-color: #ff7a32;
    color: #ff7a32;
}

    .button-outline--warning .button-outline__icon {
        fill: #ff7a32;
    }

.button-outline__icon {
    display: block;
    min-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    fill: #0168f8;
}

.button-outline__count {
    font-weight: 400;
}

    .button-outline__count::before {
        display: inline;
        content: '/';
        margin: 0 .3rem;
        color: rgba(1,104,248,.2);
    }

.button-outline__text {
    position: relative;
    z-index: 1;
}

.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    cursor: pointer;
}

    .button-icon:not(:disabled):hover .button-icon__icon {
        fill: #000;
    }

.button-icon--light:not(:disabled):hover .button-icon__icon {
    fill: #fff;
}

.button-icon--light .button-icon__icon {
    fill: #fff;
}

.button-icon--secondary:not(:disabled):hover {
    transition: opacity .2s ease;
}

    .button-icon--secondary:not(:disabled):hover:hover {
        opacity: .8;
    }

.button-icon--secondary .button-icon__icon {
    fill: #000;
}

.button-icon__icon {
    fill: rgba(0,0,0,.5);
    transition: fill .2s ease;
}

.button-text {
    font: 700 1.6rem Manrope,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0168f8;
    text-align: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 1.3rem 2.2rem;
    cursor: pointer;
}

    .button-text:not(:disabled) {
        transition: opacity .2s ease;
    }

        .button-text:not(:disabled):hover {
            opacity: .8;
        }

    .button-text:disabled {
        color: #999;
        cursor: not-allowed;
    }

.button-text--tomato {
    color: #ff4524;
}

    .button-text--tomato .button-text__icon {
        fill: #ff4524;
        margin-right: 1rem;
        margin-left: 0;
    }

.button-text--secondary {
    font-weight: 600;
    padding: 0;
}

.button-text__icon {
    margin-left: .8rem;
    fill: rgba(0,0,0,.5);
    transition: transform .2s ease;
}

.button-oval {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 2.2rem;
    border: 1px solid rgba(1,104,248,.2);
    border-radius: 3.2rem;
}

    .button-oval:not(:disabled):hover {
        transition: opacity .2s ease;
    }

        .button-oval:not(:disabled):hover:hover {
            opacity: .8;
        }

.button-oval--dark {
    background: rgba(25,27,29,.1);
    border-color: transparent;
}

    .button-oval--dark .button-oval__icon {
        fill: #333;
        stroke: #333;
    }

    .button-oval--dark .button-oval__text {
        color: #fff;
    }

.button-oval__icon {
    fill: #0168f8;
    stroke: #0168f8;
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
}

.button-oval__icon--light {
    fill: #fff;
    stroke: #fff;
}

.button-oval__delimeter {
    margin: 0 .4rem;
}

    .button-oval__delimeter::before {
        display: inline-block;
        color: #191b1d;
        width: 1rem;
        content: '/';
    }

.button-oval__text {
    margin-left: .8rem;
    font-weight: 600;
    font-family: Lato,sans-serif;
}

.burger-button {
    display: none;
}

.control {
    background: #fff;
    position: relative;
    display: block;
}

    .control.active .control__icon {
        transform: scale(-1,-1) translateY(50%);
        fill: #ff7a32;
    }

.control__icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    transition: transform .2s ease,color .2s ease;
    fill: #ff7a32;
}

.control-error {
    display: block;
    font-size: 1.2rem;
    color: #ff6532;
    padding-left: 2rem;
}

    .control-error.field-validation-valid {
        margin-top: .5rem;
    }

.control-error--secondary {
    font: 1rem Inter,sans-serif;
    padding-left: 4.8rem;
}

.control-input {
    position: relative;
    display: block;
}

    .control-input:not(:last-child) {
        margin-bottom: .5rem;
    }

.control-input--secondary .input {
    padding: 0;
}

.control-input--secondary .control-input__label {
    margin-bottom: .8rem;
    padding-left: 0;
}

.control-input--readonly .input {
    border-color: transparent;
    color: #191b1d80;
}

.control-input--readonly .control-input__icon {
    fill: rgba(0,0,0,.2);
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
}

.control-input__datepicker-head {
    display: none;
}

.control-input__label {
    display: block;
    margin-bottom: .5rem;
    padding: 0 2rem;
    color: grey;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
}

.control-input__label--nowrap {
    white-space: nowrap;
}

.control-input__label--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.control-form:not(:last-child) {
    margin-bottom: 2.6rem;
}

.control-form .button-frameless {
    padding-left: 2rem;
    padding-right: 2rem;
}

.control-form--files .control-form__delimeter {
    display: none;
}

.control-form__delimeter {
    font-size: 1.2rem;
    color: rgba(25,27,29,.5);
}

.control-row {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    align-items: end;
    width: 100%;
}

.control-row--align-start {
    align-items: start;
}

.control-input__wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .control-input__wrapper .input {
        padding-right: 4rem;
    }

.control-input__btn {
    background: 0 0;
    transition: opacity .2s ease;
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    cursor: pointer;
}

    .control-input__btn:hover {
        opacity: .8;
    }

    .control-input__btn.active .control-input__icon.text {
        opacity: 0;
    }

    .control-input__btn.active .control-input__icon.password {
        opacity: 1;
    }

.control-input__icon {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
}

.control-input__icon--secondary {
    position: static;
    transform: translateY(0);
}

.control-input__icon.text {
    width: 2rem;
    height: 1.4rem;
    fill: #a91eea;
}

.control-input__icon.password {
    opacity: 0;
    width: 2rem;
    height: 1.6rem;
}

.control-dates {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: flex-end;
    grid-gap: 1.2rem;
}

.control-date__icon {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    fill: #000;
    pointer-events: none;
}

.control-input__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.3rem;
    margin-bottom: .5rem;
}

    .control-input__head .control-input__label {
        margin-bottom: 0;
    }

.control-input__link {
    transition: opacity .2s ease;
    color: #0168f8;
}

    .control-input__link:hover {
        opacity: .8;
    }

.control-input__clear {
    transition: opacity .2s ease;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .control-input__clear:hover {
        opacity: .8;
    }

.control-input__remove-icon {
    transition: opacity .2s ease;
    margin-left: .7rem;
    cursor: pointer;
    fill: #000;
}

    .control-input__remove-icon:hover {
        opacity: .8;
    }

.control-input__label-btn {
    width: 2rem;
    height: 2rem;
}

.control__list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(25,27,29,.1);
    padding: 1.6rem 2rem 0;
}

.control__list-btn {
    white-space: nowrap;
}

    .control__list-btn:not(:last-child) {
        margin-right: 3.3rem;
    }

    .control__list-btn:only-child {
        margin: 0 auto;
    }

.control__tabs-nav.tabs__nav {
    margin: 0 0 1.2rem;
    padding: 0;
}

    .control__tabs-nav.tabs__nav .tabs__list {
        width: 100%;
    }

    .control__tabs-nav.tabs__nav .tabs__nav-item {
        width: 100%;
    }

        .control__tabs-nav.tabs__nav .tabs__nav-item:not(:last-child) {
            margin-right: 0;
        }

.dboard {
    position: relative;
    margin-bottom: 3.4rem;
    margin-left: auto;
    margin-right: auto;
}

.dboard--start {
    max-width: 128rem;
}

    .dboard--start .dboard__content {
        padding: 5rem 12.5rem 8rem;
    }

.dboard--auth {
    max-width: 92.8rem;
    margin-bottom: 14rem;
    margin-right: 18rem;
}

    .dboard--auth .dboard__inner:not(:last-child) {
        margin-bottom: 4rem;
    }

    .dboard--auth .dboard__content {
        padding: 4rem 6rem;
    }

    .dboard--auth .switch-buttons__item {
        padding: .8rem 1.6rem;
    }

.dboard--reset-success .dboard__content {
    padding-top: 8.1rem;
    padding-bottom: 8.1rem;
}

.dboard--primary .dboard__inner {
    min-height: 69.6rem;
}

.dboard--blur-1 .dboard__inner {
    position: relative;
}

    .dboard--blur-1 .dboard__inner::after {
        position: absolute;
        content: '';
        top: -19%;
        left: 0;
        width: 68.6rem;
        height: 84.6rem;
        background: #fff1f1;
        filter: blur(20rem);
        transform: rotate(-156deg);
        pointer-events: none;
    }

.dboard--blur-1 .dboard__content {
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 2rem;
}

.dboard--blur-2 .dboard__inner {
    position: relative;
}

    .dboard--blur-2 .dboard__inner::after {
        position: absolute;
        content: '';
        top: -19%;
        left: 0;
        width: 68.6rem;
        height: 84.6rem;
        background: #f2b156;
        filter: blur(20rem);
        transform: rotate(-156deg);
        pointer-events: none;
    }

.dboard--blur-2 .dboard__content {
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 2rem;
}

.dboard--payments .dboard__title {
    margin-bottom: 6rem;
}

.dboard--payments .dboard__delimeter {
    margin: 4.8rem 0;
}

.dboard--payments .dboard__head-control.mobile-show {
    margin-bottom: 2.8rem;
    margin-right: 0;
    max-width: unset;
    width: 100%;
    display: none;
}

    .dboard--payments .dboard__head-control.mobile-show .button__inner {
        width: 100%;
    }

.dboard--notes-category-inner .dboard__head-control.mobile-show {
    margin-bottom: 3.2rem;
    margin-right: 0;
    max-width: unset;
    width: 100%;
}

    .dboard--notes-category-inner .dboard__head-control.mobile-show .button__inner {
        width: 100%;
    }

.dboard--notes-category-inner .dboard__head-control .button__inner {
    font-size: 1.4rem;
}

.dboard--notes-category-inner .dboard__description-title {
    margin-bottom: 3.6rem;
}

    .dboard--notes-category-inner .dboard__description-title.tablet {
        display: none;
        margin-bottom: 0;
        margin-right: 4.3rem;
    }

.dboard--process .dboard__container {
    max-width: 128.3rem;
}

.dboard--process .dboard__content-head {
    border-top-right-radius: 2rem;
}

.dboard--process .dboard__content {
    padding: 0;
}

.dboard--process .dboard__content-inner {
    padding: 6rem 8.2rem 8rem 8.6rem;
}

.dboard--process .dboard__delimeter {
    margin: 4.8rem 0;
}

.dboard--process .dboard__section-title {
    margin-bottom: 3.6rem;
}

.dboard--process .control-form:not(:last-child) {
    margin-bottom: 3.6rem;
}

.dboard--secondary .dboard__content {
    padding: 8rem 8.5rem;
}

.dboard--secondary .dboard__head-control:not(:last-child) {
    margin-right: 2rem;
}

.dboard--management .dboard__head-control.mobile-show {
    margin-bottom: 3.2rem;
    margin-right: 0;
    max-width: unset;
    width: 100%;
    display: none;
}

    .dboard--management .dboard__head-control.mobile-show .button__inner {
        width: 100%;
    }

.dboard__title.tablet {
    display: none;
    margin-bottom: 0;
    font-size: 2.8rem;
}

.dboard__inner {
    background: #fff;
    position: relative;
    display: flex;
    box-shadow: 0 20px 70px -20px rgba(6,31,64,.15);
    border-radius: 2rem;
}

.dboard__container {
    position: relative;
    max-width: 127.8rem;
    width: 100%;
    margin: 0 auto;
}

.dboard__content {
    position: relative;
    z-index: 1;
    padding: 8rem 5rem 8rem 8.6rem;
    width: 100%;
    overflow: hidden;
}

.dboard__crumbs {
    margin-bottom: 5.1rem;
}

.dboard__auth-text {
    text-align: center;
}

    .dboard__auth-text a {
        transition: opacity .2s ease;
        display: inline;
        font-weight: 700;
        color: #0168f8;
    }

        .dboard__auth-text a:hover {
            opacity: .8;
        }

.dboard__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.5rem;
}

.dboard__head--executors .dboard__head-info {
    flex-grow: 0;
    margin: 0;
    margin-right: 2rem;
}

.dboard__head--applications .dboard__head-info {
    margin-left: 22rem;
}

.dboard__head--applications .dboard__head-nav {
    margin-right: 4rem;
}

.dboard__head--applications .dboard__head-controls {
    margin-left: 4rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
}

.dboard__head--notes .dboard__head-info {
    align-items: flex-start;
    flex: 1 1 57%;
    margin: 0;
    margin-right: 2rem;
}

.dboard__head--notes .dboard__head-controls {
    flex: 1 1 43%;
}

.dboard__head--notes .dboard__head-text {
    text-align: left;
}

.dboard__head--tech-spec .dboard__head-info {
    flex-grow: 0;
    margin: 0;
}

.dboard__head--search-executors .crumbs-select {
    margin-bottom: .5rem;
}

.dboard__body {
    width: 100%;
}

.dboard__head-group {
    display: flex;
    align-items: flex-start;
}

.dboard__head-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .dboard__head-info.mobile {
        display: none;
        margin: 0 0 2.3rem;
    }

.dboard__head-info--sm {
    flex-grow: 0;
    max-width: 42rem;
}

.dboard__head-info--always-center {
    text-align: center;
}

.dboard__head-title-icon {
    fill: #000;
    margin-left: 1rem;
}

.dboard__head-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 30rem;
}

    .dboard__head-controls:only-child {
        flex-grow: 1;
    }

.dboard__head-control:not(:last-child) {
    margin-right: 1rem;
}

.dboard__head-control.dboard__head-control-clipboard:not(:last-child) {
    margin-right: 2rem;
}

.dboard__head-control + .dboard__head-control.select {
    margin-right: -4rem;
    margin-left: -1rem;
}

.dboard__head-control.hidden {
    display: none;
}

.dboard__head-control.active {
    display: block;
}

.dboard__head-control.mobile {
    display: none;
}

.dboard__head-banner.active {
    display: block;
}

.dboard__head-nav {
    display: flex;
    align-items: center;
}

.dboard__head-nav-item:not(:last-child) {
    margin-right: 2.6rem;
}

.dboard__head-controls-tooltip {
    position: absolute;
    top: 100%;
    right: 5%;
}

    .dboard__head-controls-tooltip .tooltip__body {
        min-width: 69.8rem;
        width: 69.8rem;
    }

.dboard__head-title {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    line-height: 110%;
}

    .dboard__head-title:not(:last-child) {
        margin-bottom: 1rem;
    }

.dboard__head-text {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: .03em;
}

.dboard__head-text--lg {
    font-size: 1.6rem;
}

.dboard__head-text strong {
    font-weight: 400;
    color: #ff4524;
}

.dboard__head-title-button {
    display: flex;
    align-items: baseline;
    text-align: center;
}

button.dboard__head-title-button {
    transition: opacity .2s ease;
}

    button.dboard__head-title-button:hover {
        opacity: .8;
    }

.dboard__description {
    width: 100%;
    margin: 0 auto 4rem;
}

.dboard__description-title {
    margin-bottom: 4.7rem;
    padding: 0;
    font-family: Manrope,sans-serif;
}

.dboard__description-text {
    font: 1.8rem/1.4 Inter,sans-serif;
    background: 0 0;
    max-width: 69rem;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 1rem;
    transition: background-color .2s ease,border-color .2s ease;
}

    .dboard__description-text.input.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable):not(.empty) {
        border-color: transparent;
    }

        .dboard__description-text.input.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable):not(.empty):focus-within,
        .dboard__description-text.input.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable):not(.empty):hover {
            background: #f0f4fa;
            border-color: rgba(0,0,0,.3);
        }

    .dboard__description-text:focus-within,
    .dboard__description-text:hover {
        background: #f0f4fa;
        border-color: rgba(0,0,0,.3);
    }

    .dboard__description-text.ck.ck-editor__editable_inline {
        padding: 0 2rem;
    }

    .dboard__description-text p:not(:last-child) {
        margin-bottom: 2rem;
    }

.dboard__delimeter {
    margin: 4rem 0;
}

.dboard__delimeter--secondary {
    margin: 3.6rem 0 4.8rem;
}

.dboard__body-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dboard__tooltip {
    margin-left: -1rem;
}

.dboard__section {
    margin-bottom: 6rem;
}

.dboard__form {
    margin-bottom: 10.5rem;
}

.dboard__form-footer {
    display: flex;
    justify-content: center;
}

.dboard__form-footer--justify-start {
    justify-content: flex-start;
}

.dboard__tech-spec-switch {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
}

.dboard__head-controls-group {
    display: flex;
}

    .dboard__head-controls-group:not(:last-child) {
        margin-right: 2rem;
    }

    .dboard__head-controls-group .dboard__head-control:not(:last-child) {
        margin-right: 1rem;
    }

.dboard__offers {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.dboard__offer-inner {
    display: flex;
}

.dboard__offer-title {
    font-size: 2rem;
    margin-bottom: 4rem;
}

.dboard__offer-text {
    font-family: Inter,sans-serif;
    line-height: 1.4;
    max-width: 54.6rem;
    width: 100%;
    margin-right: 5.9rem;
}

    .dboard__offer-text p:not(:last-child) {
        margin-bottom: 2rem;
    }

.dboard__offer-contacts:not(:only-child) {
    margin-top: 7.1rem;
}

.dboard__offer-contacts-item:not(:last-child) {
    margin-bottom: 4.8rem;
}

.dboard__submitted-files {
    margin-top: 1.8rem;
}

.dboard__section-title {
    margin-bottom: 2.4rem;
    padding-left: 2rem;
}

.dboard__head-create-note .button__inner {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.dboard__head-controls-text {
    padding: 1.3rem 1rem;
    margin-right: 1rem;
    font-family: Inter,sans-serif;
    color: rgba(25,27,29,.8);
}

.dboard__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.7rem;
}

.dboard__controls-group {
    display: flex;
    align-items: center;
}

    .dboard__controls-group:not(:last-child) {
        margin-right: 3rem;
    }

.dboard__controls-item:not(:last-child) {
    margin-right: 2.2rem;
}

.dboard__controls-count {
    margin-right: 2.8rem;
}

.dboard__head-floating-control {
    display: none;
}

.dboard__head-select-create .select__options-wrapper {
    left: unset;
    right: 1rem;
}

.dboard__search-executors-btn {
    max-width: unset;
}

    .dboard__search-executors-btn.mobile {
        display: none;
    }

        .dboard__search-executors-btn.mobile .button-outline__icon {
            bottom: -1.1rem;
            right: unset;
            left: calc(100% + .6rem);
        }

.dboard__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

    .dboard__bg::after {
        content: '';
        position: absolute;
        border-radius: 2rem;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    }

.dboard__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2rem;
    opacity: .1;
}

.dboard__price-info-text {
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1.4rem;
}

.dboard__price-info-item:not(:last-child) {
    margin-bottom: .5rem;
}

.dboard__grid-files.file-preview {
    grid-template-columns: repeat(auto-fit,minmax(23.9rem,23.9rem));
    grid-gap: 1.6rem;
}

    .dboard__grid-files.file-preview:not(:last-child) {
        margin-bottom: 4rem;
    }

    .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
        width: 23.9rem;
        height: 100%;
    }

    .dboard__grid-files.file-preview .file-preview__item,
    .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
        min-height: 22.6rem;
    }

    .dboard__grid-files.file-preview .file-preview__item-info {
        align-items: unset;
        height: 100%;
    }

    .dboard__grid-files.file-preview .note-card--title-gallery .note-card__gallery {
        min-height: 6.2rem;
    }

.dboard__grid-files .note-card.new {
    border: 1px solid rgba(25,27,29,.1);
}

.dboard__grid-files .file-preview__item-controls {
    top: 2rem;
    right: 2rem;
}

.dboard__head-back-btn {
    margin-right: 2rem;
}

.dboard__content-head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dboard__content-head-left {
    display: flex;
    flex-direction: column;
    margin-right: 3rem;
}

.dboard__content-head-left-info-top {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.dboard__container-wrapper {
    padding: 0 8.4rem;
    width: 100%;
}

.dboard__container-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dboard__executor-grade-info {
    margin-right: 2rem;
}

.dboard__content-head-status {
    font-size: 1.6rem;
    color: #000;
}

.dboard__process-grid {
    grid-template-columns: 60% 1fr;
    grid-gap: 4rem;
}

.dboard__process-grid-col-item .note-card__content {
    padding: 3.2rem;
    min-height: 27.1rem;
}

.dboard__process-grid-col-item .note-card__title {
    font-size: 1.8rem;
}

.dboard__process-grid-col-item .note-card__info {
    margin-bottom: 2rem;
}

.dboard__process-grid-col-item .note-card__head-top {
    margin-bottom: 2rem;
}

.dboard__process-grid-col-item .note-card__link {
    z-index: 3;
}

.dboard__process-grid-col-item .note-card__head {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dboard__process-grid-col-item .button-outline,
.dboard__process-grid-col-item .notification__text > a {
    margin-top: auto;
}

.dboard__process-grid-col-item .note-card__title {
    margin-right: 0;
}

.dboard__process-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(5rem,5rem));
    grid-gap: .6rem;
}

    .dboard__process-gallery .gallery-item__img-wrapper {
        width: 5rem;
        height: 5rem;
    }

.dboard__process-gallery--lg {
    grid-template-columns: repeat(auto-fit,minmax(11.6rem,11.6rem));
}

    .dboard__process-gallery--lg .gallery-item,
    .dboard__process-gallery--lg .gallery-item__img-wrapper {
        width: 11.6rem;
        height: 11.6rem;
        max-height: 11.6rem;
    }

    .dboard__process-gallery--lg .gallery-item__more {
        font-size: 2rem;
    }

.dboard__executor-response-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.dboard__head-controls-text {
    font-size: 1.4rem;
    color: rgba(25,27,29,.5);
}

.dboard__executors-list-wrapper:not(:last-child),
.dboard__offers-list-wrapper:not(:last-child) {
    margin-bottom: 8rem;
}

.dboard__executors-list-title,
.dboard__offers-list-title {
    display: block;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

.select {
    position: relative;
}

    .select.active {
        z-index: 6;
    }

        .select.active .select__trigger-icon {
            transform: scale(-1,-1);
        }

        .select.active .select__trigger-open {
            display: none;
        }

        .select.active .select__trigger-close {
            display: none;
        }

        .select.active .select__trigger-close {
            display: flex;
        }

    .select.active-nested {
        z-index: 5;
    }

.select--big input:checked + .select__option-label {
    padding-right: 3.5rem;
}

.select--big .select__option-label {
    padding: 2.3rem 0;
}

.select--right .select__options-wrapper {
    left: calc(100% + 2rem);
}

.select--left .select__options-wrapper {
    right: calc(100% + 2rem);
}

.select--top .select__options-wrapper {
    bottom: calc(100% + 2rem);
}

.select--bot .select__options-wrapper {
    top: calc(100% + 2rem);
}

.select--x-center .select__options-wrapper {
    left: 50%;
    transform: translateX(-50%);
}

.select--y-center .select__options-wrapper {
    top: 50%;
    transform: translateY(-50%);
}

.select--radio .select__options-wrapper {
    padding: 0 2rem;
}

.select--radio .select__options {
    margin: .5rem 0;
}

.select--radio .select__option-label {
    padding-left: 1.4rem;
}

.select--radio .select__footer {
    padding-bottom: 2rem;
}

.select--simple .select__trigger-label {
    font-size: 1.6rem;
    font-weight: 700;
}

.select--simple .select__trigger-icon {
    margin-left: 1rem;
}

.select--readonly {
    pointer-events: none;
}

    .select--readonly .select__trigger-icon {
        display: none;
    }

    .select--readonly .select__trigger-icon--readonly {
        display: block;
    }

    .select--readonly .select__trigger {
        background: #fafafa;
        border-color: #d8dce1;
    }

.select--notifications .select__options-wrapper {
    overflow: visible;
    min-width: 50rem;
    padding: 2rem 0;
    top: 7rem;
    left: unset;
    right: -10rem;
}

    .select--notifications .select__options-wrapper::before {
        content: '';
        position: absolute;
        top: -1.2rem;
        right: 11.8rem;
        width: 2.8rem;
        height: 1.2rem;
        background: url(../img/svg/tooltip-arrow-light.svg) no-repeat center/contain;
    }

.select--notifications .notification__content {
    max-width: 33rem;
}

.select--plain .select__options-wrapper {
    box-shadow: none;
    background: 0 0;
    padding: 0;
    top: 7rem;
}

.select--plain .select__option:not(:last-of-type) {
    border: 0;
    margin-bottom: 1rem;
}

.select--plain .select__options {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

    .select__trigger:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

    .select__trigger.active {
        opacity: 1;
        overflow-y: auto;
        pointer-events: all;
    }

.select__trigger-label {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 85%;
}

    .select__trigger-label .select__option-icon {
        margin-right: 1rem;
    }

.select__options-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    min-width: 26.9rem;
    padding: 2rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity .1s ease-in-out,max-height .1s ease-in-out;
    border-radius: 2rem;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.25);
}

    .select__options-wrapper.active,
    .select__options-wrapper.active-nested {
        max-height: 100rem;
        opacity: 1;
        pointer-events: all;
    }

    .select__options-wrapper.active-nested {
        min-height: 28.5rem;
    }

        .select__options-wrapper.active-nested .select__option.active .select__options-wrapper {
            opacity: 1;
            pointer-events: all;
        }

        .select__options-wrapper.active-nested .select__option.active .select__options-wrapper-nested {
            display: block;
            max-height: 100%;
        }

.select__options-wrapper--multi.active,
.select__options-wrapper--multi.active-nested {
    max-height: 27.5rem;
    overflow-y: auto;
}

    .select__options-wrapper--multi.active .select__options,
    .select__options-wrapper--multi.active-nested .select__options {
        max-height: unset;
    }

.select__options {
    scrollbar-color: rgba(25,27,29,.5) rgba(25,27,29,.1);
    scrollbar-width: thin;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    max-height: 27.5rem;
}

    .select__options::-webkit-scrollbar {
        width: 4px;
        background: rgba(25,27,29,.1);
        border-radius: 1rem;
    }

    .select__options::-webkit-scrollbar-thumb {
        background: rgba(25,27,29,.5);
        border-radius: 1rem;
    }

.select__options--no-checkboxes .select__option-label {
    padding-right: 0;
}

.select__chosen-options .select__option:not(:last-child) {
    border-bottom: 0;
}

.select__chosen-options .select__option:last-child {
    border-bottom: 1px solid #e8e9e9;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.select__options-wrapper-nested {
    display: none;
    height: 100%;
}

    .select__options-wrapper-nested .select__options:not(:last-child) {
        height: calc(100% - 6.5rem);
    }

.select__option:not(:last-of-type) {
    border-bottom: 1px solid #e8e9e9;
}

.select__option.selected {
    position: relative;
}

    .select__option.selected .select__option-label {
        padding-right: 3.5rem;
    }

    .select__option.selected .select__option-icon.checked {
        display: block;
        fill: #944ae2;
    }

.select__option label {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}

.select__option input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .select__option input:checked + .select__option-label .select__option-icon.checked {
        display: block;
        fill: #944ae2;
    }

    .select__option input:disabled + .select__option-label {
        color: #b3b3b3;
    }

        .select__option input:disabled + .select__option-label .select__option-icon {
            fill: #b3b3b3;
        }

.select__trigger-icon {
    transition: transform .2s;
    margin-left: 2rem;
    fill: rgba(0,0,0,.5);
}

.select__trigger-icon--readonly {
    display: none;
    fill: rgba(0,0,0,.5);
}

.select__selected-label {
    color: #191b1d;
    font-size: 1.6rem;
    margin-right: 10px;
}

.select__option-label {
    transition: opacity .2s ease;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    color: #191b1d;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 1.3rem 3.5rem 1.3rem 0;
}

    .select__option-label:hover {
        opacity: .8;
    }

.select__option-label-link {
    color: #0168f8;
}

.select__option-icon {
    min-width: 2rem;
    margin-right: 1.6rem;
}

.select__option-icon--text {
    position: static;
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
}

.select__option-icon.checked {
    display: none;
    position: absolute;
    right: .8rem;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
}

.select__footer {
    padding: 1.4rem 0 0;
    border-top: 1px solid #e8e9e9;
}

.select__clear {
    flex-direction: column;
}

    .select__clear::before {
        background: rgba(25,27,29,.05);
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        margin-bottom: .8rem;
    }

    .select__clear .select__option.active {
        background: 0 0;
        font-weight: 400;
    }

        .select__clear .select__option.active .select__option-label {
            color: grey;
        }

.select__option-label-additional {
    font: 1.6rem Inter,sans-serif;
    color: rgba(0,0,0,.5);
}

    .select__option-label-additional::before {
        content: '/';
        display: inline;
        color: rgba(0,0,0,.2);
        margin: 0 .5rem;
    }

.select__trigger-close {
    display: none;
    width: 6rem;
    height: 6rem;
}

    .select__trigger-close .button-oval__icon {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }

.select__option-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.select__trigger-count {
    font-weight: 400;
}

    .select__trigger-count::before {
        content: '|';
        font-size: 1.4rem;
        color: #d1d1d2;
        margin: 0 .7rem;
    }

.select__option-label-delimeter {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(25,27,29,.5);
}

    .select__option-label-delimeter::before {
        display: inline-block;
        color: rgba(25,27,29,.5);
        content: '|';
        margin: 0 .4rem;
    }

.select__value::before {
    display: inline-block;
    margin: 0 .4rem;
    content: '/';
    font-size: 1.6rem;
}

.select__search {
    position: relative;
    padding: 1rem 1.3rem;
    margin-bottom: .6rem;
}

.select__search-input {
    padding: 0 0 0 1.7rem;
    font-family: Lato,sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

    .select__search-input::placeholder {
        color: rgba(0,0,0,.3);
    }

.select__search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    fill: rgba(0,0,0,.7);
    width: 1.8rem;
    height: 1.8rem;
}

.file-upload {
    background: 0 0;
    transition: opacity .2s ease;
    position: relative;
    border: 1px dashed rgba(1,104,248,.2);
    border-radius: 1rem;
    overflow: hidden;
    padding: 7.1rem 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .file-upload:hover {
        opacity: .8;
    }

.file-upload--error {
    border-color: #ff6532;
}

.file-upload--column {
    min-height: 30rem;
    justify-content: center;
}

    .file-upload--column .file-upload__inner {
        flex-direction: column;
        justify-content: center;
    }

    .file-upload--column .file-upload__button {
        margin-right: 0;
        margin-bottom: 2rem;
    }

.file-upload--secondary {
    background: #f0f4fa;
    border: 1px solid #f0f4fa;
}

.file-upload__icon {
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1.2rem;
}

.file-upload__text {
    display: block;
    max-width: 30rem;
    line-height: 2.2rem;
    text-align: center;
    color: rgba(25,27,29,.5);
}

.file-upload__inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.file-upload__button {
    margin-right: 1.3rem;
}

.counter {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 2rem;
    background: #ff6532;
    box-shadow: 0 2px 4px 0 rgba(192,89,57,.2);
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap;
}

.counter--secondary {
    background: rgba(25,27,29,.5);
    min-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
}

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 2rem;
}

    .checkbox:not(:last-of-type) {
        margin-bottom: 1rem;
    }

.checkbox--secondary {
    padding-left: 0;
}

    .checkbox--secondary .checkbox__txt {
        font: 1.6rem Inter,sans-serif;
    }

    .checkbox--secondary .checkbox__logic:checked + .checkbox__styled {
        background: #0168f8;
        border-color: #0168f8;
    }

.checkbox__logic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .checkbox__logic:checked + .checkbox__styled {
        background: #a91eea;
        border-color: #fff;
    }

        .checkbox__logic:checked + .checkbox__styled::before {
            opacity: 1;
        }

.checkbox__styled {
    background: #fff;
    position: relative;
    display: inline-block;
    min-width: 3.6rem;
    min-height: 3.6rem;
    margin-right: 1rem;
    border: 2px solid #0168f8;
    border-radius: 50%;
    transition: background-color .1s ease,border-color .1s ease;
}

    .checkbox__styled::before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjM2NzIgMTcuNjI1TDEuODg2NzIgMTEuMDc5TDQuNjcyMjIgOC4yOTJMOC42MzY3MiAxMi4wNTFMMTcuMTAxMiAzLjM3NUwxOS44ODY3IDYuMTYwNUw4LjYzNjcyIDE3LjYyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat center;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        opacity: 0;
        width: 100%;
        height: 100%;
    }

.checkbox__txt {
    font: 400 1.8rem/140% Inter,sans-serif;
    display: flex;
    align-items: flex-start;
    -webkit-user-select: none;
    user-select: none;
    color: rgba(0,0,0,.8);
}

.tabs__nav {
    margin-bottom: 4.8rem;
}

.tabs__list {
    display: flex;
    border-bottom: 2px solid #e5e5e5;
}

.tabs__nav-icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    fill: #626b7a;
    margin-right: 1rem;
}

.tabs__nav-item {
    transition: opacity .2s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.1rem;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    flex: 1 1 100%;
    font-size: 1.6rem;
    color: grey;
    font-weight: 700;
}

    .tabs__nav-item:hover {
        opacity: .8;
    }

    .tabs__nav-item:not(:last-of-type) {
        margin-right: 3.6rem;
    }

    .tabs__nav-item::after {
        background: #191b1d;
        position: absolute;
        content: '';
        bottom: -.2rem;
        left: 0;
        width: 100%;
        height: .2rem;
        opacity: 0;
        transition: opacity .2s;
    }

    .tabs__nav-item.active {
        color: #191b1d;
    }

        .tabs__nav-item.active::after {
            opacity: 1;
        }

        .tabs__nav-item.active .tabs__nav-icon {
            filter: brightness(0) saturate(100%) invert(0) sepia(0) saturate(5831%) hue-rotate(222deg) brightness(93%) contrast(105%);
        }

.tabs__content {
    display: none;
}

    .tabs__content.active {
        display: block;
    }

.tabs__nav-text {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}

.tabs__nav-counter {
    top: -2rem;
    right: -3.5rem;
}

.tabs__nav-counter--secondary {
    position: static;
    margin-left: .8rem;
}

.tabs__content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.8rem;
}

.tabs__content-head-btn {
    margin-left: auto;
}

.tabs__section:not(:last-child) {
    margin-bottom: 4.8rem;
}

.tabs__pagination {
    display: flex;
    justify-content: center;
    margin-top: 9.2rem;
}

.tabs__tips {
    align-items: flex-start;
    margin-bottom: 10.7rem;
}

.tabs__content-head-controls {
    max-width: 64rem;
    width: 100%;
}

.tabs__control-row {
    grid-gap: 2.4rem;
}

.modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -5;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(145,174,247,.302);
    transition: opacity .2s ease-in-out;
}

    .modal.active {
        opacity: 1;
        visibility: visible;
        z-index: 13;
    }

.modal--full-scroll {
    height: 100vh;
    align-items: flex-start;
    padding: 3rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}

    .modal--full-scroll .modal__inner {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .modal--full-scroll .modal__content {
        max-height: unset;
    }

.modal--page.active {
    z-index: 11;
}

.modal--no-content .modal__body {
    margin: 0 auto;
}

.modal .input-textarea {
    min-height: 7.8rem;
}

.modal .tooltip {
    padding: 0 2.3rem;
    margin: 0 -4.3rem;
}

.modal .control-form:not(:last-child) {
    margin-bottom: 3.2rem;
}

.modal .control-input__label {
    font-size: 1.4rem;
}

.modal .input--date:read-only,
.modal .input:not(:read-only) {
    background: #fff;
    border-color: rgba(0,0,0,.1);
}

    .modal .input--date:read-only:focus-within,
    .modal .input:not(:read-only):focus-within {
        background: #f0f4fa;
    }

.modal__wrapper {
    padding: 0 2rem;
}

.modal__content {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 14px 30px -4px rgba(31,75,188,.25);
    max-width: 70.8rem;
    max-height: 70rem;
    height: auto;
}

.modal__scroll {
    position: relative;
    scrollbar-color: rgba(25,27,29,.5) rgba(25,27,29,.1);
    scrollbar-width: thin;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    margin-left: -1.7rem;
    margin-right: -2.5rem;
}

    .modal__scroll::-webkit-scrollbar {
        width: 4px;
        background: rgba(25,27,29,.1);
        border-radius: 1rem;
    }

    .modal__scroll::-webkit-scrollbar-thumb {
        background: rgba(25,27,29,.5);
        border-radius: 1rem;
    }

    .modal__scroll::after,
    .modal__scroll::before {
        position: sticky;
        display: block;
        content: '';
        z-index: 2;
        left: 0;
        right: 0;
        width: 110%;
        transform: translateX(-3.6rem);
        height: 4.8rem;
        pointer-events: none;
        transition: opacity .2s ease;
    }

    .modal__scroll::before {
        top: 0;
        margin-bottom: -4.8rem;
        background: linear-gradient(180deg,#fff,rgba(255,255,255,0) 100%);
        opacity: 0;
    }

    .modal__scroll::after {
        bottom: -.1rem;
        margin-top: -4.8rem;
        background: linear-gradient(0deg,#fff,rgba(255,255,255,0) 100%);
        opacity: 0;
    }

    .modal__scroll::before {
        opacity: var(--shadow-top-opacity,0);
    }

    .modal__scroll::after {
        opacity: var(--shadow-bottom-opacity,0);
    }

    .modal__scroll.not-scrollable {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        max-height: unset;
        overflow: visible;
    }

        .modal__scroll.not-scrollable::after,
        .modal__scroll.not-scrollable::before {
            display: none;
        }

.modal__inner {
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 3.2rem 4rem;
}

.modal__close {
    transition: background-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
}

.modal__close-icon {
    stroke: grey;
    width: 2.4rem;
    height: 2.4rem;
}

.modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.modal__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.modal__form-body {
    max-width: 62.8rem;
    width: 100%;
    margin: 0 auto;
}

    .modal__form-body:not(:last-child) {
        margin-bottom: 6rem;
    }

.modal__form-footer {
    display: flex;
    justify-content: center;
}

.modal__form-footer--justify-start {
    justify-content: flex-start;
}

.modal__form-footer--justify-end {
    justify-content: flex-end;
}

.modal__form-footer--justify-space-between {
    justify-content: space-between;
}

.modal__head-group {
    display: flex;
    align-items: center;
}

    .modal__head-group:not(:last-child) {
        margin-right: 3rem;
    }

.modal__head-control:not(:last-child) {
    margin-right: 2rem;
}

.modal__back:not(:only-child) {
    margin-right: 5.4rem;
}

.modal__table .table__col {
    max-width: 100%;
    font-weight: 500;
}

.modal__table .table__row:not(:last-child) {
    margin-bottom: .2rem;
}

.modal__tabs-nav {
    margin-left: -4rem;
    margin-right: -4rem;
}

    .modal__tabs-nav .tabs__nav-item {
        font-weight: 700;
    }

.modal__form-footer-control:not(:last-child) {
    margin-right: 2.6rem;
}

.modal__form-avatar {
    margin-bottom: 3.8rem;
}

.modal__form-avatar-inner {
    display: flex;
    align-items: center;
}

.modal__form-avatar-button {
    margin-left: 2rem;
}

.modal__form-upload {
    min-height: 30rem;
    margin: 0 auto;
    justify-content: center;
}

    .modal__form-upload .file-upload__inner {
        justify-content: center;
    }

.modal__form-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 60rem;
    width: 100%;
    margin: 0 auto;
}

.modal__grid {
    grid-gap: 2rem;
}

.modal__head-info {
    align-items: flex-start;
}

    .modal__head-info .dboard__head-title-button {
        text-align: left;
    }

.modal__nav {
    display: flex;
}

.modal__controls {
    display: flex;
    margin-right: 6rem;
}

.modal__controls-btn:not(:last-child) {
    margin-right: 1rem;
}

.modal__file-preview {
    margin-bottom: 2.4rem;
}

.modal__form-title {
    padding-left: 2rem;
    margin-bottom: 1.8rem;
}

.modal__mobile-show {
    display: none;
    margin-top: 2rem;
}

.modal__delimeter {
    margin: 3.2rem auto 2.4rem;
    max-width: 83rem;
}

.modal__delimeter--margin-sm {
    margin: 2.4rem 0;
}

.modal__floating {
    position: fixed;
    z-index: 4;
    bottom: 4rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

    .modal__floating .button {
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
        margin: 0 auto;
    }

.modal__tab-sessions .modal__form-title {
    margin-bottom: 2.4rem;
}

.modal__tab-sessions .modal__table:not(:last-child) {
    margin-bottom: 4rem;
}

.modal__tab-sessions .table__row {
    padding: 1.3rem 2rem;
}

.modal__end-sessions {
    padding: 0 2.2rem;
}

    .modal__end-sessions .button-text {
        padding-left: 0;
        padding-right: 0;
    }

.modal__end-sessions-text {
    font: 1.4rem Lato,sans-serif;
    color: rgba(25,27,29,.5);
}

.modal__form-controls {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
}

.modal__form-disclaimer-btn {
    color: #ff4524;
    font-weight: 500;
    transition: opacity .2s ease;
}

    .modal__form-disclaimer-btn:hover {
        opacity: .8;
    }

.modal__form-text {
    color: rgba(25,27,29,.5);
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
}

.modal__form-disclaimer-title {
    font: 500 1.8rem Inter,sans-serif;
    display: block;
    margin-bottom: .8rem;
}

.modal__description-text {
    font: 1.4rem Inter,sans-serif;
    color: rgba(25,27,29,.8);
}

    .modal__description-text p:not(:last-child) {
        margin-bottom: 2rem;
    }

.modal__description-title {
    display: block;
    margin-bottom: 4rem;
    font-size: 2rem;
    font-weight: 700;
}

.modal__delete-account {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 62.4rem;
    width: 100%;
    margin: 0 auto;
}

.modal__delete-account-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10rem;
}

.modal__delete-account-img {
    width: 16rem;
    height: 16rem;
    margin-bottom: 1.6rem;
}

.modal__delete-account-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.6rem;
}

.modal__delete-account-text {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
}

.modal__delete-account-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal__delete-account-btn {
    max-width: 22.5rem;
    width: 100%;
}

    .modal__delete-account-btn:not(:last-child) {
        margin-right: 2rem;
    }

.modal__head-img {
    margin-right: 2rem;
    width: 9.7rem;
    height: 9.7rem;
}

.modal__text {
    font-weight: 500;
}

    .modal__text p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .modal__text b,
    .modal__text strong {
        font-weight: 700;
    }

.modal__text-icon {
    vertical-align: middle;
}

.modal__rating {
    display: flex;
    justify-content: center;
    padding: 2.4rem 0;
}

.modal__head-date {
    font-size: 1.2rem;
    color: rgba(0,0,0,.5);
}

.modal__form-price {
    margin-bottom: 2.4rem;
}

.modal__body-text {
    font: 1.4rem/1.4 Inter,sans-serif;
    color: rgba(0,0,0,.8);
}

.modal-add-note .modal__head {
    position: relative;
    margin-bottom: 2.4rem;
}

.modal-add-note .modal__body {
    max-width: 79rem;
    width: 100%;
    margin: 0 auto;
}

.modal-add-note--first .modal__content {
    max-width: 95rem;
}

.modal-add-note--selection .modal__form-footer {
    margin-top: 6rem;
}

.modal-add-note--payment .select__trigger .select__option-label-additional {
    display: none;
}

.modal-settings.modal--full-scroll .modal__inner {
    min-height: unset;
}

.modal-settings .modal__content {
    max-width: 95rem;
}

.modal-settings .modal__inner {
    min-height: 88.3rem;
}

.modal-settings .modal__head {
    margin-bottom: 4rem;
}

.modal-settings .modal__form {
    padding: 0;
}

.modal-settings .modal__form-body {
    max-width: 100%;
}

.modal-settings .modal__table strong {
    font-size: 1.8rem;
}

.modal-settings .modal__table .table__row {
    position: relative;
}

.modal-settings .modal__table .table__col {
    font-weight: 400;
}

.modal-settings .modal__table .table__icon {
    width: 4.8rem;
    height: 4.8rem;
    fill: #0168f8;
}

.modal-settings .modal__table .table__row:not(:last-child) {
    margin-bottom: .8rem;
}

.modal-settings .control-input__icon--secondary {
    fill: rgba(25,27,29,.5);
}

.modal-settings__settings-nav {
    display: none;
}

.modal-settings__settings-nav-item:not(:last-child) {
    margin-bottom: .4rem;
    border-bottom: 1px solid #e8e9e9;
}

.modal-account-edit .modal__content {
    max-width: 95rem;
}

.modal-account-edit .modal__form {
    padding: 0;
}

.modal-account-edit .modal__form-body {
    max-width: 100%;
}

.modal-avatar-edit .modal__form-body {
    max-width: 66.6rem;
}

.modal-avatar-edit .tooltip {
    margin: 0 -3.3rem;
}

.modal-file-upload .modal__head {
    margin-bottom: 2.4rem;
}

.modal-existing-notes .modal__content {
    max-width: 70.8rem;
}

.modal-existing-notes .modal__back:not(:last-child) {
    margin-right: 5.4rem;
}

.modal-existing-notes .modal__form {
    padding: 0;
}

.modal-existing-notes .modal__form-body {
    max-width: 100%;
}

.modal-existing-notes .modal__head {
    margin-bottom: 2.4rem;
}

.modal-edit-info .modal__content {
    max-width: 65rem;
}

.modal-edit-info .modal__form {
    padding: 0;
}

.modal-edit-info .modal__head {
    margin-bottom: 3.2rem;
}

.modal-edit-info .modal__form-body:not(:last-child) {
    margin-bottom: 3.2rem;
}

.modal-edit-info .modal__delimeter {
    display: none;
}

.modal-notifications .modal__content {
    max-width: 90vw;
}

.modal-notifications .modal__tabs-nav {
    margin-right: 0;
    margin-left: 0;
}

.modal-notifications .notification-list__item:last-of-type .notification {
    border-bottom: 1px solid rgba(25,27,29,.1);
}

.modal-notifications .modal__footer {
    justify-content: center;
}

    .modal-notifications .modal__footer .button__inner {
        font-size: 1.4rem;
    }

.modal-session .modal__content {
    max-width: 91rem;
}

.modal-content .modal__content {
    max-width: 141.6rem;
}

.modal-content .modal__inner {
    padding: 8rem 6rem;
    margin: 0 auto;
    max-width: 118.5rem;
}

.modal-content .modal__delimeter {
    max-width: 100%;
}

.modal-content .modal__head {
    margin-bottom: 3.9rem;
}

.modal-content .modal__body {
    max-width: 79rem;
    width: 100%;
}

.modal-content .content p {
    line-height: 145%;
}

    .modal-content .content p:not(:last-child) {
        margin-bottom: 1rem;
    }

.modal-edit-house .modal__content {
    max-width: 91rem;
}

.modal-edit-house .modal__inner {
    padding: 4rem 4rem 8rem;
}

.modal-edit-house .modal__form-disclaimer,
.modal-edit-house .modal__head {
    max-width: 62.8rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.modal-edit-house .modal__delimeter {
    margin: 6rem 0;
}

.modal-contacts .modal__content {
    max-width: 95rem;
}

.modal-contacts .modal__form-body {
    max-width: unset;
}

.modal-contacts .modal__delimeter {
    max-width: unset;
}

.modal-contacts .modal__head {
    margin-bottom: 4rem;
}

.modal-contacts .control-form:not(:last-child) {
    margin-bottom: 2.4rem;
}

.modal-contacts .info-item__head {
    margin-bottom: .8rem;
}

.modal-contacts .control-input__label {
    font-size: 1.6rem;
}

.modal-account-delete .auth__form-footer {
    max-width: unset;
    justify-content: space-between;
}

.modal-account-delete .modal__head {
    margin-bottom: 0;
}

.modal-account-delete .modal__inner {
    padding: 4rem 6rem 5rem;
}

.modal-account-delete .auth__title {
    margin-bottom: 1rem;
}

.modal-account-delete .auth__descrip {
    max-width: 46.6rem;
}

.modal-account-delete .auth__success-icon {
    margin-bottom: 2rem;
}

.modal-account-delete-confirm {
    max-width: 141.6rem;
    margin: 0 auto;
}

    .modal-account-delete-confirm .dboard__content {
        padding-top: 14rem;
    }

    .modal-account-delete-confirm .modal__head {
        justify-content: flex-end;
        margin-bottom: 1.2rem;
    }

.modal-review-executor .modal__head {
    margin-bottom: 2.4rem;
}

.modal-review-executor .control-form:not(:last-child) {
    margin-bottom: 2.4rem;
}

.modal-review-executor .modal__delimeter {
    margin: 2.4rem 0;
}

.modal-account .control-input__icon--secondary {
    fill: rgba(25,27,29,.5);
}

.modal-payment-card .modal__head {
    margin-bottom: 1rem;
}

.modal-payment-card .modal__content {
    background: #f0f4fa;
}

.modal-payment-card .modal__inner {
    padding: 2.4rem 4rem 4rem;
}

.modal-currency-notif .auth__descrip {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .modal-currency-notif .auth__descrip:not(:last-child) {
        margin-bottom: 1.6rem;
    }

.modal-currency-notif .auth__head {
    margin-bottom: 0;
}

.modal-currency-notif .auth__form-button {
    min-width: unset;
    margin-top: 3.2rem;
}

.modal-currency-notif .modal__inner {
    padding: 4rem;
}

.modal-currency-notif__icon {
    width: 1.8rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-left: .8rem;
}

.datepicker-dropdown .datepicker-picker {
    width: 100%;
    display: block;
    border: none;
    padding: 1.8rem 1.2rem;
    box-shadow: 0 0 10px 0 rgba(122,134,153,.25);
    border-radius: 1rem;
    border: none;
}

.datepicker-dropdown {
    font: 1.2rem Manrope,sans-serif;
    padding-top: 0;
    width: 29.6rem;
}

    .datepicker-dropdown.inactive {
        cursor: not-allowed;
    }

        .datepicker-dropdown.inactive .datepicker-title {
            cursor: pointer;
        }

        .datepicker-dropdown.inactive .datepicker-controls,
        .datepicker-dropdown.inactive .datepicker-footer,
        .datepicker-dropdown.inactive .datepicker-main {
            pointer-events: none;
        }

            .datepicker-dropdown.inactive .datepicker-controls .next-btn,
            .datepicker-dropdown.inactive .datepicker-controls .prev-btn {
                opacity: .5;
            }

        .datepicker-dropdown.inactive .view-switch {
            color: rgba(25,27,29,.5);
        }

        .datepicker-dropdown.inactive .datepicker-cell.next:not(.disabled),
        .datepicker-dropdown.inactive .datepicker-cell.prev:not(.disabled),
        .datepicker-dropdown.inactive .days,
        .datepicker-dropdown.inactive .days-of-week .dow,
        .datepicker-dropdown.inactive .month,
        .datepicker-dropdown.inactive .year.focused {
            color: rgba(25,27,29,.2);
        }

        .datepicker-dropdown.inactive .datepicker-cell.focused:not(.selected) {
            background: 0 0;
        }

.days .datepicker-grid,
.days .days-of-week {
    justify-content: space-between;
}

.datepicker-cell.day {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
    max-width: 3.2rem;
    max-height: 3.2rem;
}

.datepicker-cell {
    margin: 1px;
}

    .datepicker-cell.selected {
        background: #a91eea;
    }

.datepicker-grid {
    width: 100%;
}

.datepicker-header {
    margin-bottom: 10px;
}

    .datepicker-header .datepicker-controls {
        justify-content: space-between;
        padding: 0;
    }

.datepicker-controls .button {
    font-size: 2rem;
    font-weight: 600;
}

.datepicker-controls .view-switch {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

    .datepicker-controls .view-switch::after {
        display: none;
    }

.datepicker-view {
    margin-bottom: 10px;
    width: 100%;
}

    .datepicker-view .days-of-week .dow {
        font-size: 1.4rem;
        text-transform: uppercase;
        color: rgba(25,27,29,.3);
        font-weight: 400;
        width: 3.2rem;
        height: 3.2rem;
    }

    .datepicker-view .month,
    .datepicker-view .year {
        font-size: 1.6rem;
        flex-basis: 32%;
    }

.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
    color: rgba(25,27,29,.4);
}

.datepicker-controls .next-btn,
.datepicker-controls .prev-btn {
    position: relative;
    height: 3.6rem;
    min-width: 3.6rem;
    transition: opacity .2s ease;
}

    .datepicker-controls .next-btn:disabled::after,
    .datepicker-controls .prev-btn:disabled::after {
        display: block;
    }

    .datepicker-controls .next-btn::after,
    .datepicker-controls .prev-btn::after {
        position: absolute;
        content: '';
        top: 1.2rem;
        left: unset;
        width: 2rem;
        height: 2rem;
        border-radius: 0;
        transform: translate(0);
    }

.datepicker-header .datepicker-controls .button:hover {
    background: 0 0;
}

.datepicker-controls .prev-btn::after {
    background: url(../img/svg/arrow-left.svg),#fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    filter: blur(0);
}

.datepicker-controls .next-btn::after {
    background: url(../img/svg/arrow-right.svg),#fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    filter: blur(0);
}

.datepicker-cell {
    transition: background-color .2s ease,color .2s ease;
}

    .datepicker-cell:not(.disabled):not(.prev):not(.next):hover {
        background: #a91eea;
        color: #fff;
    }

    .datepicker-cell.next,
    .datepicker-cell.prev {
        pointer-events: none;
    }

.datepicker-input.in-edit:focus {
    box-shadow: none;
}

.datepicker-head-content {
    display: none;
}

.datepicker-title {
    background: 0 0;
    padding: .7rem 0 1.6rem;
    margin-bottom: .8rem;
}

    .datepicker-title .datepicker-head-content {
        display: block;
    }

    .datepicker-title .checkbox {
        padding-left: 0;
    }

    .datepicker-title .checkbox__styled {
        border-radius: 50%;
    }

    .datepicker-title .switch-toggle__styled {
        border-radius: 4.1rem;
    }

    .datepicker-title .switch-toggle__txt {
        font-size: 1.6rem;
        font-weight: 400;
    }

.datepicker span {
    cursor: pointer;
}

.img-stub {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img-stub--user {
    background: url(../img/png/avatar.png) no-repeat center/cover;
}

.img-stub--worker {
    background: #edeff6;
}

    .img-stub--worker::after {
        background: url(../img/svg/ant-stub.svg) no-repeat center/contain;
        content: '';
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 3rem;
        height: 3rem;
    }

.img-stub--picture {
    background: url(../img/svg/img-placeholder.svg) no-repeat center/cover;
}

.user-avatar {
    position: relative;
    display: flex;
    align-items: center;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    border-radius: 50%;
}

.user-avatar--border {
    border: 1px solid rgba(0,0,0,.1);
}

.user-avatar--inner-border::before {
    border-radius: 50%;
}

.user-avatar--lg {
    width: 15rem;
    height: 15rem;
}

    .user-avatar--lg .user-avatar__name {
        font-size: 5rem;
    }

a.user-avatar,
button.user-avatar {
    transition: opacity .2s ease;
}

    a.user-avatar:hover,
    button.user-avatar:hover {
        opacity: .8;
    }

.user-avatar__name {
    font: 700 2rem Inter,sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    color: #9975c1;
}

.user-avatar__label {
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
}

.user-avatar__img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.auth--reset-success .auth__form {
    margin-bottom: 0;
}

.auth__head {
    text-align: center;
    margin-bottom: 6rem;
}

.auth__success-icon {
    margin: 0 auto 1rem;
}

.auth__title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 2.8rem;
}

.auth__title-logo {
    transform: translate(-1.5rem,-.5rem);
}

.auth__back {
    position: absolute;
    top: 3.5rem;
    left: 3.5rem;
}

.auth__switch-buttons {
    margin-bottom: 4rem;
}

.auth__form {
    margin-bottom: 5.5rem;
}

.auth__control-input:not(:last-child) {
    margin-bottom: 2.4rem;
}

.auth__form-body {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto 4.8rem;
}

.auth__switch-buttons {
    max-width: 43.9rem;
    width: 100%;
    margin: 0 auto 4rem;
}

.auth__form-footer-descrip {
    margin-bottom: 2.4rem;
}

.auth__form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 45.2rem;
    width: 100%;
    margin: 0 auto;
}

.auth__form-footer--row {
    flex-direction: row;
}

.auth__form-button {
    min-width: 25.4rem;
}

    .auth__form-button:not(:last-child) {
        margin-right: 2.6rem;
    }

.auth__delimeter {
    margin-bottom: 6rem;
}

.auth__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .auth__buttons:not(:last-child) {
        margin-bottom: 6rem;
    }

.auth__button:not(:last-child) {
    margin-right: 4rem;
}

.auth__disclaimer {
    text-align: center;
    color: rgba(25,27,29,.5);
}

    .auth__disclaimer a,
    .auth__disclaimer button {
        display: inline;
        text-decoration: underline;
        color: rgba(25,27,29,.5);
        transition: color .2s ease;
    }

        .auth__disclaimer a:hover,
        .auth__disclaimer button:hover {
            color: #191b1d;
        }

.auth__descrip {
    max-width: 55rem;
    width: 100%;
    margin: 0 auto;
}

    .auth__descrip:not(:last-child) {
        margin-bottom: 4rem;
    }

    .auth__descrip.mobile {
        display: none;
    }

.auth__form-footer-descrip {
    text-align: center;
}

    .auth__form-footer-descrip:not(:last-child) {
        margin-bottom: 1.4rem;
    }

.switch-buttons {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 5rem;
    background: #f0f4fa;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.switch-buttons__item {
    transition: opacity .2s ease;
    border-radius: 3.2rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #191b1d;
    padding: 1.2rem 2.4rem;
}

    .switch-buttons__item:hover {
        opacity: .8;
    }

    .switch-buttons__item.active {
        box-shadow: 0 2px 6px 0 rgba(31,75,188,.35);
        background: #fff;
    }

.delimeter {
    display: flex;
    align-items: center;
}

    .delimeter::after,
    .delimeter::before {
        background: rgba(25,27,29,.1);
        content: '';
        height: .2rem;
        width: 100%;
    }

.delimeter__text {
    margin: 0 2rem;
    white-space: nowrap;
    color: rgba(25,27,29,.5);
}

.nav-item:not(:last-child) {
    margin-bottom: 2.4rem;
}

.nav-item__link {
    transition: opacity .2s ease;
    position: relative;
    display: flex;
    align-items: center;
    padding: .4rem 1.2rem;
    border-radius: 1rem;
}

    .nav-item__link:hover {
        opacity: .8;
    }

    .nav-item__link.active {
        background: #dde0ee;
    }

.nav-item__icon {
    min-width: 4rem;
    width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .nav-item__icon.mobile {
        display: none;
    }

.nav-item__text {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}

.nav-item__counter {
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
}

.sidebar {
    background: #f0f4fa;
    position: relative;
    z-index: 2;
    min-width: 27rem;
    padding: 10.2rem 3rem;
    border-radius: 2rem 0 0 2rem;
}

.sidebar__list:not(:last-child) {
    margin-bottom: 6rem;
}

.sidebar__nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sidebar__create-btn {
    width: 100%;
    margin-bottom: 4.8rem;
}

    .sidebar__create-btn .btn {
        width: 100%;
    }

.sidebar__menu {
    position: sticky;
    top: 5rem;
    height: 66vh;
}

.house {
    display: flex;
    align-items: center;
    padding: 1.6rem 2rem;
}

    .house .select__trigger-icon {
        fill: #191b1d;
    }

.house__content {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.house__info-btn {
    transition: opacity .2s ease;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
}

    .house__info-btn:hover {
        opacity: .8;
    }

.house__title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 800;
    color: #000;
    margin-bottom: .4rem;
}

    .house__title .select__option-text {
        max-width: 20rem;
    }

.house__address {
    font-size: 1.2rem;
    color: #000;
}

.house__icon {
    width: 3.8rem;
    height: 3.8rem;
    margin-right: 2rem;
    fill: #4e89ff;
}

.house__title-icon {
    min-width: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
}

.house__create .button__inner {
    padding-left: 2rem;
    padding-right: 2rem;
}

.note-card {
    position: relative;
    border-radius: 1rem;
}

    .note-card:not(.active) {
        background: 0 0;
    }

    .note-card.active {
        padding: .2rem;
        margin-top: 2.5rem;
    }

        .note-card.active .note-card__highlight {
            display: block;
        }

.note-card--search .note-card__content {
    min-height: 27.1rem;
}

.note-card--light .note-card__content {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
}

.note-card--pinned .note-card__head {
    padding-left: 3rem;
}

.note-card--category .note-card__content {
    min-height: 27.1rem;
}

.note-card--category .note-card__title {
    font-size: 1.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 4.4rem;
}

.note-card--suspended .note-card__content {
    background: #faf3f1;
}

.note-card--suspended .note-card__offers {
    background: 0 0;
    color: #0168f8;
    border: 1px solid rgba(1,104,248,.2);
}

    .note-card--suspended .note-card__offers .offers-badge__list-item {
        border-color: #faf3f1;
    }

.note-card--suspended .note-card__controls {
    background: rgba(250,243,241,.7);
}

.note-card--sm .note-card__content {
    padding: 1.6rem 1.2rem;
}

.note-card--sm .note-card__gallery {
    max-width: 17.8rem;
    min-height: 4rem;
}

.note-card--sm .gallery-item__more {
    font-size: 1.4rem;
}

.note-card--preview .note-card__title {
    font-size: 1.6rem;
}

.note-card--preview .note-card__description {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.note-card--preview .note-card__content,
.note-card--preview .note-card__title {
    min-height: unset;
}

.note-card--preview .note-card__content {
    padding: 2rem;
}

.note-card--preview .note-card__body {
    padding-right: 0;
}

.note-card--preview .file-preview__item-controls {
    position: static;
    margin-left: auto;
}

.note-card--deleted .note-card__content {
    background: #f2f2f2;
    border-color: #f2f2f2;
}

.note-card--deleted .note-card__count,
.note-card--deleted .note-card__description,
.note-card--deleted .note-card__title {
    color: #999;
}

.note-card--deleted .note-card__icon {
    fill: #999;
}

.note-card--description-gallery .note-card__description,
.note-card--description-only .note-card__description,
.note-card--gallery-only .note-card__description,
.note-card--title-gallery .note-card__description {
    line-clamp: 11;
    -webkit-line-clamp: 11;
    min-height: 11.5rem;
    max-width: calc(100% - 2rem);
}

.note-card--description-gallery .note-card__head-top,
.note-card--description-only .note-card__head-top,
.note-card--gallery-only .note-card__head-top,
.note-card--title-gallery .note-card__head-top {
    margin-bottom: 0;
}

.note-card--description-gallery .note-card__body,
.note-card--description-only .note-card__body,
.note-card--gallery-only .note-card__body,
.note-card--title-gallery .note-card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.note-card--description-gallery .note-card__gallery,
.note-card--description-only .note-card__gallery,
.note-card--gallery-only .note-card__gallery,
.note-card--title-gallery .note-card__gallery {
    margin-top: auto;
}

.note-card--description-gallery .note-card__title,
.note-card--description-only .note-card__title,
.note-card--gallery-only .note-card__title {
    display: none;
}

.note-card--description-only .note-card__gallery {
    display: none;
}

.note-card--title-gallery-only-child .note-card__gallery {
    grid-template-columns: 1fr;
    max-width: 15.2rem;
    min-height: 15.2rem;
}

.note-card--title-gallery-only-child .gallery-item {
    max-height: 15.2rem;
}

.note-card--title-gallery-only-child .note-card__title {
    min-height: unset;
}

.note-card--gallery-only .note-card__description,
.note-card--title-gallery .note-card__description {
    display: none;
}

.note-card--title-gallery .gallery-item {
    max-height: 7.4rem;
}

.note-card--title-gallery .note-card__gallery {
    grid-template-columns: repeat(3,1fr);
    max-width: 23.4rem;
    min-height: 7.4rem;
}

.note-card--gallery-only .note-card__gallery {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 23.4rem;
    grid-template-columns: repeat(12,1fr);
    grid-gap: .6rem;
}

.note-card--gallery-only .note-card__date {
    margin-top: 1.9rem;
}

.note-card--gallery-only .gallery-item {
    max-height: 11.4rem;
}

    .note-card--gallery-only .gallery-item:nth-child(1) {
        grid-column: span 6;
    }

    .note-card--gallery-only .gallery-item:nth-child(2) {
        grid-column: span 6;
    }

    .note-card--gallery-only .gallery-item:nth-child(3),
    .note-card--gallery-only .gallery-item:nth-child(4),
    .note-card--gallery-only .gallery-item:nth-child(5) {
        grid-column: span 4;
        max-height: 7.4rem;
    }

    .note-card--gallery-only .gallery-item:only-child {
        grid-column: span 12;
        max-height: 23.4rem;
    }

.note-card--gallery-only .gallery-item__img {
    height: 0;
    padding-bottom: 100%;
}

.note-card--gallery-only video.gallery-item__img {
    height: 100%;
    padding-bottom: 0;
}

.note-card--gallery-only-child .note-card__gallery {
    max-height: 27.1rem;
}

.note-card--gallery-only-child .gallery-item__img-wrapper {
    max-height: 27.1rem;
}

.note-card--gallery-only-child .note-card__body,
.note-card--gallery-only-child .note-card__content {
    padding: 0;
}

.note-card--gallery-only-child .gallery-item:only-child {
    max-height: unset;
}

.note-card--gallery-only-child .note-card__gallery {
    max-width: unset;
}

.note-card--gallery-only-child .note-card__date {
    left: 2rem;
    color: #191b1d;
    text-shadow: 2px 0 rgba(240,244,250,.3),-2px 0 rgba(240,244,250,.3),0 2px rgba(240,244,250,.3),0 -2px rgba(240,244,250,.3),1px 1px rgba(240,244,250,.3),-1px -1px rgba(240,244,250,.3),1px -1px rgba(240,244,250,.3),-1px 1px rgba(255,255,255,.1);
}

    .note-card--gallery-only-child .note-card__date::before {
        display: none;
    }

.note-card--gallery-only-child .note-card__controls {
    border-radius: 50%;
    top: 2rem;
    right: 2rem;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: rgba(255,255,255,.1);
}

    .note-card--gallery-only-child .note-card__controls .note-card__control-btn {
        width: 3rem;
        height: 3rem;
    }

.note-card--gallery-only-child .note-card__date {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 2rem;
    right: 0;
}

    .note-card--gallery-only-child .note-card__date::before {
        position: absolute;
        left: 0;
        bottom: -.3rem;
        content: '';
        width: 100%;
        height: 6rem;
        background: linear-gradient(180deg,rgba(240,244,250,0),#f0f4fa 89.167%);
    }

.note-card--gallery-only-child .note-card__date-value {
    position: relative;
    z-index: 1;
}

.note-card--payment .note-card__content {
    background: 0 0;
}

.note-card--payment .note-card__controls {
    filter: none;
    background: 0 0;
}

.note-card--payment .note-card__price-period {
    padding-left: 0;
    margin-bottom: .5rem;
}

.note-card--payment .note-card__head-top {
    margin-bottom: 2rem;
}

.note-card--payment-inner .note-card__head-top {
    margin-bottom: 2.4rem;
    justify-content: flex-start;
    align-items: center;
}

.note-card--payment-inner .note-card__date {
    margin-right: .8rem;
}

    .note-card--payment-inner .note-card__date:not(:last-child) {
        margin-bottom: 0;
    }

.note-card--payment-inner .executor-grade-info__title {
    font-size: 1.4rem;
    font-weight: 500;
}

.note-card--payment-inner .note-card__info-text {
    font-size: 1.4rem;
}

.note-card--payment-inner .note-card__price-period {
    padding-left: 0;
    margin-bottom: 2rem;
}

.note-card--payment-inner .note-card__price-currency {
    font-weight: 400;
    font-size: 1.4rem;
}

.note-card--payment-inner .note-card__content {
    min-height: unset;
    padding: 2rem;
}

.note-card--payment-inner .note-card__info {
    margin-bottom: 0;
}

.note-card--processes .note-card__info {
    margin-bottom: 0;
}

.note-card--processes .note-card__head-top {
    margin-bottom: 2.4rem;
}

.note-card--processes .note-card__title {
    font-size: 1.8rem;
    font-weight: 600;
    max-width: unset;
    margin-right: 0;
}

.note-card--processes .executor-grade-info__title-wrapper {
    padding-right: 8rem;
}

.note-card--processes .executor-grade-info__title-wrapper {
    align-items: flex-start;
}

.note-card--processes .note-card__content {
    padding: 2rem;
}

.note-card--processes .executor-grade-info__subtitle.mobile {
    display: none;
}

.note-card__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    overflow: hidden;
}

.note-card__bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

    .note-card__bg-color::after {
        background: rgba(255,255,255,.7);
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.note-card__content {
    background: #f0f4fa;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 22.5rem;
    border-radius: .9rem;
    padding: 2rem 1rem 2rem 2rem;
    transition: background-color .2s ease;
}

.note-card__head-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.note-card__body {
    padding-right: 1rem;
}

.note-card__control {
    position: relative;
    z-index: 1;
}

.note-card__controls {
    position: absolute;
    z-index: 4;
    top: 1.5rem;
    right: 1rem;
    display: flex;
    filter: drop-shadow(0 0 10px #f0f4fa);
    background: rgba(240,244,250,.7);
    border-radius: .4rem;
}

.note-card__title {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    max-width: calc(100% - 6rem);
    margin-right: 2rem;
}

.note-card__title-icon {
    width: 1.6rem;
    height: 1.8rem;
    margin-left: .8rem;
    fill: #000;
}

.note-card__title-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.note-card__icon {
    margin-right: 1.2rem;
}

.note-card__icon--sticker {
    position: absolute;
    width: 4.8rem;
    height: 4.8rem;
    top: .5rem;
    left: -1rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .25));
}

.note-card__link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.note-card__control-btn {
    width: 3rem;
    height: 3rem;
}

.note-card__count {
    font: 1.4rem Inter,sans-serif;
    color: rgba(25,27,29,.8);
}

    .note-card__count:not(:last-child) {
        margin-bottom: 1.4rem;
    }

.note-card__date {
    font-size: 1.2rem;
    color: rgba(25,27,29,.5);
}

    .note-card__date:not(:last-child) {
        margin-bottom: .5rem;
    }

.note-card__date--completed {
    font: 1.4rem Inter,sans-serif;
    color: rgba(25,27,29,.8);
}

    .note-card__date--completed:not(:last-child) {
        margin-bottom: 1.2rem;
    }

.note-card__dates {
    display: flex;
    flex-wrap: wrap;
}

.note-card__dates-item:not(:last-child)::after {
    background: rgba(25,27,29,.2);
    display: inline-block;
    content: '';
    height: .8rem;
    width: .1rem;
    margin: 0 .6rem;
}

.note-card__dates-item--finished {
    color: #191b1d;
}

.note-card__highlight {
    font: 500 1.4rem Inter,sans-serif;
    position: absolute;
    display: none;
    right: 1rem;
    top: -2.5rem;
    color: #fff;
    padding: .4rem 1.2rem;
    border-top-right-radius: 1.2rem;
    border-top-left-radius: 1.2rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.note-card__description {
    font: 1.4rem Inter,sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: var(--max-lines,3);
    line-clamp: var(--max-lines,3);
    -webkit-box-orient: vertical;
    background: linear-gradient(180deg,rgba(25,27,29,.8),rgba(25,27,29,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    pointer-events: none;
    color: rgba(25,27,29,.8);
    min-height: 5.1rem;
    margin-bottom: 2rem;
}

.note-card__gallery {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: .6rem;
    min-height: 6rem;
    max-width: 26rem;
    margin-bottom: 1.9rem;
    pointer-events: none;
}

.note-card__status {
    font-size: 1.2rem;
    color: #ff4524;
}

.note-card__progress {
    margin-bottom: 1.2rem;
}

.note-card__info {
    margin-bottom: 3.6rem;
}

.note-card__price-period {
    font: 1.4rem Inter,sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-left: 2rem;
    margin-bottom: 1.3rem;
}

.note-card__price-period--empty {
    margin-bottom: 1.7rem;
}

.note-card__price-period-item {
    display: flex;
    align-items: baseline;
}

    .note-card__price-period-item:not(:last-child)::after {
        background: rgba(25,27,29,.2);
        display: inline-block;
        content: '';
        height: .8rem;
        width: .1rem;
        margin: 0 .6rem;
    }

.note-card__price-value {
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: .04em;
}

.note-card__price-currency {
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: .5rem;
}

.note-card__period {
    font-size: 1.4rem;
}

.note-card__date-value {
    margin-left: .3rem;
}

.note-card__offers {
    pointer-events: none;
}

.note-card__info-text {
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    color: rgba(25,27,29,.8);
}

    .note-card__info-text:not(:last-child) {
        margin-bottom: 1rem;
    }

.banner-notice {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    width: 100%;
}

.banner-notice--secondary .banner-notice__content {
    padding: 1rem 12rem;
}

.banner-notice--secondary .banner-notice__img {
    left: 0;
    right: unset;
}

.banner-notice.mobile {
    display: none;
}

.banner-notice__wrapper {
    position: relative;
    width: 100%;
}

    .banner-notice__wrapper:not(:last-child) {
        margin-right: .5rem;
    }

    .banner-notice__wrapper::before {
        position: absolute;
        bottom: -.5rem;
        left: 50%;
        transform: translateX(-50%);
        height: 4.8rem;
        width: 98%;
        content: '';
        background: rgba(219,64,123,.25);
        filter: blur(2rem);
        border-radius: 3.2rem;
    }

.banner-notice__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    padding: 0 2rem;
}

.banner-notice__content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2rem 15.5rem;
    margin-right: 3rem;
    min-height: 7rem;
}

.banner-notice__link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-notice__text {
    color: #fff;
    line-height: 2.2rem;
}

    .banner-notice__text b,
    .banner-notice__text strong {
        font-weight: 700;
    }

.banner-notice__img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-notice__close {
    position: relative;
    z-index: 1;
}

.banner-notice__button-more {
    min-width: 24.6rem;
}

.banner-notice__select {
    display: none;
}

.files__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
}

.files__filter {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.files__row-label {
    color: rgba(0,0,0,.5);
    margin-bottom: 1rem;
}

.files__row-label-name::after {
    display: inline-block;
    content: '/';
    color: rgba(0,0,0,.3);
    margin: 0 .5rem;
}

.files__row.show-all .files__row-footer {
    display: flex;
}

.files__row:not(:last-child) {
    margin-bottom: 4rem;
}

.files__row-footer {
    display: flex;
    justify-content: center;
}

.files__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,150px));
    grid-gap: 1rem;
}

.files__gallery-item {
    min-height: 15rem;
}

.files__row-footer {
    margin-top: 2rem;
    display: none;
    justify-content: center;
}

.files__info-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.8rem;
}

.files__head-controls {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: -3rem;
}

.files__head-title {
    font-size: 2.4rem;
}

.files__controls-filter-btn {
    background: #f2f7ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.2rem;
    height: 4rem;
    margin-right: 1.2rem;
    border-radius: 50%;
}

.files__controls-filter-btn-icon {
    width: 1.6rem;
    height: 1.4rem;
    fill: #191b1d;
}

.gallery-item {
    position: relative;
    max-height: 6rem;
}

.gallery-item--more .gallery-item__link {
    pointer-events: none;
}

.gallery-item--more .gallery-item__img-wrapper::before {
    border-color: rgba(1,104,248,.1);
}

.gallery-item--more .gallery-item__img-wrapper::after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240,244,250,.8);
}

.gallery-item__img-wrapper {
    background: #f5f5f7;
    border-radius: .4rem;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

    .gallery-item__img-wrapper::before {
        border-radius: .4rem;
    }

.gallery-item__more {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 700;
    color: #0168f8;
    filter: drop-shadow(0 0 10px rgba(240, 244, 250, .8));
}

.gallery-item__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-item__link {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-item__date {
    margin-right: 6rem;
}

.gallery-item__info-inner {
    display: flex;
    align-items: center;
    visibility: hidden;
    position: absolute;
}

.gallery-item__name {
    display: none;
    font-family: Inter,sans-serif;
    line-height: 1.4;
    max-width: 60.1rem;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gallery-item__info {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    transition: opacity .2s ease;
}

    .gallery-item__info:hover {
        opacity: .8;
    }

.gallery-item__date {
    font-size: 1.2rem;
    color: rgba(25,27,29,.5);
}

.gallery-item__date-label {
    margin-right: .5rem;
}

.gallery-item__btn-more {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.gallery-view-list .gallery-item {
    background: #f0f4fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    padding: .8rem 0 .8rem 2rem;
}

    .gallery-view-list .gallery-item .button-icon .button-icon__icon {
        fill: #000;
    }

.gallery-view-list .gallery-item--more .gallery-item__more {
    display: none;
}

.gallery-view-list .gallery-item--more .gallery-item__link {
    pointer-events: all;
}

.gallery-view-list .gallery-item--more .gallery-item__img-wrapper::after {
    display: none;
}

.gallery-view-list .gallery-item .gallery-item__info {
    margin-right: 4rem;
}

.gallery-view-list .gallery-item.file-preview__item {
    min-height: 5rem;
}

.gallery-view-list .gallery-item__info.file-preview__item-info {
    flex-direction: row;
    align-items: center;
}

.gallery-view-list .gallery-item__img-wrapper,
.gallery-view-list .gallery-item__img-wrapper.file-preview__item-img-wrapper {
    margin-right: 1rem;
    min-width: 5rem;
    width: 5rem;
    height: 5rem;
}

.gallery-view-list .gallery-item__info-inner {
    visibility: visible;
    position: relative;
}

.gallery-view-list .gallery-item__date {
    display: flex;
}

.gallery-view-list .gallery-item__name.file-preview__item-name {
    display: -webkit-box;
    white-space: unset;
    max-width: unset;
    padding: 0;
    font-size: 1.6rem;
}

.gallery-view-list .file-preview {
    grid-gap: 1rem;
}

.gallery-view-list .file-preview__item-img-wrapper {
    border-radius: .4rem;
}

    .gallery-view-list .file-preview__item-img-wrapper:not(:last-child) {
        margin-bottom: 0;
    }

    .gallery-view-list .file-preview__item-img-wrapper::before {
        border-radius: .4rem;
    }

.gallery-view-list .dboard__grid-files.file-preview .file-preview__item,
.gallery-view-list .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
    min-height: 5rem;
}

.gallery-view-list .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
    width: 5rem;
}

.gallery-view-list .files__gallery,
.gallery-view-list .files__gallery.dboard__grid-files {
    grid-template-columns: 1fr;
}

.gallery-view-list .files__gallery-item {
    min-height: 5rem;
}

.gallery-view-list .files__row-footer {
    display: flex;
}

.gallery-view-list .file-preview__item-controls {
    display: none;
}

.person {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.person__img {
    margin-right: 1rem;
}

.person__name {
    font: 700 1.8rem Inter,sans-serif;
}

.gradient-1 {
    background: linear-gradient(135deg,#ff8132 0,#d05273 50%,#7f5ccc 100%);
}

.gradient-2 {
    background: linear-gradient(135deg,#ff8132 0,#e25278 50%,#e25a1f 100%);
}

.gradient-3 {
    background: linear-gradient(135deg,#50a6ff 0,#8159ec 50%,#cc48d7 100%);
}

.project-sent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8rem 0;
}

.project-sent__img {
    margin-right: 2rem;
}

.project-sent-text {
    font: 1.8rem Inter,sans-serif;
}

.price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: Inter,sans-serif;
    white-space: nowrap;
    padding-left: 3.2rem;
    padding-right: 1.1rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 4rem;
}

    .price::after {
        background: #ffd254;
        content: url("");
        clip-path: polygon(18% 0,100% 0,100% 100%,20% 100%,0 50%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 4rem;
        border-radius: 1rem;
    }

    .price::before {
        background: #f0f4fa;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 1.3rem;
        transform: translateY(-50%);
        content: '';
        border-radius: 50%;
        width: .8rem;
        height: .8rem;
    }

.price--dark::after {
    background: #dcdcdd;
}

.price--dark::before {
    background: #f2f2f2;
}

.price--dark .price__quantity {
    color: #191b1d;
}

.price--hot .price__inner::after {
    position: absolute;
    content: url(../img/svg/fire.svg);
    top: 50%;
    right: -2.4rem;
    transform: translateY(-50%);
}

.price__inner {
    display: flex;
    align-items: baseline;
    position: relative;
    z-index: 1;
}

.price__quantity {
    font-weight: 500;
    font-size: 1.8rem;
    margin-right: .5rem;
}

.price__currency {
    font-size: 1.2rem;
    color: rgba(25,27,29,.5);
}

.price__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
}

.offer {
    display: flex;
    justify-content: space-between;
    border-radius: 1rem;
    padding: 3.2rem 4rem;
}

    .offer.new {
        background: #f2f7ff;
        border: 0;
    }

    .offer.declined {
        background: #f2f2f2;
        border: 0;
    }

        .offer.declined .price-txt {
            opacity: .5;
        }

    .offer .dboard__process-gallery {
        width: 100%;
    }

.offer__left {
    max-width: 64.1rem;
    width: 100%;
    margin-right: 4rem;
}

.offer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer__info:not(:last-child) {
    margin-bottom: 2rem;
}

.offer__price {
    margin-bottom: 1.2rem;
}

.offer__price-txt {
    font: 1.4rem Inter,sans-serif;
    margin-bottom: 2rem;
    color: #000;
}

.offer__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
}

.offer__button:not(:last-child) {
    margin-right: 1.2rem;
}

.offer__read-more {
    transition: opacity .2s ease;
    color: #015edf;
}

    .offer__read-more:hover {
        opacity: .8;
    }

.offer__timeline:not(:last-child) {
    margin-bottom: 2rem;
}

.offer__price-hint.price-txt__hint {
    margin-left: .4rem;
    margin-right: 1rem;
}

.info-item--private {
    pointer-events: none;
}

    .info-item--private .info-item__link {
        display: inline-flex;
        align-items: center;
    }

.info-item .info-item__copy {
    padding: 0;
}

.info-item__label {
    min-width: 8rem;
    margin-right: 1rem;
    font-size: 1.6rem;
    color: rgba(25,27,29,.5);
}

.info-item__head {
    margin-bottom: 1.2rem;
}

.info-item__link,
.info-item__value {
    font: 1.8rem Inter,sans-serif;
    color: #191b1d;
}

.info-item__value {
    display: flex;
    align-items: center;
}

.info-item__link {
    transition: opacity .2s ease;
    display: flex;
    align-items: center;
    padding: 0;
}

    .info-item__link:hover {
        opacity: .8;
    }

.info-item__list-item {
    display: flex;
}

    .info-item__list-item:not(:last-child) {
        margin-bottom: 1.6rem;
    }

.info-item__icon {
    margin-right: 0;
    margin-left: .8rem;
    fill: #0168f8;
}

.info-item__private-dots {
    display: inline-flex;
    align-items: center;
    height: .4rem;
    margin-left: .4rem;
    margin-right: .8rem;
}

.info-item__private-dot {
    background: #191b1d;
    display: inline-flex;
    align-items: center;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
}

    .info-item__private-dot:not(:last-child) {
        margin-right: .4rem;
    }

.info-item__private-text {
    font: 400 1.8rem Manrope,sans-serif;
    display: inline-flex;
    align-items: center;
    color: #b3b3b3;
}

.info-item__private-icon {
    fill: #b3b3b3;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .6rem;
}

.progress-bar__title {
    font: 1.4rem Inter,sans-serif;
    color: rgba(25,27,29,.8);
    margin-bottom: .5rem;
}

.progress-bar__line {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: .5rem;
    margin-top: 1.2rem;
    border-radius: .6rem;
    background: #fff;
}

.progress-bar__load {
    height: 100%;
}

.image-cropper {
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

    .image-cropper.active {
        background: 0 0;
    }

        .image-cropper.active .image-cropper__result {
            display: block;
        }

        .image-cropper.active .image-cropper__crop {
            display: none;
        }

    .image-cropper .cropper-face,
    .image-cropper .cropper-view-box {
        border-radius: 50%;
    }

.image-cropper__result {
    display: none;
}

.file-preview {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(114px,114px));
    grid-gap: 1.4rem;
}

.file-preview__item {
    position: relative;
    max-height: unset;
}

    .file-preview__item.loading {
        pointer-events: none;
    }

        .file-preview__item.loading .file-preview__item-control {
            display: none;
        }

        .file-preview__item.loading .file-preview__item-preloader {
            display: flex;
        }

.file-preview__item--doc .file-preview__item-name {
    display: none;
}

.file-preview__item-name {
    display: block;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0 .4rem;
}

.file-preview__item-img-wrapper {
    width: 11.4rem;
    height: 11.4rem;
    border-radius: 1rem;
}

    .file-preview__item-img-wrapper::before {
        border-radius: 1rem;
    }

    .file-preview__item-img-wrapper:not(:last-child) {
        margin-bottom: .4rem;
    }

.file-preview__item-controls {
    position: absolute;
    z-index: 3;
    top: .4rem;
    right: .4rem;
}

.file-preview__item-control {
    background: rgba(255,255,255,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.file-preview__item-preloader {
    display: none;
}

.file-preview__item-info {
    flex-direction: column;
    align-items: flex-start;
    height: unset;
}

.gallery-item__img-wrapper,
.table__col-executor-img-wrapper,
.user-avatar--inner-border {
    position: relative;
}

    .gallery-item__img-wrapper::before,
    .table__col-executor-img-wrapper::before,
    .user-avatar--inner-border::before {
        position: absolute;
        z-index: 2;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid rgba(0,0,0,.1);
    }

.file-card {
    position: relative;
    border-radius: 1rem;
}

    .file-card.new {
        border: 1px solid rgba(25,27,29,.1);
    }

    .file-card.loading .file-card__preloader {
        display: block;
    }

    .file-card.loading .preloader-spinner {
        display: block;
    }

    .file-card.loading .file-card__control-btn {
        display: none;
    }

    .file-card .preloader-spinner {
        display: none;
    }

.file-card__head {
    margin-bottom: 1.2rem;
}

.file-card__body {
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}

.file-card__head-top {
    display: flex;
    justify-content: flex-end;
}

.file-card__content {
    background: #f5f5f7;
    flex-direction: column;
    display: flex;
    border-radius: 1rem;
    padding: 1.6rem 1.2rem;
    height: 100%;
    width: 100%;
}

.file-card__control-btn {
    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 1;
}

.file-card__preview {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.file-card__preview-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
    margin: 0 auto 1.2rem;
}

    .file-card__preview-img-wrapper img {
        object-fit: cover;
        height: 100%;
    }

.file-card__preview-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.file-card__preview-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1.2rem;
    font-weight: 600;
}

.file-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alert {
    background: #fff;
    position: fixed;
    z-index: 15;
    display: flex;
    align-items: flex-start;
    padding: 1.6rem;
    width: 100%;
    max-width: 32rem;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    border-radius: 1.6rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);
}

.alert--close {
    padding-right: 2.8rem;
}

.alert.warning {
    background: #fef8ef;
}

.alert.error,
.alert.worker-decline {
    background: #ffece9;
}

.alert.notif {
    background: #f2f7ff;
    transition: visibility .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);
}

    .alert.notif .alert__text {
        font-size: 1.2rem;
    }

.alert.active {
    visibility: visible;
    opacity: 1;
}

.alert.top {
    top: 3rem;
    left: 50%;
    transform: translate(-50%,-200%);
}

    .alert.top.active {
        transform: translate(-50%,0);
    }

.alert.bottom {
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%,200%);
}

    .alert.bottom.active {
        transform: translate(-50%,0);
    }

.alert.top-left {
    top: 3rem;
    left: 3rem;
    transform: translate(-200%,0);
}

    .alert.top-left.active {
        transform: translate(0,0);
    }

.alert.top-right {
    top: 3rem;
    right: 3rem;
    transform: translate(200%,0);
}

    .alert.top-right.active {
        transform: translate(0,0);
    }

.alert.bottom-left {
    bottom: 3rem;
    left: 3rem;
    transform: translate(-200%,0);
}

    .alert.bottom-left.active {
        transform: translate(0,0);
    }

.alert.bottom-right {
    bottom: 3rem;
    right: 3rem;
    transform: translate(200%,0);
}

    .alert.bottom-right.active {
        transform: translate(0,0);
    }

.alert__icon {
    margin-right: 1rem;
    min-width: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
}

.alert__title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.alert__text {
    font: 1.4rem Inter,sans-serif;
    color: rgba(25,27,29,.8);
}

    .alert__text b,
    .alert__text strong {
        color: #191b1d;
        font-weight: 600;
    }

    .alert__text a {
        transition: opacity .2s ease;
        display: inline;
        font-weight: 600;
        color: #0168f8;
    }

        .alert__text a:hover {
            opacity: .8;
        }

.alert__time {
    font-size: 1.2rem;
    color: rgba(0,0,0,.5);
    margin-top: .4rem;
}

.alert__close {
    transition: opacity .2s ease;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    right: 0;
    top: 0;
}

    .alert__close:hover {
        opacity: .8;
    }

.alert__content {
    padding-right: 2rem;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #0168f8;
}

.burger {
    position: fixed;
    z-index: 13;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity .5s ease;
}

    .burger.active {
        pointer-events: all;
    }

        .burger.active .burger__content {
            opacity: 1;
            transform: translateX(0);
        }

.burger__content {
    background: #edeff6;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);
    transform: translateX(200%);
}

.burger__inner {
    scrollbar-color: rgba(25,27,29,.5) rgba(25,27,29,.1);
    scrollbar-width: thin;
    overflow-y: auto;
    padding: 0;
    height: calc(var(--vh,1vh) * 100);
    height: 100svh;
}

    .burger__inner::-webkit-scrollbar {
        width: 4px;
        background: rgba(25,27,29,.1);
        border-radius: 1rem;
    }

    .burger__inner::-webkit-scrollbar-thumb {
        background: rgba(25,27,29,.5);
        border-radius: 1rem;
    }

.burger__head {
    background: #dee2ee;
    margin-bottom: 3rem;
    margin-bottom: 3.2rem;
    padding: 1.2rem 1.8rem;
}

.burger__head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.burger__house {
    justify-content: space-between;
    padding: 0;
}

    .burger__house .house__info-btn {
        flex-direction: row;
    }

    .burger__house .house__address {
        display: none;
    }

    .burger__house .house__icon {
        min-width: 3.2rem;
        width: 3.2rem;
        height: 3.2rem;
        margin-right: 1.2rem;
        margin-bottom: 0;
    }

    .burger__house .select__option-text {
        color: #191b1d;
    }

    .burger__house .house__title {
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .burger__house .button-circle {
        min-width: 4rem;
        width: 4rem;
        height: 4rem;
    }

.burger__body {
    padding: 0 2rem 2rem;
    height: 89%;
}

.burger__close-btn {
    height: 2rem;
}

.burger__menu-title {
    color: #d8e0f3;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.burger__delimeter {
    background: #e0e3ea;
    height: .1rem;
    margin: 1.6rem 0;
}

.burger__menu-item:not(:last-child) {
    margin-bottom: .8rem;
}

.burger__nav-link {
    padding: .4rem 0;
}

.burger__nav-text {
    font-size: 1.6rem;
}

.burger__nav-icon {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: .8rem;
}

.burger__nav-icon--sm {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    margin-right: 1.7rem;
    margin-left: .4rem;
}

.burger__user {
    padding-bottom: 3rem;
}

    .burger__user .user-avatar {
        width: 3.6rem;
        height: 3.6rem;
    }

    .burger__user .select {
        display: flex;
        justify-content: space-between;
    }

    .burger__user .user__name {
        color: #000;
        font-size: 1.6rem;
    }

    .burger__user .select > .select__options-wrapper {
        left: 0;
        right: unset;
        top: unset;
        bottom: calc(100% + 1.4rem);
    }

        .burger__user .select > .select__options-wrapper.active-nested {
            min-height: unset;
        }

.burger__nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.burger__nav-link--sm {
    padding: 1.1rem 0;
}

.burger__user-logout {
    margin-left: 2rem;
}

.burger__select {
    width: 100%;
}

    .burger__select .select__trigger-icon {
        margin-left: auto;
    }

    .burger__select .select__trigger-label.nav-item__text {
        font-size: 1.6rem;
    }

    .burger__select .select__trigger-label.select__value {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 100%;
    }

.user {
    display: flex;
    align-items: center;
}

.user__name {
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    margin-left: 1.2rem;
}

.doc-icon {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.doc-icon--pdf .doc-icon__icon {
    fill: #f40f02;
}

.doc-icon--pdf .doc-icon__label {
    background: #f40f02;
}

.doc-icon--ppt .doc-icon__icon {
    fill: #c13b1b;
}

.doc-icon--ppt .doc-icon__label {
    background: #c13b1b;
}

.doc-icon--xls .doc-icon__icon {
    fill: #1d6f42;
}

.doc-icon--xls .doc-icon__label {
    background: #1d6f42;
}

.doc-icon--doc .doc-icon__icon {
    fill: #1b5ebe;
}

.doc-icon--doc .doc-icon__label {
    background: #1b5ebe;
}

.doc-icon__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #000;
}

.doc-icon__label {
    background: #000;
    position: absolute;
    top: calc(50% + 1rem);
    left: 50%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 5rem;
    width: 5rem;
    transform: translate(-50%,-50%);
    padding: .2rem .4rem;
    border-radius: .3rem;
}

.bg-media {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .bg-media::after {
        background: rgba(0,0,0,.5);
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.bg-media__content {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notification-list--dropdown {
    max-height: 55rem;
}

    .notification-list--dropdown .notification-list__item {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .notification-list--dropdown .notification-list__item:last-of-type {
            border-bottom: 0;
        }

    .notification-list--dropdown .notification {
        padding-left: 0;
        padding-right: 0;
    }

        .notification-list--dropdown .notification.unread {
            margin-left: -2rem;
            margin-right: -2rem;
            padding-left: 2rem;
            padding-right: 2rem;
        }

    .notification-list--dropdown .notification__text > a {
        display: none;
    }

.notification-list--empty .notification-list__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem 5.6rem;
}

.notification-list--empty .notification-list__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(25,27,29,.1);
    padding: 1.6rem 2rem 0;
}

.notification-list__item:not(:last-of-type) {
    border-bottom: 0;
}

    .notification-list__item:not(:last-of-type) .notification {
        border-bottom: 1px solid rgba(25,27,29,.1);
    }

        .notification-list__item:not(:last-of-type) .notification.unread {
            border-bottom: 0;
            margin-bottom: .3rem;
        }

.notification-list__empty-img {
    width: 10rem;
    height: 10rem;
}

.notification-list__empty-title {
    margin-bottom: 1rem;
}

.notification-list__btn:only-child {
    margin: 0 auto;
}

.notification {
    display: flex;
    align-items: flex-start;
    padding: 1.6rem 2rem;
}

    .notification.unread {
        background: #f2f7ff;
        border-radius: 1rem;
    }

.notification__img {
    margin-right: 1rem;
    min-width: 6rem;
}

.notification__content {
    width: 100%;
    padding: .8rem 0;
}

    .notification__content:only-child {
        max-width: 100%;
    }

.notification__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    color: rgba(25,27,29,.8);
}

    .notification__text p a,
    .notification__text p button:not(.notification__button) {
        transition: opacity .2s ease;
        display: contents;
        font-weight: 600;
        color: #0168f8;
    }

        .notification__text p a:hover,
        .notification__text p button:not(.notification__button):hover {
            opacity: .8;
        }

    .notification__text p b,
    .notification__text p strong {
        color: #191b1d;
        font-weight: 600;
    }

    .notification__text > a {
        margin-left: 1rem;
    }

.notification__info {
    font-size: 1.2rem;
    color: rgba(25,27,29,.5);
}

.notification__button {
    white-space: nowrap;
    align-self: center;
    margin-left: 4rem;
}

.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

    .file-input.active {
        pointer-events: all;
    }

.offers-badge {
    background: #0168f8;
    display: flex;
    align-items: center;
    padding: .6rem .6rem .6rem 2rem;
    height: 4.8rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 3.2rem;
    font-weight: 700;
    color: #fff;
}

.offers-badge__count {
    white-space: nowrap;
    margin-right: 1.1rem;
}

.offers-badge__avatar {
    width: 3.6rem;
    height: 3.6rem;
}

    .offers-badge__avatar .user-avatar__name {
        font-size: 1.4rem;
    }

.offers-badge__list {
    display: flex;
}

.offers-badge__list-item {
    position: relative;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    border: .3rem solid #0168f8;
}

    .offers-badge__list-item:not(:first-child) {
        margin-left: -2.2rem;
    }

    .offers-badge__list-item:nth-child(2) {
        z-index: 2;
    }

    .offers-badge__list-item:nth-child(3) {
        z-index: 3;
    }

.offers-badge__list-item-plus {
    background: #ff7a32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.content {
    font: 1.8rem/1.4 Lato,sans-serif;
    color: #000;
}

    .content p:not(:last-child) {
        margin-bottom: 1.8rem;
    }

    .content a {
        transition: opacity .2s ease;
        display: inline-block;
        font-weight: 700;
        color: #0168f8;
    }

        .content a:hover {
            opacity: .8;
        }

    .content h2 {
        font-size: 2.4rem;
        font-weight: 700;
        margin: 2.4rem 0 2.8rem;
    }

    .content h3 {
        font-size: 2rem;
        font-weight: 700;
        margin: 2.4rem 0 2.8rem;
    }

    .content ol {
        list-style: none;
        padding: 0;
        margin: 2rem 0;
    }

        .content ol li:not(:last-of-type) {
            margin-bottom: 2rem;
        }

        .content ol ol,
        .content ol ul {
            padding-left: 3.3rem;
        }

    .content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 1.3rem;
    }

        .content ul li {
            position: relative;
        }

            .content ul li:not(:last-of-type) {
                margin-bottom: 1rem;
            }

            .content ul li::before {
                background: #404040;
                position: absolute;
                content: '';
                top: .5em;
                left: -1.3rem;
                width: .5rem;
                height: .5rem;
                border-radius: 50%;
            }

    .content .content__links {
        padding-left: 0;
    }

    .content .content__links-item::before {
        display: none;
    }

    .content .content__links-link {
        display: flex;
        align-items: center;
    }

    .content .content__links-icon {
        width: 1.8rem;
        height: 1.8rem;
        margin-left: .4rem;
        fill: #0168f8;
    }

.image-labeled {
    margin: 4rem 0;
}

    .image-labeled img {
        border-radius: 2rem;
    }

    .image-labeled figcaption {
        padding-top: 1.2rem;
        text-align: center;
        font-size: 1.4rem;
        color: rgba(25,27,29,.5);
    }

.floating-action {
    position: fixed;
    z-index: 6;
    right: 2.2rem;
    bottom: 4rem;
}

.floating-action__options-wrapper {
    left: unset;
    top: unset;
    bottom: 0;
    right: 0;
}

.floating-action__option-label {
    color: #0168f8;
}

.floating-action__open {
    position: relative;
}

    .floating-action__open::after {
        display: none;
        position: absolute;
        content: '';
        top: .6rem;
        left: 0;
        width: 6rem;
        height: 6rem;
        border-radius: 50%;
        background: rgba(31,75,188,.25);
        filter: blur(.7rem);
    }

[data-hint] {
    position: relative;
}

    [data-hint]:hover::after {
        visibility: visible;
        opacity: 1;
    }

    [data-hint]::after {
        font: 600 1.1rem Inter,sans-serif;
        background: rgba(25,27,29,.8);
        content: attr(data-hint);
        position: absolute;
        display: inline-block;
        padding: .4rem .6rem;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        border-radius: .4rem;
        visibility: hidden;
        opacity: 0;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .2s ease,visibility .2s ease;
    }

.switch-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.switch-toggle__logic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .switch-toggle__logic:checked + .switch-toggle__styled {
        background: #a91eea;
        border-color: #981bd3;
    }

        .switch-toggle__logic:checked + .switch-toggle__styled::before {
            transform: translateY(-50%) translateX(100%);
        }

.switch-toggle__styled {
    background: #f2f7ff;
    position: relative;
    display: block;
    border-radius: 4.1rem;
    border: 1px solid #cce1fe;
    width: 5.2rem;
    height: 3rem;
    transition: background-color .2s ease,border-color .2s ease;
}

    .switch-toggle__styled::before {
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 0;
        transform: translateY(-50%) translateX(.4rem);
        width: 2.4rem;
        height: 2.4rem;
        box-shadow: 0 2px 5px rgba(31,75,188,.35);
        border-radius: 50%;
        transition: transform .2s ease;
    }

.switch-toggle__txt {
    margin-left: .8rem;
    -webkit-user-select: none;
    user-select: none;
}

.price-txt {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-family: Inter,sans-serif;
    white-space: nowrap;
}

.price-txt--lg .price-txt__value {
    font-size: 4rem;
}

.price-txt--lg .price-txt__currency {
    font-size: 1.6rem;
}

.price-txt--sm .price-txt__value {
    font-size: 2rem;
}

.price-txt--sm .price-txt__currency {
    font-size: 1.1rem;
}

.price-txt--sm .price-txt__period {
    font-size: 1.4rem;
}

.price-txt__value {
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: .04em;
    margin-right: .5rem;
}

.price-txt__currency {
    font-size: 1.4rem;
    font-weight: 500;
}

.price-txt__item:not(:last-child)::after {
    background: rgba(25,27,29,.2);
    display: inline-block;
    content: '';
    height: .8rem;
    width: .1rem;
    margin: 0 .6rem;
}

.price-txt__price {
    display: flex;
    align-items: baseline;
}

.price-txt__hint-icon {
    width: 1.7rem;
    height: 1.6rem;
}

.price-txt__hint {
    display: inline-flex;
    margin-left: 1rem;
}

    .price-txt__hint::after {
        z-index: 1;
        white-space: wrap;
        font-size: 1.3rem;
        line-height: 130%;
        font-weight: 400;
        text-align: left;
        min-width: 27.2rem;
        padding: 1.2rem;
        left: 0;
        bottom: calc(100% + .6rem);
        transform: translate(0,0);
    }

.payments-view-list .payments__rows--grid {
    position: absolute;
    top: 0;
    visibility: hidden;
    overflow: hidden;
}

.payments-view-list .payments__rows--list {
    position: static;
    visibility: visible;
    overflow: visible;
}

.scroll-status {
    padding: 0 0 2rem;
    display: flex;
    justify-content: center;
}

.executor-grade-info {
    display: flex;
    align-items: center;
}

.executor-grade-info--lg .executor-grade-info__user .user-avatar {
    width: 6rem;
    height: 6rem;
}

.executor-grade-info--lg .executor-grade-info__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.8rem;
}

.executor-grade-info--md .executor-grade-info__user .user-avatar {
    width: 6rem;
    height: 6rem;
}

.executor-grade-info--md .executor-grade-info__title {
    font: 600 1.4rem Inter,sans-serif;
}

.executor-grade-info--md .executor-grade-info__subtitle {
    font-family: Inter,sans-serif;
}

    .executor-grade-info--md .executor-grade-info__subtitle,
    .executor-grade-info--md .executor-grade-info__subtitle .status-start__text {
        font-size: 1.2rem;
    }

        .executor-grade-info--md .executor-grade-info__subtitle .status-start__indicator {
            margin-right: .4rem;
        }

.executor-grade-info--md .executor-grade-info__title-wrapper {
    margin-bottom: .8rem;
}

.executor-grade-info--xlg .executor-grade-info__user .user-avatar {
    width: 6rem;
    height: 6rem;
}

.executor-grade-info--xlg .executor-grade-info__title {
    font-size: 2rem;
}

.executor-grade-info--xlg .executor-grade-info__value {
    font-size: 2rem;
}

.executor-grade-info--xlg .executor-grade-info__title {
    max-width: 16.6rem;
}

.executor-grade-info__inner {
    display: flex;
    align-items: center;
}

.executor-grade-info__user {
    margin-right: .8rem;
}

    .executor-grade-info__user .user-avatar {
        width: 3.6rem;
        height: 3.6rem;
    }

.executor-grade-info__title {
    font-weight: 600;
    font-size: 1.6rem;
    margin-right: .8rem;
}

.executor-grade-info__icon {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    fill: #f2b156;
    margin-right: .4rem;
}

    .executor-grade-info__icon.gray {
        fill: #ccc;
    }

.executor-grade-info__points {
    display: flex;
    align-items: center;
}

.executor-grade-info__value {
    font: 1.4rem Inter,sans-serif;
    color: rgba(0,0,0,.5);
}

.executor-grade-info__subtitle {
    color: rgba(0,0,0,.5);
}

    .executor-grade-info__subtitle span:not(:last-child) {
        margin-right: .5rem;
    }

.executor-grade-info__title-wrapper {
    display: flex;
    align-items: center;
}

.process-card {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1rem;
    padding: 4rem;
    min-height: 27.1rem;
}

.process-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.6rem;
}

.process-card__head--column {
    align-items: flex-start;
    flex-direction: column;
}

.process-card__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 4rem;
}

.process-card__status {
    font-size: 1.4rem;
    color: #000;
}

.process-card__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.2rem;
}

.process-card__description-title {
    color: rgba(25,27,29,.5);
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.process-card__description-text {
    font: 1.4rem Inter,sans-serif;
    margin-bottom: 1.2rem;
}

.process-card__price {
    margin-right: 2rem;
}

.process-card__stages-btn .button-outline__text {
    white-space: nowrap;
}

.process-card__text {
    font: 1.2rem Inter,sans-serif;
    color: rgba(25,27,29,.8);
}

.process-card__info {
    margin-top: 2rem;
}

.status-start {
    display: flex;
    align-items: baseline;
}

.status-start--started .status-start__indicator {
    background: #41e518;
}

.status-start--started .status-start__text {
    color: rgba(25,27,29,.5);
}

.status-start__indicator {
    background: #ff7a32;
    width: .8rem;
    height: .8rem;
    min-width: .8rem;
    margin-right: .8rem;
    border-radius: 50%;
    animation: pulse 1s infinite linear;
}

.status-start__text {
    font-size: 1.4rem;
    color: #ff7a32;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.payments__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.6rem;
}

.payments__filter {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.payments__rows--list {
    position: absolute;
    top: 0;
    visibility: hidden;
    overflow: hidden;
}

    .payments__rows--list .payments__row-items {
        display: flex;
        flex-direction: column;
    }

    .payments__rows--list .note-card__info {
        display: flex;
    }

    .payments__rows--list .payments__date {
        align-self: flex-start;
    }

.payments__date {
    position: sticky;
    top: 0;
    z-index: 5;
    font-weight: 600;
    font-size: 2rem;
    margin-right: 6.7rem;
    padding-top: 1.4rem;
    width: 26rem;
    min-width: 26rem;
}

.payments__row-item .note-card__price-period {
    min-width: 16.5rem;
    margin-right: 2.6rem;
}

.payments__row {
    position: relative;
    display: flex;
    width: 100%;
}

    .payments__row:not(:last-child) {
        margin-bottom: 6rem;
    }

.payments__row-items {
    width: 100%;
}

.payments__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.payments__head-title {
    display: none;
}

.payments__info-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}

.payments__head-controls {
    display: flex;
    align-items: center;
    margin-right: -3rem;
}

.executor-response {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    border-radius: .8rem;
}

    .executor-response.new {
        background: #f2f7ff;
        border: 0;
    }

    .executor-response.declined {
        background: #f2f2f2;
    }

        .executor-response.declined .executor-response__price {
            opacity: .5;
        }

    .executor-response .executor-grade-info__title {
        font: 600 1.4rem Inter,sans-serif;
    }

.executor-response__info {
    display: flex;
    align-items: flex-start;
    max-width: 59.4rem;
    width: 100%;
    margin-right: 2.6rem;
}

.executor-response__price {
    max-width: 27rem;
    width: 100%;
    margin-right: 2.6rem;
}

.executor-response__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 20rem;
    width: 100%;
}

    .executor-response__controls .button-outline,
    .executor-response__controls .notification__text > a {
        white-space: nowrap;
        max-width: unset;
        width: 100%;
    }

    .executor-response__controls .button-icon {
        width: 2rem;
        height: 2rem;
    }

    .executor-response__controls .dboard__head-control {
        margin-left: 1.6rem;
    }

.executor-response__user {
    margin-right: 1rem;
}

.executor-response__description {
    padding-top: .8rem;
    width: 100%;
}

.executor-response__grade {
    margin-bottom: .8rem;
}

.executor-response__time {
    color: rgba(25,27,29,.5);
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.executor-response__text {
    font: 1.4rem Inter,sans-serif;
    color: rgba(25,27,29,.8);
    margin-bottom: 1.2rem;
}

.timeline {
    position: relative;
    overflow: hidden;
}

    .timeline::before {
        background: #fbc75a;
        display: none;
        content: '';
        position: absolute;
        left: 1.1rem;
        top: 1.2rem;
        bottom: 6rem;
        width: .2rem;
    }

    .timeline.active {
        padding-left: 2.2rem;
    }

        .timeline.active::before {
            display: block;
        }

        .timeline.active .timeline__list {
            display: block;
        }

        .timeline.active .timeline__toggle-icon {
            display: none;
        }

        .timeline.active .timeline__toggle {
            padding-left: 1.8rem;
        }

.timeline__list {
    display: none;
}

.timeline__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 5.4rem;
    padding: .7rem 0;
}

    .timeline__item::before {
        background: #fbc75a;
        content: '';
        position: absolute;
        left: -1.7rem;
        top: 1.2rem;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        z-index: 1;
    }

.timeline__content {
    flex: 1;
    padding-left: 1.7rem;
}

.timeline__title {
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #000;
}

.timeline__price {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}

.timeline__price-currency {
    font-weight: 400;
    margin-left: .3rem;
}

.timeline__toggle {
    padding: 0;
    min-height: unset;
}

.timeline__info-item > .timeline__info-item::before {
    background: rgba(25,27,29,.2);
    content: '';
    display: inline-block;
    width: .1rem;
    height: 1rem;
    margin: 0 1.2rem;
    border-radius: .1rem;
}

.timeline__toggle-icon {
    fill: #0168f8;
    margin-right: 1.1rem;
}

.timeline__price-wrapper {
    white-space: nowrap;
}

.checkbox-btn {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.checkbox-btn__logic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .checkbox-btn__logic:checked + .checkbox-btn__styled {
        background: #a91eea;
        color: #fff;
        border-color: #fff;
        border-color: transparent;
    }

.checkbox-btn__styled {
    background: 0 0;
    display: inline-block;
    padding: .9rem 1.6rem;
    color: #999;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #999;
    border-radius: 3.2rem;
    -webkit-user-select: none;
    user-select: none;
    transition: border-color .2s ease,background-color .2s ease,color .2s ease,opacity .2s ease;
}

    .checkbox-btn__styled:hover {
        opacity: .8;
    }

.grade-point {
    display: block;
    cursor: pointer;
}

.grade-point__logic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .grade-point__logic.active + .grade-point__styled,
    .grade-point__logic:checked + .grade-point__styled {
        background: #f2b156;
        border-color: transparent;
        box-shadow: 0 0 2rem rgba(242,177,86,.3);
    }

        .grade-point__logic.active + .grade-point__styled .grade-point__icon,
        .grade-point__logic:checked + .grade-point__styled .grade-point__icon {
            fill: #fff;
        }

.grade-point__styled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    transition: border-color .1s,background-color .1s,opacity .1s;
}

.grade-point__icon {
    fill: #b3b3b3;
    transition: fill .1s;
}

.rating {
    display: flex;
    gap: 2rem;
}

    .rating.hovering .grade-point__styled {
        background: 0 0;
        border-color: #b3b3b3;
    }

        .rating.hovering .grade-point__styled .grade-point__icon {
            fill: #b3b3b3;
        }

        .rating.hovering .grade-point__styled.hover-filled {
            background: #f2b156;
            border-color: transparent;
        }

            .rating.hovering .grade-point__styled.hover-filled .grade-point__icon {
                fill: #fff;
            }

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tags__item {
    white-space: nowrap;
}

.no-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3.2rem 0;
}

.no-content__img {
    margin-bottom: 1rem;
}

.no-content__title {
    margin-bottom: 1rem;
}

.settings-item {
    padding: 1.3rem 0;
}

.settings-item__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.settings-item__title {
    display: flex;
    align-items: center;
}

.settings-item__title-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .8rem;
    fill: #0168f8;
}

.settings-item__title-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.settings-item__icon {
    margin-left: .5rem;
    width: 1.6rem;
    height: 1.6rem;
}

.start .header__inner {
    align-items: center;
}

.start__title {
    display: flex;
    align-items: center;
    margin-bottom: 2.3rem;
}

.start__title-icon {
    width: 10rem;
    height: 9.7rem;
    margin-right: 2rem;
}

.start__form-body {
    max-width: 62.6rem;
    width: 100%;
    margin: 0 auto;
}

.start__control-input:not(:last-child) {
    margin-bottom: 2.6rem;
}

.start__control-input:not(:last-child) {
    margin-bottom: 2rem;
}

.start__form-footer {
    display: flex;
    justify-content: center;
}

.start__form-tooltip {
    max-width: 58rem;
}

.not-found__img {
    margin-bottom: 2.6rem;
}

.not-found__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
}

.not-found__title {
    margin-bottom: 1.2rem;
}

.not-found__text {
    letter-spacing: .03em;
    text-align: center;
    font-size: 1.4rem;
}

.not-found__control {
    color: #000;
    border-color: #000;
}

    .not-found__control .button-secondary__icon {
        fill: #000;
    }

@media only screen and (min-width:768px) {
    .mobile-show {
        display: none;
    }

    .dboard__executor-response-item:not(:last-of-type) {
        border-bottom: 1px solid rgba(25,27,29,.1);
        padding-bottom: 2rem;
    }

    .dboard__offers-list-item:not(:last-of-type) {
        border-bottom: 1px solid rgba(25,27,29,.1);
        padding-bottom: 2rem;
    }

    .modal-settings-item {
        display: none;
    }
}

@media (min-width:1280px) {
    .modal--page {
        background: 0 0;
        box-shadow: 0 20px 70px -20px rgba(6,31,64,.15);
    }

        .modal--page.active {
            position: static;
        }

            .modal--page.active .modal__scroll {
                max-height: unset;
                overflow: visible;
            }

            .modal--page.active .modal__content {
                max-width: unset;
                max-height: unset;
                box-shadow: none;
            }

    .modal-content.modal--page {
        max-width: 141.6rem;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1799.98px) {
    .grid__col-xlg-12 {
        grid-column: span 12;
    }

    .grid__col-xlg-11 {
        grid-column: span 11;
    }

    .grid__col-xlg-10 {
        grid-column: span 10;
    }

    .grid__col-xlg-9 {
        grid-column: span 9;
    }

    .grid__col-xlg-8 {
        grid-column: span 8;
    }

    .grid__col-xlg-7 {
        grid-column: span 7;
    }

    .grid__col-xlg-6 {
        grid-column: span 6;
    }

    .grid__col-xlg-5 {
        grid-column: span 5;
    }

    .grid__col-xlg-4 {
        grid-column: span 4;
    }

    .grid__col-xlg-3 {
        grid-column: span 3;
    }

    .grid__col-xlg-2 {
        grid-column: span 2;
    }

    .grid__col-xlg-1 {
        grid-column: span 1;
    }

    .dboard--primary .container {
        padding: 0 5rem;
    }

    .dboard__head--applications .dboard__head-info {
        margin-left: 10rem;
    }

    .banner-notice--secondary .banner-notice__content {
        padding: 1rem 0 1rem 9rem;
        margin-right: 2rem;
    }

    .banner-notice__content {
        padding-left: 6rem;
    }
}

@media only screen and (max-width:1535.98px) {
    .table__col {
        font-size: 1.4rem;
    }

    .table__offer-btn {
        font-size: 1.4rem;
        max-width: 100%;
    }

    .table__decline-btn {
        font-size: 1.4rem;
    }

    .table__price .price__quantity {
        font-size: 1.6rem;
    }

    .table__price .price__currency {
        font-size: 1.2rem;
    }

    .table__col-executor-img-wrapper {
        min-width: 5rem;
        width: 5rem;
        height: 5rem;
        margin-right: 1.2rem;
    }

    .grid {
        grid-gap: 2rem;
    }

    .dboard--primary .dboard__content {
        padding: 3.9rem;
    }

    .dboard--process .dboard__content {
        padding: 0;
    }

    .dboard--process .dboard__content-inner {
        padding: 4.8rem 4rem;
    }

    .dboard__head--applications .dboard__head-info {
        max-width: 37.6rem;
        margin-left: 0;
        align-items: flex-start;
    }

    .dboard__head--applications .dboard__head-title-button {
        text-align: left;
    }

    .dboard__head-control + .dboard__head-control.select {
        margin-right: -2rem;
    }

    .dboard__container-wrapper {
        padding: 0 4rem;
    }

    .dboard__process-grid {
        grid-gap: 4rem;
    }

    .modal-settings .modal__table .table__col {
        font-size: 1.8rem;
    }

    .modal-content .modal__content {
        max-width: 90vw;
    }

    .nav-item__counter {
        min-width: 2.6rem;
        width: 2.6rem;
        height: 2.6rem;
        right: -1.1rem;
    }

    .sidebar {
        min-width: 20.2rem;
        padding: 6rem 1.2rem;
    }

    .sidebar__nav-text {
        font-size: 1.6rem;
    }

    .sidebar__nav-icon {
        min-width: 3.6rem;
        width: 3.6rem;
        height: 3.6rem;
        margin-right: .8rem;
    }

    .files__head-controls {
        margin-right: -2rem;
    }

    .payments__head-controls {
        margin-right: -2rem;
    }
}

@media only screen and (max-width:1365.98px) {
    .grid__col-lg-12 {
        grid-column: span 12;
    }

    .grid__col-lg-11 {
        grid-column: span 11;
    }

    .grid__col-lg-10 {
        grid-column: span 10;
    }

    .grid__col-lg-9 {
        grid-column: span 9;
    }

    .grid__col-lg-8 {
        grid-column: span 8;
    }

    .grid__col-lg-7 {
        grid-column: span 7;
    }

    .grid__col-lg-6 {
        grid-column: span 6;
    }

    .grid__col-lg-5 {
        grid-column: span 5;
    }

    .grid__col-lg-4 {
        grid-column: span 4;
    }

    .grid__col-lg-3 {
        grid-column: span 3;
    }

    .grid__col-lg-2 {
        grid-column: span 2;
    }

    .grid__col-lg-1 {
        grid-column: span 1;
    }

    .grid__col-lg-hide {
        display: none;
    }

    .grid__col-lg-show {
        display: block;
    }

    .dboard__head--applications {
        flex-direction: column;
        align-items: unset;
    }

        .dboard__head--applications .dboard__head-group {
            margin-bottom: 3.2rem;
            width: 100%;
        }

        .dboard__head--applications .dboard__head-controls {
            margin: 0 auto;
        }

    .dboard__head--notes .dboard__head-control.select {
        margin-right: 0;
        margin-left: 0;
    }

    .dboard__head--notes .dboard__head-info {
        flex: 1 1 100%;
    }

    .dboard__head--notes .dboard__head-controls {
        flex: 1 1 10%;
    }

    .dboard__head-banner.active {
        display: none;
    }

    .dboard__head-create-note {
        display: none;
    }

    .dboard__head-controls-text {
        display: none;
    }

    .dboard__head-floating-control {
        display: block;
    }

    .dboard__head-select-create .select__options-wrapper {
        right: 0;
        top: unset;
        bottom: 6.8rem;
    }

    .banner-notice.desktop {
        display: none;
    }

    .banner-notice.mobile {
        display: flex;
    }
}

@media only screen and (max-width:1279.98px) {
    body.start .header__currency-control {
        display: block;
    }

    body.start .select--notifications .select__options-wrapper {
        top: 7rem;
        bottom: unset;
        left: unset;
        right: -10rem;
    }

        body.start .select--notifications .select__options-wrapper::before {
            top: -1.2rem;
            right: 11.8rem;
            bottom: unset;
            left: unset;
            width: 2.8rem;
            height: 1.2rem;
            transform: rotate(0);
        }

    body.auth .header__currency-control {
        display: block;
    }

    body.primary .dboard .container {
        padding: 0 6.4rem;
    }

    body.primary .page {
        height: 100vh;
        overflow: hidden;
    }

    body.primary .header {
        padding: 2.5rem 4rem;
    }

        body.primary .header .container {
            padding: 0;
        }

    body.primary .header__user {
        display: none;
    }

    body.primary .select--notifications .header__user-control:not(:last-child) {
        margin-bottom: 0;
    }

    body.primary .header__left {
        display: none;
    }

    body.primary .burger-button {
        display: flex;
    }

    body.primary .header__user-faq {
        display: none;
    }

    body.primary .footer {
        display: none;
    }

    .table__row {
        padding: 1.6rem 1.2rem;
        grid-gap: 1rem;
    }

    .table__offer-btn {
        padding: .8rem 0;
    }

    .table__decline-btn {
        display: none;
    }

    .table__icon {
        min-width: 2.9rem;
        width: 2.9rem;
        height: 3.2rem;
    }

    .grid__col-xmd-12 {
        grid-column: span 12;
    }

    .grid__col-xmd-11 {
        grid-column: span 11;
    }

    .grid__col-xmd-10 {
        grid-column: span 10;
    }

    .grid__col-xmd-9 {
        grid-column: span 9;
    }

    .grid__col-xmd-8 {
        grid-column: span 8;
    }

    .grid__col-xmd-7 {
        grid-column: span 7;
    }

    .grid__col-xmd-6 {
        grid-column: span 6;
    }

    .grid__col-xmd-5 {
        grid-column: span 5;
    }

    .grid__col-xmd-4 {
        grid-column: span 4;
    }

    .grid__col-xmd-3 {
        grid-column: span 3;
    }

    .grid__col-xmd-2 {
        grid-column: span 2;
    }

    .grid__col-xmd-1 {
        grid-column: span 1;
    }

    .grid__col-xmd-hide {
        display: none;
    }

    .grid__col-xmd-show {
        display: block;
    }

    .grid__col-upload {
        margin-top: 2.4rem;
    }

    .header {
        background: 0 0;
        padding: 2.4rem 0 2.7rem;
    }

    .header--auth .header__logo {
        max-width: 10rem;
    }

    .header__inner {
        z-index: 2;
    }

    .header__bg-part-1 {
        display: none;
    }

    .header__bg-part-2 {
        top: -500%;
        left: 16%;
    }

    .header__bg-part-3 {
        top: -425%;
        left: -7%;
    }

    .header__controls:not(:last-child) {
        margin-right: 2.8rem;
    }

    .header__currency-control {
        display: none;
    }

    .crumbs-select__link-text {
        max-width: 30rem;
    }

    .input {
        font-size: 1.6rem;
    }

    .input--date {
        padding-left: 5rem;
    }

    .input--text,
    .input--text[readonly] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .title {
        font-size: 2.4rem;
    }

    .tooltip__img {
        max-width: 8.8rem;
        margin-right: 2.6rem;
    }

    .button__inner {
        font-size: 1.4rem;
        padding-top: 1.45rem;
        padding-bottom: 1.45rem;
    }

    .button-outline--iconed {
        font-size: 1.4rem;
        padding-left: 2.2rem;
        padding-right: 3.5rem;
    }

        .button-outline--iconed .button-outline__icon {
            right: -.2rem;
        }

    .button-outline,
    .notification__text > a {
        font-size: 1.4rem;
    }

    .button-outline__icon {
        min-width: 2rem;
        width: 2rem;
        height: 2rem;
    }

    .button-text {
        font-size: 1.4rem;
    }

    .control-input + .control-input {
        margin-top: 1.6rem;
    }

    .control-form--files {
        display: grid;
        align-items: center;
    }

        .control-form--files .control-form__delimeter {
            display: inline-block;
        }

    .control-row {
        grid-gap: 1.6rem;
    }

    .dboard--auth {
        margin-right: auto;
        margin-bottom: 8rem;
    }

    .dboard--primary .dboard__inner {
        min-height: 100%;
    }

    .dboard--primary .dboard__content {
        height: calc(var(--vh,1vh) * 100 - 10.6rem);
        height: calc(100svh - 10.6rem);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dboard--primary {
        margin-bottom: 0;
    }

    .dboard--payments .dboard__head-controls {
        align-items: center;
    }

    .dboard--notes-category-inner .dboard__description-title.desktop {
        display: none;
    }

    .dboard--notes-category-inner .dboard__description-title.tablet {
        display: block;
    }

    .dboard--notes-category-inner .dboard__head-controls {
        align-items: center;
    }

    .dboard--process .dboard__contacts-btn {
        border: 0;
        background: #0168f8;
        width: 4.8rem;
        height: 4.8rem;
    }

        .dboard--process .dboard__contacts-btn:hover {
            background: #0168f8;
        }

        .dboard--process .dboard__contacts-btn .button-outline__icon {
            fill: #fff;
            min-width: 2rem;
        }

    .dboard--executors-inner .dboard__head {
        display: none;
    }

    .dboard--executors-inner .hr {
        margin: 4rem 0;
    }

    .dboard__title.desktop {
        display: none;
    }

    .dboard__title.tablet {
        display: block;
    }

    .dboard__inner {
        overflow: hidden;
    }

    .dboard__content {
        overflow: visible;
    }

    .dboard__head {
        margin-bottom: 3.1rem;
    }

    .dboard__head--process .dboard__head-info {
        align-items: center;
        flex-grow: 1;
    }

    .dboard__head--executors {
        align-items: center;
    }

        .dboard__head--executors .dboard__head-info {
            margin-right: 3.2rem;
        }

    .dboard__head--applications {
        margin-bottom: 4.8rem;
    }

    .dboard__head--search-executors {
        margin-bottom: 6rem;
    }

    .dboard__head-info {
        margin: 0;
        align-items: flex-start;
        flex-grow: 0;
        margin-right: 4rem;
    }

    .dboard__head-info--sm {
        max-width: 27rem;
    }

    .dboard__head-info--always-center {
        margin: 0 4rem;
        align-items: center;
        flex-grow: 1;
    }

    .dboard__head-controls .button-icon {
        width: 2rem;
        height: 2rem;
    }

    .dboard__head-control .button-icon {
        width: 2rem;
        height: 2rem;
    }

    .dboard__head-control:not(:last-child) {
        margin-right: 2rem;
    }

    .dboard__head-control + .dboard__head-control.select {
        margin-right: 0;
        margin-left: 0;
    }

    .dboard__head-controls-tooltip {
        right: 10%;
    }

        .dboard__head-controls-tooltip .tooltip__body {
            width: 53.3rem;
            min-width: 53.3rem;
            right: 35%;
        }

    .dboard__head-text--lg {
        font-size: 1.4rem;
    }

    .dboard__head-title-button {
        text-align: left;
    }

    .dboard__description-title {
        margin-bottom: 3.2rem;
    }

    .dboard__description-text {
        margin-left: 0;
    }

    .dboard__tech-spec-switch {
        margin-bottom: 7rem;
    }

    .dboard__offer-title {
        margin-bottom: 3.2rem;
    }

    .dboard__offer-text {
        font-size: 1.4rem;
        margin-right: 4.1rem;
    }

    .dboard__offer-contacts {
        min-width: 26rem;
    }

        .dboard__offer-contacts:not(:only-child) {
            margin-top: 4rem;
        }

    .dboard__offer-contacts-item:not(:last-child) {
        margin-bottom: 4rem;
    }

    .dboard__head-crumbs {
        display: none;
    }

    .dboard__grid-files.file-preview {
        grid-template-columns: repeat(auto-fit,minmax(19rem,19rem));
        grid-gap: 2rem 1.5rem;
    }

        .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
            width: 19rem;
        }

        .dboard__grid-files.file-preview .file-preview__item,
        .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
            min-height: 20rem;
        }

        .dboard__grid-files.file-preview .note-card__description {
            margin-bottom: -1rem;
        }

        .dboard__grid-files.file-preview .note-card__title {
            margin-right: 0;
            max-width: 100%;
        }

        .dboard__grid-files.file-preview .note-card__head-top {
            position: relative;
        }

        .dboard__grid-files.file-preview .note-card--preview .file-preview__item-controls {
            position: absolute;
            top: 0;
            right: 0;
        }

        .dboard__grid-files.file-preview .note-card--title-gallery .note-card__gallery {
            min-height: 4rem;
        }

        .dboard__grid-files.file-preview .note-card__gallery {
            grid-template-columns: repeat(auto-fit,minmax(4rem,4rem));
            margin-bottom: .8rem;
        }

            .dboard__grid-files.file-preview .note-card__gallery .gallery-item:nth-child(3):not(.gallery-item--more) {
                display: none;
            }

    .dboard__process-grid {
        grid-template-columns: 1fr;
    }

    .dboard__process-grid-col-item .note-card__content {
        padding: 2rem 3.2rem;
    }

    .dboard__process-grid-col-item .button-outline__text {
        white-space: nowrap;
    }

    .dboard__process-grid-col .grid {
        grid-gap: 1.6rem;
    }

    .dboard__contacts-btn .button-outline__icon {
        margin-right: 0;
    }

    .dboard__contacts-btn .button-outline__text {
        display: none;
    }

    .dboard__executor-response-list {
        grid-gap: 1.6rem;
    }

    .dboard__executor-response-item {
        padding-bottom: 1.6rem;
    }

        .dboard__executor-response-item .dboard__process-gallery,
        .dboard__executor-response-item .executor-response__text {
            display: none;
        }

        .dboard__executor-response-item .executor-grade-info__title {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 12rem;
        }

        .dboard__executor-response-item .executor-response__info {
            max-width: 23rem;
        }

    .file-upload--column .file-upload__button {
        margin-bottom: 0;
    }

    .file-upload--column {
        min-height: unset;
    }

    .file-upload--secondary {
        background: 0 0;
    }

    .file-upload {
        padding: 0;
        border: 0;
    }

    .file-upload__text {
        display: none;
    }

    .file-upload__inner {
        justify-content: center;
    }

    .file-upload__button {
        margin-right: 0;
    }

    .counter {
        min-width: 2.6rem;
        width: 2.6rem;
        height: 2.6rem;
    }

    .tabs__nav {
        margin-bottom: 3.2rem;
    }

    .modal--page .modal__content {
        min-height: 100svh;
        max-width: 100vw;
        border-radius: 0;
    }

    .modal__content {
        max-width: 68.8rem;
    }

    .modal__head {
        margin-bottom: 4rem;
    }

    .modal__form-body {
        max-width: 45.2rem;
    }

        .modal__form-body:not(:last-child) {
            margin-bottom: 4rem;
        }

    .modal__back:not(:only-child) {
        margin-right: 3.2rem;
    }

    .modal__tabs-nav {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .modal__form-avatar .user-avatar {
        width: 10rem;
        height: 10rem;
    }

    .modal__form-avatar-inner {
        justify-content: center;
    }

    .modal__form-title {
        font-size: 2rem;
    }

    .modal__delete-account-info {
        max-width: 56rem;
        margin-bottom: 8rem;
    }

    .modal__delete-account-img {
        width: 14rem;
        height: 14rem;
    }

    .modal__delete-account-controls {
        padding: 0 2rem;
    }

    .modal-add-note .modal__form-body {
        max-width: 50.2rem;
    }

    .modal-add-note .modal__inner {
        padding: 4rem;
    }

    .modal-add-note--first .modal__content {
        max-width: 67.2rem;
    }

    .modal-add-note--selection .modal__form-footer {
        margin-top: 4rem;
    }

    .modal-add-note--payment .select__option-label-additional {
        display: none;
    }

    .modal-add-note--payment .control-form:not(:last-child) {
        margin-bottom: 2.4rem;
    }

    .modal-settings .modal__content {
        max-width: 67.2rem;
    }

    .modal-settings .modal__inner {
        min-height: 77rem;
        padding: 3.2rem 2rem;
    }

    .modal-settings .modal__head {
        padding: 0 2rem;
    }

    .modal-settings .modal__table strong {
        font-size: 1.6rem;
    }

    .modal-settings .modal__table .table__col {
        font-size: 1.6rem;
    }

    .modal-settings .modal__table .table__icon {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 1.6rem;
    }

    .modal-account-edit .modal__content {
        max-width: 68.8rem;
    }

    .modal-account-edit .modal__form-body {
        max-width: 45.2rem;
    }

    .modal-avatar-edit .modal__form-inner {
        max-width: 42rem;
    }

    .modal-avatar-edit .image-cropper {
        max-height: 42rem;
    }

    .modal-avatar-edit .modal__form-upload {
        min-height: unset;
    }

    .modal-avatar-edit .tooltip {
        margin: 0;
        max-width: 48rem;
    }

    .modal-avatar-edit .tooltip__body::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .modal-file-upload .modal__head {
        margin-bottom: 3.2rem;
    }

    .modal-file-upload .modal__form-body {
        max-width: 55rem;
    }

    .modal-existing-notes .modal__content {
        max-width: 67.2rem;
    }

    .modal-edit-info .modal__form-body {
        max-width: 100%;
    }

    .modal-session .modal__content {
        max-width: 68.8rem;
    }

    .modal-content .modal__inner {
        padding: 4.5rem 3.9rem;
    }

    .modal-content .modal__body {
        max-width: 76.2rem;
    }

    .modal-edit-house .modal__content {
        max-width: 68.8rem;
    }

    .modal-edit-house .modal__form-disclaimer,
    .modal-edit-house .modal__head {
        max-width: 45.2rem;
    }

    .modal-edit-house .modal__delimeter {
        margin: 4rem 0;
    }

    .modal-contacts .modal__content {
        max-width: 67.2rem;
    }

    .modal-contacts .modal__head {
        margin-bottom: 3.6rem;
    }

    .modal-contacts .control-input__label {
        font-size: 1.4rem;
    }

    .modal-contacts .info-item__label {
        font-size: 1.4rem;
    }

    .modal-contacts .info-item__link {
        font-size: 1.6rem;
    }

    .modal-account-delete .modal__form-body {
        max-width: unset;
    }

    .modal-account-delete-confirm .dboard__content {
        padding-top: 12rem;
    }

    .user-avatar--lg .user-avatar__name {
        font-size: 3.5rem;
    }

    .auth__title {
        font-size: 2.8rem;
    }

    .sidebar {
        overflow: auto;
        height: calc(100vh - 10.6rem);
    }

    .sidebar__menu {
        position: static;
        height: 100%;
    }

    .house {
        padding: 0;
    }

    .house__options .button-circle {
        width: 4rem;
        min-width: 4rem;
        height: 4rem;
    }

    .house__title {
        font-size: 1.4rem;
    }

    .house__icon {
        width: 3.6rem;
        height: 3.6rem;
    }

    .note-card--processes .note-card__head-top {
        margin-bottom: 1.6rem;
    }

    .note-card--processes .note-card__title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .note-card--processes .executor-grade-info__title-wrapper {
        padding-right: 3rem;
    }

    .note-card--processes .note-card__controls {
        top: 3rem;
    }

    .note-card--processes .note-card__content {
        padding: 2.4rem 1.6rem;
        min-height: 24.6rem;
    }

    .note-card--processes .executor-grade-info__user .user-avatar {
        width: 4.8rem;
        height: 4.8rem;
    }

    .note-card--processes .executor-grade-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .note-card--processes .executor-grade-info__inner {
        margin-bottom: .8rem;
    }

    .note-card--processes .executor-grade-info__subtitle.desktop {
        display: none;
    }

    .note-card--processes .executor-grade-info__subtitle.mobile {
        display: flex;
    }

    .note-card--processes .executor-grade-info__title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .note-card__title {
        font-size: 1.8rem;
    }

    .note-card__date {
        font-size: 1rem;
    }

    .note-card__price-value {
        font-size: 2.4rem;
    }

    .banner-notice--secondary .banner-notice__text strong {
        font-size: 1.4rem;
    }

    .banner-notice--secondary .banner-notice__text p {
        font-size: 1.2rem;
    }

    .banner-notice--secondary .banner-notice__img {
        left: -.5rem;
        width: 9.2rem;
        height: 9.2rem;
    }

    .banner-notice__wrapper:not(:last-child) {
        margin-right: 2.1rem;
    }

    .banner-notice__content {
        padding-bottom: 1rem;
        padding-top: 1rem;
        padding-right: 8.5rem;
    }

    .banner-notice__text {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }

        .banner-notice__text p:not(:last-child) {
            margin-bottom: .5rem;
        }

    .banner-notice__img {
        width: 6.4rem;
        height: 8rem;
    }

    .banner-notice__button-more {
        min-width: 17.7rem;
        padding: 1.5rem 0;
        font-size: 1.4rem;
    }

    .files__row:not(:last-child) {
        margin-bottom: 2rem;
    }

    .files__gallery {
        grid-template-columns: repeat(auto-fill,minmax(75px,75px));
        grid-gap: .8rem;
    }

    .files__gallery-item {
        min-height: 7.5rem;
    }

    .files__head-controls {
        margin-right: -1rem;
    }

        .files__head-controls .dboard__floating-btn {
            margin-right: 2rem;
        }

    .files__head-title {
        margin-right: 2rem;
    }

    .gallery-item__date {
        margin-right: 3rem;
    }

    .gallery-view-list .gallery-item {
        padding: .8rem 2rem;
    }

    .gallery-view-list .gallery-item__name.file-preview__item-name {
        font-size: 1.2rem;
    }

    .gallery-view-list .files__gallery,
    .gallery-view-list .files__gallery.dboard__grid-files {
        grid-gap: .8rem;
    }

    .project-sent {
        margin: 10rem 0;
    }

    .price__quantity {
        font-size: 1.6rem;
    }

    .offer {
        flex-direction: column;
        padding: 2.4rem;
    }

        .offer .dboard__process-gallery {
            min-width: 16.2rem;
        }

        .offer .timeline--collapsed .timeline__item:nth-child(n+3) {
            display: none;
        }

        .offer .dboard__process-gallery--lg {
            grid-template-columns: repeat(auto-fit,minmax(5rem,5rem));
        }

            .offer .dboard__process-gallery--lg .gallery-item,
            .offer .dboard__process-gallery--lg .gallery-item__img-wrapper {
                width: 5rem;
                height: 5rem;
                max-height: 5rem;
            }

            .offer .dboard__process-gallery--lg .gallery-item__more {
                font-size: 1.4rem;
            }

    .offer__left {
        margin-right: 0;
        margin-bottom: 2.8rem;
        max-width: unset;
    }

    .offer__right {
        max-width: unset;
    }

    .offer__price-txt {
        margin-bottom: 1.2rem;
    }

    .offer__buttons {
        flex-direction: row-reverse;
    }

        .offer__buttons .button-text--tomato {
            order: 1;
        }

    .info-item__label {
        font-size: 1.2rem;
    }

    .info-item__head {
        margin-bottom: .8rem;
    }

    .info-item__link,
    .info-item__value {
        font-size: 1.4rem;
    }

    .info-item__list-item:not(:last-child) {
        margin-bottom: 1.2rem;
    }

    .info-item__icon {
        min-width: 1.8rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .info-item__private-text {
        font-size: 1.4rem;
    }

    .burger__house {
        flex-direction: row;
    }

    .notification-list--dropdown {
        height: calc(80vh - 6rem);
    }

    .offers-badge__count {
        font-size: 1.4rem;
    }

    .offers-badge__avatar {
        width: 2.8rem;
        height: 2.8rem;
    }

    .offers-badge__list-item {
        width: 3.4rem;
        height: 3.4rem;
    }

        .offers-badge__list-item:not(:first-child) {
            margin-left: -1.6rem;
        }

    .price-txt--lg .price-txt__value {
        font-size: 3.2rem;
    }

    .executor-grade-info--lg .executor-grade-info__title {
        font-size: 2.4rem;
    }

    .executor-grade-info__value {
        font-size: 1.2rem;
    }

    .payments__rows--grid {
        position: absolute;
        top: 0;
        visibility: hidden;
        overflow: hidden;
    }

    .payments__rows--list {
        position: static;
        visibility: visible;
        overflow: visible;
    }

        .payments__rows--list .note-card__info {
            flex-direction: column;
        }

        .payments__rows--list .payments__row {
            flex-direction: column;
        }

        .payments__rows--list .note-card__date-value {
            font-size: 1.2rem;
        }

    .payments__date {
        top: -3.9rem;
        text-align: center;
        margin: 0 -4rem 1rem;
        padding: 1rem 0;
        font-size: 1.6rem;
        width: calc(100% + 8rem);
    }

        .payments__date.stuck {
            background: #fff;
            box-shadow: 0 4px 4px rgba(0,0,0,.06);
        }

    .payments__row:not(:last-child) {
        margin-bottom: 1rem;
    }

    .payments__toggle {
        display: none;
    }

    .payments__info {
        flex-direction: column-reverse;
    }

    .payments__head-title {
        display: block;
        margin-right: 2rem;
    }

    .payments__info-head {
        margin-bottom: 3rem;
        width: 100%;
    }

    .payments__head-controls {
        margin-right: -1rem;
    }

        .payments__head-controls .dboard__floating-btn {
            margin-right: 2rem;
        }

    .executor-response {
        padding: 2rem 1.2rem;
    }

    .executor-response__price {
        max-width: 14.3rem;
    }

        .executor-response__price .price-txt {
            flex-direction: column;
        }

        .executor-response__price .price-txt__item:not(:last-child)::after {
            display: none;
        }

        .executor-response__price .price-txt__value {
            font-size: 2.2rem;
        }

        .executor-response__price .price-txt__currency,
        .executor-response__price .price-txt__period {
            font-size: 1.2rem;
        }

    .executor-response__controls {
        max-width: 16.5rem;
    }

    .timeline__title {
        display: flex;
    }

    .timeline__toggle {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width:1279.98px) and (max-width:767.98px) {
    .dboard__executor-response-item .executor-grade-info__title {
        max-width: 25rem;
    }

    .dboard__executor-response-item .executor-response__info {
        max-width: 18rem;
    }
}

@media only screen and (max-width:1023.98px) {
    body.start .header {
        padding: 4rem 0 3.2rem;
    }

    body.start .header__currency-control {
        display: none;
    }

    body.start .header__left {
        display: flex;
    }

    body.start .select--notifications .select__options-wrapper {
        bottom: unset;
        top: 7rem;
        left: unset;
        right: -6rem;
    }

        body.start .select--notifications .select__options-wrapper::before {
            top: -1.2rem;
            right: 9rem;
            bottom: unset;
            left: unset;
            transform: rotate(0);
        }

    body.auth main {
        flex: unset;
    }

    body.auth .page {
        justify-content: flex-end;
    }

    body.auth .footer {
        color: #191b1d;
        background-color: #fff;
        padding: 4.7rem 0;
    }

    body.auth .bg-media__content {
        background-position: top;
    }

    body.auth .footer,
    body.auth .footer__company-link,
    body.auth .footer__support-link {
        color: #191b1d;
    }

    body.auth .footer__company-icon {
        fill: #191b1d;
    }

    body.auth .footer__support-btn {
        background-color: rgba(25,27,29,.1);
    }

        body.auth .footer__support-btn .button-circle__icon {
            fill: #333;
        }

    body.primary .container {
        padding: 0;
    }

    body.primary .dboard .container {
        padding: 0;
    }

    body.primary .page {
        flex-direction: column;
    }

    body.primary .header__user-control:not(:last-child) {
        margin-right: 1.2rem;
        margin-bottom: 0;
    }

    body.primary .header__right {
        flex-direction: row;
    }

    body.primary .header__controls {
        margin-bottom: 0;
        margin-right: 3.2rem;
    }

    .container {
        padding: 0 4rem;
    }

    .grid__col-md-12 {
        grid-column: span 12;
    }

    .grid__col-md-11 {
        grid-column: span 11;
    }

    .grid__col-md-10 {
        grid-column: span 10;
    }

    .grid__col-md-9 {
        grid-column: span 9;
    }

    .grid__col-md-8 {
        grid-column: span 8;
    }

    .grid__col-md-7 {
        grid-column: span 7;
    }

    .grid__col-md-6 {
        grid-column: span 6;
    }

    .grid__col-md-5 {
        grid-column: span 5;
    }

    .grid__col-md-4 {
        grid-column: span 4;
    }

    .grid__col-md-3 {
        grid-column: span 3;
    }

    .grid__col-md-2 {
        grid-column: span 2;
    }

    .grid__col-md-1 {
        grid-column: span 1;
    }

    .grid__col-md-hide {
        display: none;
    }

    .grid__col-md-show {
        display: block;
    }

    .grid__col-md-auto {
        grid-column: auto;
    }

    .header--auth .header__user-control {
        font-size: 1.4rem;
    }

        .header--auth .header__user-control:not(:last-child) {
            margin-right: 1.3rem;
        }

    .header__inner {
        justify-content: space-between;
        align-items: center;
    }

    .header__bg {
        display: none;
    }

    .header__bg-part-2 {
        display: none;
    }

    .header__bg-part-3 {
        top: -60%;
        left: -5%;
        width: 14.6rem;
        height: 18rem;
        filter: blur(3rem);
        transform: rotate(0);
    }

    .header__left {
        display: none;
    }

    .header__logo {
        height: 6rem;
    }

    .header__user {
        display: none;
    }

    .header__user-control:not(:last-child) {
        margin-right: 2rem;
    }

    .header__controls {
        margin-left: 2rem;
    }

        .header__controls:not(:last-child) {
            margin-right: 3.2rem;
        }

    .header__house {
        margin-bottom: 0;
    }

    .header__user-faq {
        display: none;
    }

    .footer {
        padding: 1rem 0;
    }

    .footer__company-icon {
        width: 8rem;
        height: 1.8rem;
    }

    .footer__support-btn {
        margin-right: 2rem;
    }

    .hr {
        margin: 4rem 0;
    }

    .button-icon {
        width: 2rem;
    }

    .burger-button {
        display: flex;
    }

    .dboard {
        margin-bottom: 4.9rem;
    }

    .dboard--start .dboard__content {
        padding: 5rem 4.8rem;
    }

    .dboard--auth .dboard__inner {
        border-radius: 2rem 2rem 0 0;
    }

    .dboard--auth .dboard__content {
        padding: 4rem 2rem 0;
    }

    .dboard--auth .container {
        padding: 0;
    }

    .dboard--auth {
        margin-bottom: 0;
        max-width: 100%;
    }

    .dboard--primary .dboard__inner {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 100vh;
    }

    .dboard--primary .dboard__content {
        height: calc(var(--vh,1vh) * 100 - 1.6rem);
        height: calc(100svh - 1.6rem);
        padding-bottom: 18rem;
    }

    .dboard--primary .container {
        padding: 0;
    }

    .dboard--primary {
        margin-bottom: 0;
    }

    .dboard--blur-2 .dboard__content {
        border-radius: 2rem 2rem 0 0;
    }

    .dboard--process .dboard__content-inner {
        padding: 6rem 4rem;
    }

    .dboard__head--applications .dboard__head-info {
        margin: 0 auto;
        align-items: center;
    }

    .dboard__head--applications .dboard__head-title-button {
        text-align: center;
    }

    .dboard__head--applications .dboard__head-nav {
        margin-right: 2rem;
    }

    .dboard__head--search-executors {
        margin-bottom: 4.8rem;
    }

    .dboard__description-title {
        max-width: 43.1rem;
    }

    .dboard__delimeter {
        margin: 2.4rem 0;
    }

    .dboard__tooltip:not(:last-child) {
        margin-right: 2rem;
    }

    .dboard__offers {
        grid-gap: 1.6rem;
    }

    .dboard__descritption-offer-title {
        max-width: 100%;
    }

    .dboard__offer-text {
        margin-right: 7.6rem;
    }

    .dboard__grid-files.file-preview {
        grid-template-columns: repeat(auto-fit,minmax(21.9rem,21.9rem));
    }

        .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
            width: 21.9rem;
        }

        .dboard__grid-files.file-preview .file-preview__item,
        .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
            min-height: 21.6rem;
        }

    .select--notifications .select__options-wrapper {
        bottom: unset;
        top: 7rem;
        left: unset;
        right: -6.8rem;
    }

        .select--notifications .select__options-wrapper::before {
            top: -1.2rem;
            right: 9rem;
            bottom: unset;
            left: unset;
            transform: rotate(0);
        }

    .modal__scroll {
        margin-right: -1.7rem;
    }

    .modal__controls {
        margin-right: 3rem;
    }

    .modal__delimeter {
        margin: 3.2rem auto 2.4rem;
    }

    .modal__head-img {
        width: 7rem;
        height: 7rem;
        margin-right: 1rem;
    }

    .modal-add-note .modal__form-body {
        max-width: 45.2rem;
    }

    .modal-avatar-edit .image-cropper {
        max-height: 32rem;
    }

    .modal-file-upload .modal__form {
        padding: 0;
    }

    .modal-file-upload .modal__form-body {
        max-width: 100%;
    }

    .modal-content .modal__inner {
        padding: 4rem;
    }

    .nav-item__icon.desktop {
        display: none;
    }

    .nav-item__icon.mobile {
        display: block;
    }

    .nav-item__counter {
        top: -1rem;
        transform: translateY(0);
    }

    .sidebar {
        position: fixed;
        z-index: 5;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2rem;
        height: unset;
        padding: 1.2rem 2rem;
        background-color: #858585;
        box-shadow: 0 .4rem .9rem 0 rgba(0,0,0,.12);
    }

    .sidebar__list {
        display: flex;
    }

        .sidebar__list:not(:last-child) {
            margin-bottom: 0;
            margin-right: 3.2rem;
        }

    .sidebar__nav {
        flex-direction: row;
        justify-content: center;
    }

    .sidebar__nav-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 3.2rem;
    }

    .sidebar__nav-text {
        color: #fff;
    }

    .sidebar__nav-link.active {
        background-color: #333;
    }

    .house__content {
        margin-right: 1.2rem;
    }

    .house__address {
        display: block;
    }

    .note-card--category .note-card__title {
        font-size: 1.6rem;
    }

    .note-card--processes .note-card__content {
        min-height: 27rem;
    }

    .note-card__control-btn {
        width: 2rem;
        height: 3rem;
    }

    .gallery-item__date {
        margin-right: 6rem;
    }

    .gallery-item__name {
        max-width: 33.4rem;
    }

    .file-preview__item-control {
        width: 4rem;
        height: 4rem;
    }

    .burger .house__title .select__option-text {
        max-width: 22rem;
    }

    .burger__delimeter {
        margin: 1.6rem 0;
    }

    .burger__user .user-avatar {
        width: 4.5rem;
        height: 4.5rem;
    }

    .doc-icon__label {
        font-size: 1.2rem;
    }

    .notification-list--dropdown {
        height: calc(80vh - 20rem);
    }

    .floating-action {
        bottom: 10.8rem;
    }

    .executor-grade-info--lg .executor-grade-info__title {
        line-height: 1;
    }

    .payments__row:not(:last-child) {
        margin-bottom: 2.2rem;
    }

    .start__title-icon {
        width: 9rem;
        height: 8.8rem;
        margin-right: 1.2rem;
    }

    .start__form-body {
        max-width: 45.2rem;
    }
}

@media only screen and (max-width:767.98px) {
    body.start .header {
        padding: 1.4rem 0;
    }

    body.start .page {
        height: 100vh;
        overflow: hidden;
    }

    body.start .footer {
        position: fixed;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #333;
    }

        body.start .footer .footer__inner {
            filter: invert(1);
        }

    body.auth .header__currency-control {
        width: unset;
        height: 4.8rem;
    }

        body.auth .header__currency-control .button-oval__text {
            display: block;
        }

    body.auth .footer {
        padding: 2rem 0 2.9rem;
    }

        body.auth .footer .container {
            padding: 0 2rem;
        }

    body.auth .footer__inner {
        padding-top: 3.2rem;
    }

    body.auth .bg-media__content {
        background-size: contain;
    }

    body.primary .header {
        padding: 1.6rem 2.4rem;
    }

    body.primary .header__controls {
        margin-right: 0;
    }

    .container {
        padding: 0 1rem;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: flex;
    }

    .table__row-wrapper.active > .table__row {
        margin-bottom: -4.5rem;
    }

        .table__row-wrapper.active > .table__row .table__period,
        .table__row-wrapper.active > .table__row .table__price {
            display: none;
        }

    .table__row-wrapper.active {
        padding-bottom: 4.8rem;
    }

        .table__row-wrapper.active .table__offer-btn {
            position: absolute;
            z-index: 1;
            left: 50%;
            bottom: 1.4rem;
            transform: translateX(-50%);
        }

    .table__row {
        padding: 1.4rem;
    }

    .table__head {
        display: none;
    }

    .table__col {
        max-width: unset;
    }

    .table__offer-btn.desktop {
        display: none;
    }

    .table__offer-btn.mobile {
        display: flex;
    }

    .table__price {
        margin-left: 0;
    }

    .table__details {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .table__col-executor-img-wrapper {
        min-width: 4rem;
        width: 4rem;
        height: 4rem;
    }

    .table__row-link {
        display: block;
    }

    .grid {
        grid-gap: 1.6rem;
    }

    .grid__col-sm-12 {
        grid-column: span 12;
    }

    .grid__col-sm-11 {
        grid-column: span 11;
    }

    .grid__col-sm-10 {
        grid-column: span 10;
    }

    .grid__col-sm-9 {
        grid-column: span 9;
    }

    .grid__col-sm-8 {
        grid-column: span 8;
    }

    .grid__col-sm-7 {
        grid-column: span 7;
    }

    .grid__col-sm-6 {
        grid-column: span 6;
    }

    .grid__col-sm-5 {
        grid-column: span 5;
    }

    .grid__col-sm-4 {
        grid-column: span 4;
    }

    .grid__col-sm-3 {
        grid-column: span 3;
    }

    .grid__col-sm-2 {
        grid-column: span 2;
    }

    .grid__col-sm-1 {
        grid-column: span 1;
    }

    .grid__col-sm-hide {
        display: none;
    }

    .grid__col-sm-show {
        display: block;
    }

    .grid__col-sm-center {
        display: inline-grid;
        justify-items: center;
        justify-content: center;
    }

    .grid__col-sm-auto {
        grid-column: auto;
    }

    .header--auth .container {
        padding: 0 1.9rem;
    }

    .header--auth .header__logo {
        position: static;
        transform: translate(0);
        margin-right: 3rem;
    }

    .header--auth {
        padding: 1.4rem 0 16.3rem;
    }

    .header .button__inner {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .header__bg-part-3 {
        left: -8rem;
    }

    .header__logo {
        width: 5.6rem;
        height: 3.4rem;
    }

    .header__user-control {
        width: 4rem;
        height: 4rem;
        min-width: 4rem;
    }

        .header__user-control:not(:last-child) {
            margin-right: 1.6rem;
        }

    .header__user-control-counter {
        top: -.4rem;
        right: -.4rem;
    }

    .header__controls:not(:last-child) {
        margin-right: 1.6rem;
    }

    .header__currency-control {
        width: 4rem;
        height: 2rem;
    }

        .header__currency-control .button-oval {
            width: 2rem;
            height: 2rem;
            padding: 0;
            border-radius: 50%;
            background-color: transparent;
        }

        .header__currency-control .button-oval__text {
            display: none;
        }

    .footer {
        padding: 1.6rem 0;
        font-size: 1.4rem;
    }

    .footer__inner {
        flex-direction: column;
    }

    .footer__left {
        margin-bottom: 1.2rem;
        margin-right: 0;
    }

    .footer__company-icon {
        width: 5.9rem;
        height: 1.4rem;
    }

    .footer__support-btn {
        margin-right: .8rem;
        width: 3.6rem;
        height: 3.6rem;
        min-width: 3.6rem;
    }

        .footer__support-btn .button-circle__icon {
            min-width: 1.5rem;
            width: 1.5rem;
            height: 1.5rem;
        }

    .footer__support.desktop {
        display: none;
    }

    .footer__support.mobile {
        display: flex;
    }

    .hr--tech-spec {
        margin: 3.2rem 0 4rem;
    }

    .input-textarea {
        font-size: 1.4rem;
    }

    .input {
        font-size: 1.5rem;
    }

    .title {
        font-size: 2rem;
    }

    .switch--iconed .switch__styled {
        padding: .3rem;
    }

    .switch--iconed .switch__option {
        padding: 1.1rem;
    }

    .switch--iconed .switch__option-icon {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
    }

        .switch--iconed .switch__option-icon:not(:last-child) {
            margin-right: .4rem;
        }

    .switch__styled {
        padding: .6rem;
    }

    .switch__option {
        padding: .9rem 2.2rem;
    }

    .switch__txt {
        white-space: normal;
        font-size: 1.2rem;
    }

    .tooltip {
        margin: 0 -.5rem;
    }

    .tooltip--top .tooltip__body {
        margin-bottom: .4rem;
    }

    .tooltip--mobile-hide {
        display: none;
    }

    .tooltip__body::after {
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/svg/tooltip-arrow-2.svg) no-repeat center/contain;
    }

    .tooltip__inner {
        padding: 1.2rem;
        background-color: #fff8f4;
        border-radius: 1.8rem;
    }

    .tooltip__img {
        display: none;
    }

    .tooltip__text {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6rem;
        color: rgba(225,76,33,.8);
    }

    .button--sm .button__inner {
        padding-left: 1.9rem;
        padding-right: 1.9rem;
    }

    .button--warning-iconed .button__icon {
        right: 21%;
    }

    .button__inner {
        padding-left: 3.8rem;
        padding-right: 3.8rem;
    }

    .button__icon {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
        margin-right: .8rem;
    }

    .button-frameless {
        font-size: 1.4rem;
    }

    .button-frameless__icon {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .8rem;
    }

    .button-outline,
    .notification__text > a {
        min-width: 13.3rem;
    }

    .button-outline__icon {
        min-width: 1.6rem;
        width: 1.6rem;
        height: 1.6rem;
    }

    .burger-button {
        width: 4rem;
        height: 4rem;
        min-width: 4rem;
    }

    .control-input__label {
        font-size: 1.2rem;
    }

    .control-input__label--nowrap {
        white-space: unset;
    }

    .control-form:not(:last-child) {
        margin-bottom: 1.2rem;
    }

    .control-form--files {
        flex-direction: column;
        align-items: center;
    }

        .control-form--files .button {
            max-width: unset;
            width: 100%;
        }

    .dboard {
        margin-bottom: 0;
    }

        .dboard .container {
            padding: 0;
        }

    .dboard--start .dboard__content {
        padding: 3.2rem 1.6rem 20rem;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dboard--auth .switch-buttons__item {
        padding: 1.6rem 1.1rem;
    }

    .dboard--primary .dboard__content {
        padding: 2rem;
        padding-bottom: 21rem;
    }

    .dboard--executors .grid {
        grid-gap: 1.2rem;
    }

    .dboard--payments .dboard__delimeter {
        margin: 3.2rem 0;
    }

    .dboard--payments .dboard__head-control.mobile-show {
        display: flex;
    }

    .dboard--notes-category-inner .dboard__head {
        margin-bottom: 1.6rem;
    }

    .dboard--notes-category-inner .dboard__delimeter {
        margin: 2rem 0 3.2rem;
    }

    .dboard--notes-category-inner .button-outline,
    .dboard--notes-category-inner .notification__text > a {
        max-width: unset;
        width: 100%;
    }

    .dboard--notes-category-inner .dboard__description-title {
        font-size: 1.8rem;
    }

    .dboard--notes-category-inner .dboard__head-controls {
        min-width: unset;
    }

    .dboard--process .title {
        font-size: 1.8rem;
    }

    .dboard--process .dboard__content-head {
        border-top-right-radius: 0;
    }

    .dboard--process .dboard__grid-files.file-preview--submitted .file-preview__item {
        min-height: unset;
    }

    .dboard--process .dboard__grid-files.file-preview--submitted .note-card__description {
        margin-bottom: 1rem;
        min-height: 5.1rem;
    }

    .dboard--process .dboard__grid-files.file-preview--submitted .note-card--description-only .note-card__description {
        margin-bottom: 1rem;
    }

    .dboard--process .executor-grade-info__user .user-avatar {
        width: 5rem;
        height: 5rem;
    }

    .dboard--process .dboard__content {
        padding: 0;
    }

    .dboard--process .dboard__content-inner {
        padding: 2.5rem 2rem 22rem;
    }

    .dboard--process .dboard__delimeter {
        margin: 2rem 0;
    }

    .dboard--process .control-form:not(:last-child) {
        margin-bottom: 2rem;
    }

    .dboard--process .input {
        padding: 0 .8rem;
        font-size: 1.4rem;
        line-height: normal;
    }

    .dboard--process .input--date {
        padding-left: 4rem;
    }

        .dboard--process .input--date + .control-date__icon {
            left: .8rem;
        }

    .dboard--process .control-date .control-input__label {
        display: none;
    }

    .dboard--process .control-input__label {
        line-height: normal;
        padding: 0 .8rem;
        margin-bottom: .8rem;
    }

    .dboard--process .hr {
        margin: 2rem 0;
    }

    .dboard--process .dboard__section {
        margin-bottom: 2rem;
    }

    .dboard--process .tabs__nav-icon {
        display: none;
    }

    .dboard--management .dboard__head-control.mobile-show {
        display: flex;
    }

    .dboard--management .dboard__head-control.button-circle {
        display: none;
    }

    .dboard--management .dboard__head-controls {
        min-width: 5rem;
    }

        .dboard--management .dboard__head-controls .button-icon__icon {
            fill: #000;
        }

    .dboard--executors-inner .dboard__description {
        margin-bottom: 3.2rem;
    }

    .dboard--category-selection .dboard__controls {
        flex-direction: row;
        align-items: center;
    }

    .dboard--category-selection .dboard__controls-group {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

        .dboard--category-selection .dboard__controls-group:not(:last-child) {
            margin-top: 0;
        }

        .dboard--category-selection .dboard__controls-group:first-child {
            justify-content: flex-end;
        }

    .dboard--category-selection .dboard__controls-item {
        padding: 0;
        font-size: 1.4rem;
        font-weight: 700;
    }

        .dboard--category-selection .dboard__controls-item .button-frameless__icon {
            margin-right: .4rem;
        }

        .dboard--category-selection .dboard__controls-item:not(:last-child) {
            margin-right: 0;
            margin-left: 1.2rem;
        }

    .dboard--category-selection .dboard__head {
        margin-bottom: 2.8rem;
    }

    .dboard__title.tablet {
        font-size: 1.8rem;
    }

    .dboard__inner {
        border-radius: 0;
    }

    .dboard__auth-text {
        font-size: 1.4rem;
    }

    .dboard__head {
        margin-bottom: 2rem;
    }

    .dboard__head--executors {
        padding-top: 2.8rem;
    }

    .dboard__head--executors {
        margin-bottom: 3.5rem;
    }

        .dboard__head--executors .dboard__head-info {
            margin-right: 0;
        }

    .dboard__head--applications .dboard__head-info {
        align-items: flex-start;
        margin: 0;
    }

    .dboard__head--applications .dboard__head-title-button {
        text-align: left;
    }

    .dboard__head--tech-spec .dboard__head-info {
        width: 100%;
    }

    .dboard__head--tech-spec .dboard__head-title {
        text-align: center;
    }

    .dboard__head--tech-spec .dboard__head-info {
        align-items: center;
        flex-direction: row;
    }

    .dboard__head-info.desktop {
        display: none;
    }

    .dboard__head-info.mobile {
        display: flex;
    }

    .dboard__head-info--sm {
        max-width: 100%;
    }

    .dboard__head-controls {
        min-width: 10rem;
    }

    .dboard__head-control:not(:last-child) {
        margin-right: .8rem;
    }

    .dboard__head-control.desktop {
        display: none;
    }

    .dboard__head-control.mobile {
        display: flex;
    }

    .dboard__head-controls-tooltip {
        right: 0;
    }

        .dboard__head-controls-tooltip .tooltip__body {
            width: 28rem;
            min-width: 28rem;
            right: 0;
        }

    .dboard__head-title {
        font-size: 1.8rem;
    }

    .dboard__head-text {
        text-align: left;
        margin-bottom: .4rem;
    }

    .dboard__head-title-button {
        align-items: center;
    }

    .dboard__description {
        margin-bottom: 2.4rem;
    }

    .dboard__description-text.ck.ck-editor__editable_inline.input {
        padding-left: .8rem;
        padding-right: .8rem;
    }

    .dboard__description-text p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .dboard__description-text {
        margin-left: -.8rem;
        min-height: 8.3rem;
    }

    .dboard__body-top {
        align-items: center;
    }

    .dboard__tooltip:not(:last-child) {
        margin-right: -.5rem;
    }

    .dboard__section {
        margin-bottom: 4rem;
    }

    .dboard__form {
        margin-bottom: 0;
    }

    .dboard__form-footer .button {
        width: 100%;
        max-width: unset;
    }

    .dboard__tech-spec-switch {
        margin-bottom: 2rem;
    }

    .dboard__offers {
        grid-gap: 1.2rem;
    }

    .dboard__offer-inner {
        flex-direction: column-reverse;
    }

    .dboard__descritption-offer-title {
        font-size: 1.8rem;
    }

    .dboard__offer-title {
        margin-bottom: 1.2rem;
        font-size: 1.8rem;
    }

    .dboard__offer-text p:not(:last-child) {
        margin-bottom: 1.6rem;
    }

    .dboard__offer-text {
        margin-right: 0;
        max-width: 100%;
        font-size: 1.2rem;
    }

    .dboard__offer-contacts {
        margin-bottom: 3.2rem;
    }

        .dboard__offer-contacts:not(:only-child) {
            margin-top: 0;
        }

    .dboard__offer-contacts-item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .dboard__section-title {
        padding-left: 0;
        font-size: 1.8rem;
    }

    .dboard__controls {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .dboard__controls-group {
        width: 100%;
    }

        .dboard__controls-group:not(:last-child) {
            margin-right: 0;
            margin-top: 1.5rem;
        }

    .dboard__controls-count {
        flex-grow: 1;
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
        padding-left: 1.1rem;
    }

    .dboard__search-executors-btn.mobile {
        display: flex;
        width: 100%;
    }

        .dboard__search-executors-btn.mobile .button__inner {
            width: 100%;
        }

    .dboard__search-executors-btn.desktop {
        display: none;
    }

    .dboard__price-info {
        width: 100%;
    }

    .dboard__price-info-text {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .dboard__grid-files.file-preview {
        grid-template-columns: repeat(auto-fit,minmax(15.4rem,15.4rem));
        grid-gap: .8rem;
    }

        .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
            width: 15.4rem;
        }

        .dboard__grid-files.file-preview .file-preview__item,
        .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
            min-height: 15.6rem;
        }

        .dboard__grid-files.file-preview .file-preview__item-info {
            flex-direction: column;
        }

        .dboard__grid-files.file-preview .file-preview__item-name {
            padding-left: 0;
            width: 16rem;
        }

        .dboard__grid-files.file-preview .note-card__date {
            margin-top: auto;
        }

    .dboard__grid-files.file-preview--submitted {
        grid-template-columns: repeat(12,1fr);
    }

        .dboard__grid-files.file-preview--submitted .note-card__gallery {
            display: grid;
        }

        .dboard__grid-files.file-preview--submitted .note-card--preview .note-card__content {
            width: 100%;
        }

        .dboard__grid-files.file-preview--submitted .file-preview__item-img-wrapper,
        .dboard__grid-files.file-preview--submitted .file-preview__item-info {
            width: 100%;
        }

        .dboard__grid-files.file-preview--submitted .file-preview__item,
        .dboard__grid-files.file-preview--submitted .file-preview__item-img-wrapper {
            min-height: 27.1rem;
        }

        .dboard__grid-files.file-preview--submitted .file-preview__item--doc .file-preview__item,
        .dboard__grid-files.file-preview--submitted .file-preview__item--doc .file-preview__item-img-wrapper {
            min-height: 15.6rem;
        }

        .dboard__grid-files.file-preview--submitted .file-card .file-card__preview-img-wrapper {
            min-height: unset;
            max-width: unset;
            height: 100%;
        }

    .dboard__grid-files .file-preview__item-controls {
        position: absolute;
        top: 1.2rem;
        right: 1.2rem;
    }

    .dboard__content-head {
        padding: 2rem 0;
    }

    .dboard__content-head-left-info-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .dboard__container-wrapper {
        padding: 0 2rem;
    }

    .dboard__container-inner {
        align-items: flex-start;
    }

    .dboard__executor-grade-info {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .dboard__content-head-status {
        font-size: 1.2rem;
    }

    .dboard__process-grid {
        grid-gap: 1.6rem;
    }

    .dboard__process-grid-col-item .note-card__content {
        padding: 2rem;
        min-height: unset;
    }

    .dboard__process-grid-col-item .note-card__head-top {
        display: none;
    }

    .dboard__process-grid-col-item .button-outline,
    .dboard__process-grid-col-item .notification__text > a {
        width: 100%;
        max-width: unset;
    }

    .dboard__contacts-btn {
        min-width: unset;
    }

    .dboard__process-gallery .gallery-item__img-wrapper {
        width: 3.6rem;
        height: 3.6rem;
    }

    .dboard__process-gallery {
        grid-template-columns: repeat(auto-fit,minmax(3.6rem,3.6rem));
    }

    .dboard__process-gallery--lg {
        grid-template-columns: repeat(auto-fit,minmax(3.6rem,3.6rem));
    }

        .dboard__process-gallery--lg .gallery-item,
        .dboard__process-gallery--lg .gallery-item__img-wrapper {
            width: 3.6rem;
            height: 3.6rem;
        }

    .dboard__floating-btn {
        position: fixed;
        z-index: 6;
        left: 50%;
        bottom: 10rem;
        transform: translateX(-50%);
    }

        .dboard__floating-btn .button__inner {
            box-shadow: 0 4px 4px rgba(0,0,0,.25);
            white-space: nowrap;
        }

    .dboard__executor-response-list {
        grid-gap: 1.2rem;
    }

    .dboard__executor-response-item {
        padding-bottom: 0;
    }

    .dboard__executors-list-wrapper:not(:last-child),
    .dboard__offers-list-wrapper:not(:last-child) {
        margin-bottom: 4rem;
    }

    .dboard__executors-list-title,
    .dboard__offers-list-title {
        padding-left: 2.4rem;
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
    }

    .select--big .select__option-label {
        padding: 1.7rem 3.5rem 1.7rem 1rem;
    }

    .select--simple .select__trigger-label {
        font-size: 1.4rem;
    }

    .select--notifications .select__options-wrapper {
        right: -2rem;
        top: 6rem;
    }

        .select--notifications .select__options-wrapper::before {
            right: 3.8rem;
        }

    .select__trigger-label {
        font-size: 1.4rem;
    }

    .select__options-wrapper--filters .select__option:not(:last-of-type) {
        border: 0;
        margin-bottom: .4rem;
    }

    .select__options-wrapper--filters .hr {
        margin: .4rem 0;
    }

    .select__trigger-icon {
        margin-left: 1rem;
        fill: #000;
    }

    .select__option-label {
        font-size: 1.4rem;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .select__footer {
        display: flex;
        justify-content: center;
    }

    .select__option-label-additional {
        font-size: 1.4rem;
        display: inline-flex;
        align-items: center;
    }

    .select__trigger-count {
        font-size: 1.4rem;
    }

    .select__search-input {
        font-size: 1.4rem;
    }

    .counter {
        font-size: 1rem;
        line-height: 1.3;
        min-width: 1.7rem;
        width: 1.7rem;
        height: 1.7rem;
        padding: 0 .3rem;
    }

    .checkbox__txt {
        font-size: 1.4rem;
    }

    .tabs__nav {
        margin-bottom: 2.4rem;
    }

    .tabs__nav-item {
        font-size: 1.2rem;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

        .tabs__nav-item:not(:last-of-type) {
            margin-right: 2rem;
        }

    .tabs__nav-text {
        white-space: unset;
    }

    .tabs__nav-counter {
        top: -1rem;
        right: -2rem;
    }

    .modal--full-scroll {
        padding: 0;
    }

        .modal--full-scroll .modal__content {
            max-height: calc(var(--vh,1vh) * 100);
            max-height: 100dvh;
        }

    .modal .file-upload {
        margin-top: .4rem;
    }

    .modal .button,
    .modal .file-upload,
    .modal .file-upload__button,
    .modal .modal__form-footer-control {
        max-width: unset;
        width: 100%;
    }

    .modal .input-textarea {
        font-size: 1.4rem;
    }

    .modal .title {
        font-size: 2rem;
    }

    .modal .control-form:not(:last-child) {
        margin-bottom: 1.6rem;
    }

    .modal .input {
        font-size: 1.5rem;
    }

    .modal__content {
        max-width: unset;
        max-height: 100dvh;
        min-height: calc(var(--vh,1vh) * 100);
        min-height: 100dvh;
        border-radius: 0;
    }

    .modal__head .button-circle {
        width: 4rem;
        min-width: 4rem;
        height: 4rem;
    }

    .modal__head .button-circle__icon {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
    }

    .modal__form-body:not(:last-child) {
        margin-bottom: 2.8rem;
    }

    .modal__head-group:not(:last-child) {
        margin-right: 1.6rem;
    }

    .modal__back {
        width: 1.8rem;
        height: 1.8rem;
    }

        .modal__back .button-icon__icon {
            width: 1.8rem;
            height: 1.8rem;
            min-width: 1.8rem;
        }

        .modal__back:not(:only-child) {
            margin-right: .8rem;
        }

    .modal__table .table__details {
        position: static;
        opacity: 1;
        width: 4rem;
        min-width: 4rem;
        height: 4rem;
    }

        .modal__table .table__details .button-circle__icon {
            width: 1.8rem;
            height: 1.8rem;
            min-width: 1.8rem;
        }

    .modal__form-avatar {
        margin-bottom: 1.6rem;
    }

        .modal__form-avatar .user-avatar {
            width: 7rem;
            height: 7rem;
        }

    .modal__form-avatar-inner {
        justify-content: flex-start;
    }

    .modal__file-preview {
        margin-bottom: 2rem;
        padding: 0 1.6rem;
    }

    .modal__mobile-hide {
        display: none;
    }

    .modal__mobile-show {
        display: block;
    }

    .modal__add-files {
        max-width: unset;
        width: 100%;
    }

    .modal__delimeter {
        margin: 2.8rem auto;
        height: .1rem;
    }

    .modal__floating {
        padding: 0 2rem;
    }

    .modal__end-sessions-text {
        font-size: 1.2rem;
    }

    .modal__form-disclaimer-btn {
        font-size: 1.4rem;
    }

    .modal__form-text {
        font-size: 1.2rem;
    }

    .modal__form-disclaimer-title {
        font-size: 1.6rem;
    }

    .modal__description-title {
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
    }

    .modal__delete-account-info {
        margin-bottom: 7.2rem;
    }

    .modal__delete-account-img {
        width: 10rem;
        height: 10rem;
        margin-bottom: 1.2rem;
    }

    .modal__delete-account-title {
        margin-bottom: 1.2rem;
        font-size: 2rem;
    }

    .modal__delete-account-text {
        font-size: 1.4rem;
    }

    .modal__delete-account-controls {
        padding: 0;
        flex-direction: column-reverse;
        align-items: center;
    }

    .modal__delete-account-btn:not(:last-child) {
        margin-right: 0;
        margin-top: 2rem;
    }

    .modal-add-note .modal__head {
        margin-bottom: 2rem;
    }

    .modal-add-note .modal__form-footer-control:not(:last-child) {
        margin-right: 1.2rem;
    }

    .modal-add-note .modal__form-footer-control.button-outline,
    .modal-add-note .notification__text > a.modal__form-footer-control {
        min-width: 18rem;
    }

        .modal-add-note .modal__form-footer-control.button-outline .button-outline__icon,
        .modal-add-note .notification__text > a.modal__form-footer-control .button-outline__icon {
            margin-right: .8rem;
            width: 1.6rem;
            height: 1.6rem;
        }

    .modal-add-note .modal__form-footer-control.button .button__inner {
        padding-left: 2.7rem;
        padding-right: 2.7rem;
    }

    .modal-add-note .modal__inner {
        padding: 4rem 2rem;
    }

    .modal-add-note--first .modal__content {
        max-width: 100%;
    }

    .modal-add-note--text .modal__form-footer-control {
        margin: 0 auto;
    }

    .modal-add-note--payment .modal__form-footer {
        margin-top: 3.2rem;
        justify-content: center;
    }

    .modal-add-note--payment .grid {
        grid-gap: 1.2rem;
    }

    .modal-settings .modal__content {
        max-width: unset;
    }

    .modal-settings .modal__inner {
        min-height: unset;
        padding: 4rem 2rem;
    }

    .modal-settings .modal__head {
        padding: 0;
        margin-bottom: 1.6rem;
    }

    .modal-settings .modal__table .table__col {
        font-size: 1.4rem;
    }

    .modal-settings .modal__table .table__row {
        padding-right: 9.3rem;
        padding-bottom: .4rem;
    }

    .modal-settings .modal__table .table__details {
        position: absolute;
        top: 50%;
        right: 1.6rem;
        transform: translateY(-50%);
    }

    .modal-settings .select__trigger {
        font-size: 1.4rem;
    }

    .modal-settings .tabs {
        display: none;
    }

    .modal-settings__settings-nav {
        display: block;
    }

    .modal-account-edit .modal__content {
        max-width: unset;
    }

    .modal-account-edit .modal__form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .modal-account-edit .modal__form-footer {
        flex-direction: column;
        align-items: center;
    }

    .modal-account-edit .modal__form-footer-control:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.4rem;
    }

    .modal-avatar-edit .modal__form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .modal-avatar-edit .modal__form-footer {
        flex-direction: column;
        align-items: center;
    }

    .modal-avatar-edit .modal__form-footer-control:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.4rem;
    }

    .modal-file-upload .modal__head {
        margin-bottom: 4.8rem;
    }

    .modal-existing-notes .modal__content {
        max-width: 100%;
        padding-bottom: 8rem;
    }

    .modal-existing-notes .note-card--category .note-card__content {
        min-height: unset;
    }

    .modal-existing-notes .note-card--category .note-card__description {
        -webkit-line-clamp: 6;
        line-clamp: 6;
        min-height: 5rem;
    }

    .modal-existing-notes .note-card--category .note-card__body {
        height: unset;
    }

    .modal-edit-info .modal__content {
        max-width: 100%;
    }

    .modal-edit-info .modal__form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .modal-edit-info .modal__delimeter {
        display: block;
        margin-top: auto;
    }

    .modal-notifications .modal__content {
        max-width: 100%;
    }

    .modal-notifications .tabs__nav-item {
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

        .modal-notifications .tabs__nav-item:not(:last-of-type) {
            margin-right: .6rem;
        }

    .modal-session .modal__content {
        max-width: 100vw;
    }

    .modal-session .control-input__label,
    .modal-session .input {
        padding: 0;
    }

    .modal-session .grid {
        grid-gap: 2rem;
    }

    .modal-content .modal__content {
        max-width: 100%;
    }

    .modal-content .modal__inner {
        padding: 4rem 2rem;
    }

    .modal-content .modal__delimeter {
        margin: 3.2rem auto;
    }

    .modal-content .modal__head {
        margin-bottom: 2.1rem;
    }

    .modal-content .title {
        font-size: 2rem;
    }

    .modal-content .content .image-labeled {
        margin: 2.9rem 0;
    }

    .modal-content .content .content__links-link {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .modal-content .content h2 {
        margin: 2rem 0 1.6rem;
    }

    .modal-content .content h3 {
        margin: 1.6rem 0;
    }

    .modal-content .content ol {
        padding: 0 .6rem;
    }

        .modal-content .content ol li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .modal-content .content ol ol {
            margin: 1rem 0;
        }

    .modal-edit-house .modal__content {
        max-width: unset;
    }

    .modal-edit-house .modal__inner {
        padding: 4rem 2rem;
    }

    .modal-contacts .modal__content {
        max-width: unset;
    }

    .modal-contacts .modal__head {
        margin-bottom: 4rem;
    }

    .modal-contacts .info-item__head {
        margin-bottom: 2rem;
    }

    .modal-contacts .control-input__label {
        margin-bottom: 2rem;
    }

    .modal-contacts .control-form {
        padding-bottom: 1.6rem;
        border-bottom: 1px solid #e8e9e9;
    }

        .modal-contacts .control-form:not(:last-child) {
            margin-bottom: 1.6rem;
        }

    .modal-contacts .modal__form {
        margin-bottom: 4.4rem;
    }

    .modal-contacts .modal__delimeter {
        display: none;
    }

    .modal-account-delete .modal__head {
        margin-bottom: 2rem;
    }

    .modal-account-delete .modal__inner {
        padding: 4rem 2rem;
    }

    .modal-account-delete .auth__form-footer {
        flex-direction: column-reverse;
    }

    .modal-account-delete .modal__head {
        margin-bottom: 5.2rem;
    }

    .modal-account-delete .auth__form-footer .auth__form-button {
        min-width: 23.1rem;
        width: 23.1rem;
    }

        .modal-account-delete .auth__form-footer .auth__form-button:not(.button) {
            padding-top: 1.45rem;
            padding-bottom: 1.45rem;
        }

        .modal-account-delete .auth__form-footer .auth__form-button:not(:last-child) {
            margin-right: 0;
            margin-top: 2.8rem;
        }

    .modal-account-delete--last .auth__form-footer {
        flex-direction: column;
    }

    .modal-account-delete-confirm .dboard__content {
        padding-top: 4rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .modal-settings-item .modal__head {
        margin-bottom: 2.8rem;
    }

    .modal-settings-item .modal__table:not(:last-child) {
        margin-bottom: 4rem;
    }

    .modal-settings-item .modal__table .table__row {
        grid-gap: .4rem;
        padding: 1.6rem 9.3rem 1.6rem 1.6rem;
    }

    .modal-settings-item .modal__table strong {
        font-size: 1.4rem;
    }

    .modal-settings-item .modal__table .table__icon {
        margin-right: .8rem;
    }

    .modal-settings-item .modal__form-title {
        padding-left: .8rem;
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
    }

    .modal-account .control-input__label {
        padding-left: 0;
    }

    .modal-account .input {
        padding-left: 0;
        padding-right: 1rem;
    }

    .modal-account .modal__form-body {
        padding: 0 1.2rem;
    }

        .modal-account .modal__form-body:not(:last-child) {
            margin-bottom: 2.4rem;
        }

    .modal-account .modal__form-footer {
        padding: 0 1.2rem;
    }

    .modal-account .modal__delimeter {
        margin: 2.4rem auto;
    }

    .modal-account .control-input + .control-input {
        margin-top: .4rem;
    }

    .modal-account .button-outline,
    .modal-account .notification__text > a {
        max-width: unset;
        width: 100%;
    }

    .modal-currency-notif .auth__descrip {
        flex-direction: column;
    }

    .modal-currency-notif .auth__form-button {
        margin-top: 2rem;
    }

    .modal-currency-notif .auth__success-icon {
        max-width: 10rem;
    }

    .modal-currency-notif .modal__head {
        margin-bottom: 10rem;
    }

    .modal-currency-notif__icon {
        margin-left: 0;
        margin-top: 1.2rem;
    }

    .user-avatar {
        width: 5rem;
        height: 5rem;
    }

    .user-avatar--lg .user-avatar__name {
        font-size: 2rem;
    }

    .auth__head {
        margin-bottom: 2rem;
    }

    .auth__success-icon {
        max-width: 7rem;
    }

    .auth__title {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }

    .auth__title-logo {
        width: 8.6rem;
        height: 5.1rem;
    }

    .auth__back {
        position: static;
        margin-bottom: 2rem;
    }

    .auth__form {
        margin-bottom: 3.2rem;
    }

    .auth__control-input .control-input__label {
        font-size: 1.4rem;
    }

    .auth__control-input .control-input__link {
        font-size: 1.4rem;
    }

    .auth__form-body {
        max-width: 45.2rem;
        margin-bottom: 3rem;
    }

    .auth__form-footer .button {
        width: 100%;
        max-width: unset;
    }

    .auth__delimeter {
        margin-bottom: 4rem;
    }

    .auth__buttons {
        flex-direction: column;
    }

        .auth__buttons:not(:last-child) {
            margin-bottom: 4rem;
        }

    .auth__button {
        max-width: 45.2rem;
        width: 100%;
    }

        .auth__button:not(:last-child) {
            margin-right: 0;
            margin-bottom: 2rem;
        }

    .auth__disclaimer {
        font-size: 1.4rem;
    }

    .auth__descrip.desktop {
        display: none;
    }

    .auth__descrip.mobile {
        display: block;
    }

    .auth__descrip {
        font-size: 1.4rem;
    }

        .auth__descrip:not(:last-child) {
            margin-bottom: 2rem;
        }

    .switch-buttons__item {
        font-size: 1.2rem;
        padding: .8rem 2.4rem;
    }

    .delimeter__text {
        font-size: 1.4rem;
        margin: 0 1rem;
    }

    .nav-item__counter {
        top: -1rem;
        right: -.7rem;
        width: 2.3rem;
        height: 2.3rem;
    }

    .sidebar {
        bottom: 0;
        left: 0;
        overflow: visible;
        width: 100%;
        border-radius: 0;
        padding: .4rem;
        transform: translateX(0);
        background-color: #333;
    }

    .sidebar__list {
        justify-content: center;
    }

        .sidebar__list:not(:last-child) {
            margin-right: 2rem;
        }

    .sidebar__nav-item:not(:last-child) {
        margin-right: 2rem;
    }

    .sidebar__nav-text {
        font-size: 1rem;
    }

    .sidebar__nav-icon {
        min-width: 2.4rem;
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 0;
        margin-bottom: 0;
    }

    .sidebar__nav-link {
        flex-direction: column;
        padding: .2rem .8rem;
    }

    .house__options {
        display: none;
    }

    .house__info-btn {
        align-items: center;
    }

    .house__title .select__option-text {
        max-width: 10rem;
    }

    .house__title {
        margin-bottom: 0;
    }

    .house__address {
        display: none;
    }

    .house__icon {
        min-width: 3.2rem;
        width: 3.2rem;
        height: 3.2rem;
        margin-right: 1.2rem;
    }

    .header__house {
        margin-bottom: 0;
    }

    .note-card--search .note-card__content {
        min-height: unset;
    }

    .note-card--search .note-card__head {
        margin-bottom: 1.4rem;
    }

    .note-card--search .note-card__info {
        margin-bottom: 2.4rem;
    }

    .note-card--search .offers-badge {
        height: 4rem;
    }

    .note-card--search .note-card__title {
        line-height: 1.1;
    }

    .note-card--search .note-card__dates {
        margin-bottom: -.5rem;
    }

    .note-card--category .note-card__content {
        padding: 1.2rem .5rem 1.2rem 1.2rem;
        min-height: 13.8rem;
    }

    .note-card--category .gallery-item__more {
        font-size: 1.4rem;
    }

    .note-card--category .note-card__gallery {
        margin-bottom: .8rem;
        grid-template-columns: repeat(7,1fr);
        min-height: 3.6rem;
        max-width: 29rem;
    }

    .note-card--category .gallery-item {
        max-height: 3.6rem;
        max-width: 3.6rem;
    }

    .note-card--category .note-card__description {
        margin-bottom: 0;
        min-height: 4.1rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .note-card--category .note-card__title {
        min-height: unset;
    }

    .note-card--category .note-card__controls {
        top: 1rem;
        right: .5rem;
    }

    .note-card--title-description .note-card__description {
        min-height: 6.8rem;
    }

    .note-card--checkbox .note-card__description,
    .note-card--checkbox .note-card__gallery {
        display: none;
    }

    .note-card--checkbox .note-card__content {
        min-height: unset;
    }

    .note-card--preview .note-card__title {
        padding-right: 2rem;
    }

    .note-card--description-gallery .note-card__gallery,
    .note-card--title-gallery .note-card__gallery {
        grid-template-columns: repeat(4,1fr);
        min-height: 6rem;
        max-width: 26rem;
    }

    .note-card--description-gallery .gallery-item,
    .note-card--title-gallery .gallery-item {
        max-height: 6rem;
        max-width: 6rem;
    }

    .note-card--description-gallery .note-card__description {
        line-clamp: 3;
        -webkit-line-clamp: 3;
        min-height: 4.8rem;
        margin-bottom: 1rem;
    }

    .note-card--description-only {
        min-height: unset;
    }

        .note-card--description-only .note-card__description {
            line-clamp: 6;
            -webkit-line-clamp: 6;
            margin-bottom: 1rem;
        }

    .note-card--title-gallery-only-child .note-card__gallery {
        grid-template-columns: 1fr;
        min-height: 12.4rem;
    }

    .note-card--title-gallery-only-child .gallery-item {
        max-height: 13.2rem;
        max-width: 12.4rem;
    }

    .note-card--title-gallery .note-card__title {
        margin-bottom: 1.2rem;
    }

    .note-card--gallery-only:not(.note-card__gallery--only-child) {
        grid-template-rows: repeat(3,1fr);
    }

    .note-card--gallery-only .note-card__gallery {
        max-width: 17.6rem;
        grid-gap: .4rem;
        grid-template-columns: repeat(12,1fr);
    }

    .note-card--gallery-only .gallery-item:not(:only-child):nth-child(1) {
        grid-column: span 9;
        grid-row: span 3/span 3;
    }

    .note-card--gallery-only .gallery-item:not(:only-child):nth-child(2),
    .note-card--gallery-only .gallery-item:not(:only-child):nth-child(3),
    .note-card--gallery-only .gallery-item:not(:only-child):nth-child(5) {
        grid-column: 10/13;
        max-height: 4rem;
        min-width: 4rem;
    }

    .note-card--gallery-only .gallery-item:not(:only-child):nth-child(4):not(:last-child) {
        display: none;
    }

    .note-card--gallery-only .gallery-item {
        max-width: unset;
        max-height: unset;
    }

    .note-card--gallery-only .note-card__content {
        min-height: 17.3rem;
    }

    .note-card--gallery-only-child .note-card__gallery {
        max-width: 13.2rem;
    }

    .note-card--gallery-only-child .gallery-item:only-child {
        max-height: 12.4rem;
    }

    .note-card--gallery-only-child .note-card__date {
        left: 1.2rem;
        bottom: 1.2rem;
    }

        .note-card--gallery-only-child .note-card__date::before {
            bottom: 1.8rem;
        }

    .note-card--payment .note-card__content {
        padding: 1.2rem .5rem 1.2rem 1.2rem;
        min-height: unset;
    }

    .note-card--payment.dboard__process-grid-col-item .note-card__content {
        padding: 2rem;
    }

    .note-card--payment .note-card__controls {
        top: 1rem;
        right: .5rem;
    }

    .note-card--payment .note-card__price-period {
        margin-bottom: 0;
    }

    .note-card--payment .note-card__head-top {
        margin-bottom: 1.2rem;
    }

    .note-card--payment .note-card__info-text {
        margin-bottom: .4rem;
    }

    .note-card--payment .note-card__info {
        margin-bottom: 1.2rem;
    }

    .note-card--payment-inner .note-card__head-top {
        margin-bottom: .4rem;
    }

    .note-card--payment-inner .note-card__price-period {
        margin-bottom: .8rem;
    }

        .note-card--payment-inner .note-card__price-period:last-child {
            margin-bottom: 0;
        }

    .note-card--processes .note-card__info {
        margin-bottom: 0;
    }

    .note-card--processes .note-card__head-top {
        margin-bottom: 2rem;
    }

    .note-card--processes .executor-grade-info__title-wrapper {
        margin-bottom: .4rem;
    }

    .note-card--processes .note-card__title {
        font-size: 1.6rem;
    }

    .note-card--processes .note-card__controls {
        top: 1.5rem;
    }

    .note-card--processes .note-card__head {
        margin-bottom: 2rem;
    }

    .note-card--processes .note-card__content {
        min-height: unset;
        padding: 1.8rem 1.2rem;
    }

    .note-card--processes .executor-grade-info__inner {
        margin-bottom: 0;
    }

    .note-card--processes .executor-grade-info__subtitle.desktop {
        display: flex;
    }

    .note-card--processes .executor-grade-info__subtitle.mobile {
        display: none;
    }

    .note-card__content {
        border-radius: .8rem;
        min-height: 14.8rem;
    }

    .note-card__control.select .button-icon__icon {
        width: 1.8rem;
        height: 1.8rem;
        min-width: 1.8rem;
    }

    .note-card__title {
        font-size: 1.6rem;
        max-width: 100%;
    }

    .note-card__date {
        font-size: 1.2rem;
    }

    .banner-notice--secondary .banner-notice__close {
        display: none;
    }

    .banner-notice--secondary .banner-notice__content {
        padding-left: 6.7rem;
    }

    .banner-notice--secondary .banner-notice__img {
        width: 6rem;
        height: 6rem;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .banner-notice--secondary .banner-notice__inner {
        padding: 0 1rem;
    }

    .banner-notice {
        position: sticky;
        z-index: 2;
        top: 0;
    }

    .banner-notice__wrapper:not(:last-child) {
        margin-right: 0;
    }

    .banner-notice__inner {
        border-radius: 0;
        margin: -2rem -2rem 0;
    }

    .banner-notice__content {
        padding: 2rem 6rem 2rem 0;
        margin-right: 2.3rem;
        min-height: 8.1rem;
    }

    .banner-notice__text {
        font-size: 1.2rem;
    }

    .banner-notice__img {
        width: 5.7rem;
        height: 7.1rem;
    }

    .banner-notice__button-more {
        display: none;
    }

    .banner-notice__select {
        display: block;
        z-index: 2;
    }

    .files__filter .select--simple .select__trigger-icon {
        display: none;
    }

    .files__filter .select--simple .select__trigger {
        pointer-events: none;
    }

    .files__row-label {
        font-size: 1.4rem;
    }

    .files__gallery {
        grid-template-columns: repeat(auto-fill,minmax(57px,57px));
    }

    .files__gallery-item {
        min-height: 5.7rem;
    }

    .files__info-head {
        margin-bottom: 0;
    }

    .files__head-controls .dboard__floating-btn {
        max-width: unset;
        width: 100%;
        padding: 0 2rem;
    }

    .files__head-title {
        display: none;
    }

    .files__controls {
        display: flex;
        align-items: center;
    }

        .files__controls .button-icon__icon {
            fill: #191b1d;
        }

    .gallery-item__name {
        max-width: calc(100% - 6.6rem);
    }

    .gallery-view-list .gallery-item__info.file-preview__item-info {
        flex-direction: row;
    }

    .gallery-view-list .gallery-item__date {
        display: none;
    }

    .project-sent {
        margin: 4rem 0;
    }

    .project-sent__img {
        width: 7rem;
        height: 7rem;
    }

    .project-sent-text {
        font-size: 1.4rem;
    }

    .offer {
        border: 1px solid #ebedf0;
        padding: 2rem 1.6rem;
    }

        .offer .dboard__process-gallery--lg {
            grid-template-columns: repeat(auto-fit,minmax(3.6rem,3.6rem));
        }

            .offer .dboard__process-gallery--lg .gallery-item,
            .offer .dboard__process-gallery--lg .gallery-item__img-wrapper {
                width: 3.6rem;
                height: 3.6rem;
            }

    .offer__left {
        margin-bottom: 2rem;
    }

    .offer__info:not(:last-child) {
        margin-bottom: 2.4rem;
    }

    .offer__buttons .button__inner {
        padding-right: 3.6rem;
        padding-left: 3.6rem;
    }

    .offer__button:not(:last-child) {
        margin-right: .8rem;
    }

    .offer__read-more {
        display: none;
    }

    .offer__price-txt-inner {
        overflow: visible;
    }

        .offer__price-txt-inner:not(.is-expanded) {
            line-clamp: unset;
            -webkit-line-clamp: unset;
        }

    .file-preview {
        grid-template-columns: 1fr;
    }

    .file-preview__item--doc .file-preview__item-name {
        display: inline-block;
    }

    .file-preview__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .file-preview__item-name {
        padding-left: 1.5rem;
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 100%;
        width: 19.5rem;
    }

    .file-preview__item-img-wrapper {
        width: 6rem;
        height: 6rem;
        margin-bottom: 0;
    }

    .file-preview__item-controls {
        position: static;
    }

    .file-preview__item-info {
        flex-direction: row;
        align-items: center;
    }

    .file-card__preview-img-wrapper {
        min-height: 10rem;
        max-width: 10rem;
    }

    .burger__house .house__options {
        display: flex;
    }

    .notification {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .notification__img {
        min-width: 5rem;
    }

    .offers-badge__avatar {
        width: 2.8rem;
        height: 2.8rem;
    }

    .content {
        font-size: 1.6rem;
    }

        .content h2 {
            margin: 2.7rem 0 2rem;
            font-size: 1.8rem;
        }

        .content h3 {
            font-size: 1.6rem;
            margin: 2rem 0 2.4rem;
        }

        .content .content__links-link {
            font-size: 1.8rem;
        }

    .floating-action__option-label {
        font-size: 1.6rem;
    }

    .floating-action__open::after {
        display: block;
    }

    .floating-action__open .button__icon {
        margin: 0;
        width: 2rem;
        height: 2rem;
    }

    .floating-action__open .button__inner {
        width: 6rem;
        height: 6rem;
    }

    .floating-action__open .button__text {
        display: none;
    }

    .floating-action__button-icon .button__icon {
        margin: 0;
    }

    .price-txt--lg .price-txt__value {
        font-size: 2.4rem;
        letter-spacing: 0;
    }

    .price-txt--lg .price-txt__currency {
        font-size: 1.1rem;
    }

    .price-txt--lg .price-txt__period {
        font-size: 1.4rem;
    }

    .price-txt__value {
        font-size: 2.4rem;
    }

    .price-txt__currency {
        font-size: 1.2rem;
    }

    .price-txt__hint::after {
        left: 50%;
        transform: translateX(-50%);
        background-color: #47494a;
    }

    .executor-grade-info--lg .executor-grade-info__user .user-avatar {
        width: 5rem;
        height: 5rem;
    }

    .executor-grade-info--lg .executor-grade-info__title {
        font-size: 1.8rem;
    }

    .executor-grade-info--xlg .executor-grade-info__user .user-avatar {
        width: 5rem;
        height: 5rem;
    }

    .executor-grade-info--xlg .executor-grade-info__title {
        font-size: 1.4rem;
        margin-bottom: .4rem;
    }

    .executor-grade-info--xlg .executor-grade-info__value {
        font-size: 1.2rem;
    }

    .executor-grade-info--xlg .executor-grade-info__title-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .executor-grade-info__title {
        font-size: 1.4rem;
    }

    .executor-grade-info__subtitle {
        font-size: 1.2rem;
    }

    .process-card {
        padding: 2rem;
    }

    .process-card__head {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 3rem;
    }

    .process-card__title {
        font-size: 1.6rem;
        margin-right: 0;
        margin-top: 1rem;
        display: none;
    }

    .process-card__info {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2.4rem;
    }

    .process-card__description-title {
        font-size: 1.3rem;
        margin-bottom: .8rem;
    }

    .process-card__description-text {
        font-size: 1.3rem;
    }

    .process-card__price {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .process-card__stages-btn {
        width: 100%;
    }

        .process-card__stages-btn .button-outline,
        .process-card__stages-btn .notification__text > a {
            width: 100%;
            max-width: unset;
            padding: 0;
            background: 0 0;
            border: 0;
            justify-content: flex-start;
        }

            .process-card__stages-btn .button-outline:hover,
            .process-card__stages-btn .notification__text > a:hover {
                background: 0 0;
            }

    .status-start__text {
        font-size: 1.2rem;
    }

    .payments__head {
        margin-bottom: 1.6rem;
    }

    .payments__filter {
        padding-left: .8rem;
    }

    .payments__date {
        top: -2rem;
    }

    .payments__info .button-icon__icon {
        fill: #191b1d;
    }

    .payments__info .dboard__head-control {
        margin-top: .6rem;
    }

    .payments__head-title {
        display: none;
    }

    .payments__info-head {
        margin-bottom: 0;
    }

    .payments__head-controls .dboard__floating-btn {
        margin-right: 0;
        padding: 0 2rem;
        max-width: unset;
        width: 100%;
    }

    .payments__head-controls .dboard__head-control.select {
        display: none;
    }

    .executor-response {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
        border: 1px solid #ebedf0;
    }

        .executor-response .select {
            position: absolute;
            top: 3.6rem;
            right: 2rem;
        }

    .executor-response__info {
        margin-right: 0;
        margin-bottom: 1.6rem;
    }

    .executor-response__price {
        margin-bottom: 2rem;
        margin-right: 0;
        padding-left: 1.2rem;
        max-width: unset;
    }

        .executor-response__price .price-txt {
            flex-direction: row;
        }

        .executor-response__price .price-txt__item:not(:last-child)::after {
            display: inline-block;
        }

    .executor-response__controls {
        justify-content: flex-start;
        max-width: unset;
    }

    .executor-response__grade {
        margin-bottom: .4rem;
    }

    .executor-response__time {
        margin-top: .4rem;
    }

    .timeline__toggle {
        font-size: 1.4rem;
    }

    .timeline__info-item > .timeline__info-item::before {
        display: none;
    }

    .timeline__info-item {
        flex-direction: column;
    }

    .timeline__price-wrapper {
        display: inline-flex;
        flex-direction: row;
        margin-top: 1.2rem;
    }

    .rating {
        grid-gap: 1rem;
    }

    .start__title-icon {
        width: 5.8rem;
        height: 5.7rem;
        margin-right: 1.6rem;
    }
}

@media only screen and (max-width:767.98px) and (max-width:767.98px) {
    .dboard__grid-files.file-preview--submitted .file-card.file-preview__item--doc {
        min-height: 15.6rem;
        overflow: hidden;
    }

    .dboard__grid-files.file-preview--submitted .file-card .file-card__preview-img-wrapper {
        min-height: 15.6rem;
    }

    .modal__add-files .button-outline,
    .modal__add-files .notification__text > a {
        max-width: unset;
        width: 100%;
    }
}

@media screen and (max-width:767.98px) and (min-height:768px) {
    .modal__content {
        max-height: 90vh;
    }
}

@media screen and (max-width:767.98px),screen and (max-height:499.98px) {
    .modal__inner {
        padding: 3.2rem 2rem;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (max-width:600.98px) {
    .grid__col-xs-12 {
        grid-column: span 12;
    }

    .grid__col-xs-11 {
        grid-column: span 11;
    }

    .grid__col-xs-10 {
        grid-column: span 10;
    }

    .grid__col-xs-9 {
        grid-column: span 9;
    }

    .grid__col-xs-8 {
        grid-column: span 8;
    }

    .grid__col-xs-7 {
        grid-column: span 7;
    }

    .grid__col-xs-6 {
        grid-column: span 6;
    }

    .grid__col-xs-5 {
        grid-column: span 5;
    }

    .grid__col-xs-4 {
        grid-column: span 4;
    }

    .grid__col-xs-3 {
        grid-column: span 3;
    }

    .grid__col-xs-2 {
        grid-column: span 2;
    }

    .grid__col-xs-1 {
        grid-column: span 1;
    }

    .grid__col-xs-hide {
        display: none;
    }

    .grid__col-xs-show {
        display: block;
    }

    .grid__col-xs-center {
        display: inline-grid;
        justify-items: center;
        justify-content: center;
    }

    .grid__col-xs-auto {
        grid-column: auto;
    }

    .control__list-footer {
        flex-direction: column;
        justify-content: flex-start;
    }

    .control__list-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .select--notifications .select__options-wrapper {
        min-width: 34rem;
    }
}

@media only screen and (min-width:1280px) and (max-width:767.98px) {
    .modal--page.active .modal__content {
        max-width: 100%;
    }
}

@media (max-height:767.98px) {
    .modal__content {
        max-height: 90vh;
    }
}

@media (max-height:499.98px) {
    .modal-settings .modal__inner {
        min-height: unset;
    }
}
