@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /* Нежный персиковый */
    --brandPeach: #f7ece1;
    /* Фиолетовый */
    --brandPurple: #9375e0;
    /* Зеленый */
    --brandGreen: #acd141;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:disabled,
input:read-only {
    background: #f9f9f9;
    pointer-events: none;
}

input:read-only.no-edit {
    pointer-events: all;
    background: var(--white);
}

[hidden] {
    display: none !important;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body._lock {
    overflow: hidden;
}

body {
    --black: #181c19;
    --dark: #262d38;
    --green: #50b848;
    --light-green: #41c300;
    --white: #ffffff;
    --light-gray: #dee4f0;
    --gray: #6d6d77;
    --yellow: #ffdd00;
    --red: #ff2e00;
    --anim: 0.12s ease 0s;
}

h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark);
    margin-bottom: 6px;
}

.errFirstBlock {
    color: tomato;
    font-size: 12px;
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 85%;
    padding-bottom: 15px;
}

.order {
    min-width: 360px;
    margin: 15px 0 0;
    padding: 15px 8px;
    background: #ffffff;
    box-shadow: 0px 0px 11.9594px rgba(222, 228, 240, 0.6);
    border-radius: 14px 14px 0px 0px;
}

.order__result .order__title {
    text-align: left;
}

@media (min-width: 768px) {
    .addPaddingTop {
        padding-top: 62px;
    }
}

.errorUnderInput {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.order__form {
    padding-bottom: 200px;
}

.pattern-block {
    grid-column: 1/-1;
}

.pattern-block p {
    max-width: 340px;
    margin-bottom: 15px;
}

.pattern-block button:first-of-type {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background: var(--purple-100);
    border-radius: 0.375rem;
    color: #ffffff;
    margin-right: 15px;
}

.pattern-block button:nth-of-type(2) {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background: #ef4444;
    border-radius: 0.375rem;
    color: #ffffff;
    margin-right: 15px;
}

.order-block__field-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-block__field-wrapper .order-block__field {
    flex: 0 0 49%;
    margin-bottom: 12px;
}

.order-block__field input:not(.non-editable input),
.order-block__field textarea:not(.non-editable textarea) {
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    border: 1px solid var(--light-gray);
}

.order-block__field textarea:not(.non-editable textarea) {
    height: 50px;
    resize: none;
    overflow-y: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.order-block__field input[type='checkbox'] {}

.non-editable {
    display: flex;
    align-items: center;
    flex: 0 1 40%;
    margin-bottom: 0 !important;
}

.non-editable input {
    width: 100%;
    min-width: 10px;
    margin-left: 5px;
    background: transparent;
}

.order__title {
    font-size: 24px;
    text-align: center;
    color: var(--black);
    margin-bottom: 15px;
    grid-column: 1/-1;
    grid-row: 1/2;
}

.order__wrapper {
    grid-column: 1/2;
    grid-row: 2/3;
}

#mainTo {
    grid-column: 2/3;
    grid-row: 2/3;
}

.order__wrapper {
    margin-bottom: 16px;
}

.order__block {
    width: 100%;
    border-radius: 23px;
    padding: 12px;
    background-color: var(--brandPeach);
}

.order__inner-block {
    width: 100%;
    padding: 16px 14px 14px;
    background: var(--white);
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.order__block.terminal .movers,
.order__block.terminal fieldset>.order__inner-block:not(.order__inner-block.non-editable-wrapper),
.order__block:not(.order__block.terminal) .non-editable-wrapper {
    display: none;
}

/* .order-block--from {
	margin-bottom: 35px;
} */

.select2 {
    width: 100% !important;
    height: 36px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #181c19;
    background: var(--white);
    border: 1px solid var(--light-gray);
    overflow: hidden;
}

.select2-selection {
    border: none !important;
    height: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.select2-selection * {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px !important;
    color: var(--black) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--black) !important;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-x: hidden;
}

.select2-results__option {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: transparent !important;
}

.select2-container .select2-selection--single {
    height: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.select2-selection__arrow {
    content: "";
    display: block;
    margin-left: auto;
    flex: 0 0 21.5px;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%);
    height: 8px !important;
    transition: transform var(--anim);
    background: url("data:image/svg+xml,%3Csvg width='20' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.388l8 5.417 8.5-5.417' stroke='%23262d38' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}

.select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.select2-selection__arrow b {
    display: none;
}

.select2-dropdown {
    border: 1px solid var(--light-gray) !important;
    background: var(--white);
    z-index: 9 !important;
    border-radius: 0;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #374151 !important;
    color: #93c5fd !important;
}

.select.is-open .select__panel {
    z-index: 100;
    min-height: 50px;
    min-width: 100%;
    width: auto;
    max-height: 350px;
    overflow-y: auto;
    padding: 0;
    right: -8px;
    background: #ffffff;
    border: 1px solid var(--newlight);
}

.select2-results__options {
    font-weight: 400;
    font-size: 14px;
    transition: color var(--trans), font-weight var(--trans);
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    color: var(--color-black);
}

.order-block--descr .select2 {
    margin-bottom: 6px;
}

.order-block__field {
    position: relative;
}

.order-block__field:not(:last-of-type) {
    margin-bottom: 12px;
}

.order-block__field label,
.order-block__field input {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.calendar {
    /* background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_5_7' fill='white'%3E%3Crect y='2' width='18' height='18' rx='1'/%3E%3C/mask%3E%3Crect y='2' width='18' height='18' rx='1' stroke='black' stroke-width='4' mask='url(%23path-1-inside-1_5_7)'/%3E%3Crect y='3' width='18' height='4' fill='black'/%3E%3Crect x='3' width='2' height='2' fill='black'/%3E%3Crect x='13' width='2' height='2' fill='black'/%3E%3C/svg%3E%0A") !important; */
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
    background-size: 15px 15px !important;
}

.order-block__field label:not(.non-editable label) {
    font-size: 12px;
    color: var(--gray);
    pointer-events: none;
    transition: transform var(--anim);
    text-align: left;
    margin-bottom: 5px;
    display: block;
}

.order-block__field label.onfocus:not(.non-editable label) {}

.switch-three {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    margin-bottom: 13px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 14px;
    width: 468px;
}

.switch-three::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: calc(33.33% - 8px);
    height: 40px;
    background: #374151;
    border-radius: 5px;
    transition: all var(--anim);
    z-index: 1;
}

.order-block__field input {
    color: var(--black);
}

.order-block__title {
    font-size: 24px;
    text-align: left;
    color: var(--dark);
    margin-bottom: 10px;
}

.order-block__switch {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    margin-bottom: 13px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 14px;
}

.order-block__switch::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: calc(50% - 8px);
    height: 40px;
    background: #374151;
    border-radius: 5px;
    transition: all var(--anim);
    z-index: 1;
}

.order-block__switch.switched::after {
    left: 50%;
}

.order__switch-btn {
    flex: 0 0 50%;
    height: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    text-align: center;
    background: transparent;
    transition: all var(--anim);
    z-index: 2;
    cursor: pointer;
}

.order__switch-btn.order__switch-btn--active {
    color: #93c5fd;
}

.switch-three.active-1::after {
    right: auto;
    left: 8px;
    transform: translate(0, -50%);
}

.switch-three.active-2::after {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.switch-three.active-3::after {
    left: auto;
    right: 8px;
    transform: translateX(0, -50%);
}

.order-block__switch:not(.switched) .order__switch-btn:first-of-type {
    color: #93c5fd;
}

.order-block__switch.switched .order__switch-btn:last-of-type {
    color: #93c5fd;
}

.movers {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

.movers-flex {
    margin-bottom: 15px;
}

.order .flex {
    display: flex;
    align-items: center;
}

.order .flex.sb {
    justify-content: space-between;
}

.order .flex.wrap {
    flex-wrap: wrap;
}

.grid {
    display: grid;
    margin-bottom: 20px;
}

.grid.col-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.grid .order-block__field {
    margin-bottom: 0;
}

.grid .err {
    color: tomato;
    font-size: 12px;
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 85%;
}

.help-info {
    position: relative;
    background: transparent;
    flex: 0 0 22px;
    height: 21px;
}

.display-none {
    display: none !important;
}

.ymaps-2-1-79-search__suggest {
    border: 1px solid var(--light-gray) !important;
    border-radius: 16px !important;
    font: 16px "Geometria", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 5px 0 !important;
}

.ymaps-2-1-79-search__suggest-item {
    padding-bottom: 10px !important;
    padding-left: 16px !important;
    white-space: break-spaces !important;
}

.ymaps-2-1-79-search__suggest-item:hover {
    border-radius: 16px !important;
    background-color: #ffffff;
}

.order-block--descr .help-info {
    margin-right: 15px;
}

.order-block--additional .order-block__field .help-info {
    margin: 0 10px 0 8px;
}

.order-block__select .help-info {
    margin: 0 0 0 10px;
}

.errorPlacesSecond {
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .errorPlacesSecond {
        position: relative;
        width: 50%;
    }
}

.switch {
    position: relative;
    display: inline-block;
    position: relative;
    flex: 0 0 53px;
    height: 30px;
    background: var(--light-gray);
    border-radius: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-gray);
    transition: all var(--anim);
    border-radius: 16px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4.5px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    background-color: var(--white);
    transition: all var(--anim);
}

input:checked+.slider {
    background-color: #374151;
}

input:checked+.slider:before {
    transform: translate(calc(100% - 0.5px), -50%);
}

.movers .movers__wrapper {
    transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
    height: auto;
    max-height: 0;
    overflow: hidden;
}

.movers.active .movers__wrapper {
    max-height: 400px;
    transition: max-height 0.2s ease-in-out;
}

.quantity {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    margin-bottom: 20px;
}

.quantity label {
    height: 24px;
    width: 72px;
    background: #374151;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

.quantity label input {
    flex: 1 0 24px;
    height: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--white);
    text-align: center;
    min-width: 0;
    background: transparent;
}

.minus,
.plus {
    flex: 0 0 24px;
    height: 24px;
    font-weight: 700;
    color: var(--white);
    background: transparent;
}

.minus {
    font-size: 19px;
    line-height: 24px;
}

.plus {
    font-size: 14px;
    line-height: 18px;
}

.collect-cargo {
    margin-bottom: 20px;
}

.checkbox {
    width: 100%;
}

.checkbox label {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    position: relative;
}

.packing-popup__wrapper .checkbox label::after {
    position: absolute;
    top: 0;
    right: 10px;
}

.checkbox label::after {
    content: "";
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 3px solid #dee4f0;
    transition: all var(--anim);
    cursor: pointer;
    width: 32px;
    position: relative;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox input:checked+label::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 14.083l5.849 6.824L28.37 3.36' stroke='%2393C5FD' stroke-width='4.387' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 105%;
}

.order__packaging-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.order__packaging-list li {
    display: flex;
    align-items: center;
    margin: 0 4px 4px 0;
    padding: 9.5px 20px;
    min-height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    background: #374151;
    border-radius: 5px;
}

.order__packaging-list li:last-of-type {
    margin-bottom: 25px;
}

.order__packaging-list li button {
    position: relative;
    margin-left: 10px;
    background: transparent;
    flex: 0 0 10px;
    min-width: 10px;
    height: 10px;
}

.order__packaging-list li button::before,
.order__packaging-list li button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 1px;
    width: 100%;
    background: var(--white);
}

.order__packaging-list li button::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.order__packaging-list li button::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.order__result:not(.client-order .order__result) {
    bottom: 0;
    width: 100%;
    padding: 18px 14px 25px;
    background: var(--white);
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    box-shadow: 0px 0px 8.97697px rgba(222, 228, 240, 0.6);
    z-index: 10;
    border: 1px solid var(--light-gray);
    overflow: hidden;
}

.client-order .order__remark {
    margin-top: 0;
    display: block;
}

.link {
    display: inline-block;
    color: var(--black);
    text-decoration: underline;
    background: transparent;
}

.link:hover {
    text-decoration: none;
}

.green {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--green);
}

.order__result * {
    color: var(--black);
}

.order__result ul:not(.client-order .order__result ul) {
    display: none;
}

.order__result ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark);
    margin-bottom: 5px;
}

.order__result ul li span {
    text-align: right;
}

.client-order {
    height: 100%;
    max-height: 750px;
    display: flex;
    flex-direction: column;
    max-width: 900px !important;
}

.client-order__wrapper {
    overflow-y: auto;
    flex-grow: 1;
}

.client-order .order__make-btn {
    margin-top: 25px;
}

.client-order .checkbox {
    margin-bottom: 24px;
}

.client-order .checkbox label {
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.client-order .checkbox label>div {
    max-width: 80%;
}

.client-order .order-block:not(:last-of-type) {
    margin-bottom: 25px;
}

.client-order .order__result strong,
.client-order .order__result b {
    margin-bottom: 10px;
}

.client-order .action-btn_small {
    margin-bottom: 15px;
}

.result-message .order__title {
    text-align: center;
}

.result-message p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.action-btn_small {
    padding: 9px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: var(--green);
    border-radius: 9px;
    color: var(--white);
}

.order__result b,
.order__result strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.order__result strong span {
    margin-left: 2px;
}

.order__make-btn {
    width: 100%;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background: var(--purple-100) !important;
    color: #efefef !important;
    border-radius: 0.375rem;
    margin-top: 15px;
    transition: opacity var(--anim);
}

.makeOrder-gray {
    background: #f3f3f3 !important;
    color: var(--gray);
}

.order__make-btn:disabled {
    color: var(--gray) !important;
    background: #efefef !important;
}

.order__make-btn:hover:not(.order__make-btn:disabled) {
    opacity: 0.8;
}

.order__remark {
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.flex-switch {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--black);
}

.flex-switch .order-block__field {
    display: none;
}

.flex-switch.active .order-block__field {
    margin-top: 8.5px;
    display: grid;
    grid-template-columns: 1fr min-content;
}

.flex-switch.active .order-block__field input {
    grid-column: 1/-1;
    grid-row: 2/3;
}

.flex-switch.active .order-block__field button {
    grid-column: 3/4;
    grid-row: 2/3;
}

.add-order-btn {
    text-align-last: left;
    padding: 20px 14px;
}

button.order__inner-block {
    align-items: center;
}

button.order__inner-block h3 {
    pointer-events: none;
    margin-bottom: 0;
}

.delete-order-btn {
    position: relative;
    height: 15px;
    flex: 0 0 15px;
    background: transparent;
    margin-bottom: 15px;
}

.delete-order-btn::before,
.delete-order-btn::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--black);
    top: 50%;
    left: 50%;
}

.delete-order-btn:hover::before {
    background: #93c5fd;
}

.delete-order-btn:hover::after {
    background: #93c5fd;
}

.remove-package:hover::before {
    background: #181c19;
}

.remove-package:hover::after {
    background: #181c19;
}

.delete-order-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.delete-order-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.packing-btn {
    height: 33px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #374151;
    background: transparent;
    transition: all var(--anim);
}

.packing-btn:disabled {
    color: var(--light-gray);
    cursor: not-allowed;
}

/* POPUP */

.marker {
    padding: 0px 10px;
    background: var(--yellow);
    border-radius: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--black);
}

.popup-hover {
    position: fixed;
    background: rgba(222, 228, 240, 0.7);
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 50px 8px 40px;
    overflow-y: auto;
}

.popup-hover>.order-block {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 5px 11px rgba(222, 228, 240, 0.65);
    padding: 20px 18px 25px;
    background-color: #ffffff;
}

.order-block__title {
    margin-bottom: 20px;
}

.packing-popup__field {
    margin-bottom: 16px;
}

.packing-popup__field label {
    align-items: flex-start;
    flex-wrap: wrap;
}

.packing-popup__field label>div:first-of-type {
    order: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark);
}

.packing-popup__field.checkbox label::after {
    order: 2;
}

.packing-popup__field label>span {
    order: 3;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--gray);
}

.packing-popup__field-price {
    color: var(--light-green);
    order: 4;
}

.packing-popup__field label>div,
.packing-popup__field label>span {
    flex: 0 1 85%;
}

.packing-popup__field .checkbox>label::after {
    position: absolute;
    right: 10px;
}

.action-btn {
    width: 100%;
    padding: 10px;
    background-color: #4f46e5 !important;
    border-radius: 0.375rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
    transition: all var(--anim);
}

.action-btn:disabled {
    background: #f3f3f3 !important;
    color: var(--gray);
    cursor: not-allowed;
}

.action-btn:hover:not(.action-btn:disabled) {
    opacity: 0.8;
}

.hint {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: var(--white);
    box-shadow: 0px 0px 11.9594px rgba(222, 228, 240, 0.6);
    border-radius: 8px;
    padding: 10px 20px 15px 10px;
    min-width: 250px;
    z-index: 3;
    top: -16px;
    right: 100%;
    text-align: left;
    transition: all var(--anim);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.hint b {
    display: block;
    font-weight: 500;
}

.hint b:not(:first-of-type) {
    margin-top: 15px;
}

.help-info:hover .hint {
    visibility: visible;
    opacity: 1;
}

.tip {
    margin: -8px 0 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--black);
    padding-left: 16px;
}

.order__form fieldset {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.order__block.terminal .tip {
    display: none;
}

.clear-terminal-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: transparent;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.clear-terminal-btn svg {
    pointer-events: none;
    transition: all var(--anim);
}

.clear-terminal-btn:hover svg path {
    fill: var(--green);
}

.preload {
    position: fixed;
    background: rgba(222, 228, 240, 0.7);
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 40001;
    padding: 50px 8px 40px;
    transition: all var(--anim);
}

.preload_min {
    position: absolute;
}

.preload.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preload__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 240px;
    height: 200px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preload_min .preload__content {
    max-width: 100%;
}

.preload__line {
    display: flex;
    align-items: center;
    width: 300px;
    height: 9px;
    /* background: var(--green); */
    background: var(--black);
    margin-bottom: 16px;
    overflow-x: hidden;
}

.preload__line span {
    display: block;
    width: 37.25px;
    height: 9px;
    -webkit-animation: scroll 1s infinite linear;
    -moz-animation: scroll 1s infinite linear;
    animation: scroll 1s infinite linear;
    animation-delay: 1.5s;
    transform: translate3d(-150px, 0px, 0px);
}

@keyframes scroll {
    0% {
        transform: translate3d(-150px, 0px, 0px);
    }

    100% {
        transform: translate3d(300px, 0px, 0px);
    }
}

.preload .yellow {
    background: var(--yellow);
}

.preload .orange {
    background: #f7be15;
}

.preload .green {
    background: #439747;
}

.preload .green-dark {
    background: #297347;
}

.preload p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.order-block--additional {
    grid-column: 1/-1;
}

.order-block--descr {
    grid-column: 1/-1;
}

@media (min-width: 768px) {
    .order__wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        /* flex-wrap: wrap;
        align-items: flex-start;
        max-width: 885px; */
    }

    .order__switch-btn {
        height: 30px;
    }

    .order-block__switch::after {
        height: 30px;
    }

    .order-block--descr>.flex.sb {
        justify-content: flex-start;
    }

    .order-block--descr>.flex>.order-block__title {
        flex: 0 0 100%;
        order: 1;
    }

    .order-block--descr>.flex>.order-block__switch {
        flex: 0 0 265px;
        order: 2;
    }

    .order-block--descr>.flex>.help-info {
        order: 3;
        margin-left: 8px;
        margin-bottom: 13px;
    }

    .order-block_full .order__inner-block {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .order__inner-block {
        margin-bottom: 15px;
    }

    .order-1 {
        order: 1;
        flex: 0 0 48%;
    }

    .order-2 {
        order: 2;
        flex: 0 0 48%;
    }

    .order-3 {
        order: 3;
    }

    .order-3 h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .customSelect:not(.non-editable-wrapper .customSelect) {
        margin-top: 24px;
    }

    .customSelect span {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .order__inner-block>.flex {
        flex: 0 0 100%;
    }

    .order-block__title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .chose-pack {
        margin-bottom: 21px;
    }

    .order-block--additional .order__inner-block {
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        border: none;
        justify-content: flex-start;
        flex-wrap: nowrap;
        column-gap: 4%;
    }

    .order__result b {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .order__result strong {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1024px) {
    .client-order__wrapper {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, auto);
    }

    .client-order__wrapper>.order-block {
        margin: 0 !important;
    }

    .block-1 {
        grid-column: 1;
        grid-row: 1 / -1;
    }

    .block-2 {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .block-3 {
        grid-column: 2;
        grid-row: 3 / span 3;
    }
}

.order__form {
    padding: 0;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 15px;
}

.order-block--payer {
    grid-column: 1/-1;
}

.order-block--payer .order__switch-btn {
    flex: 0 0 33.33%;
}

.order-block--payer .order-block__switch::after {
    width: calc(33.33% - 8px);
}

@media (min-width: 1280px) {
    .order {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        box-shadow: none;
        border-radius: 0;
    }

    .order__result:not(.client-order .order__result) {
        position: static;
        width: 375px;
        margin-top: 0;
        bottom: auto;
        flex-shrink: 0;
        margin-left: 20px;
        /* margin-top: 66px; */
        margin-top: 107px;
    }

    .padding-top-order {
        padding-top: 23px;
    }

    .order__result ul:not(.client-order .order__result ul) {
        display: block;
        margin-bottom: 15px;
    }

    .order__result ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .order__remark {
        display: block;
        margin-top: 10px;
    }

    .order-block__select .help-info {
        margin: 0 0 0 8px;
    }

    .order-block__switch::after,
    .order__switch-btn,
    .switch-three::after {
        height: 30px;
    }

    .order-block--descr .select2 {
        margin-bottom: 0;
    }

    .quantity label {
        width: 96px;
        height: 32px;
    }

    .plus,
    .quantity label input {
        font-size: 18px;
        line-height: 23px;
    }

    .minus {
        font-size: 24px;
        line-height: 31px;
    }

    .minus,
    .plus {
        height: 32px;
        flex: 0 0 32px;
    }

    .hint {
        z-index: 11;
        right: auto;
        left: 100%;
    }
}

/* @media (min-width: 1440px) {
	.order__result:not(.client-order .order__result) {
		right: 100px;
	}
} */

@media (min-width: 1920px) {
    .order__result:not(.client-order .order__result) {
        right: auto;
        left: 63%;
    }
}

.cargo-tab-container {
    box-shadow: none;
    background: none !important;
    border: none;
}

.cargo-tab-container .ui-tabs-panel {
    padding: 0;
}

.cargo-tab-container .ui-widget-content {
    margin-top: 15px;
    box-shadow: none;
}

.w-100 {
    width: 100%;
}


/* CSS from Denis */
.order-block__dinamyc-field {
    margin-bottom: 20px;
}

.order-block__dinamyc-field input[type='text'],
.order-block__dinamyc-field input[type='date'],
.order-block__dinamyc-field input[type='time'],
.order-block__dinamyc-field input[type='number'],
.order-block__dinamyc-field input[type='datetime-local'],
.order-block__dinamyc-field textarea,
.order-block__dinamyc-field select {
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    border: 1px solid var(--light-gray);
}

.order-block__dinamyc-field textarea {
    height: 50px;
    resize: none;
    overflow-y: hidden;
    font-weight: 400;
    font-size: 16px;
}

.col-auto {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.swich-two {
    position: relative;
    padding: 6px !important;
    margin-bottom: 13px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 14px;
    width: 200px;
}

.swich-two li:hover {
    border: none !important;
}

.swich-two li {
    /* background: none !important; */
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: #374151;

}

.ui-state:hover {
    background: none;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 5px;
}

.own-btn-c {
    padding: 10px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: center !important;
    background: #4f46e5 !important;
    border-radius: 0.375rem !important;
    color: #ffffff !important;
    margin-right: 15px !important;
}

.own-btn-danger {
    padding: 10px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: center !important;
    background: #dc3545 !important;
    border-radius: 0.375rem !important;
    color: #ffffff !important;
    margin-right: 15px !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}


.orderFixed {
    padding: 18px 14px 25px;
    background: var(--white);
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    box-shadow: 0px 0px 8.97697px rgba(222, 228, 240, 0.6);
    z-index: 10;
    border: 1px solid var(--light-gray);
    overflow: hidden;
    position: static;
    /* right: 0; */
}

@media (min-width:1280px) {
    .orderFixed {
        position: fixed;
    }
}

.own-border {
    border: 1px solid #dee2e6 !important;
}

.own-border-danger {
    border-color: #dc3545 !important;
}

.copyText {
    cursor: pointer;
}

.copyText:hover {
    color: red;
    background: yellow;
}

.tooltip {
    z-index: 999999999;
}

.calc-section form {
    border-radius: 30px;
    background-color: #fff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;

    padding: 30px;
}

.calc-section form h1 {
    color: #000000;
    font-size: 32px;
    font-family: 'Alegreya Sans',
    Arial,
    sans-serif;
    line-height: 1.25;
    font-weight: 800;
}

.calc-section form .order__wrapper {
    background: transparent;
}

.calc-section form .order__wrapper>div {
    border: none;
    box-shadow: none;
}

.calc-section .order-block_half {
    border: 1px solid #acd142 !important;
    border-radius: 24px;

    margin-bottom: 5px;
}

.calc-section .order-block_half fieldset {
    padding: 32px;
}

.calc-section form .order-block__title {
    display: flex;
    align-items: center;

    height: 68px;

    border-radius: 23px;
    background: #acd142;

    font-family: 'Alegreya Sans',
    Arial,
    sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #000;

    padding-left: 32px;
    margin-bottom: 0 !important;
}

.calc-section .md-icon svg {
    width: 40px;
    height: 40px;
}

.calc-section .md-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    min-width: 80px;
    width: 80px;
    height: 80px;

    border-radius: 50%;
    background-color: #FAFAFA;
}

.calc-section form .order-block {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.calc-section form .order-block .place-container {
    border: 1px solid #acd142 !important;
    border-radius: 23px;
    box-shadow: none;
    padding: 0;
}

.calc-section form .order__wrapper+.order-block .place-container {
    padding: 24px 32px;
}

.calc-section .flex.sb {
    margin-bottom: 28px;
}

.flex-100 {
    flex: 1 0 100%;
}

.grid.col-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;

    margin-bottom: 28px;
}

.orders__title {
    font-family: 'Alegreya Sans',
    Arial,
    sans-serif !important;
    font-weight: 700;
    font-size: 27px;
    color: #000;
}

.calc-section form .order-block>div {
    background: transparent;
    padding: 0;
}

.calc-section input,
.calc-section label,
.calc-section p {
    font-family: "Roboto";
}

.scroll.w-full.p-4.section-relative.overflow-auto:has(.calc-section) {

    padding-top: 0;
}

.calc-section .order__form {
    padding-top: 0;

    gap: 18px;
}

.calc-section form .order-block>div>div>div>div {
    padding: 0;
}

.calc-section form .order-block>div>div>div div {
    border: none;
    box-shadow: none;

}

.calc-section form .non-editable {
    flex: 1 1 40%;
}

.calc-section form .order__additional-block .order-block__field label {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    color: #808080;
}

.calc-section form .order-block__field input:not(.totalMass, .totalCapacity) {
    height: 44px;

    border: 1px solid #acd142;
    border-radius: 12px;

    font-weight: 400;
    font-size: 15px;
    color: #000;

    outline: none;

    padding: 0px 11px;
}

.calc-section form .order-block__field input:not(.totalMass, .totalCapacity)::placeholder {
    color: #808080;
}

.calc-section form .order__inner-block.order__additional-block {
    padding: 0;
    margin: 0;
}

.calc-section .quantity {
    font-weight: 400;
    font-size: 20px;
    color: #808080;
    font-family: "Roboto";

    margin: 0;
}

.calc-section .quantity label {
    font-family: 'Roboto';
    background: #acd142;
    border-radius: 58px;
}

.calc-section .quantity label input {
    color: black;
    font-family: 'Roboto';
}

.calc-section .grid.col-3 .order-block__field input {
    height: 30px !important;

    padding-bottom: 5px !important;
}

.calc-section .order__itog {
    display: flex;
    align-items: flex-end;
    gap: 40px;

    margin-top: 20px;
    background-color: var(--brandPeach);
    border-radius: 23px;
    border:1px solid #acd142 !important;
}

.calc-section .order__itog>div:first-child {
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex: 0 0 calc(70% - 20px);

    border: 1px solid transparent !important;
    border-radius: 23px;

    padding: 14px 32px;
    margin-bottom: 0;
}

.calc-section .order__itog>div:first-child>div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
    flex: 0 0 calc(50% - 14px);

    height: 100% !important;

    padding: 10px 0;
}

.calc-section .order__itog>div:first-child>div:last-child {
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(50% - 14px);
    gap: 28px;

    height: 100% !important;

    background-color: #acd142;
    border-radius: 23px;

    padding: 24px 32px;
    margin-top: 0 !important;
}

.calc-section .order__itog>div:last-child>div {
    justify-content: space-between;
}

.calc-section .order__itog>div:first-child p,
.calc-section form .order-block__field.non-editable label,
.calc-section form .order-block__field.non-editable label+input {
    font-weight: 400;
    font-size: 24px !important;
    color: #808080;
}

.calc-section .order__itog>div:first-child>div:last-child * {
    display: flex;
    justify-content: space-between;

    font-family: "Roboto";
    font-weight: 400;
    font-size: 24px !important;
    color: #000;
}

.calc-section .order__itog>div:first-child>div:last-child input {
    visibility: hidden;
    pointer-events: unset;
}

.calc-section .order__itog>div:first-child>div:last-child input+label {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 18px;
    height: 18px;

    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 4px;

    cursor: pointer;
}

.calc-section .order__itog>div:first-child>div:last-child input+label::before {
    content: "";

    width: 60%;
    height: 60%;

    background-color: #acd142;
    border-radius: 2px;

    opacity: 0;

    transition: 100ms linear;
    -webkit-transition: 100ms linear;
    -moz-transition: 100ms linear;
}

.calc-section .order__itog>div:first-child>div:last-child input:checked+label::before {
    opacity: 1;
}

.calc-section {
    box-shadow: none;
}

.calc-section .order__make-btn {
    background-color: #acd142 !important;
    border-radius: 16px !important;

    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #000 !important;

    padding: 20px 10px;
}

@media (max-width: 1000px) {
    .calc-section .order__itog {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 800px) {
    .order__itog {
        flex-direction: column;
    }

    .max-h-\[calc\(100vh_-_80px\)\]:has(.calc-section) {
        height: auto;
        max-height: none;

        padding: 0 !important;
    }

    .calc-section {
        padding: 0 !important;
    }

    .calc-section form {
        padding: 10px !important;
    }

    .calc-section .order__itog>div:last-child {
        width: 100%;
    }

    .calc-section .grid.col-5 {
        grid-template-columns: subgrid
    }

    .calc-section .order__itog>div:first-child p,
    .calc-section form .order-block__field.non-editable label,
    .calc-section form .order-block__field.non-editable label+input {
        width: auto;
    }

    .calc-section form .order-block__field.non-editable label+input {
        width: 100px;
    }

    .calc-section form .order-block>div>div>div div:has(.order-block__field.non-editable) {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .calc-section .order__itog>div:first-child {
        gap: 15px;
    }

    .calc-section .order-block--from {
        margin-bottom: 0;
    }

    .calc-section .md-icon {
        margin-bottom: 10px;
    }

    .calc-section .order__itog>div:first-child>div:last-child {
        width: 100%;
    }
}