<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile-orders__new {
    margin-bottom: 40px;
}
.profile-orders__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.profile-orders__row .profile-orders__title {
    margin-bottom: 0;
}
.profile-orders__actions {
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .profile-orders__row,
    .profile-orders__actions {
        flex-direction: column;
        align-items: initial;
    }
    .profile-orders__add {
        width: 100%;
    }
}
.w-modal-templates .order {
    max-height: 700px;
    overflow-y: auto;
    padding-right: 25px;
    margin-right: -30px;
}
.w-modal-templates .order::-webkit-scrollbar {
    width: 4px;
}
.w-modal-templates .order::-webkit-scrollbar-track {
    background: #DCDCDC;
    border-radius: 15px;
}
.w-modal-templates .order::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #111111;
}
@media screen and (max-width: 991px) {
    .w-modal-templates .order {
        max-height: calc(100vh - 250px);
        padding-right: 5px;
        margin-right: -10px;
    }
}
.order {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.order__back {
    margin-bottom: 15px;
    padding: 0;
}
.form-radios__label--disabled{
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    .order__back {
        margin-bottom: 20px;
    }
}
.order__back:hover {
    color: #07B3F7;
}
.order__back path[stroke] {
    stroke: #111111;
}
.order__back:hover path[stroke]{
    stroke: #07B3F7;
}
.order__item {
    position: relative;
    border-radius: 15px;
    border: 1px solid #DCDCDC;
}
#j-order-view .show-candidates,
.order__item.pre-closed .j-opinion-add {
    display: none;
}
#reject-modal .w-modal,
#worker-reject-modal .w-modal{
    max-width: 800px;
}
#reject-modal .form-radios__label,
#worker-reject-modal .form-radios__label{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
#reject-modal .form-radios-wrap,
#worker-reject-modal .form-radios-wrap{
    flex-direction: column;
    align-items: flex-start;
}
.w-modal-text{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
}
.w-modal-text--contacts {
    text-align: left;
    padding: 0 40px 20px;
    border-bottom: 1px solid #DCDCDC;
    margin: 0 -40px 20px;
}
@media screen and (max-width: 991px) {
    .w-modal-text {
        font-size: 16px;
    }
    .w-modal-text--contacts {
        padding: 0 15px 15px;
        margin: 0 -15px 15px;
    }
    .order__item {
        border-radius: 5px;
    }
}
.order__item:not(:last-child) {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .order__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.order__item-status {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 10px 30px 10px 15px;
    margin-right: -31px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    position: relative;
}
.order__item-status:hover .profile-block__status-alert {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.order__item-status--id3 { background-color: #07B3F7; }
.order__item-status--id4 { background-color: #24CB24; }
.order__item-status--id5 { background-color: #FF3201; }
.order__item-status--id6 { background-color: #2A3842; }
.order__item-status--id7 { background-color: #EACD34; }
.order__item-status--id8 { background-color: #24CB24; }
.order__item-status--id9 { background-color: #FF3201; }
.order__item-status--id10{ background-color: #9E63FF; }
.order__item-status--id11{ background-color: #2A3842; }
.order__item-status--id12{ background-color: #07B3F7; }
.order__item-status--id13{ background-color: #FF7B01; }
.order__item-status--id14{ background-color: #2A3842; }
.order__item-status--id15{ background-color: #FF7B01; }
.order__item-status--id16{ background-color: #3A5263; }
.order__item-status--id17{ background-color: #0765AA; }

.offer-status--id1 { background-color: #9E63FF; }
.offer-status--id2 { background-color: #FF7B01; }
.offer-status--id3 { background-color: #24CB24; }
.offer-status--id4 { background-color: #FF3201; }
.offer-status--id5 { background-color: #07B3F7; }
.offer-status--id6 { background-color: #24CB24; }
.offer-status--id7 { background-color: #2A3842; }
.offer-status--id99 { background-color: #07B3F7; }

@media screen and (max-width: 1199px) {
    .order__item-status {
        margin-left: auto;
        order: -1;
    }
}
@media screen and (max-width: 991px) {
    .order__item-status {
        padding: 10px 15px 10px 10px;
        font-size: 12px;
        line-height: 15px;
        border-radius: 5px 0 0 5px;
        margin-right: -15px;
    }
}
.order__item-status svg {
    min-width: 20px;
    width: 20px;
}
@media screen and (max-width: 1199px) {
    .order__item-status svg{
        min-width: 15px;
        width: 15px;
        height: 15px;
    }
}
.order__item-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 20px;
    padding-right: 200px;
    color: #111111;
    text-decoration: none;
}
a.order__item-title:hover,
a.order__item-title:focus {
    color: #FF3201;
}
@media screen and (max-width: 991px) {
    .order__item-title{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}
.order__item-price {
    display: flex;
    align-items: center;
    font-weight: 700;
    column-gap: 10px;
    color: #00A700;
}
@media screen and (max-width: 991px) {
    .order__item-price{
        line-height: 20px;
        order: -1;
    }
}
.order__item-price svg {
    min-width: 20px;
    width: 20px;
}
.order__item-price svg &gt; *[stroke] {
    stroke: #00A700;
}
.order__item-desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.candidates .order__item-desc {
    display: block;
}
@media screen and (max-width: 991px) {
    .order__item-desc{
        font-size: 16px;
        line-height: 22px;
    }
}
.candidates__item-date + .order__info {
    margin-top: 20px;
}
.order__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
}
.order__info-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.order__info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #111111;
    transition: border-color 0.3s;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .order__info-icon{
        min-width: 30px;
        width: 30px;
        height: 30px;
    }
}

.order__info-item--group .order__info-icon{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    position: relative;
}
.order__info-item--group .order__info-icon:hover .order__info-icon-count {
    color: #FF3201;
}
.order__info-item--group .order__info-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.order__info-icon-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s;
}
@media screen and (max-width: 991px) {
    .order__info-icon-count{
        font-size: 12px;
        line-height: 14px;
    }
}
.order__info-item--group img:only-child {
    grid-column: 1/-1;
}

.order__info-item--group-3 img:nth-child(3) {
    grid-column: 1/-1;
}
.order__info-text--link-red.order__info-text a {
    color: #FF3201;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}
.order__info-text--link-red.order__info-text a:hover {
    border-color: #FF3201;
}
.order__info-text--link-blue.order__info-text a,
.order__info-text--link-blue.order__info-text button {
    color: #33AFE2;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}
.order__info-text--link-blue.order__info-text a:hover,
.order__info-text--link-blue.order__info-text button:hover {
    border-color: #33AFE2;
    color: #33AFE2;
}
a.order__info-icon:hover {
    border-color: #FF3201;
}
.order__info-icon svg {
    width: 20px;
    height: 20px;
}
.order__info-text .button--edit {
    font-size: 14px;
    line-height: 21px;
    color: #FF3201;
}
@media screen and (max-width: 991px) {
    .order__info-icon svg{
        width: 15px;
        height: 15px;
    }
}
.order__info-icon svg *[stroke],
.order__info-icon svg[stroke]{
    stroke: #111111;
}
.order__info-icon svg *[fill] {
    fill: #111111;
}
.order__info-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order__info-text {
    font-size: 14px;
    line-height: 18px;
}
@media screen and (max-width: 991px) {
    .order__info-text{
        font-size: 12px;
    }
}
.order__info-text button,
.order__info-text a,
.order__info-text strong {
    display: block;
    font-weight: 700;
}
.order__info-text button {
    background: transparent;
    padding: 0;
    border: none;
}
.order__info-text a {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s;
}
.order__info-text a:hover {
    color: #FF3201;
}
.order__item-blocked{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #FFEBE6;
    border-radius: 10px;
    padding: 15px;
}
.order__item-blocked-info{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.order__item-blocked-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.order__item-blocked-title svg path[stroke]{
    stroke: #FF3201;
}
.order__item-blocked-title svg path[fill]{
    fill: #FF3201;
}
.order__item-blocked-title span{
    text-transform: uppercase;
    color: #FF3201;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
}
.order__item-blocked-msg{
    color: #FF3201;
}
.order__item-blocked-action .button{
    font-size: 16px;
    line-height: 19px;
    padding: 10px 20px;
}
.order__item-top {
    padding: 20px 30px;
}
.order__item-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #DCDCDC;
    padding: 20px 30px;
    width: 100%;
}
.order__item-action .button--primary{
    order: 1;
}
.order__item-action .button--secondary{
    order: 2;
}
.order__item-action .button--empty{
    order: 4;
}
.order__item-action .button--empty-blue{
    order: 3;
}
@media screen and (max-width: 991px) {
    .order__item-top,
    .order__item-action {
        padding: 15px;
    }
    .order__item-action {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .order__item-action{
        flex-direction: column;
    }
}
.order__item-btn,
.modal-template__button {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .order__item-btn,
    .modal-template__button {
        width: 100%;
    }
}
/*css candidates start*/
.candidates {
    margin-top: 40px;
    scroll-margin-top: 150px;
}
.candidates__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.candidates__list + .alert-block {
    margin-top: 20px;
}
.candidates__item {
    border-radius: 15px;
    border: 1px solid #DCDCDC;
}
.candidates__item:not(:last-child) {
    margin-bottom: 20px;
}
.candidates__item-alert {
    margin: 20px 30px 0;
}
.candidates__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 30px 15px;
    border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 991px) {
    .candidates__item-alert {
        margin: 15px 15px 0;
    }
    .candidates__item-head {
        padding: 15px;
        gap: 15px 10px;
    }
}
@media (max-width: 767px) {
    .candidates__item-head  {
        display: grid;
        grid-template-columns: auto auto;
        align-items: flex-start;
    }
}
.candidates__item-info {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
@media (max-width: 767px) {
    .candidates__item-info {
        grid-row: span 2 / auto;
    }
}
@media (max-width: 767px) {
    .user-head__profile {
        justify-content: flex-start;
    }
}
.candidates__item-avatar {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #111111;
    transition: .3s;
}
.candidates__item-avatar:hover {
    border-color: #FF3201;
}
.candidates__item-name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.candidates__item-name a {
    text-decoration: none;
    color: inherit;
}
.candidates__item-name a:hover {
    color: #FF3201;
}
@media screen and (max-width: 991px) {
    .candidates__item-name {
        font-size: 16px;
    }
}
.candidates__item-rate {
    color: #949BA0;
    margin-top: 2px;
}
@media screen and (max-width: 991px) {
    .candidates__item-rate {
        font-size: 14px;
        line-height: 21px;
    }
}
.candidates__item-profile {
    font-weight: 700;
    text-decoration: none;
    color: #FF3201;
}
@media screen and (max-width: 767px) {
    .candidates__item-profile {
        font-size: 12px;
    }
}
.candidates__item-profile svg {
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 767px) {
    .candidates__item-profile {
        font-size: 12px;
    }
    .candidates__item-profile svg {
        width: 15px;
        height: 15px;
    }
}
.candidates__item-profile:hover {
    color: #07B3F7;
}
.candidates__item-profile path[stroke] {
    stroke: #FF3201;
}
.candidates__item-profile:hover path[stroke]{
    stroke: #07B3F7;
}
.candidates__item-content {
    padding: 15px 30px 20px;
}
@media screen and (max-width: 991px) {
    .candidates__item-content {
        padding: 15px;
    }
}
.candidates__item-date {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #949BA0;
    margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
    .candidates__item-date {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .candidates__item-date svg {
        width: 15px;
        height: 15px;
    }
}
.candidates__item-date svg[stroke] {
    stroke: #949BA0;
}
.candidates__item-desc {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .candidates__item-desc {
        font-size: 14px;
        line-height: 21px;
    }
}
.candidates__button {
    margin: 30px auto 0;
}
/*css candidates end*/

/*css offer modal start*/
.w-modal-offer {
    padding-bottom: 30px;
}
.w-modal-offer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 20px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__head {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .w-modal-offer__head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.w-modal-offer__author {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    line-height: 17px;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__author {
        font-size: 12px;
        line-height: 14px;
    }
}
.w-modal-offer__author-avatar {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .w-modal-offer__author-avatar {
        min-width: 30px;
        width: 30px;
        height: 30px;
    }
}
.w-modal-offer__author-name {
    font-weight: 700;
}
.w-modal-offer__price {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #00A700;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__price {
        font-size: 14px;
        line-height: 17px;
    }
}
.w-modal-offer__price svg {
    width: 20px;
    height: 20px;
}
.w-modal-offer__price g[stroke] {
    stroke: #00A700;
}
.w-modal-offer__desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
.w-modal-offer__location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__desc {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
    }
}
.w-modal-offer__location svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__location svg {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }
}
.w-modal-offer__map {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__map {
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 20px;
    }
}
.w-modal-offer__map iframe {
    width: 100%;
    height: 100%;
    min-height: 230px;
    border-radius: 15px;
    border: none;
}
@media screen and (max-width: 991px) {
    .w-modal-offer__map iframe{
        border-radius: 5px;
        min-height: 200px;
    }
}
.w-modal-offer .order__info {
    gap: 15px 35px;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .w-modal-offer .order__info{
        justify-content: flex-start;
    }
}
/*css offer modal end*/

/*css materials block start*/
.materials {
    margin-top: 30px;
}
.materials__title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .materials__title {
        font-size: 16px;
        line-height: 19px;
        column-gap: 15px;
    }
}
.materials__title svg{
    min-width: 24px;
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 991px) {
    .materials__title svg {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }
}
.materials__title a {
    text-decoration: none;
}
.materials__title a:hover path[stroke]{
    stroke: #07B3F7;
}
.materials__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .materials__list {
        grid-template-columns: repeat(2,1fr);
    }
}
.materials__item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #DCDCDC;
    transition: border-color 0.3s;
    height: 180px;
}
@media screen and (max-width: 991px) {
    .materials__item {
        border-radius: 5px;
        height: 150px;
    }
}
.materials__item:hover {
    border-color: #FF3201;
}
.materials__item:hover .materials__name {
    color: #FF3201;
}
.materials__item:hover .materials__name path[stroke] {
    stroke: #FF3201;
}
.materials__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.materials__link {
    display: block;
    text-decoration: none;
    height: 100%;
}
.materials__name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    transition: color 0.3s;
    border-radius: 0 0 14px 14px;
    padding: 15px 10px;
    color: #111111;
    background-color: #fff;
}
@media screen and (max-width: 991px) {
    .materials__name {
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
        border-radius: 0 0 4px 4px;
    }
}
.materials__name span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.materials__name svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 991px) {
    .materials__name svg {
        min-width: 15px;
        width: 15px;
        height: 15px;
    }
}
/*css materials block end*/
.profile-orders:has(.j-list):has(.alert-block) .profile-orders__top {
    /*margin-bottom: 0;*/
    /*display: none;*/
}
.profile-orders__top,
.profile-orders__box {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    width: 100%;
}

.profile-orders__top {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}
.profile-orders__top .profile-filter::after {
    display: none;
}
.profile-orders__top .profile-filter__list {
    padding: 0;
    overflow: hidden;
    width: 100%;
    justify-content: flex-start;
}
.profile-filter__list.init {
    overflow: visible;
}
.profile-filter__list .profile-filter__item:nth-child(n+5 of :not(.hidden)) {
    opacity: 0;
}
.profile-filter__list.init .profile-filter__item:nth-child(n+5 of :not(.hidden)) {
    opacity: 1;
}
.button--tab.dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 10px;
}
.button--tab.dropdown-toggle svg path{
    fill: #949BA0;
}
.button--tab.dropdown-toggle:hover svg path{
    fill: #FF3201;
}
.profile-filter__dropdown .button--tab{
    text-decoration: none;
    transition: .3s;
    display: block;
    color: #111111;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 8px 20px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border-bottom: none;
}
.profile-filter__dropdown .button--tab.active,
.profile-filter__dropdown .button--tab:hover{
    background-color: #f5f5f5;
}
.profile-filter__list{
    overflow-x: visible;
    max-width: 100%;
}
.profile-filter__item--more{
    position: relative;
}
.profile-filter__dropdown{
    list-style: none;
    padding: 0;
    margin: 0;
    top: 80%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    overflow: hidden;
    transition: opacity .3s, visibility .3s;
}
.profile-filter__item--more.open .profile-filter__dropdown{
    opacity: 1;
    visibility: visible;
}
.profile-filter__dropdown .profile-filter__item:not(:last-child) {
    border-bottom: 1px solid #DCDCDC;
}
@media(max-width: 991px) {
    .profile-filter__item--more {
        margin-left: auto;
    }
}
.profile-orders__add svg{
    width: 20px;
    height: 20px;
}
.profile-orders__add path {
    transition: stroke 0.3s;
}
.profile-orders__add path[stroke] {
    stroke: #fff;
}
.profile-orders__add:hover path[stroke],
.profile-orders__add:focus path[stroke]{
    stroke: #fff;
}
.order__item-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.order__item-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.order__item-icon--eye svg path {
    stroke: #07B3F7;
}
.order__item-head span {
    height: 20px;
}
.order__item-head .order__item-title{
    margin-bottom: 0;
    padding: 0;
}
.order__item-del:disabled {
    opacity: 0.15;
    cursor: default;
}
.order__item-del span{
    white-space: nowrap;
}
.order__item-del svg{
    width: 20px;
    height: 20px;
}
.order__item-del path[stroke] {
    stroke: #FF3201;
}
.order__item-recommend-price {
    flex-basis: 100%;
}
@media(max-width: 991px) {
    .order__item-recommend-price {
        order: -1;
    }
}
.order__item-edit:only-child {
    margin-left: auto;
}
@media(max-width: 1199px) {
    .order__item-edit:only-child {
        margin-left: initial;
    }
}
.order__item-box,
.order__item-edit {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}
@media(max-width: 767px) {
    .order__item-edit {
        flex-wrap: wrap;
        gap: 15px 20px;
    }
}
.order__item-box {
    justify-content: space-between;
    margin-bottom: 20px;
}
.order__item-box:not(.order__item-box--top) {
    flex-wrap: wrap;
}
.order__item-box--top{
    margin-bottom: 15px;
}
.order__item-box .order__item-id {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .order-translate__btn {
        font-size: 14px;
        line-height: 20px;
    }
    .w-modal .order__item-box {
        flex-direction: row;
        justify-content: flex-start;
    }
}
.order-translate__btn:hover span {
    text-decoration: underline;
}
.order__item-id{
    display: inline-block;
    padding: 4px 10px;
    border-radius: 60px;
    background: #F4F4F4;
    color: #111111;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
}
.w-modal-head .order__item-box{
    margin: 10px 0 0;
}
@media (max-width: 991px) {
    .order__item-id{
        font-size: 12px;
        padding: 5px 10px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1199px) {
    .order__item-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 15px;
    }
}
.order__item .services__tags {
    margin-bottom: 20px;
}
#modal-order-edit .w-modal-content{
    padding-bottom: 30px;
}
#modal-order-edit .w-modal-content.disabled-load{
    filter: blur(3px);
}
#modal-order-edit .w-modal{
    max-width: 950px;
}
.order__form{
    margin-top: 0;
}
.order__inner{
    padding: 0;
    border: none;
}
#modal-order-edit .form-group--grid{
    grid-template-columns: repeat(3, 1fr);
}
.offer-details {
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .offer-details {
        padding-bottom: 30px;
    }
}
.offer-details &gt; div:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}
.offer-details-languages {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.offer-details-languages__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .offer-details-languages__item {
        font-size: 16px;
    }
}
.offer-details-languages__icon {
    height: 20px;
}
.offer-details-languages__icon svg {
    width: 20px;
    height: 20px;
}
.offer-details-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}
.offer-details-head__client {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.offer-details-head__client-img {
    width: 40px;
    height: 40px;
}
.offer-details-head__client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.offer-details-head__client-text {
    font-size: 14px;
    line-height: 18px;
}
.offer-details-head__client-text strong {
    display: block;
}
.offer-details-head__recommend-price {
    margin-top: 10px;
}
.offer-details-head__price {
    display: flex;
    align-items: center;
    font-weight: 700;
    column-gap: 8px;
    color: #00A700;
}
.offer-details-head__client + .offer-details-head__price-wrapper .offer-details-head__price {
    justify-content: flex-end;
}
.offer-details-head__price svg {
    width: 20px;
    height: 20px;
}
.offer-details-head__price svg &gt; *[stroke] {
    stroke: #00A700;
}
@media (max-width: 991px) {
    .offer-details-head {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .offer-details-head__client-img {
        width: 30px;
        height: 30px;
    }
    .offer-details-head__price {
        font-size: 14px;
    }
    .offer-details-head__client + .offer-details-head__price-wrapper .offer-details-head__price {
        justify-content: flex-start;
    }
}
.offer-details-chosen {
    margin-bottom: 30px;
}
.offer-details-chosen__head {
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.offer-details-chosen__head,
.offer-details-chosen__block {
    display: flex;
    align-items: center;
    gap: 5px 16px;
}
.offer-details-chosen__block--icon svg *[fill] {
    fill: var(--color);
}
.offer-details-chosen__block--icon svg *[stroke] {
    stroke: var(--color);
}
.offer-details-chosen__category,
.offer-details-chosen__spec {
    font-size: 18px;
    line-height: 21px;
}
.offer-details-chosen__spec {
    color: #FF3201;
}
.offer-details-chosen__category {
    font-weight: 500;
}
.offer-details-chosen__block {
    gap: 10px;
}
.offer-details-chosen__block svg {
    width: 24px;
    height: 24px;
    display: block;
}
@media (max-width: 991px) {
    .offer-details-chosen {
        margin-bottom: 20px;
    }
    .offer-details-chosen__block {
        align-items: flex-start;
        grid-column: span 2 / auto;
    }
    .offer-details-chosen__head {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 20px 1fr;
        grid-gap: 5px 10px;
        margin-bottom: 15px;
    }
    .offer-details-chosen__head &gt; svg {
        opacity: 0;
    }
    .offer-details-chosen__head &gt; svg {
        width: 15px;
    }
    .offer-details-chosen__category,
    .offer-details-chosen__spec {
        font-size: 18px;
        line-height: 20px;
    }
    .offer-details-chosen__block svg {
        width: 20px;
        height: 20px;
    }
}
.offer-details__desc {
    font-size: 18px;
    line-height: 26px;
    color: #2A3842;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .offer-details__desc {
        font-size: 16px;
        line-height: 22px;
    }
}
.offer-details-location__address {
    display: flex;
    align-items: center;
    gap: 10px;
}
.offer-details-location__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.offer-details-location__icon svg *[fill] {
    fill: #FF3201;
}
.offer-details-location__icon svg *[stroke] {
    stroke: #FF3201;
}
.offer-details-location__destinations {
    font-size: 18px;
    line-height: 26px;
}
.offer-details-location__destinations strong {
    margin-left: 4px;
}
.offer-details-location__map {
    margin-top: 15px;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .offer-details-location__address {
        align-items: flex-start;
    }
    .offer-details-location__destinations {
        line-height: 22px;
    }
}

.offer-details-materials__head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.offer-details-materials__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.offer-details-materials__download {
    background: transparent;
    display: block;
    border: none;
    padding: 0;
}
.offer-details-materials__download.loading{
    pointer-events: none;
}
.offer-details-materials__download.loading .offer-details-materials__icon--default,
.offer-details-materials__download .offer-details-materials__icon--load{
    display: none;
}
.offer-details-materials__download.loading .offer-details-materials__icon--load{
    display: block;
}
.offer-details-materials__download svg {
    width: 24px;
    height: 24px;
    display: block;
}
.offer-details-materials__download svg path[stroke]{
    stroke: #FF3201;
}
.offer-details-materials__icon--load{
    animation: spinner 2s linear infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.offer-details-materials__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.offer-details-materials__item {
    height: 100%;
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    overflow: hidden;
    cursor: pointer;
}
.offer-details-materials__item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: auto;
    transition: transform .5s;
}
.offer-details-materials__item:hover img,
.offer-details-materials__item:hover svg {
    transform: scale(1.03);
}
.offer-details-materials__item--file {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.offer-details-materials__item--file svg {
    width: 50px;
    height: 50px;
    opacity: .5;
}
@media (max-width: 991px) {
    .offer-details-materials__title {
        font-size: 16px;
        line-height: 22px;
    }
    .offer-details-materials__download svg {
        width: 20px;
        height: 20px;
    }
    .offer-details-materials__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .offer-details-materials__item {
        border-radius: 5px;
    }
}
@media (max-width: 768px) {
    .offer-details-materials__item {
        aspect-ratio: 1/1;
    }
}
.offer-details-dp__item {
    font-size: 14px;
    line-height: 20px;
}
.offer-details-dp__item:not(:last-child) {
    margin-bottom: 15px;
}
.offer-details-location:not(:last-child) {
    margin-bottom: 10px;
}
.offer-details-dp__item span {
    margin-left: 4px;
}
#modal-add-offer .w-modal--big {
    min-height: initial;
}
.offer-details__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.offer-details__grid--only-child {
    grid-template-columns: 1fr;
}
.offer-details__grid-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 15px;
}
.offer-details .services__tags-title {
    font-size: 14px;
}
@media(min-width: 992px) {
    .offer-details__grid:not(.offer-details__grid--only-child) .offer-details__grid-box:first-child {
        padding-right: 20px;
        border-right: 1px solid #DCDCDC;
    }
    .offer-details__grid:not(.offer-details__grid--only-child) .offer-details__grid-box:last-child {
        padding-left: 20px;
    }
}
@media(max-width: 991px) {
    .offer-details__grid {
        grid-template-columns: 1fr;
    }
    .offer-details__grid:not(.offer-details__grid--only-child) .offer-details__grid-box:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #DCDCDC;
    }
    .offer-details__grid-title {
        font-size: 16px;
    }
    .order__info-item {
        column-gap: 10px;
    }
    .order__info {
        gap: 15px;
    }
}</pre></body></html>