﻿@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 Medium"),local("Lato-Medium"),url(../fonts/lato/latomedium.woff2) format("woff2"),url(../fonts/lato/latomedium.woff) format("woff"),url(../fonts/lato/latomedium.ttf) format("truetype");
    font-weight: 500;
    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: #1f1f24;
    border: none;
    background: 0 0;
    outline: 0;
}

html.vi input,
html.vi textarea {
    color: #1f1f24;
}

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(31,31,36,.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 Lato,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

    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.not-found-page {
        height: 100vh;
        overflow: hidden;
    }

        body.not-found-page .header__logo:not(:last-child) {
            margin-right: 0;
        }

        body.not-found-page .header__logo-text {
            display: block;
        }

    body.confirmation .sidebar::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: not-allowed;
    }

    body.confirmation .header__currency-control .button-oval__text {
        color: #a1a1a1;
    }

    body.confirmation .header__currency-control .button-oval__icon {
        fill: #a1a1a1;
    }

    body.confirmation .header__user-control-counter {
        display: none;
    }

    body.confirmation .auth__title {
        margin-bottom: 4rem;
    }

    body.confirmation .auth__head {
        margin-bottom: 4rem;
    }

    body.confirmation .button-oval__delimeter::before {
        color: rgba(161,161,161,.2);
    }

    body.confirmation .header__user-control button:disabled,
    body.confirmation .header__user-control:disabled {
        cursor: not-allowed;
        background: rgba(255,255,255,.02);
    }

        body.confirmation .header__user-control button:disabled .burger-button__text,
        body.confirmation .header__user-control:disabled .burger-button__text {
            color: rgba(161,161,161,.2);
        }

        body.confirmation .header__user-control button:disabled svg,
        body.confirmation .header__user-control:disabled svg {
            opacity: .2;
        }

    body.confirmation .header__user-control.header__sign-in {
        pointer-events: all;
    }

    body.confirmation .sidebar__menu {
        pointer-events: none;
    }

    body.confirmation .sidebar__nav-counter {
        display: none;
    }

    body.confirmation .sidebar__nav-text {
        color: rgba(161,161,161,.2);
    }

    body.confirmation .sidebar__nav-icon {
        fill: rgba(161,161,161,.2);
    }

    body.confirmation .sidebar__nav-link.active {
        background: 0 0;
    }

        body.confirmation .sidebar__nav-link.active .sidebar__nav-text {
            color: rgba(161,161,161,.2);
        }

        body.confirmation .sidebar__nav-link.active .sidebar__nav-icon {
            fill: rgba(161,161,161,.2);
        }

        body.confirmation .sidebar__nav-link.active .nav-item__icon {
            display: block;
        }

        body.confirmation .sidebar__nav-link.active .nav-item__icon--fat {
            display: none;
        }

    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.auth .header--auth .header__currency-control .button-oval__text {
        color: #fff;
    }

    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: #1f1f24;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 192rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 12.5rem;
}

.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;
}

.mobile-show {
    display: none;
}

.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;
    }

.tablet-sm-hide {
    display: flex;
}

.tablet-sm-show {
    display: none;
}

.tablet-lg-hide {
    display: flex;
}

.tablet-lg-show {
    display: none;
}

.laptop-show {
    display: none;
}

.laptop-hide {
    display: flex;
}

.desktop-sm-hide {
    display: flex;
}

.desktop-sm-show {
    display: none;
}

.uppercase {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.icon {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    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 Lato,sans-serif;
    }

.table__body {
    font-family: "Wix Madefor Display",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: #e3e3e3;
            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(31,31,36,.4);
    }

        .table__row.inactive .table__decline-btn:disabled {
            color: #1f1f24;
        }

        .table__row.inactive .table__price::after {
            background: #b0b0b0;
        }

        .table__row.inactive .table__price::before {
            background: #f2f2f2;
        }

        .table__row.inactive .table__price .price__quantity {
            color: #1f1f24;
        }

        .table__row.inactive .table__decline-btn {
            pointer-events: none;
            color: rgba(31,31,36,.5);
            border: 0;
        }

        .table__row.inactive .table__detail-btn {
            background: rgba(31,31,36,.2);
            color: rgba(31,31,36,.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(31,31,36,.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: "Wix Madefor Display",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;
}

.header {
    position: relative;
    padding: 3.1rem 0 3.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header--auth {
    z-index: 1;
    padding: 2.6rem 0 7.5rem;
}

    .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__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__left {
    position: relative;
    display: flex;
    align-items: center;
}

.header__logo-text {
    font: 1.6rem/100% Manrope,sans-serif;
    display: none;
    color: #fff;
    margin-left: 1.2rem;
    margin-bottom: 1rem;
    max-width: 24.3rem;
}

.header__logo {
    max-width: 13rem;
    height: 8rem;
}

    .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;
    height: 4.8rem;
}

    .header__user-control:not(:last-child) {
        margin-right: 2rem;
    }

.header__user-control-counter {
    position: absolute;
    top: -1.3rem;
    right: -1.1rem;
}

.header__controls {
    display: flex;
    align-items: center;
    margin-left: 4.8rem;
}

    .header__controls:not(:last-child) {
        margin-right: 4.8rem;
    }

.header__house {
    position: relative;
}

.header__currency-control .button-oval {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    height: 4.8rem;
}

.header__sign-in .header__sign-in-text {
    color: #a1a1a1;
}

.footer {
    position: relative;
    padding: 2.6rem 0;
    color: rgba(255,255,255,.4);
    font-family: Manrope,sans-serif;
}

.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(255,255,255,.4);
}

.footer__support-link {
    transition: opacity .2s ease;
    font-weight: 800;
    color: rgba(255,255,255,.4);
}

    .footer__support-link:hover {
        opacity: .8;
    }

.footer__company a {
    transition: opacity .2s ease;
    display: flex;
    color: rgba(255,255,255,.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(31,31,36,.1);
    height: .2rem;
    width: 100%;
    border: 0;
    margin: 6rem 0;
}

.hr--thin {
    height: .1rem;
}

.hr--margin-md {
    margin: 3.2rem 0;
}

.crumbs-select {
    display: flex;
    align-items: center;
}

.crumbs-select__item {
    display: flex;
    align-items: center;
}

    .crumbs-select__item:not(:last-child)::after {
        background: rgba(31,31,36,.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: rgba(31,31,36,.5);
    }

.crumbs-select__link {
    display: flex;
    align-items: center;
    color: #1f1f24;
    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(31,31,36,.2);
    border-bottom-color: #1f1f24;
    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: 7rem;
    padding: 2rem;
    resize: none;
}

    .input-textarea.ck.ck-editor__editable_inline {
        padding: 0 2rem;
    }

.input {
    font: 1.6rem/1.4 "Wix Madefor Display",sans-serif;
    background: #fff;
    display: inline-block;
    padding: 1.2rem 2rem;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 1rem;
    transition: border-color .2s ease;
}

    .input:focus-within {
        border-color: #175dff;
    }

    .input[type=text] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .input[readonly] {
        border-color: #d8dce1;
    }

.input--date {
    padding-left: 5.4rem;
}

    .input--date::placeholder {
        opacity: 1;
        color: #1f1f24;
    }

.input--toggle {
    padding-right: 5rem;
}

.input--error {
    border-color: #ff6532;
}

.input--text:not([readonly]) {
    width: unset;
}

.input--text.input-textarea {
    display: block;
}

    .input--text.input-textarea p:not(:last-child) {
        margin-bottom: 2rem;
    }

.input--text,
.input--text[readonly] {
    display: flex;
    background: 0 0;
    border: 0;
    padding: 0;
    color: #1f1f24;
    font-family: Lato,sans-serif;
    line-height: 1.5;
    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-radius: 1rem;
}

.input.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
    box-shadow: none;
    border-radius: 1rem;
}

.input__dot {
    background: #000;
    width: .4rem;
    height: .4rem;
    display: inline-block;
    border-radius: 50%;
}

    .input__dot:not(:last-child) {
        margin-right: .9rem;
    }

.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;
}

.ck.ck-editor__editable .ck-placeholder::before {
    color: #b3b3b3;
}

.title {
    display: block;
    font-weight: 800;
    font-size: 3.2rem;
}

.title--md {
    font-size: 2.8rem;
}

.title--sm {
    font-size: 1.8rem;
}

.title--light {
    color: #fff;
}

.title--secondary {
    font-family: "Wix Madefor Display",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 4px 0 rgba(0,0,0,.1);
    }

    .switch__logic:not(:checked) + .switch__styled .switch__option:first-child {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    }

.switch__styled {
    background: rgba(0,0,0,.1);
    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;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
}

    .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: rgba(0,0,0,.15);
    }

    .button:disabled {
        cursor: not-allowed;
    }

        .button:disabled .button__inner {
            background: #e8e9e9;
            color: rgba(0,0,0,.5);
        }

.button--md .button__inner {
    padding-left: 4rem;
    padding-right: 4rem;
}

.button--sm .button__inner {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.button--secondary .button__inner {
    background: rgba(0,0,0,.1);
    color: #fff;
}

.button--secondary .button__icon {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
}

.button--secondary.active .button__inner {
    color: #fa5f3c;
}

.button--secondary:not(:disabled):hover .button__inner {
    background: rgba(0,0,0,.2);
}

.button--tertiary .button__inner {
    background: rgba(31,31,36,.1);
}

.button--tertiary .button__icon {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
}

.button--tertiary:not(:disabled):hover .button__inner {
    background: rgba(0,0,0,.2);
}

.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: rgba(250,95,60,.3);
}

.button--alert .button__icon {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
}

.button--alert .button__inner {
    background: rgba(250,95,60,.2);
    color: #fa5f3c;
}

.button--primary .button__inner {
    background: #ffbd00;
    box-shadow: 0 8px 20px -8px rgba(0,0,0,.25);
}

.button--primary:not(:disabled):hover .button__inner {
    background: #ffc41a;
}

.button--primary:disabled .button__inner {
    background: rgba(31,31,36,.03);
    box-shadow: none;
    color: rgba(31,31,36,.4);
}

.button--no-shadow .button__inner {
    box-shadow: none;
}

.button--fourtiary .button__inner {
    background: rgba(31,31,36,.1);
}

.button--fourtiary .button__icon {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
}

.button--disabled-light:disabled .button__inner {
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.4);
}

.button--icon-lg .button__icon {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
}

.button--special:not(:disabled):hover .button__inner {
    background: rgba(1,104,248,.85);
}

.button--special .button__inner {
    background: #0168f8;
    box-shadow: 0 8px 20px -8px rgba(0,0,0,.25);
    color: #fff;
}

.button__inner {
    font: 600 1.6rem "Wix Madefor Display",sans-serif;
    background: rgba(0,0,0,.1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 1.3rem 4.8rem;
    height: 4.8rem;
    border-radius: 3.2rem;
    text-align: center;
    color: #000;
    transition: background-color .2s ease;
}

.button__icon {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.button__additional::before {
    display: inline-block;
    content: '/';
    margin: 0 .3rem;
    color: rgba(255,255,255,.5);
}

.button-circle {
    background: rgba(255,255,255,.1);
    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: #000;
    }

.button-circle--tertiary {
    background: 0 0;
    border: 1px solid #b0b0b0;
}

    .button-circle--tertiary .button-circle__icon {
        fill: #b0b0b0;
    }

.button-circle--fourtiary {
    background: rgba(255,255,255,.3);
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
}

    .button-circle--fourtiary .button-circle__icon {
        fill: #1f1f24;
    }

.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-sm .button-circle__icon {
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
}

.button-circle__icon {
    fill: #a1a1a1;
    pointer-events: none;
}

.button-frameless {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: "Wix Madefor Display",sans-serif;
    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--secondary {
    padding: 0;
}

    .button-frameless--secondary .button-frameless__icon-wrapper {
        background: #ffbd00;
    }

    .button-frameless--secondary .button-frameless__icon {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0;
    }

.button-frameless--no-padding {
    padding: 0;
}

.button-frameless__icon {
    fill: #0168f8;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.button-frameless__icon-wrapper {
    background: rgba(31,31,36,.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    min-width: 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.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: #fa5f3c;
    color: #fa5f3c;
}

    .button-outline--warning .button-outline__icon {
        fill: #fa5f3c;
    }

.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: #175dff;
    }

.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--sm {
    width: 2rem;
    height: 2rem;
}

    .button-icon--sm .button-icon__icon {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }

.button-icon__icon {
    fill: rgba(0,0,0,.5);
    transition: fill .2s ease;
}

.button-text {
    font: 700 1.6rem Lato,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--gray {
    color: #999;
}

.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(255,255,255,.1);
    border-color: transparent;
}

    .button-oval--dark .button-oval__icon {
        fill: #a1a1a1;
        stroke: #a1a1a1;
    }

    .button-oval--dark .button-oval__text {
        color: #fff;
    }

.button-oval__icon {
    fill: #0168f8;
    stroke: #0168f8;
}

.button-oval__icon--light {
    fill: #fff;
    stroke: #fff;
}

.button-oval__delimeter {
    margin: 0 .4rem;
}

    .button-oval__delimeter::before {
        display: inline-block;
        color: #a1a1a1;
        width: 1rem;
        content: '/';
    }

.button-oval__text {
    margin-left: .8rem;
    font-weight: 600;
    font-family: "Wix Madefor Display",sans-serif;
}

.burger-button {
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    padding: 1.2rem 2.4rem;
    border-radius: 10rem;
}

    .burger-button:not(:disabled) {
        transition: opacity .2s ease;
    }

        .burger-button:not(:disabled):hover {
            opacity: .8;
        }

.burger-button__icon {
    margin-right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    fill: #a1a1a1;
}

.burger-button__text {
    font: 600 1.8rem "Wix Madefor Display",sans-serif;
    color: #fff;
}

.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 Manrope,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--text .control-input__label {
    margin-bottom: .8rem;
}

.control-input--text .control-input__wrapper .input {
    padding-right: 1rem;
}

.control-input--text .control-input__icon {
    width: 1.6rem;
    height: 1.8rem;
    fill: rgba(0,0,0,.4);
}

.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__inner-item:not(:last-child) {
    margin-bottom: 1.8rem;
}

.control-input__datepicker-head {
    display: none;
}

.control-input__label {
    font: 400 1.4rem/2.2rem "Wix Madefor Display",sans-serif;
    display: block;
    margin-bottom: 1rem;
    color: rgba(0,0,0,.4);
}

.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(31,31,36,.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 {
    display: inline-flex;
    align-items: center;
}

.control-input__remove--absolute {
    position: absolute;
    right: -3rem;
}

.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(31,31,36,.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: 2.8rem;
    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: 123.1rem;
}

.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--account-delete {
    max-width: 161.6rem;
}

    .dboard--account-delete .dboard__content {
        padding-top: 14rem;
    }

.dboard__title.tablet {
    display: none;
    margin-bottom: 0;
    font-size: 2.8rem;
}

.dboard__inner {
    position: relative;
    display: flex;
}

.dboard__container {
    position: relative;
    max-width: 127.8rem;
    width: 100%;
    margin: 0 auto;
}

.dboard__content {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 6.8rem 8rem 10rem;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
}

.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: 4rem;
}

.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-controls .select:not(:last-child) {
        margin-right: 3rem;
    }

.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;
    max-width: 76rem;
}

    .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: Lato,sans-serif;
}

.dboard__description-text {
    font: 1.8rem/1.4 "Wix Madefor Display",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:not(:last-child) {
    margin-bottom: 4rem;
}

.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: "Wix Madefor Display",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__section-subtitle {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    margin-bottom: 2rem;
    padding-left: 2rem;
    color: rgba(0,0,0,.4);
}

.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: "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.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: contain;
    background-repeat: no-repeat;
    border-radius: 2rem;
    opacity: .1;
}

.dboard__price-info-text {
    margin-bottom: 1rem;
    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(23rem,23rem));
    grid-gap: 2rem;
}

    .dboard__grid-files.file-preview:not(:last-child) {
        margin-bottom: 4rem;
    }

    .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
        width: 23rem;
        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(31,31,36,.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: 1.6rem "Wix Madefor Display",sans-serif;
    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__executor-response-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(31,31,36,.1);
    padding-bottom: 2rem;
}

.dboard__offers-list-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(31,31,36,.1);
    padding-bottom: 2rem;
}

.dboard__head-controls-text {
    font-size: 1.4rem;
    color: rgba(31,31,36,.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;
}

.dboard__scroll-status .scroll-status {
    margin-top: 5rem;
    padding-bottom: 0;
}

.dboard__head-customer {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: .5rem;
}

.dboard__head-customer-inner {
    display: inline-flex;
    align-items: center;
}

.dboard__executor-info {
    margin-right: 1.2rem;
}

.dboard__head-customer-text {
    font-family: "Wix Madefor Display",sans-serif;
}

.dboard__submitted-grade {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dboard__submitted-grade-info {
    padding-top: 4rem;
    margin-right: 10rem;
    width: 100%;
    max-width: 57.6rem;
}

.dboard__submitted-grade-info--secondary {
    padding-top: 0;
}

.dboard__submitted-grade-info .dboard__form {
    margin-bottom: 0;
}

.dboard__submitted-grade-info .dboard__section:last-child {
    margin-bottom: 0;
}

.dboard__submitted-grade-info .input {
    font-size: 1.6rem;
    padding: 0;
}

.dboard__submitted-grade-info .input--date {
    padding-left: 4rem;
}

    .dboard__submitted-grade-info .input--date + .control-date__icon {
        left: 0;
    }

.dboard__submitted-grade-info .dboard__section-title {
    padding-left: 0;
}

.dboard__submitted-grade-info .control-input__label {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding: 0;
}

.dboard__submitted-grade-info .hr {
    margin: 4rem 0;
}

.dboard__submitted-grade-info .dboard__submitted-delimeter {
    margin: 2.4rem 0;
}

.dboard__submitted-grade-info .control-form:not(:last-child) {
    margin-bottom: 2rem;
}

.dboard__submitted-grade-gallery {
    display: grid;
}

    .dboard__submitted-grade-gallery,
    .dboard__submitted-grade-gallery.file-preview {
        grid-template-columns: repeat(auto-fit,minmax(10.7rem,10.7rem));
        grid-gap: 2.5rem 1rem;
    }

        .dboard__submitted-grade-gallery .gallery-item,
        .dboard__submitted-grade-gallery .gallery-item__img-wrapper {
            width: 10.7rem;
            height: 10.7rem;
            max-height: 10.7rem;
        }

.dboard__submitted-grade-gallery--secondary,
.dboard__submitted-grade-gallery--secondary.file-preview {
    grid-gap: .8rem 1rem;
}

.dboard__submitted-grade-assessment {
    width: 100%;
    max-width: 55.6rem;
}

.dboard__submitted-grade-assessment--secondary {
    margin-top: 6.4rem;
}

.dboard__accordions:not(:last-child) {
    margin-bottom: 6rem;
}

.dboard__submitted-grade-assessment-title {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    margin-bottom: 2rem;
}

.dboard__submitted-grade-assessment-controls .hr {
    margin: 3.2rem 0;
}

.dboard__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.dboard__top-client {
    margin-right: 4rem;
}

.dboard__top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.dboard__top-controls {
    display: flex;
}

.dboard__top-nav-crumbs {
    margin-right: 4rem;
}

.dboard__top-nav-controls {
    display: flex;
}

.dboard__top-nav-control:not(:last-child) {
    margin-right: 2rem;
}

.dboard__submitted-details {
    max-width: 43.6rem;
    width: 100%;
}

    .dboard__submitted-details .dboard__submitted-details-item {
        justify-content: unset;
    }

        .dboard__submitted-details .dboard__submitted-details-item .details-item__title {
            margin-right: 4rem;
            max-width: 26rem;
            width: 100%;
        }

.dboard__submitted-details-item .details-item__price {
    flex-wrap: nowrap;
}

.dboard__submitted-subtitle {
    padding-left: 0;
    margin-bottom: 2.4rem;
}

.dboard__submitted-text {
    line-height: 1.4;
}

.dboard__submitted-grade-assessment-summary-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.dboard__clients-footer {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.dboard__submitted-grade-assessment__inner {
    padding: 0 6rem;
}

.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--text-nowrap .select__trigger-label {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select--right .select__trigger-icon {
    left: auto;
    right: 1.5rem;
}

.select--left .select__trigger-icon {
    left: 1.5rem;
    right: auto;
}

.select--top .select__trigger-icon {
    top: 1.5rem;
    bottom: auto;
}

.select--bottom .select__trigger-icon {
    top: auto;
}

.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 {
    align-items: baseline;
}

    .select--simple .select__trigger.prefilled .select__trigger-label {
        color: #000;
    }

.select--simple .select__trigger-label {
    font: 600 1.6rem "Wix Madefor Display",sans-serif;
    max-width: 100%;
    color: #175dff;
}

.select--simple .select__trigger-icon {
    fill: transparent;
    stroke: #000;
    margin-left: 1rem;
    min-width: 1.3rem;
    width: 1.3rem;
    height: 1.3rem;
}

.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: -8.7rem;
}

    .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--secondary .select__trigger {
    background: 0 0;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: .4rem;
    max-height: 3.7rem;
}

.select--secondary .select__trigger-label {
    font: 500 1.5rem Lato,sans-serif;
}

.select--secondary .select__trigger-icon {
    min-width: 1.2rem;
    width: 1.2rem;
}

.select--secondary.selected .select__trigger {
    background: #e9efff;
    border-color: #e9efff;
    border-radius: 0;
}

.select--secondary.selected .select__trigger-label {
    color: #175dff;
    font-weight: 600;
}

.select--secondary.selected .select__trigger-icon {
    filter: invert(31%) sepia(69%) saturate(6111%) hue-rotate(222deg) brightness(102%) contrast(105%);
}

.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 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    min-width: 28.2rem;
    padding: 2rem 1.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--secondary {
    background: #fff;
    min-width: 23.6rem;
    border-radius: .4rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.16);
    padding-top: .8rem;
    padding-bottom: .8rem;
}

    .select__options-wrapper--secondary .select__option-label {
        font: 600 1.5rem Lato,sans-serif;
    }

.select__options-wrapper--white {
    background: #f3f3f3;
}

    .select__options-wrapper--white .select__option-label:hover {
        background: #f3f3f3;
    }

.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(31,31,36,.5) rgba(31,31,36,.1);
    scrollbar-width: thin;
    overflow-y: auto;
    height: 100%;
    max-height: 27.5rem;
}

    .select__options::-webkit-scrollbar {
        width: 4px;
        background: rgba(31,31,36,.1);
        border-radius: 1rem;
    }

    .select__options::-webkit-scrollbar-thumb {
        background: rgba(31,31,36,.5);
        border-radius: 1rem;
    }

.select__options--no-checkboxes .select__option-label {
    padding-right: 0;
}

.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;
    margin-bottom: .4rem;
    padding-bottom: .4rem;
}

.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: #175dff;
    }

    .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;
    width: 1.6rem;
    height: 1.6rem;
    fill: #000;
}

.select__trigger-icon--readonly {
    display: none;
    fill: rgba(0,0,0,.5);
}

.select__selected-label {
    color: #1f1f24;
    font-size: 1.6rem;
    margin-right: 10px;
}

.select__option-label {
    font: 600 1.6rem "Wix Madefor Display",sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    color: #1f1f24;
    border-radius: .8rem;
    transition: background-color .2s ease;
    padding: 1.3rem 3.5rem 1.3rem .8rem;
}

    .select__option-label:hover {
        background: rgba(240,244,250,.5);
    }

.select__option-label-link {
    color: #0168f8;
}

.select__option-icon {
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    margin-right: 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;
    margin-top: .4rem;
    border-top: 1px solid #e8e9e9;
}

.select__clear {
    flex-direction: column;
}

    .select__clear::before {
        background: rgba(31,31,36,.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 "Wix Madefor Display",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;
}

.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__footer-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.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__option-label-delimeter {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(31,31,36,.5);
}

    .select__option-label-delimeter::before {
        display: inline-block;
        color: rgba(31,31,36,.5);
        content: '|';
        margin: 0 .4rem;
    }

.select__search {
    position: relative;
    padding: 1rem 1.3rem;
    margin-bottom: .6rem;
}

.select__search-input {
    padding: 0 0 0 1.7rem;
    font-family: "Wix Madefor Display",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(31,31,36,.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(31,31,36,.5);
    min-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
}

.counter--gray {
    background: rgba(31,31,36,.1);
    box-shadow: none;
    color: #000;
}

.counter--primary {
    background: #0040d6;
    box-shadow: none;
}

.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 Manrope,sans-serif;
    }

.checkbox__logic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .checkbox__logic:checked + .checkbox__styled {
        background: #175dff;
        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% "Wix Madefor Display",sans-serif;
    display: flex;
    align-items: flex-start;
    -webkit-user-select: none;
    user-select: none;
    color: rgba(0,0,0,.8);
}

.tabs__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4.8rem;
    margin-right: -8.5rem;
    margin-left: -8.5rem;
    padding-left: 8.5rem;
    padding-right: 8.5rem;
    border-bottom: 2px solid #e5e5e5;
}

.tabs__nav--space-between .tabs__list {
    justify-content: space-between;
    width: 100%;
}

.tabs__list {
    display: flex;
}

.tabs__nav-icon {
    width: 3.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem;
    margin-right: .8rem;
}

.tabs__nav-item {
    font: 700 1.2rem "Wix Madefor Display",sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.5);
}

    .tabs__nav-item:not(:last-of-type) {
        margin-right: 6rem;
    }

    .tabs__nav-item::after {
        background: #1f1f24;
        position: absolute;
        content: '';
        bottom: -.2rem;
        left: 0;
        width: 100%;
        height: .2rem;
        opacity: 0;
        transition: opacity .2s;
    }

    .tabs__nav-item:not(.disabled) {
        transition: opacity .2s ease;
    }

        .tabs__nav-item:not(.disabled):hover {
            opacity: .8;
        }

    .tabs__nav-item.active {
        color: #1f1f24;
    }

        .tabs__nav-item.active::after {
            opacity: 1;
        }

    .tabs__nav-item.disabled {
        color: rgba(0,0,0,.4);
        cursor: not-allowed;
    }

        .tabs__nav-item.disabled .tabs__nav-icon {
            filter: grayscale(1);
            opacity: .5;
        }

.tabs__content {
    position: relative;
    display: none;
}

    .tabs__content.active {
        display: block;
    }

.tabs__nav-text {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}

.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;
}

.tabs__select .button-icon {
    height: 2.4rem;
}

.tabs__nav-counter {
    position: static;
    margin-left: .8rem;
}

.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;
    font-weight: 500;
}

.modal .control-input:not(.control-input--text) .control-input__label {
    margin-bottom: 1.6rem;
}

.modal .input:not(.input--text):not(.categories__trigger) {
    background: #f0f4fa;
}

.modal .tabs__nav-item {
    padding-bottom: 2rem;
}

.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(31,31,36,.5) rgba(31,31,36,.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(31,31,36,.1);
        border-radius: 1rem;
    }

    .modal__scroll::-webkit-scrollbar-thumb {
        background: rgba(31,31,36,.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-family: Lato,sans-serif;
    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 {
    font: 700 2.4rem Lato,sans-serif;
    margin-bottom: 2.4rem;
}

.modal__form-subtitle {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 2.8rem;
}

.modal__mobile-show {
    display: none;
    margin-top: 3.2rem;
}

.modal__delimeter {
    margin: 3.6rem auto 4rem;
}

.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-size: 1.4rem;
    color: rgba(31,31,36,.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(31,31,36,.5);
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
}

.modal__form-disclaimer-title {
    font: 500 1.8rem "Wix Madefor Display",sans-serif;
    display: block;
    margin-bottom: .8rem;
}

.modal__description-text {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.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__padding {
    padding: 0 2rem;
}

.modal__section:not(:last-child) {
    margin-bottom: 6rem;
}

.modal__categories .select--secondary .input.select__trigger {
    background: 0 0;
}

.modal-add-note .modal__head {
    margin-bottom: 2.4rem;
}

.modal-add-note .modal__head {
    position: relative;
}

.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-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__form-body:not(:last-child) {
        margin-bottom: 4rem;
    }

.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 .modal__delimeter {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.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-existing-notes .note-card__content {
    min-height: 20rem;
}

.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(31,31,36,.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-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-company-confirm .title {
    font: 700 2.4rem Manrope,sans-serif;
}

.modal-company-confirm .modal__head {
    margin-bottom: 2.4rem;
}

.modal-company-confirm .control-input:not(.control-input--text) .control-input__label {
    margin-bottom: .8rem;
    padding-left: 2rem;
}

.modal-company-confirm .modal__delimeter {
    margin: 3.2rem 0;
}

.modal-company-confirm .modal__form-footer {
    display: flex;
    flex-direction: column;
}

.modal-company-confirm .modal__form-body {
    margin-bottom: 2rem;
}

.modal-company-confirm .checkbox {
    padding-left: 0;
}

.modal-company-confirm .checkbox__txt {
    font-size: 1.6rem;
}

.modal-company-confirm .control-form.grid {
    grid-gap: 1.6rem;
}

.modal-company-confirm .control-form .button-frameless {
    font-size: 1.5rem;
    font-weight: 600;
    height: 5rem;
    padding-left: 0;
    padding-right: 0;
}

    .modal-company-confirm .control-form .button-frameless .button-frameless__icon {
        width: 1.3rem;
        min-width: 1.3rem;
        height: 1.3rem;
        margin-right: .8rem;
        fill: #175dff;
    }

.modal-alert .modal__head {
    margin-bottom: 0;
}

.modal-alert .modal__content {
    max-width: 72.8rem;
}

.modal-alert .modal__inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.modal-alert .auth__form-button {
    min-width: unset;
}

.modal-alert .auth__head {
    margin-bottom: 2rem;
}

.modal-alert .auth__title {
    margin-bottom: 3.2rem;
}

.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 Lato,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(31,31,36,.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(31,31,36,.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(31,31,36,.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(31,31,36,.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;
    border-radius: 50%;
    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;
    border-radius: 0;
}

.user-avatar {
    position: relative;
    display: flex;
    align-items: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

.user-avatar--border {
    border: 1px solid rgba(0,0,0,.1);
}

.user-avatar--inner-border::before {
    border-radius: 50%;
}

.user-avatar--outer-border {
    margin: .4rem;
}

    .user-avatar--outer-border::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        width: calc(100% + .8rem);
        height: calc(100% + .8rem);
        transform: translate(-50%,-50%);
        border-radius: 50%;
        border: .2rem solid rgba(255,255,255,.1);
    }

.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: 800 1.6rem "Wix Madefor Display",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;
    border-radius: 50%;
    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:not(:last-child) {
    margin-bottom: 5.5rem;
}

.auth__control-input .input {
    background: #f0f4fa;
}

.auth__control-input .control-input__label {
    padding: 0 2rem;
    margin-bottom: .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(31,31,36,.5);
}

    .auth__disclaimer a,
    .auth__disclaimer button {
        display: inline;
        text-decoration: underline;
        color: rgba(31,31,36,.5);
        transition: color .2s ease;
    }

        .auth__disclaimer a:hover,
        .auth__disclaimer button:hover {
            color: #1f1f24;
        }

.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: #1f1f24;
    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(31,31,36,.1);
        content: '';
        height: .2rem;
        width: 100%;
    }

.delimeter__text {
    margin: 0 2rem;
    white-space: nowrap;
    color: rgba(31,31,36,.5);
}

.nav-item:not(:last-child) {
    margin-bottom: 1rem;
}

.nav-item__link {
    transition: opacity .2s ease;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.2rem 2.4rem;
    border-radius: 1rem;
}

    .nav-item__link:hover {
        opacity: .8;
    }

    .nav-item__link.active {
        background: #404045;
    }

        .nav-item__link.active .nav-item__text {
            color: #fff;
        }

        .nav-item__link.active .nav-item__icon {
            display: none;
            fill: #fff;
        }

        .nav-item__link.active .nav-item__icon--fat {
            display: block;
        }

.nav-item__icon {
    fill: #a1a1a1;
}

    .nav-item__icon.mobile {
        display: none;
    }

.nav-item__icon--fat {
    display: none;
}

.nav-item__text {
    font: 600 1.8rem "Wix Madefor Display",sans-serif;
    color: #a1a1a1;
}

.nav-item__counter {
    top: 50%;
    right: -.9rem;
    transform: translateY(-50%);
}

.sidebar {
    min-width: 19.6rem;
    padding: 14rem 0;
    margin-right: 6.8rem;
}

.sidebar__list:not(:last-child) {
    margin-bottom: 1rem;
}

    .sidebar__list:not(:last-child)::after {
        background: rgba(255,255,255,.1);
        display: block;
        margin: 1rem auto 0;
        content: '';
        height: 1px;
        width: calc(100% - 4.8rem);
    }

.sidebar__nav {
    display: flex;
    flex-direction: column;
    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;
}

.sidebar__nav-icon {
    margin-right: 2rem;
}

.sidebar__nav-item {
    position: relative;
}

    .sidebar__nav-item.disabled::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: not-allowed;
    }

    .sidebar__nav-item.disabled .sidebar__nav-link {
        pointer-events: none;
    }

    .sidebar__nav-item.disabled .sidebar__nav-text {
        color: rgba(161,161,161,.2);
    }

    .sidebar__nav-item.disabled .sidebar__nav-icon {
        fill: rgba(161,161,161,.2);
    }

.sidebar__user {
    display: none;
    padding: 0 2.4rem;
}

    .sidebar__user .user-avatar {
        width: 4.2rem;
        height: 4.2rem;
    }

        .sidebar__user .user-avatar::before {
            border: .3rem solid grey;
            width: calc(100% + .6rem);
            height: calc(100% + .6rem);
        }

.house {
    display: flex;
    align-items: center;
    padding: 1.6rem 2rem;
}

.house__content {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.house__info-btn {
    transition: opacity .2s ease;
    display: flex;
    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: #0040d6;
}

.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--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--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__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;
}

.note-card--payment-inner .note-card__info-text {
    font-size: 1.6rem;
}

.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: #f3f3f3;
    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);
    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 "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.8);
}

    .note-card__count:not(:last-child) {
        margin-bottom: 1.4rem;
    }

.note-card__date {
    font: 1.2rem "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.5);
}

    .note-card__date:not(:last-child) {
        margin-bottom: .5rem;
    }

.note-card__date--completed {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.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(31,31,36,.2);
    display: inline-block;
    content: '';
    height: .8rem;
    width: .1rem;
    margin: 0 .6rem;
}

.note-card__dates-item--finished {
    color: #1f1f24;
}

.note-card__highlight {
    font: 500 1.4rem "Wix Madefor Display",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 "Wix Madefor Display",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(31,31,36,.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 "Wix Madefor Display",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(31,31,36,.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 {
    font-size: 1.2rem;
    color: #000;
}

    .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 .section-info .section-info__control.mobile {
    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;
}

.files__head-title {
    font-size: 2.4rem;
}

.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 .preloader-spinner {
    border-color: #eed2fb;
    border-bottom-color: #a91eea;
}

.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: #000;
    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: "Wix Madefor Display",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(31,31,36,.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: rgba(31,31,36,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    padding: .8rem 2rem;
}

.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 "Wix Madefor Display",sans-serif;
}

.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 "Wix Madefor Display",sans-serif;
}

.price {
    font: 1.8rem "Wix Madefor Display",sans-serif;
    background: #0040d6;
    display: inline-flex;
    align-items: baseline;
    border-radius: .4rem;
    white-space: nowrap;
    color: #fff;
    padding: .8rem;
}

.price--secondary {
    background: 0 0;
}

    .price--secondary .price__quantity {
        color: #1f1f24;
        font-weight: 700;
    }

    .price--secondary .price__currency {
        color: rgba(31,31,36,.4);
        font-weight: 700;
    }

.price--sm {
    padding: .3rem .4rem;
    border-radius: .2rem;
}

.price--text-light .price__currency,
.price--text-light .price__quantity {
    color: #fff;
}

.price__quantity {
    font-weight: 700;
    margin-right: .5rem;
}

.price__currency {
    font-size: 1.3rem;
    font-weight: 500;
}

.price__old {
    position: relative;
    color: rgba(255,255,255,.4);
    margin-right: 1rem;
}

    .price__old::after {
        background: rgba(255,255,255,.4);
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
    }

    .price__old .price__currency,
    .price__old .price__quantity {
        color: rgba(255,255,255,.4);
    }

.offer {
    display: flex;
    justify-content: space-between;
    border-radius: 1rem;
    padding: 3.2rem 4rem;
}

    .offer.new {
        background: #f2f7ff;
    }

    .offer.declined {
        background: #f2f2f2;
    }

    .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 "Wix Madefor Display",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;
}

.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(31,31,36,.5);
}

.info-item__head {
    margin-bottom: 1.2rem;
}

.info-item__link,
.info-item__value {
    font: 1.8rem "Wix Madefor Display",sans-serif;
    color: #1f1f24;
}

.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: #1f1f24;
    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 Lato,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 "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.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-name {
    display: block;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: .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(31,31,36,.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.unfamiliar {
    background: #fff9e6;
}

.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 {
    font: 600 1.4rem "Wix Madefor Display",sans-serif;
    margin-bottom: 1rem;
}

.alert__text {
    font: 1.3rem "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.8);
}

    .alert__text b,
    .alert__text strong {
        color: #1f1f24;
        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 {
    background: #3b3b44;
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    transition: opacity .5s ease;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);
    transform: translateY(-100%);
}

    .burger.active {
        pointer-events: all;
        opacity: 1;
        transform: translateX(0);
    }

.burger__body {
    margin: 0 auto 4.9rem;
    padding: 0 6rem;
    max-width: 162rem;
}

.burger__inner {
    scrollbar-color: rgba(31,31,36,.5) rgba(31,31,36,.1);
    scrollbar-width: thin;
    overflow-y: auto;
    padding-top: 3.1rem;
    max-height: 100svh;
}

    .burger__inner::-webkit-scrollbar {
        width: 4px;
        background: rgba(31,31,36,.1);
        border-radius: 1rem;
    }

    .burger__inner::-webkit-scrollbar-thumb {
        background: rgba(31,31,36,.5);
        border-radius: 1rem;
    }

.burger__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
    padding: 0 23.8rem 0 14.4rem;
}

.burger__menu {
    display: flex;
    justify-content: space-between;
}

.burger__menu-link {
    font: 600 2.6rem/100% "Wix Madefor Display",sans-serif;
    transition: opacity .2s ease;
    display: inline-flex;
    align-items: center;
    color: #e3e3e3;
}

    .burger__menu-link:hover {
        opacity: .8;
    }

    .burger__menu-link .user-avatar {
        margin-right: 2.3rem;
    }

.burger__menu-group-wrapper {
    display: flex;
    width: 100%;
}

    .burger__menu-group-wrapper .burger__menu-group {
        flex: 1 1 100%;
    }

    .burger__menu-group-wrapper:not(:last-child),
    .burger__menu-group:not(:last-child) {
        margin-right: 4.7rem;
        padding-right: 4.7rem;
        border-right: 1px solid rgba(255,255,255,.15);
    }

.burger__menu-group {
    max-width: 34.4rem;
}

.burger__menu-list:not(:last-child) {
    margin-bottom: 6rem;
}

.burger__menu-item + .burger__menu-item {
    margin-top: 6rem;
}

.burger__menu-item--account {
    min-width: 31.5rem;
}

    .burger__menu-item--account .burger__submenu {
        padding-left: 8.7rem;
    }

    .burger__menu-item--account .burger__submenu-item:not(:last-child) {
        margin-bottom: 2.4rem;
    }

.burger__menu-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 2rem;
    fill: #e3e3e3;
}

.burger__submenu {
    padding-top: 2.4rem;
    padding-left: 4.4rem;
}

.burger__submenu-item:not(:last-child) {
    margin-bottom: 1.6rem;
}

.burger__submenu-link {
    font: 600 1.8rem/100% "Wix Madefor Display",sans-serif;
    transition: opacity .2s ease;
    display: inline-flex;
    letter-spacing: .05em;
    color: #a1a1a1;
}

    .burger__submenu-link:hover {
        opacity: .8;
    }

.burger__submenu-icon {
    margin-left: .8rem;
    width: 1.8rem;
    height: 1.8rem;
    fill: #a1a1a1;
}

.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(31,31,36,.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(31,31,36,.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(31,31,36,.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: #1f1f24;
        font-weight: 600;
    }

    .notification__text > a {
        margin-left: 1rem;
    }

.notification__info {
    font-size: 1.2rem;
    color: rgba(31,31,36,.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 "Wix Madefor Display",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: #404045;
                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: 3.2rem;
        height: 3.2rem;
        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(31,31,36,.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;
}

[data-hint] {
    position: relative;
}

    [data-hint]:hover::after {
        visibility: visible;
        opacity: 1;
    }

    [data-hint]::after {
        font: 1.1rem "Wix Madefor Display",sans-serif;
        background: rgba(31,31,36,.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: #175dff;
        border-color: #175dff;
    }

        .switch-toggle__logic:checked + .switch-toggle__styled::before {
            transform: translateY(-50%) translateX(100%);
        }

        .switch-toggle__logic:checked + .switch-toggle__styled + .switch-toggle__txt {
            color: #000;
        }

.switch-toggle__styled {
    background: #a1a1a1;
    position: relative;
    display: block;
    border-radius: 4.1rem;
    border: 1px solid transparent;
    width: 5.2rem;
    min-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(.3rem);
        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;
    color: #666;
    transition: color .2s ease;
}

.price-txt {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-family: "Wix Madefor Display",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: 1.8rem;
}

.price-txt--sm .price-txt__currency {
    font-size: 1.3rem;
}

.price-txt--sm .price-txt__period {
    font-size: 1.4rem;
}

.price-txt__value {
    font-weight: 700;
    font-size: 3.2rem;
    margin-right: .5rem;
}

.price-txt__currency {
    font-size: 1.4rem;
    font-weight: 500;
}

.price-txt__item:not(:last-child)::after {
    background: rgba(31,31,36,.2);
    display: inline-block;
    content: '';
    height: .8rem;
    width: .1rem;
    margin: 0 .6rem;
}

.price-txt__price {
    display: flex;
    align-items: baseline;
}

.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: 4.8rem;
    height: 4.8rem;
}

.executor-grade-info--md .executor-grade-info__title {
    font: 600 1.6rem "Wix Madefor Display",sans-serif;
}

.executor-grade-info--md .executor-grade-info__value {
    font-size: 1.6rem;
}

.executor-grade-info--md .executor-grade-info__subtitle {
    font: 1.4rem "Wix Madefor Display",sans-serif;
}

    .executor-grade-info--md .executor-grade-info__subtitle,
    .executor-grade-info--md .executor-grade-info__subtitle .status-start__text {
        font-size: 1.4rem;
    }

        .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: .5rem;
}

.executor-grade-info--xmd .executor-grade-info__user .user-avatar {
    width: 8rem;
    height: 8rem;
}

.executor-grade-info--xmd .user-avatar__name {
    font-size: 2.6rem;
}

.executor-grade-info--xmd .executor-grade-info__title,
.executor-grade-info--xmd .executor-grade-info__value {
    font-size: 1.8rem;
}

.executor-grade-info--xmd .executor-grade-info__subtitle {
    font: 1.6rem "Wix Madefor Display",sans-serif;
}

.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.2rem;
        height: 3.2rem;
    }

.executor-grade-info__title {
    font: 600 1.4rem "Wix Madefor Display",sans-serif;
    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: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.executor-grade-info__value {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(0,0,0,.5);
}

.executor-grade-info__subtitle {
    color: rgba(0,0,0,.5);
}

.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(31,31,36,.5);
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.process-card__description-text {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    margin-bottom: 1.2rem;
}

.process-card__price {
    margin-right: 2rem;
}

.process-card__text {
    font: 1.2rem "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.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(31,31,36,.5);
}

.status-start__indicator {
    background: #fa5f3c;
    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: #fa5f3c;
}

@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%;
    grid-gap: 2rem;
}

.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;
}

.executor-response {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    border-radius: 1rem;
}

    .executor-response.new {
        background: #f2f7ff;
    }

    .executor-response.declined {
        background: #f2f2f2;
    }

        .executor-response.declined .executor-response__price {
            opacity: .5;
        }

    .executor-response .executor-grade-info__title {
        font: 600 1.4rem "Wix Madefor Display",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;
    }

    .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(31,31,36,.5);
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.executor-response__text {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.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__toggle {
    padding: 0;
    min-height: unset;
}

.timeline__info-item > .timeline__info-item::before {
    background: rgba(31,31,36,.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;
}

.checkbox-btn {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.checkbox-btn--secondary .checkbox-btn__styled {
    font: 500 1.5rem "Wix Madefor Display",sans-serif;
    background: 0 0;
    padding: .8rem;
    border-radius: .4rem;
    border-color: rgba(0,0,0,.06);
    color: #1f1f24;
}

.checkbox-btn--secondary .checkbox-btn__logic:checked + .checkbox-btn__styled {
    background: #e9efff;
    color: #175dff;
}

    .checkbox-btn--secondary .checkbox-btn__logic:checked + .checkbox-btn__styled .checkbox-btn__icon {
        display: inline-block;
    }

.checkbox-btn--outline .checkbox-btn__styled {
    background: 0 0;
    border-color: rgba(31,31,36,.15);
}

.checkbox-btn--outline .checkbox-btn__logic:checked + .checkbox-btn__styled {
    border-color: rgba(233,239,255,.15);
}

.checkbox-btn__logic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

    .checkbox-btn__logic:checked + .checkbox-btn__styled {
        background: #175dff;
        color: #fff;
        border-color: #fff;
        border-color: transparent;
    }

.checkbox-btn__styled {
    background: 0 0;
    display: inline-flex;
    align-items: center;
    padding: .9rem 1.6rem;
    color: #999;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    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;
    }

.checkbox-btn__icon {
    display: none;
    width: 1.8rem;
    min-width: 1.8rem;
    height: 1.4rem;
    fill: #175dff;
    margin-left: .8rem;
}

.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;
}

.bid-card-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.bid-card {
    background: #f3f3f3;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2.4rem 2rem;
    border-radius: 1.2rem;
}

    .bid-card.declined .bid-card__grades-deadline,
    .bid-card.declined .date-item__part-additional {
        color: #fa5f3c;
    }

    .bid-card.declined .bid-card__grades-count:not(.text-highlight) {
        color: rgba(0,0,0,.5);
    }

    .bid-card.declined .bid-card__price {
        background: rgba(250,95,60,.2);
    }

    .bid-card.declined .bid-card__period,
    .bid-card.declined .price__currency,
    .bid-card.declined .price__quantity {
        color: #000;
    }

    .bid-card.processing .date-item__part-additional {
        color: #000;
    }

    .bid-card.active .date-item__part-additional {
        color: #0040d6;
    }

    .bid-card.active .bid-card__price,
    .bid-card.processing .bid-card__price {
        background: rgba(0,0,0,.1);
    }

    .bid-card.active .bid-card__period,
    .bid-card.active .price__currency,
    .bid-card.active .price__quantity,
    .bid-card.processing .bid-card__period,
    .bid-card.processing .price__currency,
    .bid-card.processing .price__quantity {
        color: #000;
    }

.bid-card--client .bid-card__control .button__icon {
    fill: #1f1f24;
}

.bid-card--client .bid-card__controls .button.bid-card__control {
    max-width: unset;
    width: 100%;
}

.bid-card .bid-card__control.select .button-icon__icon {
    width: 2.4rem;
    height: 2.4rem;
}

.bid-card:not(.declined) .button-icon {
    transition: opacity .2s ease;
}

    .bid-card:not(.declined) .button-icon:hover {
        opacity: .8;
    }

.bid-card:not(.declined) .button-icon__icon {
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-repeat: no-repeat;
}

.bid-card__col {
    width: 100%;
}

    .bid-card__col:not(:last-child) {
        margin-right: 6rem;
    }

.bid-card__customer {
    max-width: 30rem;
}

.bid-card__description {
    max-width: 46rem;
}

.bid-card__grades {
    max-width: 17.5rem;
}

.bid-card__grade:not(:last-child) {
    padding-bottom: 1.7rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.bid-card__grade.declined .bid-card__price {
    background: rgba(250,95,60,.2);
}

.bid-card__grade.declined .bid-card__period,
.bid-card__grade.declined .price__currency,
.bid-card__grade.declined .price__quantity {
    color: #000;
}

.bid-card__date {
    padding-left: 4rem;
    margin-bottom: .7rem;
}

.bid-card__description-title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
}

    .bid-card__description-title:not(:last-child) {
        margin-bottom: 1rem;
    }

.bid-card__crumbs {
    margin-bottom: 1rem;
}

.bid-card__period {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: #0040d6;
    margin-bottom: .4rem;
    padding: 0 .8rem;
}

.bid-card__controls {
    display: flex;
    align-items: center;
    max-width: 16.9rem;
    padding: 1.6rem 0;
}

.bid-card__control:not(:last-child) {
    margin-right: 1rem;
}

.bid-card__control .button__icon {
    display: none;
    margin-right: 0;
    margin-left: .4rem;
    fill: #a1a1a1;
}

.bid-card__alert {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: #fa5f3c;
}

.bid-card__status {
    max-width: 16rem;
}

.bid-card__group {
    display: flex;
    justify-content: space-between;
    max-width: 79rem;
}

    .bid-card__group:not(:last-child) {
        margin-right: 1.4rem;
    }

    .bid-card__group .bid-card__description {
        max-width: 56rem;
    }

.bid-card__col-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 69rem;
}

.bid-card__grades-deadline {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(0,0,0,.5);
    margin-bottom: 1rem;
}

.bid-card__grades-count {
    font-family: "Wix Madefor Display",sans-serif;
    font-weight: 500;
}

.bid-card__grades-count--empty {
    color: rgba(0,0,0,.5);
}

.bid-card__declined-text {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: #fa5f3c;
    margin-top: .4rem;
    padding-left: .7rem;
}

.date-item {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    display: inline-flex;
    color: rgba(0,0,0,.5);
}

.date-item--col {
    flex-direction: column;
}

    .date-item--col .date-item__part:not(:last-child) {
        margin-bottom: 1rem;
    }

        .date-item--col .date-item__part:not(:last-child)::after {
            display: none;
        }

.date-item__part {
    display: inline-flex;
    align-items: center;
}

    .date-item__part:not(:last-child)::after {
        background: rgba(0,0,0,.2);
        display: inline-block;
        content: '';
        width: .1rem;
        height: 1rem;
        margin: 0 .6rem;
    }

.crumbs-text {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(0,0,0,.5);
}

.crumbs-text--secondary {
    font-size: 1.6rem;
}

    .crumbs-text--secondary .crumbs-text__item {
        color: #000;
    }

.crumbs-text__item {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

    .crumbs-text__item:not(:last-child)::after {
        background: rgba(0,0,0,.2);
        display: inline-block;
        content: '';
        border-radius: 50%;
        width: .4rem;
        height: .4rem;
        margin: .4rem .8rem 0;
    }

.crumbs-text__additional {
    color: #0040d6;
}

    .crumbs-text__additional::before {
        background: rgba(0,0,0,.2);
        display: inline-block;
        margin: 0 .7rem;
        content: '';
        height: 1.1rem;
        width: .1rem;
    }

.accordion {
    background: #f3f3f3;
    border-radius: 2rem;
    transition: background-color .3s ease;
}

    .accordion:not(:last-child) {
        margin-bottom: 3.2rem;
    }

    .accordion:not(.active) .accordion__btn .button__icon {
        width: 1.8rem;
        height: 1.8rem;
        fill: #fff;
        margin-right: .8rem;
    }

    .accordion.active .accordion__btn {
        display: none;
    }

        .accordion.active .accordion__btn.decline {
            display: flex;
        }

    .accordion.active .accordion__head .accordion__toggle {
        visibility: hidden;
    }

        .accordion.active .accordion__head .accordion__toggle.minimize {
            visibility: visible;
        }

    .accordion.active .accordion__title-icon-wrapper {
        display: inline-block;
    }

    .accordion.active .accordion__body {
        opacity: 1;
        padding-bottom: 4.8rem;
        overflow: visible;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .accordion.unfilled .accordion__footer-inner.filled {
        display: none;
    }

    .accordion.unfilled .accordion__footer-inner.unfilled {
        display: block;
    }

        .accordion.unfilled .accordion__footer-inner.unfilled .accordion__title {
            color: #fff;
        }

        .accordion.unfilled .accordion__footer-inner.unfilled .accordion__footer-top {
            margin-bottom: 2rem;
        }

.accordion__subtitle {
    color: #fa5f3c;
    font-weight: 500;
    font-size: 1.4rem;
}

.accordion__toggle {
    position: absolute;
    height: 4rem;
    width: 4rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .accordion__toggle:hover .accordion__toggle-icon {
        fill: #175dff;
        opacity: 1;
    }

    .accordion__toggle.minimize {
        visibility: hidden;
    }

.accordion__toggle-icon {
    height: 100%;
    width: 100%;
    opacity: .5;
    transition: fill .2s ease,opacity .2s ease;
}

.accordion__head {
    padding: 3.3rem 2.2rem 3.3rem 6rem;
    transition: padding .2s ease;
}

.accordion__head-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.accordion__footer-inner.unfilled {
    display: none;
}

.accordion__title {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    display: inline-flex;
    color: rgba(0,0,0,.5);
    margin-right: 4rem;
}

.accordion__title--light {
    color: rgba(255,255,255,.4);
}

.accordion__body {
    padding: 0 6rem;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease,opacity .2s ease,padding-bottom .2s ease;
}

.accordion__footer {
    background: #0040d6;
    padding: 4rem 6rem;
    border-radius: 0 0 2rem 2rem;
}

    .accordion__footer .accordion__title {
        margin-right: 0;
    }

    .accordion__footer .hr {
        background: rgba(255,255,255,.2);
        margin: 3.2rem 0;
    }

.accordion__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100px,100px));
    grid-gap: 1.1rem;
}

    .accordion__gallery:not(:last-child) {
        margin-bottom: 2rem;
    }

.accordion__gallery-item {
    min-height: 12.3rem;
    height: 12.3rem;
}

    .accordion__gallery-item .file-preview__item-img-wrapper {
        width: 10rem;
        height: 10rem;
    }

.accordion__footer-top {
    padding: 0 2rem;
}

    .accordion__footer-top:not(:last-child) {
        margin-bottom: 3.2rem;
    }

.accordion__summary {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 1rem;
}

.accordion__price-txt {
    display: inline-flex;
    font-weight: 400;
    font-family: "Wix Madefor Display",sans-serif;
}

    .accordion__price-txt .price-txt__value {
        font-size: 2.4rem;
        font-weight: 400;
    }

    .accordion__price-txt .price-txt__currency {
        font-size: 1.3rem;
    }

.accordion__btn.decline {
    display: none;
}

.accordion__details-delimeter {
    margin: 2.4rem 0;
}

.accordion__details-item .details-item__info {
    padding-right: 4.7rem;
}

.accordion__content-title {
    margin-bottom: 1rem;
}

.accordion__content {
    line-height: 1.4;
}

    .accordion__content:not(:last-child) {
        margin-bottom: 2rem;
    }

.accordion__title-icon-wrapper {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: .8rem;
}

.accordion__title-icon {
    fill: #000;
    width: 100%;
    height: 100%;
}

.accordion__details-control:not(:last-child) {
    margin-bottom: 2rem;
}

.accordion__details-control .details-control__label {
    max-width: 26rem;
}

.accordion__details-controls {
    margin-bottom: 4rem;
}

.accordion__delimeter {
    margin: 3.2rem 0;
}

.accordion__input-control:not(:last-child) {
    margin-bottom: 2rem;
}

.accordion__add-files {
    display: block;
}

    .accordion__add-files .button__inner {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

.accordion__add-field {
    margin-top: 2.7rem;
}

.accordion__summary-text {
    margin-right: .5rem;
}

.note:not(:last-child) {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid rgba(31,31,36,.1);
}

.note .dboard__submitted-grade-gallery {
    padding-top: 1.2rem;
}

.details-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .details-item:not(:last-child) {
        margin-bottom: 2rem;
    }

.details-item__price .price-txt__value {
    font: 400 1.8rem Lato,sans-serif;
}

.details-item__price .price-txt__currency {
    font-size: 1.2rem;
    color: rgba(0,0,0,.4);
}

.details-control {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.details-control--secondary {
    font: 1.4rem "Wix Madefor Display",sans-serif;
}

.details-control .control-error {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
}

.details-control .select__trigger-icon {
    fill: none;
    margin-left: 1rem;
    min-width: 1.3rem;
    width: 1.3rem;
    height: 1.3rem;
}

.details-control__label {
    margin-right: 2rem;
    width: 100%;
}

.details-control__inner {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
}

    .details-control__inner .control-error {
        margin-top: .4rem;
    }

.details-control__input {
    font: 1.8rem Lato,sans-serif;
    min-width: 15.6rem;
    width: 15.6rem;
}

    .details-control__input::placeholder {
        font: 1.4rem "Wix Madefor Display",sans-serif;
    }

    .details-control__input .select__trigger {
        font: 1.8rem Lato,sans-serif;
    }

.details-control__remove {
    position: absolute;
    top: 50%;
    right: -3.6rem;
    transform: translateY(-50%);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
}

    .details-control__remove:hover .details-control__remove-icon {
        fill: #0040d6;
    }

.details-control__remove-icon {
    fill: #7a7a7a;
    width: 1.8rem;
    height: 1.8rem;
    transition: fill .2s ease;
}

.assessment-start {
    background: url(../img/svg/assessment-start-bg.svg) no-repeat center/cover #0040d6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10rem 6rem;
    min-height: 41.8rem;
    border-radius: 2rem;
}

    .assessment-start.declined {
        background: url(../img/svg/assessment-start-bg-declined.svg) no-repeat center/cover #fa5f3c;
    }

.assessment-start__title {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    margin-bottom: 2.4rem;
    color: #fff;
}

.assessment-start__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
}

.assessment-start__delimeter {
    background: rgba(255,255,255,.2);
    margin: 4rem 0;
}

.work-card-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.work-card {
    background: #f3f3f3;
    border-radius: 1.2rem;
    padding: 2.8rem 2.4rem;
}

    .work-card.new {
        background: rgba(23,93,255,.1);
    }

.work-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.work-card__client {
    display: inline-flex;
    align-items: center;
    margin-right: 4rem;
}

.work-card__client-choice {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    margin-right: 1.2rem;
}

.work-card__select .button-icon {
    width: 2rem;
    height: 2rem;
}

.work-card__select .button-icon__icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
}

.work-card__info {
    display: flex;
    justify-content: space-between;
    max-width: 79.3rem;
    width: 100%;
    margin-right: 4rem;
}

.work-card__descrip {
    max-width: 62.4rem;
    width: 100%;
    margin-right: 3rem;
}

.work-card__crumbs {
    margin-bottom: .8rem;
}

.work-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
}

.work-card__grade {
    min-width: 12.5rem;
}

    .work-card__grade .price-txt__value {
        font-size: 2rem;
    }

    .work-card__grade .price-txt__currency {
        font-size: 1.4rem;
    }

.work-card__period {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(31,31,36,.5);
    margin-bottom: .8rem;
}

.work-card__bot-controls {
    display: flex;
    max-width: 35rem;
    width: 100%;
    padding-top: 1.6rem;
}

.work-card__bot-control {
    white-space: nowrap;
}

    .work-card__bot-control:not(:last-child) {
        margin-right: 2rem;
    }

    .work-card__bot-control:only-child {
        margin-left: auto;
    }

.work-card__bot {
    display: flex;
    justify-content: space-between;
}

.grade-period .price-txt {
    font-family: Lato,sans-serif;
}

.grade-period .price-txt__value {
    font-size: 2.4rem;
}

.grade-period .price-txt__currency {
    font-size: 1.3rem;
}

.grade-period__term {
    font-size: 1.8rem;
    font-weight: 500;
}

    .grade-period__term:not(:last-child) {
        margin-bottom: .8rem;
    }

.grade-period__item:not(:last-child) {
    margin-bottom: .4rem;
}

.card-summary {
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2rem;
    padding: 4rem 6rem;
}

    .card-summary .hr {
        margin: 2.4rem 0;
    }

    .card-summary .grade-period__term {
        font-weight: 400;
    }

.card-summary-top {
    padding: 0 2rem;
}

.card-summary__gallery {
    grid-gap: .7rem;
    grid-template-columns: repeat(auto-fit,minmax(5rem,5rem));
}

.card-summary__gallery-item,
.card-summary__gallery-item .gallery-item__img-wrapper {
    width: 5rem;
    height: 5rem;
    max-height: 5rem;
}

.section-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section-info--align-center {
    align-items: center;
}

.section-info__description {
    margin-right: 4rem;
}

.section-info__control:not(:last-child) {
    margin-right: 3.4rem;
}

.section-info__controls {
    display: flex;
    align-items: center;
}

.client-card-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.client-card {
    background: #f3f3f3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.2rem;
    padding: 3.2rem 2rem;
}

.client-card__col {
    width: 100%;
}

    .client-card__col:not(:last-child) {
        margin-right: 6rem;
    }

.client-card__customer {
    max-width: 28rem;
}

.client-card__assessments {
    max-width: 28rem;
}

.client-card__assessments-item {
    font-family: "Wix Madefor Display",sans-serif;
    font-weight: 500;
}

.client-card__assessments-item--highlight {
    color: #0040d6;
}

    .client-card__assessments-item--highlight:not(:first-child) {
        margin-top: 1rem;
    }

.client-card__date {
    display: block;
    max-width: 28.4rem;
}

.client-card__date-label {
    font: 500 1.4rem "Wix Madefor Display",sans-serif;
    color: rgba(0,0,0,.4);
    margin-bottom: .5rem;
}

.client-card__date-value {
    display: inline-flex;
}

.client-card__date-value-item:not(:last-child)::after {
    background: rgba(0,0,0,.2);
    display: inline-block;
    margin: 0 .7rem;
    content: '';
    height: 1.1rem;
    width: .1rem;
}

.client-card__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 19.1rem;
}

.text-highlight {
    font: 500 1.6rem "Wix Madefor Display",sans-serif;
    background: #0040d6;
    padding: .8rem;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
}

.no-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 61rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.no-content__img {
    max-width: 10rem;
    margin-bottom: 2rem;
}

.no-content__subtitle {
    font: 1.4rem "Wix Madefor Display",sans-serif;
    margin-bottom: 2.5rem;
}

.no-content__top {
    margin-bottom: 4rem;
}

.no-content__title {
    font-size: 1.8rem;
}

.no-content__bot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .no-content__bot .no-content__subtitle {
        margin-bottom: 2rem;
    }

.categories--edit .categories__item {
    border: 0;
    padding: 0;
    pointer-events: all;
}

.categories--edit .categories__main {
    display: inline-flex;
    align-items: flex-start;
    min-width: 22rem;
    width: 22rem;
}

    .categories--edit .categories__main .select {
        width: 100%;
    }

.categories--edit .categories__sub {
    position: relative;
}

.categories--checkboxes.active .categories__title {
    display: block;
}

.categories--checkboxes .categories__title {
    display: none;
}

    .categories--checkboxes .categories__title.categories__main {
        display: block;
    }

.categories--checkboxes .categories__item {
    border: 0;
    padding: 0;
    pointer-events: all;
}

.categories--checkboxes .categories__sub {
    display: none;
}

.categories--checkboxes .categories__row.active .categories__sub {
    display: block;
}

.categories__item {
    font-family: "Wix Madefor Display",sans-serif;
    font-weight: 500;
    line-height: 125%;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .4rem;
    padding: .8rem;
    margin-right: .8rem;
    margin-bottom: .8rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.categories__main {
    min-width: 22.4rem;
    width: 22.4rem;
}

    .categories__main:not(:last-child) {
        margin-right: 6rem;
    }

    .categories__main .categories__item {
        background: rgba(0,0,0,.06);
        border-color: transparent;
        margin-right: 0;
        margin-bottom: 0;
    }

.categories__item {
    pointer-events: none;
}

.categories__item-icon {
    display: none;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
    transition: transform .2s ease-in-out;
}

.categories__title {
    font: 500 1.4rem/100% "Wix Madefor Display",sans-serif;
    padding-left: .8rem;
    color: rgba(0,0,0,.4);
}

.categories__row {
    display: flex;
}

    .categories__row:not(:last-child) {
        margin-bottom: .8rem;
    }

    .categories__row.active:not(:last-child) {
        margin-bottom: 2.8rem;
    }

    .categories__row.active .categories__sub {
        display: flex;
    }

    .categories__row.active .categories__item-icon {
        transform: scale(-1,-1);
    }

.categories__sub .select {
    min-width: 23.6rem;
}

.categories__sub-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 -.8rem -.8rem 0;
}

.categories__titles {
    display: flex;
    margin-bottom: 1.2rem;
}

.categories__remove {
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    transition: opacity .2s ease;
}

    .categories__remove:hover {
        opacity: .8;
    }

.confirmation-el {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg,rgba(239,242,249,0),#fff 26%,#fff 100%);
}

.confirmation-el--secondary {
    top: 25rem;
}

.confirmation-el__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 61rem;
    width: 100%;
}

.confirmation-el__title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1;
}

    .confirmation-el__title:not(:last-child) {
        margin-right: 1.2rem;
    }

.confirmation-el__offers {
    background: 0 0;
    padding: 0;
}

    .confirmation-el__offers .offers-badge__list-item {
        border: 0;
    }

.confirmation-el__head {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2.2rem;
}

.confirmation-el__body {
    margin-bottom: 3rem;
}

.confirmation-el__text {
    font: 1.6rem/1.3 "Wix Madefor Display",sans-serif;
    text-align: center;
    color: rgba(31,31,36,.6);
}

.confirmation-el__footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.done-label {
    display: inline-flex;
    align-items: center;
    border-radius: 1.2rem;
    background: linear-gradient(90deg,#caf1ad,#a1fab5 100%);
    padding: .2rem 1.6rem;
}

.done-label__icon {
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    margin-right: .8rem;
    transform: translateY(-3px);
}

.done-label__text {
    color: #1f1f24;
    font-weight: 700;
    font-size: 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;
}

.request-start {
    max-width: 64rem;
    width: 100%;
    margin: 0 auto;
}

.request-start__no-content {
    max-width: unset;
}

.request-start__no-content-text {
    font: 1.4rem "Wix Madefor Display",sans-serif;
}

.request-start__categories {
    max-width: 61.4rem;
    width: 100%;
    margin: 0 auto 4rem;
}

.request-start__footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.not-found__img {
    margin-bottom: 4rem;
}

.not-found__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 68rem;
    width: 100%;
    height: calc(100vh - 24.5rem);
    margin: 0 auto;
}

.not-found__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Manrope,sans-serif;
    margin-bottom: 3.2rem;
}

.not-found__title {
    color: #fff;
    font-size: 4rem;
    line-height: 110%;
    margin-bottom: 2rem;
    max-width: 54rem;
}

.not-found__text {
    letter-spacing: .03em;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
}

.not-found__controls {
    display: inline-flex;
    align-items: center;
}

.not-found__control {
    color: #fff;
    border-color: #e9e9e9;
}

    .not-found__control:not(:last-child) {
        margin-right: 2rem;
    }

    .not-found__control .button-secondary__icon {
        fill: #e9e9e9;
    }

@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) {
    .container {
        padding: 0 4rem;
    }

    .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__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;
    }

    .burger__head {
        padding: 0 4rem;
    }
}

@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: 4rem;
    }

    .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;
    }

    .sidebar {
        padding: 7.5rem 1.2rem 0 0;
        margin-right: 1.2rem;
    }

    .sidebar__nav-text {
        font-size: 1.6rem;
    }

    .burger__menu-link {
        font-size: 2.4rem;
    }

    .burger__submenu-link {
        font-size: 1.6rem;
    }

    .bid-card--requests .bid-card__description {
        margin-bottom: 2rem;
    }

    .bid-card__col-wrapper {
        flex-direction: column;
    }

        .bid-card__col-wrapper .bid-card__period {
            padding: 0;
        }

        .bid-card__col-wrapper .bid-card__grades-list {
            margin-top: 1.2rem;
        }

        .bid-card__col-wrapper .bid-card__grade:not(:last-child) {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 1.2rem;
        }

        .bid-card__col-wrapper .bid-card__description:not(:last-child) {
            margin-right: 0;
        }

    .confirmation-el {
        min-height: 25rem;
    }
}

@media only screen and (max-width:1365.98px) {
    .desktop-sm-hide {
        display: none;
    }

    .desktop-sm-show {
        display: flex;
    }

    .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--request-inner .dboard__submitted-grade {
        flex-direction: column-reverse;
    }

    .dboard--request-inner .dboard__submitted-grade-assessment {
        max-width: unset;
    }

    .dboard--request-inner .dboard__submitted-grade-info {
        max-width: unset;
    }

    .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__section:not(:last-child) {
        margin-bottom: 3.2rem;
    }

    .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: 5.8rem;
    }

    .banner-notice.desktop {
        display: none;
    }

    .banner-notice.mobile {
        display: flex;
    }

    .burger__head {
        margin-bottom: 6.9rem;
    }

    .burger__menu-group-wrapper:not(:last-child) {
        border: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .burger__menu-group {
        max-width: unset;
    }

    .burger__menu-item--account {
        min-width: 27rem;
    }

        .burger__menu-item--account .user-avatar {
            width: 4rem;
            height: 4rem;
        }

    .burger__logo {
        width: 8rem;
        height: 4.8rem;
    }

    .burger__footer .footer__support-btn {
        display: none;
    }

    .accordion__details-item .details-item__info {
        padding-right: 0;
    }

    .work-card__top {
        padding-bottom: 1.6rem;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .work-card__client {
        flex-wrap: wrap;
    }

    .work-card__client-choice {
        line-height: 1.7;
    }

    .work-card__info {
        margin-right: 0;
        margin-bottom: 2.8rem;
        max-width: unset;
    }

    .work-card__grade {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .work-card__bot-controls {
        padding-top: 0;
    }

    .work-card__bot-control:only-child {
        margin-left: 0;
    }

    .work-card__bot {
        flex-direction: column;
    }
}

@media only screen and (max-width:1279.98px) {
    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 .page {
        height: 100vh;
        overflow: hidden;
    }

    body.primary .header {
        padding: 1.2rem 0 3.2rem;
    }

    body.primary .select--notifications .header__user-control:not(:last-child) {
        margin-bottom: 0;
    }

    body.primary .burger-button {
        display: flex;
    }

    body.primary .header__user-faq {
        display: none;
    }

    body.primary .page .footer {
        display: none;
    }

    .laptop-show {
        display: flex;
    }

    .laptop-hide {
        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 {
        padding: 2.4rem 0 2.7rem;
    }

    .header--auth .header__logo {
        max-width: 10rem;
    }

    .header__inner {
        z-index: 2;
    }

    .header__logo-text {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }

    .header__logo {
        max-width: 8rem;
        height: 4.8rem;
    }

    .header__user-control-counter {
        top: -.8rem;
        right: -.8rem;
    }

    .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--secondary .button__icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
    }

    .button--tertiary .button__icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
    }

    .button--alert .button__icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
    }

    .button--fourtiary .button__icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
    }

    .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: flex;
        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 - 12rem);
        height: calc(100svh - 12rem);
        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--executors-inner .dboard__head {
        display: none;
    }

    .dboard--executors-inner .hr {
        margin: 4rem 0;
    }

    .dboard--account-delete .dboard__content {
        padding-top: 12rem;
    }

    .dboard--work-not-started .dboard__top-nav-control:not(:last-child) {
        margin-right: 6rem;
    }

    .dboard--clients-inner .dboard__top-nav-control:not(:last-child) {
        margin-right: 0;
    }

    .dboard__title.desktop {
        display: none;
    }

    .dboard__title.tablet {
        display: block;
    }

    .dboard__head {
        margin-bottom: 2.8rem;
    }

    .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__section-subtitle {
        margin-bottom: 1.6rem;
    }

    .dboard__head-crumbs {
        display: none;
    }

    .dboard__grid-files.file-preview {
        grid-template-columns: repeat(auto-fit,minmax(20rem,20rem));
        grid-gap: 2rem 1.5rem;
    }

        .dboard__grid-files.file-preview .file-preview__item-img-wrapper {
            width: 20rem;
        }

        .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;
        }

    .dboard__head-customer {
        margin-bottom: 1.2rem;
    }

        .dboard__head-customer + .dboard__head {
            align-items: flex-start;
        }

            .dboard__head-customer + .dboard__head .dboard__head-controls {
                min-width: unset;
                margin-top: .4rem;
                margin-left: 1.2rem;
            }

    .dboard__head-customer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .dboard__executor-info {
        margin-bottom: .8rem;
        margin-right: 0;
    }

        .dboard__executor-info .user-avatar {
            width: 3.6rem;
            height: 3.6rem;
        }

        .dboard__executor-info .executor-grade-info__title {
            font-size: 1.6rem;
        }

    .dboard__head-customer-text {
        font-size: 1.4rem;
    }

    .dboard__submitted-grade {
        flex-direction: column-reverse;
    }

    .dboard__submitted-grade-info {
        max-width: unset;
        margin-right: 0;
        padding: 3.3rem 2.4rem 0;
        border-top: 1px solid rgba(31,31,36,.1);
    }

    .dboard__submitted-grade-assessment {
        max-width: unset;
        margin-bottom: 6rem;
    }

    .dboard__submitted-grade-assessment--secondary {
        margin-top: 1rem;
    }

    .dboard__accordions:not(:last-child) {
        margin-bottom: 2.8rem;
    }

    .dboard__submitted-grade-assessment-title {
        margin-bottom: 1.2rem;
        margin-right: auto;
    }

    .dboard__submitted-grade-assessment-controls {
        padding: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .dboard__top-nav {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .dboard__top-nav {
        margin-bottom: 1.2rem;
    }

    .dboard__top-nav-controls {
        margin-bottom: 4rem;
        width: 100%;
        justify-content: space-between;
    }

    .dboard__top-nav-control:not(:last-child) {
        margin-right: 4rem;
    }

    .dboard__top-nav-control.button--primary,
    .dboard__top-nav-control.button--primary .button__inner {
        width: 100%;
        max-width: unset;
    }

    .dboard__top-nav-control.button--tertiary .button__inner {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .dboard__submitted-grade-assessment-summary-list {
        grid-template-columns: repeat(2,1fr);
    }

    .dboard__submitted-grade-assessment-hr {
        display: none;
    }

    .dboard__submitted-grade-assessment__inner {
        display: flex;
    }

        .dboard__submitted-grade-assessment__inner .button:not(:last-child) {
            margin-right: 2rem;
        }

    .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;
    }

    .tabs--biggy .tabs__nav-item {
        font-size: 1rem;
    }

    .tabs--biggy .tabs__nav-icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
        background-size: 2.4rem;
    }

    .tabs__nav {
        margin-bottom: 3.2rem;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .tabs__list {
        width: 100%;
    }

    .tabs__nav-item {
        flex: 1 1 100%;
    }

        .tabs__nav-item:not(:last-of-type) {
            margin-right: 0;
        }

    .tabs__select {
        display: none;
    }

    .modal--page .modal__content {
        min-height: 100svh;
        max-width: 100vw;
        border-radius: 0;
    }

    .modal .control-form:not(:last-child) {
        margin-bottom: 2.4rem;
    }

    .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 .tabs__nav-item:not(:last-of-type) {
        margin-right: 6.2rem;
    }

    .modal__tabs-nav {
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .modal__form-avatar .user-avatar {
        width: 10rem;
        height: 10rem;
    }

    .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__section:not(:last-child) {
        margin-bottom: 4rem;
    }

    .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__padding {
        padding: 0 4rem;
    }

    .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-settings [id=tab-settings-account] .modal__padding {
        padding: 0 2rem;
    }

    .modal-settings [id=tab-settings-account] .modal__scroll {
        padding: 0 4rem;
    }

    .modal-settings [id=tab-settings-account] .modal__form {
        padding: 0;
    }

    .modal-settings [id=tab-settings-notif] .modal__scroll {
        padding: 0 6rem;
    }

    .modal-settings [id=tab-settings-sessions] .modal__scroll {
        padding: 0 4rem;
    }

    .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;
    }

    .modal-company-confirm .modal__form-body {
        max-width: unset;
    }

    .user-avatar--lg .user-avatar__name {
        font-size: 3.5rem;
    }

    .auth__title {
        font-size: 2.8rem;
    }

    .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
        min-width: 20.8rem;
        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 .section-info {
        margin-bottom: 4rem;
    }

        .files .section-info + .hr {
            display: none;
        }

    .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 .dboard__floating-btn {
        margin-right: 2rem;
    }

    .files__head-title {
        margin-right: 2rem;
    }

    .gallery-item__date {
        margin-right: 3rem;
    }

    .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;
    }

    .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__footer .footer {
        display: block;
    }

    .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--xmd .executor-grade-info__user .user-avatar {
        width: 4.8rem;
        height: 4.8rem;
    }

    .executor-grade-info--xmd .user-avatar__name {
        font-size: 1.6rem;
    }

    .executor-grade-info--xmd .executor-grade-info__title,
    .executor-grade-info--xmd .executor-grade-info__value {
        font-size: 1.6rem;
    }

    .executor-grade-info--xmd .executor-grade-info__subtitle {
        font-size: 1.4rem;
    }

    .executor-grade-info__points {
        display: flex;
        margin-top: .4rem;
    }

    .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 .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;
    }

    .bid-card--client .bid-card__crumbs {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .bid-card--client .bid-card__description-title {
        font-size: 1.6rem;
    }

    .bid-card--client .bid-card__period {
        font-size: 1.4rem;
    }

    .bid-card--client .bid-card__price .price__quantity {
        font-size: 1.6rem;
    }

    .bid-card--client .bid-card__col-wrapper:not(:last-child) {
        margin-right: 1rem;
    }

    .bid-card--client .bid-card__status:not(:last-child) {
        margin-right: 3.7rem;
    }

    .bid-card--client .bid-card__controls {
        max-width: 17.4rem;
    }

    .bid-card .executor-grade-info__title {
        font-size: 1.2rem;
    }

    .bid-card .price__quantity {
        font-size: 1.2rem;
    }

    .bid-card .price__currency {
        font-size: 1.1rem;
    }

    .bid-card--requests .bid-card__description-title {
        font-size: 1.6rem;
    }

    .bid-card--requests .bid-card__crumbs {
        font-size: 1.2rem;
    }

    .bid-card__col:not(:last-child) {
        margin-right: 2rem;
    }

    .bid-card__customer {
        max-width: 18rem;
    }

        .bid-card__customer:not(:last-child) {
            margin-right: 1.6rem;
        }

    .bid-card__description {
        margin-bottom: 2rem;
    }

        .bid-card__description:not(:last-child) {
            margin-right: 2.8rem;
        }

    .bid-card__date {
        font-size: 1.1rem;
        margin-bottom: .5rem;
    }

    .bid-card__description-title {
        font-size: 1.4rem;
    }

    .bid-card__crumbs {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .bid-card__period {
        font-size: 1.2rem;
        padding-left: 0;
    }

    .bid-card__controls {
        max-width: 20rem;
        justify-content: flex-end;
    }

        .bid-card__controls .bid-card__control.select .button-icon {
            width: 4rem;
            height: 4rem;
        }

        .bid-card__controls .bid-card__control.select .button-icon__icon {
            width: 2rem;
            height: 2rem;
            min-width: 2rem;
        }

    .bid-card__control .button__icon {
        display: block;
    }

    .bid-card__group {
        flex-direction: column;
    }

    .bid-card__col-wrapper:not(:last-child) {
        margin-right: 2.8rem;
    }

    .bid-card__col-wrapper .bid-card__grades-list {
        margin-top: 0;
    }

    .crumbs-text {
        font-weight: 400;
    }

    .accordion:not(:last-child) {
        margin-bottom: 2rem;
    }

    .accordion.active .accordion__head {
        padding-bottom: 7.1rem;
    }

    .accordion.active .accordion__body {
        padding-bottom: 6rem;
    }

    .accordion__head {
        padding: 3rem 2.8rem;
    }

    .accordion__footer-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .accordion__title {
        flex-direction: column;
        align-items: flex-start;
    }

    .accordion__body {
        padding: 0 2.8rem;
    }

    .accordion__footer {
        padding: 2.8rem;
    }

    .accordion__footer-top {
        padding: 0;
        margin-right: 2rem;
    }

        .accordion__footer-top:not(:last-child) {
            margin-bottom: 0;
        }

    .accordion__summary {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .accordion__details-item {
        justify-content: flex-start;
    }

        .accordion__details-item .details-item__title {
            min-width: 26rem;
            margin-right: 4rem;
        }

    .accordion__title-icon-wrapper {
        margin-left: 0;
        margin-bottom: 1.6rem;
        margin-top: 2rem;
    }

        .accordion__title-icon-wrapper[data-hint]::after {
            top: 50%;
            bottom: unset;
            left: 3rem;
            transform: translateX(0) translateY(-50%);
        }

    .accordion__hr {
        display: none;
    }

    .note:not(:last-child) {
        margin-bottom: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .note .dboard__section-title {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }

    .details-control__input {
        font-size: 1.4rem;
    }

    .details-control__remove {
        right: -3rem;
    }

    .assessment-start {
        margin-top: 1.2rem;
        padding: 6.4rem;
        min-height: 33rem;
        background-size: contain;
    }

        .assessment-start.declined {
            background-size: contain;
        }

    .assessment-start__delimeter {
        margin: 2.4rem 0;
    }

    .assessment-start__btn-begin .button__inner {
        min-width: 26rem;
        font-size: 1.6rem;
    }

    .work-card__title {
        font-size: 1.6rem;
    }

    .card-summary {
        padding: 2rem 3.2rem;
    }

        .card-summary .grade-period__term {
            font-size: 1.6rem;
        }

    .card-summary-top {
        padding: 0;
    }

    .card-summary__gallery {
        grid-template-columns: repeat(auto-fit,minmax(6rem,6rem));
    }

    .card-summary__gallery-item,
    .card-summary__gallery-item .gallery-item__img-wrapper {
        width: 6rem;
        height: 6rem;
        max-height: 6rem;
    }

        .card-summary__gallery-item:nth-child(n+3):not(.gallery-item--more) {
            display: none;
        }

        .card-summary__gallery-item.gallery-item--more {
            display: block;
        }

    .section-info__control .button__inner {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .client-card {
        align-items: flex-start;
    }

        .client-card .executor-grade-info {
            margin-bottom: .8rem;
        }

        .client-card .executor-grade-info__wrapper {
            display: flex;
            flex-wrap: wrap;
        }

        .client-card .executor-grade-info__title {
            font-size: 1.4rem;
            margin-right: 0;
        }

    .client-card__col:not(:last-child) {
        margin-right: 1rem;
    }

    .client-card__assessments-item {
        font-size: 1.4rem;
    }

    .client-card__date-label {
        font-size: 1.2rem;
    }

    .client-card__date-value-item {
        font-size: 1.4rem;
    }

    .client-card__controls {
        max-width: 17.1rem;
    }
}

@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.confirmation .sidebar {
        display: none;
    }

    body.start .header {
        padding: 4rem 0 3.2rem;
    }

    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: #1f1f24;
        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: #1f1f24;
    }

    body.auth .footer__company-icon {
        fill: #1f1f24;
    }

    body.auth .footer__support-btn {
        background-color: rgba(31,31,36,.1);
    }

        body.auth .footer__support-btn .button-circle__icon {
            fill: #333;
        }

    body.primary .dboard .container {
        padding: 0;
    }

    body.primary .page {
        flex-direction: column;
    }

    body.primary .header {
        padding: 2.4rem 0;
    }

    body.primary .header__right {
        flex-direction: row;
    }

    .tablet-lg-hide {
        display: none;
    }

    .tablet-lg-show {
        display: flex;
    }

    .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__user {
        display: none;
    }

    .header__user-control:not(:last-child) {
        margin-right: 2rem;
    }

    .header__controls {
        margin-left: 2rem;
    }

        .header__controls:not(:last-child) {
            margin-right: 0;
        }

    .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;
    }

    .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;
        border-radius: 2rem 2rem 0 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: 20rem;
    }

    .dboard--primary .container {
        padding: 0;
    }

    .dboard--primary {
        margin-bottom: 0;
    }

    .dboard--blur-1 .dboard__content {
        border-radius: 2rem 2rem 0 0;
    }

    .dboard--blur-2 .dboard__content {
        border-radius: 2rem 2rem 0 0;
    }

    .dboard--process .dboard__content-inner {
        padding: 6rem 4rem;
    }

    .dboard--clients-inner .dboard__top-nav-control:not(:last-child) {
        margin-right: 2rem;
    }

    .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: 21rem;
        }

        .dboard__grid-files.file-preview .note-card__gallery .gallery-item:nth-child(3):not(.gallery-item--more) {
            display: block;
        }

    .dboard__submitted-grade-assessment {
        margin-bottom: 4rem;
    }

    .dboard__accordions:not(:last-child) {
        margin-bottom: 7rem;
    }

    .dboard__top + .dboard__delimeter {
        margin: 2.8rem 0 4rem;
    }

    .select--notifications .select__options-wrapper {
        bottom: unset;
        top: 7rem;
        left: unset;
        right: -8rem;
    }

        .select--notifications .select__options-wrapper::before {
            top: -1.2rem;
            right: 11rem;
            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__section .modal__form-title {
        margin-bottom: 2rem;
    }

    .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;
    }

    .sidebar {
        position: fixed;
        z-index: 5;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2rem;
        height: unset;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: .8rem 0;
        margin-right: 0;
        overflow: visible;
        background-color: #000;
        box-shadow: 0 .4rem .9rem 0 rgba(0,0,0,.12);
    }

    .sidebar__list.mobile-hide {
        display: none;
    }

    .sidebar__list {
        display: flex;
    }

        .sidebar__list:not(:last-child) {
            margin-bottom: 0;
            margin-right: 0;
        }

    .sidebar__nav {
        flex-direction: row;
        justify-content: center;
    }

    .sidebar__menu {
        display: flex;
        align-items: center;
    }

    .sidebar__nav-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .sidebar__nav-text {
        font-size: 1.4rem;
        color: grey;
        font-weight: 700;
    }

    .sidebar__nav-icon {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        margin-right: 0;
        margin-bottom: .4rem;
    }

    .sidebar__nav-link {
        flex-direction: column;
        padding: .4rem 2.4rem;
    }

        .sidebar__nav-link.active {
            background-color: transparent;
        }

            .sidebar__nav-link.active .nav-item__text {
                color: #a1a1a1;
            }

            .sidebar__nav-link.active .nav-item__icon {
                fill: #a1a1a1;
            }

    .sidebar__user {
        display: flex;
    }

    .sidebar__nav-counter {
        top: -.6rem;
        right: 1rem;
    }

    .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: 3rem;
    }

    .gallery-item__date {
        margin-right: 6rem;
    }

    .file-preview__item-control {
        width: 4rem;
        height: 4rem;
    }

    .burger__body {
        padding: 0 8rem;
    }

    .burger__head {
        margin-bottom: 8.8rem;
    }

    .burger__menu-link {
        font-size: 2.2rem;
    }

    .burger__menu-group-wrapper {
        flex-direction: column;
    }

        .burger__menu-group-wrapper:not(:last-child) {
            margin-right: 7.4rem;
        }

    .burger__menu-group:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.15);
        margin-right: 0;
        margin-bottom: 4.4rem;
        padding-right: 0;
        padding-bottom: 4.4rem;
    }

    .burger__menu-item--account .burger__submenu {
        padding-left: 6.6rem;
    }

    .burger__menu-item--account {
        min-width: 26.4rem;
    }

    .burger__submenu-item:not(:last-child) {
        margin-bottom: 2.4rem;
    }

    .burger__footer .footer {
        font-size: 1.4rem;
    }

    .burger__footer .footer__company-link {
        font-size: 1.4rem;
    }

    .burger__footer .footer__company-icon {
        width: 6rem;
        height: 1.4rem;
    }

    .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;
    }

    .bid-card .executor-grade-info__title {
        font-size: 1.4rem;
    }

    .bid-card .executor-grade-info__value {
        font-size: 1.2rem;
    }

    .bid-card__controls {
        max-width: 16rem;
    }

    .crumbs-text--secondary {
        font-size: 1.4rem;
    }

    .accordion__details-delimeter {
        margin: 2.2rem 0;
    }

    .accordion__delimeter {
        margin: 3.2rem 0;
    }

    .assessment-start {
        margin-top: .4rem;
    }

    .assessment-start__delimeter {
        margin: 2rem 0;
    }

    .card-summary__gallery-item:nth-child(n+3):not(.gallery-item--more) {
        display: unset;
    }

    .card-summary__gallery-item:nth-child(n+4):not(.gallery-item--more) {
        display: none;
    }

    .card-summary__gallery-item.gallery-item--more {
        display: block;
    }

    .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.confirmation .header__currency-control {
        width: 2rem;
    }

    body.confirmation .burger-button {
        display: none;
    }

    body.confirmation .header__sign-in {
        display: flex;
        font-size: 1.4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    body.confirmation .auth__title {
        margin-bottom: 3.2rem;
    }

    body.confirmation .auth__descrip:not(:last-child) {
        margin-bottom: 3.2rem;
    }

    body.confirmation .auth__head {
        margin-bottom: 2rem;
    }

    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%;
    }

    body.auth .header__currency-control {
        width: unset;
        height: 4.8rem;
    }

        body.auth .header__currency-control .button-oval {
            background-color: rgba(255,255,255,.1);
        }

        body.auth .header__currency-control .button-oval__text {
            display: block;
        }

    body.auth .footer {
        padding: 5rem 0 9rem;
    }

        body.auth .footer .container {
            padding: 0 2rem;
        }

    body.auth .bg-media__content {
        background-size: contain;
    }

    body.primary .header {
        padding: 1rem 0;
    }

    .container {
        padding: 0 2rem;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: flex;
    }

    .tablet-sm-hide {
        display: none;
    }

    .tablet-sm-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 .header__logo {
        position: static;
        transform: translate(0);
        margin-right: 3rem;
    }

    .header--auth {
        padding: 1.4rem 0 14rem;
    }

    .header__logo-text {
        font-size: 1.2rem;
        margin-bottom: .5rem;
    }

    .header__logo {
        width: 5.7rem;
        height: 3.5rem;
    }

    .header__user-control:not(:last-child) {
        margin-right: 1.6rem;
    }

    .header__user-control-counter {
        top: -1.1rem;
        right: -1.1rem;
    }

    .header__notif-btn {
        background: 0 0;
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }

        .header__notif-btn .button-circle__icon {
            min-width: 2rem;
            width: 2rem;
            height: 2rem;
        }

    .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;
        }

        .header__currency-control .button-oval__icon {
            width: 2rem;
            height: 2rem;
            min-width: 2rem;
        }

    .footer {
        padding: 1.6rem 0;
        font-size: 1.4rem;
    }

    .footer__inner {
        flex-direction: column;
    }

    .footer__left {
        margin-bottom: 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;
    }

    .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--mobile-hide {
        display: none;
    }

    .tooltip__body::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .tooltip__inner {
        padding: 1.6rem 2rem;
    }

    .tooltip__img {
        display: none;
    }

    .tooltip__text {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .button--sm .button__inner {
        padding-left: 1.9rem;
        padding-right: 1.9rem;
    }

    .button__inner {
        padding-left: 3.8rem;
        padding-right: 3.8rem;
    }

    .button__icon {
        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 {
        padding: 1.2rem 3rem;
    }

    .burger-button__icon {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        margin-right: 1rem;
    }

    .burger-button__text {
        font-size: 1.6rem;
    }

    .control-input__label {
        font-size: 1.2rem;
    }

    .control-input__label--nowrap {
        white-space: unset;
    }

    .control-form--files {
        flex-direction: column;
        align-items: center;
    }

    .control-input__remove--absolute {
        position: static;
    }

    .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 .dboard__content {
        padding-top: 3.6rem;
    }

    .dboard--auth .switch-buttons__item {
        padding: 1.6rem 1.1rem;
    }

    .dboard--primary .dboard__content {
        padding: 3.2rem 2rem 21rem;
    }

    .dboard--executors .dboard__content {
        padding-top: 4rem;
    }

    .dboard--payments .dboard__head-control.mobile-show {
        display: flex;
    }

    .dboard--notes-category-inner .dboard__head {
        margin-bottom: 2rem;
    }

    .dboard--notes-category-inner .dboard__description-title {
        font-size: 1.8rem;
    }

    .dboard--notes-category-inner .dboard__head-controls {
        min-width: unset;
    }

    .dboard--process .executor-grade-info__user .user-avatar {
        width: 5rem;
        height: 5rem;
    }

    .dboard--process .dboard__content {
        padding: 0;
    }

    .dboard--process .dboard__content-inner {
        padding: 4rem 2rem 20rem;
    }

    .dboard--process .tabs__nav-icon {
        display: none;
    }

    .dboard--management .dboard__head-control.mobile-show {
        display: flex;
    }

    .dboard--management .dboard__head-controls {
        display: none;
    }

    .dboard--executors-inner .dboard__content {
        padding-top: 3.2rem;
    }

    .dboard--executors-inner .dboard__description {
        margin-bottom: 3.2rem;
    }

    .dboard--account-delete .dboard__content {
        padding-top: 4rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .dboard--work-not-started .dboard__top-nav-controls {
        flex-direction: column;
    }

    .dboard--work-not-started .dboard__top-nav-control:not(:last-child) {
        margin-bottom: 2.4rem;
        margin-right: 0;
    }

    .dboard--clients-inner .dboard__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .dboard--clients-inner .dboard__top-client {
        margin-bottom: 2rem;
    }

    .dboard--clients-inner .dboard__top-controls {
        justify-content: space-between;
        width: 100%;
    }

    .dboard--clients-inner .executor-grade-info__title,
    .dboard--clients-inner .executor-grade-info__value {
        font-size: 1.4rem;
    }

    .dboard--requests .dboard__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .dboard--requests .dboard__head-title {
        margin-bottom: 2.4rem;
    }

    .dboard--confirmation .bid-card:nth-child(n+4) {
        display: none;
    }

    .dboard__title.tablet {
        font-size: 1.8rem;
    }

    .dboard__inner {
        border-radius: 0;
    }

    .dboard__content {
        border-radius: 0;
    }

    .dboard__auth-text {
        font-size: 1.4rem;
    }

    .dboard__head {
        margin-bottom: 2.4rem;
    }

    .dboard__head--executors {
        padding-top: 2rem;
    }

        .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 {
        align-items: center;
        flex-direction: row;
    }

    .dboard__head--clients {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.6rem;
    }

        .dboard__head--clients .dboard__head-title {
            margin-bottom: 3rem;
        }

    .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: 2rem;
    }

    .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 {
        margin-left: -.8rem;
    }

    .dboard__body-top {
        align-items: center;
    }

    .dboard__tooltip:not(:last-child) {
        margin-right: -.5rem;
    }

    .dboard__form {
        margin-bottom: 0;
    }

    .dboard__tech-spec-switch {
        margin-bottom: 2rem;
    }

    .dboard__offer-inner {
        flex-direction: column-reverse;
    }

    .dboard__descritption-offer-title {
        font-size: 1.8rem;
    }

    .dboard__offer-title {
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
    }

    .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__section-subtitle {
        margin-bottom: 2rem;
    }

    .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;
    }

    .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__grid-files.file-preview {
        grid-template-columns: repeat(auto-fit,minmax(15.4rem,15.4rem));
        grid-gap: 1.2rem;
    }

        .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: 14.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__gallery {
            display: none;
        }

        .dboard__grid-files.file-preview .note-card__date {
            margin-top: auto;
        }

    .dboard__grid-files.file-preview--submitted {
        grid-template-columns: 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-card__preview-img-wrapper {
            min-height: unset;
            max-width: unset;
            height: 100%;
        }

    .dboard__grid-files .file-preview__item-controls {
        position: absolute;
    }

    .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__process-grid {
        grid-gap: 2.8rem;
    }

    .dboard__process-grid-col-item .note-card__content {
        padding: 2rem;
    }

    .dboard__process-grid-col-item .note-card__title {
        font-size: 1.6rem;
    }

    .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__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__head-customer {
        width: 100%;
        justify-content: space-between;
    }

        .dboard__head-customer .dboard__head-controls {
            min-width: unset;
            margin-top: .9rem;
        }

    .dboard__executor-info {
        margin-bottom: 0;
    }

    .dboard__head-customer-text {
        padding-left: 4.8rem;
    }

    .dboard__submitted-grade-info {
        padding: 3.3rem .8rem 0;
    }

    .dboard__submitted-grade-gallery {
        margin: 0 -.8rem;
    }

        .dboard__submitted-grade-gallery,
        .dboard__submitted-grade-gallery.file-preview {
            grid-template-columns: repeat(auto-fit,minmax(10rem,10rem));
        }

            .dboard__submitted-grade-gallery .gallery-item,
            .dboard__submitted-grade-gallery .gallery-item__img-wrapper {
                width: 10rem;
                height: 10rem;
                max-height: 10rem;
            }

    .dboard__accordions:not(:last-child) {
        margin-bottom: 2.8rem;
    }

    .dboard__submitted-grade-assessment-title {
        text-align: center;
        margin-right: 0;
    }

    .dboard__submitted-grade-assessment-controls {
        align-items: center;
        max-width: unset;
        margin-left: 0;
    }

        .dboard__submitted-grade-assessment-controls .button,
        .dboard__submitted-grade-assessment-controls .button .button__inner {
            width: 100%;
            max-width: unset;
        }

    .dboard__top + .dboard__delimeter {
        margin: 2.8rem 0 3.2rem;
    }

    .dboard__top-client {
        margin-right: 2.4rem;
    }

    .dboard__top-nav-control {
        max-width: unset;
    }

        .dboard__top-nav-control .button__inner {
            width: 100%;
            max-width: unset;
        }

    .dboard__submitted-grade-assessment-summary-list {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 1.2rem;
    }

    .dboard__clients-footer {
        margin-top: 3.2rem;
    }

    .dboard__btn-contacts {
        width: 4.8rem;
        height: 4.8rem;
    }

        .dboard__btn-contacts .button__text {
            display: none;
        }

        .dboard__btn-contacts .button__icon {
            margin-right: 0;
        }

        .dboard__btn-contacts .button__inner {
            background-color: #ffbd00;
        }

    .dboard__work-decline-btn .button__icon {
        display: none;
    }

    .dboard__submitted-grade-assessment__inner {
        flex-direction: column;
    }

        .dboard__submitted-grade-assessment__inner .button:not(:last-child) {
            margin-right: 0;
            margin-bottom: 3.2rem;
        }

    .select--big .select__option-label {
        padding: 1.7rem 3.5rem 1.7rem 1rem;
    }

    .select__option-label {
        font-size: 1.4rem;
    }

    .select__footer {
        display: flex;
        justify-content: center;
    }

    .select__option-label-additional {
        font-size: 1.4rem;
        display: flex;
        align-items: center;
    }

    .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--biggy .tabs__nav-text {
        display: none;
    }

    .tabs__nav-icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
        background-size: 2.4rem;
    }

    .tabs__nav-item {
        font-size: 1rem;
    }

    .tabs__nav-text {
        white-space: unset;
    }

    .tabs__nav-counter {
        width: 2.4rem;
        height: 2.4rem;
    }

    .modal--full-scroll {
        padding: 0;
    }

        .modal--full-scroll .modal__content {
            max-height: calc(var(--vh,1vh) * 100);
            max-height: 100dvh;
        }

    .modal .title {
        font-size: 1.8rem;
    }

    .modal .control-form:not(:last-child) {
        margin-bottom: 1.6rem;
    }

    .modal .control-form .button-frameless {
        padding-left: 2rem;
        padding-top: 0;
        padding-bottom: 0;
        height: unset;
    }

    .modal .tabs__nav-item:not(:last-of-type) {
        margin-right: 1.6rem;
    }

    .modal__content {
        max-width: unset;
        min-height: calc(var(--vh,1vh) * 100);
        min-height: 100dvh;
        max-height: 100dvh;
        border-radius: 0;
    }

    .modal__head .button-circle {
        width: 4rem;
        min-width: 4rem;
        height: 4rem;
    }

    .modal__head .button-circle__icon {
        width: 1.6rem;
        min-width: 1.6rem;
        height: 1.6rem;
    }

    .modal__head-group:not(:last-child) {
        margin-right: 1.6rem;
    }

    .modal__back:not(:only-child) {
        margin-right: 1.6rem;
    }

    .modal__table .table__details {
        position: static;
        opacity: 1;
        width: 4.8rem;
        height: 4.8rem;
    }

    .modal__tabs-nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .modal__form-avatar .user-avatar {
        width: 7rem;
        height: 7rem;
    }

    .modal__file-preview {
        margin-bottom: 3.2rem;
    }

    .modal__form-subtitle {
        margin-bottom: 2rem;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .modal__mobile-hide {
        display: none;
    }

    .modal__mobile-show {
        display: block;
    }

    .modal__add-files {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
    }

    .modal__end-sessions-text {
        font-size: 1.2rem;
    }

    .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: 4.8rem;
    }

    .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__delimeter {
        display: none;
    }

    .modal-add-note--payment .modal__form-footer {
        margin-top: 3.2rem;
        justify-content: center;
    }

    .modal-settings .modal__content {
        max-width: unset;
    }

    .modal-settings .modal__padding {
        padding: 0;
    }

    .modal-settings .modal__inner {
        min-height: unset;
        padding: 4rem 2rem;
    }

    .modal-settings .modal__head {
        padding: 0;
        margin-bottom: 3.2rem;
    }

    .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 [id=tab-settings-account] .modal__padding {
        padding: 0;
    }

    .modal-settings [id=tab-settings-account] .control-row:not(:last-child) {
        border-bottom: 1px solid rgba(31,31,36,.1);
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .modal-settings [id=tab-settings-account] .modal__scroll {
        padding: 0 2rem;
    }

    .modal-settings [id=tab-settings-account] .modal__form-footer {
        padding: 0 1rem;
    }

    .modal-settings [id=tab-settings-notif] .modal__scroll {
        padding: 0 2rem;
    }

    .modal-settings [id=tab-settings-sessions] .modal__scroll {
        padding: 0 2rem;
    }

    .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%;
    }

    .modal-existing-notes .note-card--category .note-card__gallery {
        display: none;
    }

    .modal-existing-notes .note-card--category .note-card__content {
        min-height: 15.2rem;
    }

    .modal-existing-notes .note-card--category .note-card__description {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        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-session .modal__content {
        max-width: 100vw;
    }

    .modal-content .modal__content {
        max-width: 100%;
    }

    .modal-content .modal__inner {
        padding: 4rem 2rem;
    }

    .modal-content .title {
        font-size: 2rem;
    }

    .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-company-confirm .title {
        font-weight: 800;
    }

    .modal-company-confirm .modal__delimeter {
        margin: 2.4rem 0;
    }

    .modal-company-confirm .modal__form-footer .button {
        max-width: unset;
        width: 100%;
    }

    .modal-company-confirm .modal__form-body {
        margin-bottom: 0;
    }

    .modal-company-confirm .checkbox__txt {
        font-size: 1.4rem;
    }

    .modal-alert .modal__head {
        margin-bottom: 10.4rem;
    }

    .user-avatar {
        width: 5rem;
        height: 5rem;
    }

    .user-avatar--lg .user-avatar__name {
        font-size: 2rem;
    }

    .auth__success-icon {
        max-width: 7rem;
    }

    .auth__title {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }

    .auth__back {
        position: static;
        margin-bottom: 2rem;
    }

    .auth__form:not(:last-child) {
        margin-bottom: 3.2rem;
    }

    .auth__control-input .control-input__label {
        font-size: 1.4rem;
    }

    .auth__control-input:not(:last-child) {
        margin-bottom: 1.6rem;
    }

    .auth__form-body {
        max-width: 45.2rem;
        margin-bottom: 3rem;
    }

    .auth__form-footer .button {
        width: 100%;
        max-width: unset;
    }

    .auth__delimeter {
        margin-bottom: 2rem;
    }

        .auth__delimeter::after,
        .auth__delimeter::before {
            height: .1rem;
        }

    .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;
    }

    .switch-buttons__item {
        font-size: 1.2rem;
        padding: .8rem 2.4rem;
    }

    .delimeter__text {
        font-size: 1.4rem;
        margin: 0 1rem;
    }

    .sidebar {
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: unset;
        border-radius: 2rem 2rem 0 0;
        padding: .8rem;
        transform: translateX(0);
    }

    .sidebar__list {
        justify-content: center;
    }

    .sidebar__menu {
        justify-content: center;
    }

    .sidebar__nav-item:not(:last-child) {
        margin-right: 0;
    }

    .sidebar__nav-text {
        display: none;
    }

    .sidebar__nav-icon {
        margin-bottom: 0;
    }

    .sidebar__user .user-avatar {
        width: 3.6rem;
        height: 3.6rem;
    }

    .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: .8rem;
    }

    .header__house {
        margin-bottom: 0;
    }

    .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--processes .note-card__content {
        min-height: 24.6rem;
    }

    .note-card__title {
        font-size: 1.6rem;
        max-width: 100%;
    }

    .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 .section-info {
        flex-direction: column;
        align-items: flex-start;
    }

        .files .section-info .grade-period {
            margin-bottom: 1.8rem;
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .files .section-info .section-info__description .grade-period__term {
            margin-right: 2rem;
            margin-bottom: 0;
        }

        .files .section-info .section-info__description {
            width: 100%;
            margin-right: 0;
        }

        .files .section-info .section-info__control {
            max-width: 100%;
            width: 100%;
        }

            .files .section-info .section-info__control.select {
                display: none;
                width: unset;
            }

            .files .section-info .section-info__control:not(:last-child) {
                margin-right: 0;
            }

            .files .section-info .section-info__control.mobile {
                display: block;
            }

        .files .section-info .section-info__controls {
            width: 100%;
        }

    .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;
    }

    .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__info:not(:last-child) {
        margin-bottom: 2.4rem;
    }

    .offer__buttons .button__inner {
        padding-right: 3.6rem;
        padding-left: 3.6rem;
    }

    .file-preview__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .file-preview__item-name {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 100%;
        width: 22rem;
    }

    .file-preview__item-img-wrapper {
        width: 6rem;
        height: 6rem;
        margin-bottom: 0;
    }

    .file-preview__item-controls {
        position: static;
    }

    .file-card__preview-img-wrapper {
        min-height: 10rem;
        max-width: 10rem;
        height: 10rem;
    }

    .burger__body {
        margin: 0 auto 8rem;
        padding: 0 2rem;
    }

    .burger__inner {
        padding-top: 1rem;
    }

    .burger__head {
        margin-bottom: 6.2rem;
        padding: 0 2rem 0 3.8rem;
    }

    .burger__menu {
        flex-direction: column;
    }

    .burger__menu-link .user-avatar {
        margin-right: .8rem;
    }

    .burger__menu-link .user-avatar--outer-border::before {
        width: calc(100% + .4rem);
        height: calc(100% + .4rem);
    }

    .burger__menu-group-wrapper:not(:last-child) {
        margin-right: 0;
        margin-bottom: 4.4rem;
        padding-bottom: 4.4rem;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .burger__menu-item--account .burger__submenu {
        padding-left: 4.4rem;
    }

    .burger__menu-item--account .user-avatar {
        width: 3.2rem;
        height: 3.2rem;
    }

    .burger__logo {
        width: 5.7rem;
        height: 3.3rem;
    }

    .burger__footer .footer {
        border-top: 2px solid rgba(255,255,255,.4);
        padding: 1.6rem 0;
    }

    .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 .button__icon {
        margin: 0;
    }

    .floating-action__open .button__text {
        display: none;
    }

    .floating-action__button-icon .button__icon {
        margin: 0;
    }

    [data-hint]::after {
        left: unset;
        right: -1rem;
        transform: translateX(0);
    }

    .switch-toggle__txt {
        font-size: 1.4rem;
    }

    .price-txt--lg .price-txt__value {
        font-size: 2.8rem;
    }

    .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;
    }

    .executor-grade-info--lg .executor-grade-info__title {
        font-size: 1.8rem;
    }

    .executor-grade-info--md .executor-grade-info__title {
        font-size: 1.4rem;
    }

    .executor-grade-info--md .executor-grade-info__value {
        font-size: 1.4rem;
    }

    .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__user .user-avatar {
        width: 4rem;
        height: 4rem;
    }

    .executor-grade-info__title {
        margin-right: .4rem;
    }

    .executor-grade-info__points {
        display: inline-flex;
        margin-top: 0;
    }

    .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: 4rem;
    }

    .process-card__title {
        font-size: 1.6rem;
        margin-right: 0;
        margin-top: 1rem;
    }

    .process-card__info {
        flex-direction: column;
        align-items: flex-start;
    }

    .process-card__price {
        margin-right: 0;
        margin-bottom: 2.8rem;
    }

    .process-card__stages-btn {
        width: 100%;
    }

        .process-card__stages-btn .button-outline,
        .process-card__stages-btn .notification__text > a {
            width: 100%;
            max-width: unset;
        }

    .status-start__text {
        font-size: 1.2rem;
    }

    .payments .section-info {
        flex-direction: column;
    }

    .payments .section-info__description {
        margin-right: 0;
        margin-bottom: 1.8rem;
    }

    .payments .section-info__control:not(:last-child) {
        margin-right: 0;
    }

    .payments .section-info__control.select {
        display: none;
    }

    .payments .section-info__controls {
        width: 100%;
    }

    .payments .section-info__control {
        max-width: 100%;
        width: 100%;
    }

        .payments .section-info__control .button__inner {
            max-width: unset;
        }

    .payments__date {
        top: -3.2rem;
    }

    .payments__head-controls .dboard__floating-btn {
        margin-right: 0;
    }

    .executor-response {
        flex-direction: column;
        align-items: flex-start;
        padding: 2.4rem 2rem;
    }

        .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;
    }

    .rating {
        grid-gap: 1rem;
    }

    .bid-card {
        flex-direction: column;
        padding: 2rem 1.2rem;
    }

    .bid-card--client .bid-card__description-title {
        font-size: 1.8rem;
    }

    .bid-card--client .bid-card__crumbs {
        font-size: 1.2rem;
    }

    .bid-card--client .bid-card__status {
        max-width: unset;
        margin-bottom: 2.4rem;
    }

    .bid-card--client .bid-card__grades {
        margin-top: 0;
    }

    .bid-card--client .bid-card__controls {
        max-width: unset;
        margin-top: 2.8rem;
        justify-content: center;
    }

    .bid-card--client .date-item__part:not(:last-child) {
        margin-bottom: 0;
        margin-right: .8rem;
    }

    .bid-card--client .bid-card__status-date {
        display: inline-flex;
        flex-direction: row;
    }

    .bid-card .executor-grade-info__value {
        font-size: 1.4rem;
    }

    .bid-card--requests .bid-card__description {
        margin-bottom: 0;
    }

    .bid-card--requests .bid-card__customer {
        padding-right: 3rem;
    }

    .bid-card--requests .bid-card__controls {
        margin-top: 2rem;
        max-width: unset;
        justify-content: center;
    }

    .bid-card--requests .bid-card__control.button {
        max-width: unset;
        width: 100%;
    }

        .bid-card--requests .bid-card__control.button .button__inner {
            width: 100%;
        }

    .bid-card--requests .bid-card__grades {
        flex-direction: column;
        align-items: flex-start;
    }

    .bid-card__customer {
        max-width: unset;
    }

    .bid-card__grades {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        max-width: unset;
        margin-top: 2rem;
    }

    .bid-card__grade {
        display: flex;
        align-items: center;
    }

    .bid-card__date {
        padding-left: 0;
        font-size: 1.2rem;
    }

    .bid-card__description-title {
        font-size: 1.8rem;
    }

    .bid-card__crumbs {
        margin-bottom: .4rem;
        font-size: 1.2rem;
    }

    .bid-card__period {
        margin-bottom: 0;
        margin-right: .8rem;
    }

    .bid-card__controls {
        padding: 0;
    }

        .bid-card__controls .bid-card__control.select .button-icon {
            width: 2rem;
            height: 2rem;
        }

    .bid-card__control.select {
        position: absolute;
        top: 2rem;
        right: 1.3rem;
    }

        .bid-card__control.select:not(:last-child) {
            margin-right: 0;
        }

        .bid-card__control.select .button-icon,
        .bid-card__control.select .button-icon__icon {
            width: 2rem;
            height: 2rem;
            min-width: 2rem;
        }

    .bid-card__col-wrapper .bid-card__grades-list {
        margin-right: 2rem;
    }

    .bid-card__customer-info {
        margin-bottom: 1.2rem;
    }

    .accordion.active .accordion__head {
        padding-bottom: 3.2rem;
    }

    .accordion.active .accordion__body {
        padding-bottom: 2.8rem;
    }

    .accordion__head {
        padding: 2rem 2.4rem;
    }

    .accordion__footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

        .accordion__footer-inner .button:not(:last-child) {
            margin-bottom: 2rem;
        }

    .accordion__body {
        padding: 0 2.8rem;
    }

    .accordion__footer {
        padding: 2.4rem;
    }

        .accordion__footer .accordion__title {
            margin-bottom: .8rem;
        }

        .accordion__footer .hr {
            margin: 2.4rem 0;
        }

        .accordion__footer .button {
            max-width: unset;
            width: 100%;
        }

            .accordion__footer .button .button__inner {
                width: 100%;
                padding-right: 4.3rem;
                padding-left: 4.3rem;
            }

    .accordion__gallery {
        grid-template-columns: repeat(auto-fill,minmax(100px,100px));
    }

    .accordion__gallery-item.file-preview__item {
        display: block;
    }

    .accordion__gallery-item .file-preview__item-controls {
        position: absolute;
    }

    .accordion__footer-top {
        margin-right: 0;
    }

        .accordion__footer-top:not(:last-child) {
            margin-bottom: 2.4rem;
        }

    .accordion__details-item {
        flex-direction: column;
        align-items: flex-start;
    }

        .accordion__details-item .details-item__title {
            margin-right: 0;
            margin-bottom: 2rem;
        }

        .accordion__details-item .details-item__info {
            padding-left: 2rem;
        }

    .accordion__title-icon-wrapper {
        margin-top: 1.1rem;
    }

        .accordion__title-icon-wrapper[data-hint]::after {
            right: unset;
        }

    .accordion__details-control:not(:last-child) {
        margin-bottom: 2.8rem;
    }

    .accordion__details-control .details-control {
        flex-direction: column;
        align-items: flex-start;
    }

    .accordion__details-control .details-control__label {
        max-width: unset;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }

    .accordion__add-files,
    .accordion__add-files .button__inner {
        width: 100%;
        max-width: unset;
    }

    .details-control__inner {
        width: 100%;
        align-items: flex-start;
    }

    .details-control__input {
        min-width: 19.6rem;
        width: 100%;
    }

    .details-control__remove {
        top: 2.5rem;
        margin-left: 3.6rem;
    }

    .assessment-start {
        padding: 2.7rem 3rem 2rem;
        min-height: 24rem;
        background-size: cover;
    }

        .assessment-start.declined {
            background-size: cover;
        }

    .work-card-list {
        grid-gap: 1.8rem;
    }

    .work-card {
        padding: 2.4rem 2rem;
    }

    .work-card__top {
        margin-bottom: 1.6rem;
    }

    .work-card__client {
        flex-direction: column;
        align-items: flex-start;
    }

    .work-card__client-choice {
        font-weight: 400;
        white-space: nowrap;
        padding-left: 4.8rem;
    }

    .work-card__select .button-icon {
        width: 2.4rem;
        height: 2.4rem;
    }

    .work-card__select .button-icon__icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
    }

    .work-card__info {
        flex-direction: column;
        margin-bottom: 2.4rem;
    }

    .work-card__descrip {
        margin-right: 0;
        margin-bottom: 1.6rem;
    }

    .work-card__grade {
        align-items: baseline;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

        .work-card__grade .price-txt::after {
            background: rgba(0,0,0,.2);
            display: inline-block;
            content: '';
            width: .1rem;
            height: 1rem;
            margin: 0 .6rem;
        }

    .work-card__period {
        margin-bottom: 0;
        color: #000;
    }

    .work-card__bot-controls {
        max-width: unset;
    }

        .work-card__bot-controls .work-card__bot-control {
            max-width: unset;
            width: 100%;
        }

            .work-card__bot-controls .work-card__bot-control .button__inner {
                width: 100%;
            }

    .grade-period__term {
        font-size: 1.6rem;
    }

    .card-summary .hr {
        margin: 2rem 0;
    }

    .card-summary .dboard__section-subtitle {
        margin-bottom: 1.2rem;
    }

    .card-summary__gallery {
        grid-template-columns: repeat(auto-fit,minmax(6rem,6rem));
    }

    .client-card {
        flex-direction: column;
        padding: 2rem 1.6rem;
    }

        .client-card .executor-grade-info {
            padding-right: 3rem;
        }

        .client-card .executor-grade-info__title {
            margin-right: 1rem;
            font-size: 1.6rem;
        }

    .client-card__customer {
        max-width: unset;
    }

    .client-card__assessments {
        max-width: unset;
        margin-bottom: 2rem;
    }

    .client-card__date {
        max-width: unset;
        margin-bottom: 1.6rem;
    }

    .client-card__controls {
        max-width: unset;
    }

    .client-card__control.select {
        position: absolute;
        top: 2rem;
        right: 1.6rem;
    }

        .client-card__control.select .button-icon__icon {
            height: 2rem;
            width: 2rem;
            min-width: 2rem;
        }

        .client-card__control.select .button-icon {
            height: 2rem;
        }

    .client-card__control.button {
        max-width: unset;
        width: 100%;
    }

        .client-card__control.button .button__inner {
            width: 100%;
        }

    .no-content__top {
        margin-bottom: 2.4rem;
    }

    .categories--edit .categories__sub {
        display: block;
    }

    .categories {
        padding: 0 3.4rem;
    }

    .categories__item {
        font-size: 1.4rem;
        display: flex;
    }

    .categories__main {
        min-width: unset;
        width: 100%;
        margin-bottom: .8rem;
    }

        .categories__main:not(:last-child) {
            margin-right: 0;
        }

        .categories__main .checkbox-btn,
        .categories__main .checkbox-btn__styled {
            width: 100%;
        }

    .categories__item {
        pointer-events: all;
    }

    .categories__item-icon {
        display: block;
    }

    .categories__title {
        display: none;
    }

    .categories__row.active:not(:last-child) {
        margin-bottom: .8rem;
    }

    .categories__row {
        flex-direction: column;
        align-items: center;
    }

        .categories__row:not(:last-child) {
            margin-bottom: 0;
        }

    .categories__sub .select {
        width: 100%;
    }

    .categories__sub {
        display: none;
        width: 100%;
    }

    .categories__sub-list {
        margin-bottom: 1.2rem;
        width: 100%;
    }

    .categories__titles {
        display: none;
    }

    .confirmation-el {
        min-height: 40rem;
    }

    .confirmation-el--secondary {
        top: 55rem;
    }

    .confirmation-el .offers-badge__avatar {
        width: 3.6rem;
        height: 3.6rem;
    }

    .confirmation-el__title {
        font-size: 2rem;
    }

        .confirmation-el__title:not(:last-child) {
            margin-right: 0;
            margin-bottom: 1.6rem;
        }

    .confirmation-el__head {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .confirmation-el__body {
        margin-bottom: 2rem;
    }

    .confirmation-el__text {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .confirmation-el__footer .button {
        max-width: unset;
        width: 100%;
    }

    .start__title-icon {
        width: 5.8rem;
        height: 5.7rem;
        margin-right: 1.6rem;
    }

    .not-found__img {
        max-width: 10rem;
    }

    .not-found__controls {
        flex-direction: column;
    }

    .not-found__control {
        max-width: unset;
        width: 100%;
    }

        .not-found__control:not(:last-child) {
            margin-right: 0;
            margin-bottom: 2rem;
        }
}

@media only screen and (max-width:767.98px) and (max-width:767.98px) {
    .header--auth .header__user-control .button-oval__icon {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
    }
}

@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;
        right: -15rem;
    }

        .select--notifications .select__options-wrapper::before {
            right: 16rem;
        }
}

@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;
    }
}
