@charset "UTF-8";

@font-face {
  font-family: "Geometria";
  src: url("/gf/fonts/Geometria-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/gf/fonts/Geometria-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/gf/fonts/Geometria-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/gf/fonts/Geometria-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

* {
  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 {
  font-family: "Geometria", sans-serif;

  --black: #181c19;
  --dark: #262d38;
  --green: #50b848;
  --blue: #247BC4;
  --light-green: #41c300;
  --white: #ffffff;
  --light-gray: #dee4f0;
  --gray: #6d6d77;
  --yellow: #ffdd00;
  --orange:#f47224;
  --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;
  padding-left: 15px;
}

.order {
  display: flex;
  flex-direction: column;
  align-items: center;
  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;
}
@media (min-width:768px)  {
  .addPaddingTop{
    padding-top:38px;
  }
}

.errorUnderInput {
  position: relative;
  width:100%;
  margin-top: 5px;
}
.order__form {
  padding-bottom: 200px;
}

.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 {
  background: var(--white);
}

.order-block__field input:not(.non-editable input), .order-block__field textarea:not(.non-editable textarea) {
  width: 100%;
  height: 52px;
  padding: 20px 16px 6px;
  border: 1px solid var(--light-gray);
  border-radius: 14px;
}
.order-block__field textarea:not(.non-editable textarea){
  height: 52px;
  resize: none;
  overflow-y: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.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-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  margin-bottom: 15px;
}

.order__wrapper {
  background: var(--white);
  border-radius: 14px 14px 0px 0px;
  padding: 15px 0;
}

.order__block {
  margin-bottom: 25px;
}

.order__inner-block {
  width: 100%;
  padding: 16px 14px 14px;
  background: var(--white);
  border: 1px solid var(--light-gray);
  box-shadow: 0px 0px 11.9594px rgba(222, 228, 240, 0.6);
  border-radius: 14px;
}

.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: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #181c19;
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  overflow: hidden;
}

.select2-selection {
  border-radius: 16px;
  border: none !important;
  height: 100%;
  padding: 15px 16px !important;
}

.select2-selection * {
  font-weight: 400;
  font-size: 16px;
  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: 9px 15px !important;
  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("../terminalsGf2/images/arrow-select.svg") 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;
  border-radius: 16px !important;
  background: var(--white);
  z-index: 9 !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-size: 16px;
  line-height: 1.4;
  padding: 15px;
  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;
}

.order-block__field label:not(.non-editable label) {
  position: absolute;
  top:25px;
  left: 16px;
  font-size: 14px;
  transform: translateY(-50%);
  color: var(--gray);
  pointer-events: none;
  transition: transform var(--anim);
}

.order-block__field label.onfocus:not(.non-editable label) {
  font-size: 12px;
  line-height: 15px;
  transform: translateY(calc(-100% - 5px));
}

.order-block__field input {
  color: var(--black);
}

.order-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  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: var(--blue);
  border-radius: 8px;
  transition: all var(--anim);
  z-index: 1;
}

.order-block__switch.switched::after {
  left: 50%;
}

.order__switch-btn {
  flex: 0 0 50%;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
  text-align: center;
  background: transparent;
  transition: all var(--anim);
  z-index: 2;
}

.order-block__switch:not(.switched) .order__switch-btn:first-of-type {
  color: var(--white);
}

.order-block__switch.switched .order__switch-btn:last-of-type {
  color: var(--white);
}

.movers {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}

.movers-flex {
  margin-bottom: 15px;
}

.flex {
  display: flex;
  align-items: center;
}

.flex.sb {
  justify-content: space-between;
}

.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: 33px;
  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: var(--blue);
}

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;
  border-radius: 47px;
  background: var(--blue);
  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 label:hover::after{
  border: 3px solid #247BC4;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}


.checkbox input:checked + label::after {
  background: url("../terminalsGf2/images/icon-check.svg") center 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: var(--blue);
  border-radius: 21px;
}

.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) {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 18px 14px 25px;
  background: var(--white);
  box-shadow: 0px 0px 11.9594px rgba(222, 228, 240, 0.6);
  border-radius: 16px 16px 0px 0px;
  z-index: 10;
  border: 1px solid var(--light-gray);
  overflow: hidden;
}

.order__result .order__title {
  display: none;
}

.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;
}

.blue {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--blue);
}

.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 {
  flex: 0 0 25%;
  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(--blue);
  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: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  background: var(--orange);
  border-radius: 16px;
  margin-top: 15px;
  transition: opacity var(--anim);
}
.makeOrder-gray{
  background: #F3F3F3;
  color: var(--gray);
}
.order__make-btn:disabled {
  color: var(--gray);
  background: #efefef;
}

.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: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: var(--black);
}

.flex-switch .order-block__field {
  display: none;
}

.flex-switch.active .order-block__field {
  display: flex;
  margin-top: 8.5px;
}

.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:#247BC4;
}
.delete-order-btn:hover::after{
  background:#247BC4;
}
.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: var(--blue);
  background: transparent;
  transition: all var(--anim);
}

.packing-btn:disabled {
  color: var(--light-gray);
  cursor: not-allowed;
}

/* POPUP */

.marker {
  padding: 0px 10px;
  background: var(--orange);
  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);
  border-radius: 20px;
  padding: 20px 18px 25px;
}

.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(--blue);
  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: 17px;
  background: var(--blue);
  border-radius: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: var(--white);
  transition: all var(--anim);
}

.action-btn:disabled {
  background: #efefef;
  color: var(--black);
  cursor: not-allowed;
}

.action-btn:hover:not(.action-btn:disabled) {
  opacity: 0.8;
}

.ui-widget-header .ui-icon {
  background: url("../gf/images/arrow-select.svg") center no-repeat;
  background-size: 14px 6px;
  transform: rotate(-90deg);
}

.ui-datepicker-prev .ui-icon {
  transform: rotate(90deg);
}

.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: block;
  flex: 0 0 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
}

.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled {
  display: none;
}

.ui-datepicker-prev {
  order: 1;
}

.ui-datepicker-title {
  order: 2;
  padding-left: 10px;
}

.ui-datepicker-next {
  order: 3;
}

.ui-datepicker .ui-widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  color: #3e3f42;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.ui-datepicker {
  display: none;
  padding: 8px;
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  min-width: 293px;
  max-width: 360px;
  background: var(--white);
  z-index: 2 !important;
}

.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--gray);
  padding: 6px 8.5px;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-button.ui-state-disabled:hover,
.ui-datepicker .ui-button.ui-state-disabled:active {
  display: block;
  margin: 0 auto;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 13px;
  color: #3e3f42;
}

.ui-datepicker .ui-state-disabled {
  cursor: not-allowed;
}

.ui-state-disabled .ui-state-default {
  color: #888177 !important;
}

a.ui-state-default {
  transition: all var(--anim);
}

a.ui-state-default.ui-state-hover,
.ui-datepicker .ui-state-active {
  background: var(--blue);
  border-radius: 6px;
  color: var(--white);
}

.ui-timepicker-standard {
  background: #ffffff;
  border: 1px solid var(--light-gray) !important;
  border-radius: 16px;
  padding-top: 5px !important;
}

.ui-timepicker-standard .ui-menu-item {
  border: 1px solid var(--light-gray);
  border-radius: 22px;
  padding: 9px 16px !important;
  margin-bottom: 10px !important;
  font-family: "Geometria";
  font-style: normal;
}

.ui-timepicker-viewport .ui-menu-item {
  cursor: pointer;
}

.ui-timepicker-standard .ui-state-hover {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.ui-timepicker-standard a {
  padding: 0 !important;
  border: none !important;
}

.ui-widget-content:not(.ui-datepicker) {
  padding: 8px 10px 0;
  border-radius: 16px;
  max-width: 360px;
  background: var(--white);
  z-index: 2 !important;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #DEE4F0;
}

.ui-widget-content .ui-menu-item a:not(.ui-timepicker a) {
  display: block;
  margin-bottom: 10px;
  color: var(--black);
  padding-left: 5px;
  font-family: 'Geometria';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.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__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;
}

.clear-terminal-btn svg {
  pointer-events: none;
  transition: all var(--anim);
}

.clear-terminal-btn:hover svg path {
  fill: var(--blue);
}

.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: 440px;
  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(--blue);
  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(--orange);
}
.preload .orange {
  background: #f7be15;
}
.preload .blue {
  background: #247BC4;
}
.preload .green-dark {
  background: #247BC4;
}

.preload p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}

@media (min-width: 768px) {
  .order {
    padding: 45px 70px;
  }
  .addMarginRigth:first-child{
    margin-right: 32px;
  }
  .order__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 885px;
  }

  .order__block {
    margin-bottom: 15px;
  }

  .order-block_half {
    flex: 0 0 48%;
  }

  .order-block_full {
    flex: 0 0 100%;
  }

  .order-block {
    border: 0.75px solid var(--light-gray);
    box-shadow: 0px 0px 8.97697px rgba(222, 228, 240, 0.6);
    border-radius: 16px;
    padding: 15px 14px 17px;
  }

  .order-block__switch {
    padding: 6px 4.5px;
  }

  .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-block_full .order__inner-block > * {
    flex: 0 0 46%;
  }
  .newJustyBeetwen{
    justify-content: inherit;
    gap: 57px;
  }

  .order__inner-block {
    margin-bottom: 15px;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .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;
  }

  .order__result b {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }

  .order__result strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    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;
  }
}

@media (min-width: 1280px) {
  .order {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
  }

  .order__block {
    margin-bottom: 15px;
  }

  .order__form {
    padding: 0;
    flex: 0 0 810px;
  }

  .order__result:not(.client-order .order__result) {
    position: fixed;
    width: 375px;
    top: 20px;
    margin-top: 0;
    bottom: auto;
    right: 20px;
    box-shadow: 0px 0px 12px rgba(222, 228, 240, 0.6);
    border-radius: 21px 21px 21px 21px;
  }

  .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 {
    height: 40px;
  }

  .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%;
  }
}