/***** light blue ******/
.kae-svg-0092CB {
  filter: invert(37%) sepia(67%) saturate(2517%) hue-rotate(172deg)
    brightness(95%) contrast(101%);
}
/***** dark blue ******/
.kae-svg-045879 {
  filter: invert(17%) sepia(74%) saturate(2959%) hue-rotate(179deg)
    brightness(94%) contrast(97%);
}
/***** yellow ******/
.kae-svg-FBC200 {
  filter: invert(79%) sepia(42%) saturate(3155%) hue-rotate(1deg)
    brightness(103%) contrast(103%);
}
/* #kae_process .kae-process-active .kae-why-icon-filter {
  filter: invert(37%) sepia(67%) saturate(2517%) hue-rotate(172deg)
    brightness(95%) contrast(101%);
} */

/* - - - - - - temporary FOR REMOVE  - - - - - -*/
.kae-from-to-wrapper {
  gap: 16px;
}

.kae-from,
.kae-to {
  width: calc(50% - 8px);
}

.kae-from-to-wrapper input[type="text"] {
  width: 100%;
  flex: auto;
}

/* - - - - - Theme styling changes - - - - - - */

html {
  /* font-size: 10px; */
}

/* - - - - -  header styles for theme - - - - - -  */
.site-header {
  padding: 8px 120px;
  display: flex;
  justify-content: space-between;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.custom-logo-link,
.custom-logo-link img {
  height: 100%;
  width: auto;
}

.custom-logo-link {
  min-width: 203px;
}

#site-navigation {
  flex: 1 1 auto;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}
li.menu-item a {
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

a.kae-language-href,
a.kae-language-href:visited,
a.kae-language-href:hover {
  color: var(--white);
  font-weight: 300;
  cursor: pointer;
  display: flex !important;
  gap: 6px;
  align-items: center;
}

#kae_page a.kae-language-href,
#kae_page a.kae-language-href:visited,
#kae_page a.kae-language-href:hover {
  color: var(--black);
}

.kae-language {
  /* border: 1px solid var(--white); */
  border-radius: 20px;
  padding: 3px 10px;
}

.kae-language-icon {
  display: flex;
  align-items: center;
  width: 18px;
}

.kae-language-icon img {
  filter: invert(98%) sepia(0%) saturate(4258%) hue-rotate(189deg)
    brightness(99%) contrast(97%);
}

#kae_page .kae-language-icon img {
  filter: none;
}

li.menu-item a:visited {
  color: var(--white);
}
li.menu-item:not(:last-of-type) {
  padding-right: 24px;
}

.kae-menu-close {
  display: none;
}

#kae_page .site-header {
  position: relative;
  background-color: transparent;
  color: var(--black);
}

#kae_page .site-header li.menu-item a {
  color: var(--black);
}
#kae_page .site-header li.menu-item a:visited {
  color: var(--black);
}

.site-additional {
  display: none;
}

/* ----------------------- */

/* - - - - -buttons styles - - - - - */

.kae-button.kae-non-active,
input[type="button"].kae-button.kae-non-active {
  filter: opacity(0.5);
  background-color: #0f121e;
}

.kae-button,
input[type="button"].kae-button {
  border-radius: 8px;
  background: var(--yellow);
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
}
/* .kae-button:hover {
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
} */

.kae-non-active {
  cursor: default;
  filter: opacity(0.7);
}

.kae-button.kae-non-active {
  filter: opacity(0.5);
  background-color: #0f121e;
}

img.kae-non-active {
  filter: invert(54%) sepia(9%) saturate(239%) hue-rotate(189deg)
    brightness(95%) contrast(86%);
}

.kae-non-active:hover {
  cursor: default;
  box-shadow: none;
}

/* #kae_main_form .kae-button:hover {
  box-shadow: 0px 0px 12px -2px rgba(255, 254, 254, 0.754);
} */
#kae_main_form .kae-non-active:hover {
  box-shadow: none;
}
/* ----------------------- */
.kae-head-container {
  background-image: url(/wp-content/uploads/2024/01/kazairexpress-head-1536x853.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.kae-head {
  padding: 120px 120px 34px 120px;
  height: 100%;
  min-height: 100vh;
  /* background-image: url(/wp-content/uploads/2024/01/kazairexpress-head-1536x853.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover; */
  color: var(--white);

  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kae-head-image {
  display: none;
  /* position: absolute;
  z-index: 279;
  top: 0;
  left: 0;
  object-fit: contain; */
}

h1.kae-head-title {
  max-width: 70%;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0;
}

.kae-head-description {
  max-width: 55%;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#kae_main_form {
  padding: 24px 0;
  width: 65%;
  min-width: 772px;
}
#kae_main_form .kae-create-form {
  border-radius: 8px;
  border: 1px solid var(--blue-00);
  background: rgba(15, 18, 30, 0.5);
  backdrop-filter: blur(8px);
}

.kae-create-form {
  padding: 24px;
}

.kae-create-form .kae-box-fields input[type="number"]::placeholder {
  font-size: 12px;
}

#kae_order_form
  .kae-create-form
  .kae-box-fields
  input[type="number"]::placeholder {
  margin-left: -20px;
}

.kae-from-to-wrapper,
.kae-create-measurement-wrapper,
.kae-box-fields,
.kae-box-wrapper,
.kae-weight,
.kae-create-envelope-wrapper,
.kae-add-box,
.kae-input-wrap,
.kae-box-delete {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kae-box-delete {
  width: 32px;
}
.kae-from-to-wrapper,
.kae-create-boxes,
.kae-boxes-wrapper {
  padding-bottom: 24px;
}
.kae-input-wrap {
  border-bottom: 1px solid var(--yellow);
  position: relative;
}

.kae-invoice .kae-input-wrap {
  border: none;
  gap: 8px;
}

.kae-invoice .kae-invoice-label,
.kae-pickup-time,
.kae-items-head {
  font-size: 16px;
  color: var(--black-opacity-07);
}

.kae-invoice .kae-input-wrap .kae-icon-wrap {
  margin-right: -8px;
}

.kae-invoice-form input[type="text"],
.kae-invoice-form input[type="number"] {
  background-color: white;
  border-radius: 10px;
  padding: 5px 10px;
  border: 1px solid transparent;
  flex: 1;
}

.kae-item-wrapper input {
  width: 100%;
}

.kae-box-wrapper {
  gap: 16px;
}

.kae-box-wrapper:not(:first-of-type) {
  padding-top: 8px;
}

.kae-create-form input[type="text"],
.kae-create-form input[type="number"] {
  background-color: transparent;
  border: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  cursor: pointer;
  flex: 1 1 70%;
  padding-left: 8px;
  margin-left: 8px;
}
.kae-create-envelope-wrapper [type="checkbox"],
.kae-insurance input[type="checkbox"] {
  display: none;
}
label.kae-create-envelope-label,
.kae-create-measurement-wrapper label {
  display: flex;
  align-items: center;
  color: var(--whiteWithOpacity);
  cursor: pointer;
}

.kae-create-measurement-wrapper label span {
  font-size: 10px;
  padding-left: 3px;
}

.kae-create-measurement-metric,
.kae-create-measurement-imperial {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kae-create-measurement-wrapper input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: transparent;
  outline: 2px solid var(--yellow);
  cursor: pointer;
}

.kae-create-measurement-wrapper input[type="radio"]:checked {
  background-color: var(--yellow);
  border: 3px solid #0f1118;
}

#kae_order_form .kae-create-measurement-wrapper input[type="radio"]:checked {
  border: 3px solid var(--white);
}

/* input#kae_create_measurement_met + label::before,
input#kae_create_measurement_imp + label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid var(--yellow);
  border-radius: 20px;
  margin-right: 4px;
}
input#kae_create_measurement_met:checked + label::before,
input#kae_create_measurement_imp:checked + label::before {
  content: " \25CF";
  font-size: 15px;
  line-height: 14px;
  font-weight: bold;
  color: var(--yellow);
} */

.kae-create-envelope-wrapper .kae-create-envelope-label::before,
input#kae_insurance + label::before {
  content: " ";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid var(--yellow);
  border-radius: 3px;
  margin-right: 4px;
  flex: 0 0 18px;
}
#kae_create_envelope:checked + label::before,
input#kae_insurance:checked + label::before {
  content: "✓";
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: var(--yellow);
}

/* .kae-from,
.kae-to {
  flex: 0 0 49%;
} */

.kae-icon-wrap img {
  min-width: 24px;
}

.kae-create-shipment-content {
  position: relative;
}

/* .kae-from-to-wrapper input[type="text"] {
  flex: 1 0 90%;
} */

.kae-create-form input[type="text"]::placeholder,
.kae-create-form input[type="number"]::placeholder {
  color: var(--white);
  opacity: 0.7;
}
.kae-create-form input[type="text"]:focus,
.kae-create-form input[type="number"]:focus {
  border: 0;
  outline: none;
  color: var(--white);
}

.kae-countries-from-wrap,
.kae-countries-to-wrap {
  position: absolute;
  top: 35px;
  left: 0;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 279;
  max-height: 245px;
  overflow-y: auto;
}

.kae-country-option {
  padding: 10px 15px;
  text-shadow: 0.5px 0 var(--whiteWithOpacity);
}

.kae-input-wrap:has(.kae-country-false) {
  border-color: red;
}

.kae-country-option:hover {
  background: rgba(49, 49, 49, 0.6);
  border-radius: 10px;
}
.kae-create-envelope-wrapper,
.kae-add-box {
  justify-content: flex-start;
}
.kae-box-fields {
  flex: 0 0 calc(100% - 48px);
  gap: 16px;
}

.kae-height,
.kae-width,
.kae-length {
  max-width: 150px;
}

.kae-weight-icon {
  min-width: 24px;
}

.kae-weight-input {
  max-width: 100px;
}

.kae-items-head {
  /* display: flex;
  gap: 16px;
  width: calc(100% - 96px);
  justify-content: space-between;
  color: var(--black-opacity-07);
  padding-bottom: 16px; */
  display: none;
}

.kae-item-fields .kae-input-wrap,
.kae-item-amount-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.kae-item-amount-wrapper {
  align-self: flex-start;
  flex: 1 1 auto;
  padding-left: 30px;
}

.kae-item-name {
  flex: 1 1 auto;
  min-width: 350px;
}

.kae-item-qty {
  flex: 0 0 auto;
  max-width: 100px;
}

.kae-item-cost {
  flex: 0 0 auto;
  max-width: 150px;
}

/* 
.kae-item-name {
  min-width: auto;
  flex: 0 0 350px;
}

.kae-item-qty {
  flex: 0 0 100px;
}

.kae-item-cost {
  flex: 0 0 180px;
} */

.kae-item-delete-icon {
  min-width: 32px;
  cursor: pointer;
}
.kae-add-item {
  min-width: 32px;
}

.kae-create-measurement-wrapper {
  padding: 8px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  column-gap: 11px;
}

.kae-create-measurement-title {
  flex: 100%;
}

.kae-add-box {
  align-items: flex-start;
  cursor: pointer;
}

.kae-add-box-label {
  padding-left: 4px;
  color: var(--whiteWithOpacity);
}

.kae-create-footer {
  display: flex;
  align-items: center;
}

#kae_place_order {
  color: var(--white);
}

.kae-create-amount {
  padding-left: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
#kae_create_amount {
  font-size: 36px;
}

.kae-about {
  padding: 40px 120px;
}

.kae-why {
  padding: 40px 120px;
}

.kae-process {
  padding: 80px 120px 40px;
}

.kae-section-title {
  padding-bottom: 48px;
  color: var(--black, #0f121e);
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  max-width: 900px;
}

.kae-about-media {
  display: flex;
  justify-content: space-between;
  margin-left: -120px;
}

.kae-about-logo {
  padding: 10px 86px 10px 120px;
  display: flex;
  align-items: center;
  background-image: url(/wp-content/uploads/2024/01/kazairexpress-about-us.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.kae-about-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 576px;
  padding-bottom: 56px;
}

.kae-about-paragraph:not(:last-of-type) {
  padding-bottom: 12px;
}

.kae-process-body {
  display: flex;
  border-radius: 8px;
}
.kae-process-item {
  width: 13.8%;
  background-color: var(--blue-10, #045879);
  color: var(--white);
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  min-height: 240px;
}

.kae-process-title {
  display: none;
  max-width: 80%;
}
.kae-process-active {
  width: 31%;
  box-shadow: 8px 0px 16px 0px rgba(0, 44, 61, 0.3);
}
.kae-process-active .kae-process-icon {
  opacity: 0.7;
}
.kae-process-active .kae-process-title {
  display: block;
}

.kae-process-icon {
  position: relative;
  height: 100%;
  opacity: 0;
}

.kae-process-icon img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.kae-process-item-0 {
  border-radius: 8px 0 0 8px;
}
.kae-process-item-1 {
  background-color: #006e99;
}
.kae-process-item-2 {
  background-color: #0077a6;
}
.kae-process-item-3 {
  background-color: #0080b2;
}
.kae-process-item-4 {
  background-color: #008abf;
}
.kae-process-item-5 {
  background-color: var(--blue-00);
  border-radius: 0 8px 8px 0;
}

.kae-process-content {
  padding: 24px;
  font-size: 24px;
  line-height: 32px;
  z-index: 280;
}
.kae-process-number {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 8px;
}

.kae-process-icon img svg {
  fill: #006e99;
}

.kae-why {
  background-color: var(--blue-00);
  color: var(--white);
}
.kae-why .kae-section-title {
  padding-bottom: 40px;
  color: var(--white);
}

.kae-why-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 72px;
  row-gap: 16px;
}
.kae-why-body-left,
.kae-why-body-right {
  flex: 0 0 45%;
}
.kae-why-item {
  display: flex;
  padding: 8px 0;
  cursor: pointer;
  width: calc(50% - 36px);
}
.kae-why-icon-wrapper {
  background-color: var(--blue-10);
  border: 1px solid var(--yellow);
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 8px 0px #2b6880;
}

.kae-why-text {
  padding: 0 24px 0 11px;
}
.kae-why-title {
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 4px;
}

.kae-why-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.7;
}

.kae-why-item:hover .kae-why-icon-wrapper {
  transition: all 0.3s ease-in;
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.kae-why-item:hover .kae-why-icon-filter {
  filter: invert(41%) sepia(36%) saturate(3802%) hue-rotate(170deg)
    brightness(92%) contrast(101%);
}

.kae-question {
  padding: 80px 120px;
  max-width: 1440px;
  margin: 0 auto;
}

/* .kae-section-title {
  padding: 0 120px;
} */

.kae-question-body {
  margin-left: -250px;
  display: flex;
  padding: 48px 0;
  justify-content: space-between;
}
.kae-question-left {
  flex: 0 0 45%;
}
.kae-question-right {
  flex: 0 1 680px;
}

.kae-question-text-section {
  border-top: 1px solid var(--blue-00);
}
.kae-question-text-section:last-of-type {
  border-bottom: 1px solid var(--blue-00);
}
.kae-question-text-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  align-items: center;
  font-weight: 700;
}

.kae-question-text-button {
  display: flex;
  align-items: center;
}

.kae-question-left img {
  padding-right: 32px;
}
.kae-question-text-title {
  padding: 16px 0;
  flex: 0 1 80%;
}
.kae-question-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  max-width: 80%;
  padding-bottom: 40px;
}

.kae-question-buttons {
  padding-top: 48px;
}

#kae_more_questions,
#kae_less_questions {
  padding: 16px 40px;
  border-radius: 8px;
  background: var(--yellow);
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  width: fit-content;
  cursor: pointer;
}

#kae_more_questions:hover {
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
}

.kae-contacts {
  background-image: url(/wp-content/uploads/2024/01/kazairexpress-contacts-1536x307.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: var(--white);
}

.kae-contacts-container {
  padding: 64px 224px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}

.kae-contacts-title {
  font-size: 56px;
  line-height: 72px;
  text-align: center;
  padding-bottom: 40px;
}

.kae-contacts-body {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  gap: 24px;
  font-weight: 400;
}

.kae-reviews-phone,
.kae-reviews-address {
  display: flex;
  gap: 16px;
  align-items: center;
}

.kae-reviews-image,
.kae-reviews-image {
  border-radius: 30px;
  border: 1px solid var(--blue-00);
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kae-reviews {
  padding: 80px 120px;
}

.kae-reviews-title {
  font-size: 56px;
  line-height: 72px;
  padding: 80px 0 40px;
  font-weight: 700;
}
.kae-reviews-body {
  margin-right: -120px;
  overflow: hidden;
}
.kae-reviews-wrapper {
  display: flex;
  gap: 48px;
  padding: 40px 0;
  /* width: 130%; */
  position: relative;
}
.kae-review {
  flex: 1 0 35%;
  box-shadow: 4px 4px 16px 0px rgba(18, 19, 24, 0.05);
  border-radius: 16px;
  padding: 40px 24px;
  background-color: #fff;
  text-align: center;
  min-width: 472px;
  max-width: 472px;
}
.kae-review-author {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.kae-review-rating {
  padding: 16px;
}

.kae-review-rating img {
  max-height: 19px;
}

.kae-review-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.kae-reviews-wrapper::after {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  background: linear-gradient(
    270deg,
    #f4f6fa 19.76%,
    rgba(244, 246, 250, 0) 166.32%
  );
  position: absolute;
  right: 0;
  top: 0;
}
.kae-reviews-bottom {
  display: flex;
  justify-content: space-between;
  color: var(--blue-00);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.kae-reviews-feedback {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.kae-reviews-next-previous {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 38px;
  font-weight: 100;
}
.kae-reviews-next-previous div {
  display: flex;
  align-items: center;
  opacity: 0.5;
  cursor: pointer;
}
.kae-reviews-next-previous div img {
  width: 24px;
  height: 24px;
}

.kae-reviews-next-previous div.kae-reviews-active-arrow {
  opacity: 1;
}

/* - - - - - footer styling - - - - - - */
.kae-footer {
  /* bottom: 0;
  position: absolute; */
  background-color: var(--blue-00);
  padding: 50px 120px 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.kae-footer-menu {
  order: 3;
  flex: auto;
}
.kae-footer-logo,
.kae-footer-social {
  flex: auto;
}
.kae-footer-logo img {
  max-height: 64px;
}
#menu-ru,
#menu-en {
  display: flex;
  margin: 0;
  justify-content: flex-end;
}

.kae-footer-whatsapp {
  flex: auto;
  display: none;
}

.kae-whatsapp {
  display: flex;
  color: var(--white);
  font-size: 18px;
  align-items: center;
}

.kae-whatsapp-icon {
  min-width: 50px;
  margin-right: 10px;
}

.kae-footer-labels {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  height: 50px;
  flex: auto;
  order: 2;
}

.kae-footer-label {
  height: 100%;
}

.kae-footer-label img {
  height: 100%;
  width: auto;
}

.kae-footer-services {
  /* display: flex; */
  display: none;
  justify-content: right;
  color: var(--white);
  gap: 24px;
  text-align: right;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
.kae-footer-services div,
.kae-footer-social {
  cursor: pointer;
}

a.kae-footer-service,
a.kae-footer-service:visited,
a.kae-footer-service:hover {
  color: #045879;
  font-weight: 300;
  font-size: 16px;
}

/* - - - - - -pop-up modules - - - - - */
.kae-add-review-wrapper,
#kae_invoice,
#kae_payment,
#kae_otp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 281;
}
#kae_otp {
  z-index: 283;
}
#kae_payment {
  z-index: 284;
}
#kae_invoice {
  z-index: 285;
}

.kae-add-review-content,
.kae-otp-wrapper {
  display: flex;
  width: auto;
  flex-direction: column;
  background-color: var(--white);
  align-items: flex-start;
  border-radius: 24px;
  padding: 48px 48px 80px 120px;
  box-shadow: 4px 4px 16px 0px rgba(18, 19, 24, 0.05);
}

.kae-add-review-content {
  width: 60%;
  max-width: 768px;
  padding: 48px;
}

.kae-add-review-body {
  padding: 0 64px 32px;
}

.ae-add-review-wrapper input::placeholder {
  font-size: 14px;
}

.kae-otp-wrapper {
  gap: 16px;
  /* min-width: 80%; */
  width: fit-content;
  /* min-height: 60%; */
  max-height: 80%;
  /* overflow-y: scroll; */
  /* min-height: fit-content; */
}
.kae-otp-body,
.kae-otp-form,
.kae-otp-field {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kae-otp-body {
  padding-right: 50px;
  max-width: 600px;
  margin: 0 auto;
  flex: auto;
}

.kae-otp-form {
  flex: auto;
}

.kae-otp-title {
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 700;
}

.kae-message-info {
  color: var(--blue-00);
}

.kae-otp-title .kae-form-title {
  font-weight: 700;
  font-size: 24px;
}

.kae-otp-message {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: var(--blue-10);
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kae-otp-icon-wrapper {
  flex: 0 0 50px;
}

.kae-otp-icon-wrapper img {
  filter: invert(37%) sepia(67%) saturate(2517%) hue-rotate(172deg)
    brightness(95%) contrast(101%);
}

.kae-otp-field {
  flex: auto;
  min-height: 150px;
  justify-content: center;
  align-items: center;
}

.kae-otp-field-wrapper {
  border-bottom: 2px solid var(--yellow);
  position: relative;
  width: 65%;
}

input[type="text"].kae-otp-input {
  background-color: transparent;
  border: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-weight: 700;
}

input[type="text"].kae-otp-input::placeholder {
  font-weight: 400;
}

input[type="text"].kae-otp-input:focus {
  outline: none;
}

#kae_resend_code {
  opacity: 0.5;
  cursor: pointer;
}

#otp_continue {
  color: var(--white);
  min-width: 163px;
  border: 0;
}

.kae-otp-orders-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-right: 50px;
  min-width: 0px;
  width: 0px;
}

.kae-otp-button {
  text-align: center;
}

.kae-otp-body.kae-hide + .kae-otp-orders-wrapper {
  width: 100%;
  min-width: 900px;
  overflow-y: auto;
}

.kae-otp-order {
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 8px;
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  color: var(--black-opacity-07);
  align-items: center;
  font-size: 16px;
  line-height: 32px;
}

.kae-otp-order-date {
  flex: 0 1 150px;
  min-width: 100px;
}

.kae-otp-order-content {
  flex: 0 1 200px;
  min-width: 100px;
}

.kae-otp-order-status {
  flex: 0 0 200px;
}

.kae-otp-actions {
  flex: 0 0 150px;
}

.kae-otp-order-from,
.kae-otp-order-to {
  flex: 1 1 auto;
  min-width: 250px;
}

.kae-otp-fields-header {
  cursor: pointer;
  color: var(--black-opacity-05);
  text-align: center;
}

.kae-otp-order span {
  color: var(--black);
}

.kae-otp-action-edit,
.kae-otp-action-display {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.kae-otp-action-edit img,
.kae-otp-action-display img {
  height: auto;
  width: 28px;
}

span.kae-otp-action-label {
  color: var(--blue-00);
  font-size: 14px;
  display: block;
  text-transform: lowercase;
  padding-right: 4px;
}

.kae-add-review-close,
.kae-otp-close {
  align-self: flex-end;
  cursor: pointer;
}

.kae-add-review-title,
.kae-order-title {
  display: flex;
  gap: 15px;
  align-self: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
.kae-form-edit {
  display: flex;
  align-items: center;
  min-width: 32px;
}

.kae-add-review-form {
  width: 100%;
  padding-right: 29px;
}

.kae-add-review-order {
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  gap: 16px;
}

.kae-add-review-rating {
  padding: 4px 0;
}

.kae-add-review-rating img {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

.kae-add-review-stars svg {
  height: 24px;
  width: 24px;
}

.kae-add-review-order .kae-input-wrap {
  flex: 1 0 auto;
}
.kae-add-review-form .kae-input-wrap input,
.kae-add-review-form textarea,
.kae-search-order input[type="text"],
.kae-search-order input[type="number"] {
  width: 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.kae-search-order input[type="number"]::placeholder {
  font-size: 14px;
}

.kae-add-review-form input:focus,
.kae-add-review-form textarea:focus,
.kae-search-order input:focus,
#kae_invoice input:focus {
  outline: none;
}
.kae-review-content {
  margin: 12px 0;
}

.kae-review-footer,
.kae-search-footer,
#kae_save_invoice {
  width: fit-content;
  color: var(--white);
}
.kae-review-footer {
  padding-top: 12px;
}
#kae_save_invoice {
  height: fit-content;
}

.kae-invoice-wrapper {
  background-color: var(--white);
  width: 1084px;
  /* padding: 48px 52px 100px 120px; */
  padding: 24px 24px 48px 80px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  max-height: 95%;
  overflow-y: auto;
}

.kae-invoice-close {
  align-self: flex-end;
  cursor: pointer;
}
.kae-invoice-form {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  padding-top: 20px;
  max-height: 100%;
  font-size: 16px;
}
.kae-invoice-title {
  display: flex;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  gap: 16px;
  padding-top: 12px;
  padding-right: 60px;
}

.kae-invoice .kae-form-title {
  flex: auto;
}

.kae-form-title-display {
  display: flex;
  justify-content: space-between;
}

.kae-invoice-status-wrap {
  font-size: 24px;
  color: var(--blue-10);
}

.kae-invoice-message {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: var(--blue-10);
}

.kae-dhl-number {
  display: flex;
  gap: 8px;
  padding-top: 16px;
  margin-bottom: -8px;
}

.kae-dhl-number-value {
  font-weight: 700;
}

.kae-invoice .kae-input-wrap .iti {
  flex: 1;
}

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: transparent;
}

.kae-shipping .kae-input-wrap.kae-from-country,
.kae-shipping .kae-input-wrap.kae-to-country {
  flex: 0 0 calc(40% - 16px);
}
.kae-shipping .kae-input-wrap.kae-from-address,
.kae-shipping .kae-input-wrap.kae-to-address {
  flex: 0 0 calc(60%);
}

#kae_sender_phone,
#kae_from_phone,
#kae_to_phone {
  padding-left: 50px;
  width: 100%;
}

.kae-sender,
.kae-shipping,
.kae-invoice-date,
.kae-item-wrapper,
.kae-item-fields {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.kae-sender,
.kae-invoice-from,
.kae-invoice-to,
.kae-items-wrapper {
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 16px;
}

.kae-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kae-item-labels {
  display: none;
}

.kae-invoice-date {
  width: 100%;
}

table.ui-datepicker-calendar {
  border-spacing: 6px;
  margin-bottom: 0;
}

.ui-datepicker-calendar thead {
  color: var(--black-opacity-07);
}

.ui-datepicker-calendar td {
  font-weight: 700;
  color: var(--black-opacity-07);
}

#ui-datepicker-div {
  background-color: #fff;
  padding: 16px;
  box-shadow: 4px 4px 16px 0px rgba(18, 19, 24, 0.05);
  border-radius: 24px;
}

#ui-datepicker-div:empty {
  padding: 0;
}

.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
}

.ui-datepicker-header a {
  cursor: pointer;
  font-size: 18px;
}

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

.ui-datepicker-calendar td.ui-datepicker-unselectable {
  color: var(--black-opacity-05);
  font-weight: 400;
}

.kae-sender-title,
.kae-from-header,
.kae-to-header {
  font-weight: 600;
}

.kae-sender-body .kae-input-wrap {
  flex: 1 1 auto;
}

.kae-shipping .kae-input-wrap,
.kae-to-body .kae-input-wrap {
  flex: 0 0 calc(50% - 8px);
}

.kae-shipping .kae-input-wrap.kae-pickup-date {
  flex: 1 1 40%;
}

.kae-pickup {
  display: flex;
  flex: auto;
  gap: 8px;
  align-items: center;
}

.kae-sender,
.kae-shipping {
  flex-direction: column;
  /* padding-bottom: 16px;
  border-bottom: 1px solid var(--yellow); */
}

.kae-sender-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
}

#kae_invoice input::placeholder {
  color: transparent;
}

.kae-sender-required {
  font-size: 12px;
  color: darkred;
}

.kae-sender-body {
  display: flex;
  gap: 16px;
}

.kae-invoice-to,
.kae-invoice-from {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kae-from-body,
.kae-to-body {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.kae-from-country-name,
.kae-to-country-name {
  width: 100%;
  text-align: center;
}

.kae-pickup-from,
.kae-pickup-to {
  max-width: 75px;
}

#kae_pickup_date {
  width: 100%;
  margin: 0 10px 0 0px;
}

.pickup-date-label {
  width: fit-content;
}
.kae-pickup-date,
.pickup-date-content {
  display: flex;
}
.pickup-date-content {
  flex: auto;
}
#kae_invoice ::-webkit-calendar-picker-indicator {
  opacity: 1;
  color: transparent;
  background: url(/wp-content/plugins/kazairexpress/assets/icons/invoice/date_blue.svg)
    no-repeat right;
  background-size: contain;
  cursor: pointer;
  width: 100%;
  min-width: 40px;
}

#kae_invoice ::-webkit-datetime-edit {
  display: none !important;
}
.pickup-date-text {
  width: 100%;
  text-align: center;
}

.pickup-date-text:empty {
  width: 0;
}

.kae-pickup-date.kae-value-true #kae_pickup_date {
  width: 40px;
}

.kae-item-amount {
  flex: auto;
}

.kae-invoice-item-amount {
  /* background-color: #fff;
  padding: 0px 10px;
  border-radius: 10px; */
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  gap: 4px;
  min-width: 85px;
  width: 100%;
  justify-content: flex-start;
  max-width: 120px;
  overflow: auto;
}

.kae-pickup-date {
  flex: auto;
}

.kae-invoice-items-head {
  display: flex;
  gap: 16px;
  position: relative;
}

.kae-invoice-subtitle {
  font-size: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 120% */
  padding-bottom: 16px;
}

.kae-tooltip-example {
  font-weight: 600;
}

.kae-invoice-tooltip-content div:not(:last-of-type) {
  padding-bottom: 8px;
}

.kae-invoice-tooltip-content {
  display: none;
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #fff;
  font-size: 14px;
  z-index: 259;
  padding: 16px 24px;
  border-radius: 24px;
  box-shadow: 4px 4px 16px 0px rgba(18, 19, 24, 0.05);
  width: 400px;
  color: var(--black-opacity-07);
  text-align: left;
}

.kae-invoice-tooltip:hover .kae-invoice-tooltip-content {
  display: block;
}

.kae-item-wrapper {
  gap: 8px;
  align-items: flex-end;
}

.kae-item-wrapper img {
  min-width: 32px;
  cursor: pointer;
}

.kae-item-wrapper:first-of-type .kae-item-labels {
  display: block;
}

.kae-invoice select {
  cursor: pointer;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  padding: 5px 0 5px 10px;
}

.kae-items-footer {
  display: flex;
  align-items: baseline;
  gap: 24px;
  justify-content: space-between;
}

.kae-insurance {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  cursor: pointer;
}

.kae-insurance-label {
  display: flex;
  align-items: center;
  opacity: 0.7;
  cursor: pointer;
}

.kae-insurance-total {
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: var(--black-opacity-07);
}

.kae-insurance-total-content,
.kae-payment-total-content {
  display: flex;
  font-weight: 700;
}

.kae-invoice-footer {
  /* padding: 40px 0; */
  padding-top: 16px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.kae-invoice-total {
  display: flex;
  color: var(--black-opacity-07);
  gap: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  padding-top: 16px;
}

.kae-invoice-total-content {
  font-size: 24px;
}

.kae-shipment-total {
  display: flex;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.kae-shipment-total-content {
  display: flex;
  gap: 4px;
  font-size: 32px;
}

.kae-invoice-total-content,
.kae-create-amount-content {
  display: flex;
  flex-wrap: nowrap;
}

.kae-invoice-total-title {
  font-size: 20px;
  padding-right: 6px;
}

.kae-payment-main {
  min-height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 380px;
  padding-top: 16px;
}

.kae-payment-body {
  width: 100%;
}

.kae-payment-content {
  background-color: var(--white);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 95vh;
  overflow-y: auto;
}

.kae-payment-close {
  align-self: flex-end;
  cursor: pointer;
}

.kae-payment-header {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  justify-content: center;
  text-transform: uppercase;
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 8px;
}

.kae-payment-invoice {
  width: 100%;
  display: flex;
  font-size: 18px;
  text-transform: lowercase;
  justify-content: center;
}

.kae-payment-data {
  padding-block: 16px;
  font-size: 16px;
  color: var(--black-opacity-07);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--yellow);
  text-align: center;
}

.kae-payment-pickup,
.kae-payment-courier,
.kae-payment-send {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.kae-payment-sender,
.kae-payment-receiver {
  display: flex;
  gap: 8px;
}

.kae-payment-total {
  display: flex;
  gap: 4px;
}

.kae-payment-total-link {
  color: var(--wc-blue);
  text-decoration: underline;
  cursor: pointer;
}

.kae-payment-total-dollar {
  padding-left: 4px;
  font-weight: 700;
  padding-right: 2px;
}

#kae_payment_pickup_date,
#kae_payment_receiver_name,
#kae_payment_sender_name,
#kae_payment_send_country,
#kae_payment_send_address,
#kae_payment_pickup_country,
#kae_payment_pickup_address,
#kae_payment_total_val {
  font-weight: 700;
}

#kae_payment_iframe {
  min-width: 380px;
  border: none;
  border-radius: 20px;
  margin: 0 10px;
  width: 100%;
  min-height: 360px;
}

#kae_payment_iframe .wp-block-woocommerce-checkout,
#kae_payment_iframe body.cleanpage {
  background-color: var(--white);
}
#kae_payment_iframe .wc-block-components-radio-control,
#kae_payment_iframe .wc-block-components-radio-control-accordion-option {
  border: none;
}
#kae_payment_iframe .wc-block-gateway-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--yellow);
  border-radius: 0;
}

/* - - - - - thank you page styles - - - - - - */

.kae-thankyou-form {
  max-width: 400px;
}

.kae-thankyou-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--yellow);
}

.kae-form-title {
  /* text-transform: uppercase; */
  font-weight: 700;
}

.kae-thankyou-invoice,
.kae-form-text {
  width: 100%;
  text-align: center;
}

.kae-form-text {
  font-weight: 700;
}

.kae-thankyou-data {
  padding-top: 32px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: var(--black-opacity-07);
}

#kae_thankyou_ok {
  min-width: 150px;
  margin-top: 32px;
  color: var(--white);
  text-transform: uppercase;
}
/*- - - - - order page - - - - - */
.kae-order {
  padding: 40px 120px;
  color: var(--black);
}
.kae-order-head {
  padding: 40px 0;
}
.kae-order-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kae-order-body-left {
  width: 57%;
  min-width: 680px;
}
#kae_order_form {
  border-radius: 8px;
  box-shadow: 2px 4px 16px 0px rgba(72, 75, 83, 0.1);
  margin: 24px 0;
  max-width: 680px;
  min-width: 680px;
}
#kae_order_form input::placeholder,
#kae_order_form .kae-add-box-label,
#kae_order_form label,
#kae_order_form .kae-create-form input[type="text"],
#kae_order_form .kae-create-form input[type="number"] {
  color: var(--black);
}
/* .kae-countries-from-wrap #kae_order_form .kae-box-fields input {
  max-width: 120px;
} */
/* #kae_order_form .kae-weight-input input {
  max-width: 150px;
} */
/* #kae_order_form .kae-box-wrapper .kae-input-wrap {
  max-width: 120px;
} */

#kae_order_form .kae-box-fields input[type="number"] {
  max-width: 80px;
  margin-left: 0;
  /* text-align: center; */
  text-align: left;
}

#kae_order_form .kae-weight {
  max-width: 152px;
}

#kae_order_form .kae-countries-from-wrap,
#kae_order_form .kae-countries-to-wrap {
  color: var(--white);
}

.kae-order-body-right {
  width: 39%;
  min-width: 472px;
}

#kae_order .kae-order-body-right .kae-add-review-title {
  align-items: baseline;
}

#kae_order_search_form {
  border-radius: 16px;
  box-shadow: 2px 4px 16px 0px rgba(72, 75, 83, 0.1);
  margin: 24px 0;
}

.kae-search-form {
  padding: 8px 40px 34px 40px;
}

.kae-search-message {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  color: var(--blue-10);
  min-height: 32px;
}
.kae-search-form-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.kae-search-order {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px 0;
}
.kae-search-order + div {
  flex: 1;
}

/* - - - - -media styles - - - - - */
@media (min-width: 1441px) {
  .kae-section-title {
    max-width: 1840px;
    margin: 0 auto;
  }
  .kae-order {
    max-width: 1640px;
    margin: 0 auto;
  }

  .kae-about-media {
    max-width: 1440px;
  }

  .kae-about-logo {
    background-size: cover;
    border-radius: 0 24px 24px 0;
  }

  .kae-about-text {
    padding-bottom: 0;
  }

  .kae-section-title,
  .kae-why-body,
  .kae-section-title {
    max-width: 1440px;
    margin: 0 auto;
  }

  .kae-process {
    max-width: 1640px;
    margin: 0 auto;
  }

  .kae-question-left img {
    max-width: 640px;
  }
  .kae-contacts {
    background-position: bottom;
  }
  .kae-review {
    max-width: 472px;
  }

  .kae-order-body-left {
    max-width: 680px;
  }
  .kae-order-body-right {
    max-width: 472px;
  }

  .kae-otp-wrapper {
    max-width: 1400px;
  }

  .kae-otp-body.kae-hide + .kae-otp-orders-wrapper {
    min-width: 1200px;
  }
}

@media (max-width: 1050px) {
  #site-navigation {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column-reverse;
    width: 70%;
    background: rgb(15 18 30 / 93%);
    padding: 32px 16px 32px 32px;
    align-items: flex-start;
    backdrop-filter: blur(6px);
    height: 100vh;
    justify-content: flex-end;
    z-index: 282;
    gap: 32px;
    max-width: 450px;
  }

  #site-navigation {
    display: none;
  }

  ul.menu {
    gap: 24px;
  }

  .kae-language {
    border: 1px solid var(--white);
  }

  .kae-menu-close {
    display: flex;
    align-self: end;
    padding-right: 16px;
  }

  .kae-menu-close img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(22%) saturate(239%)
      hue-rotate(177deg) brightness(100%) contrast(97%);
  }

  #kae_page .site-header li.menu-item a,
  #kae_page .site-header li.menu-item a:visited,
  #kae_page a.kae-language-href,
  #kae_page a.kae-language-href:visited,
  #kae_page a.kae-language-href:hover {
    color: var(--white);
  }

  #kae_page .kae-language-icon img {
    filter: invert(98%) sepia(0%) saturate(4258%) hue-rotate(189deg)
      brightness(99%) contrast(97%);
  }

  .main-navigation #menu-ru,
  .main-navigation #menu-en {
    flex-direction: column;
  }
  .kae-about-media {
    margin-left: 0;
  }
}

@media (max-width: 1400px) and (min-width: 1050px) {
  .kae-about-media {
    gap: 48px;
  }

  .kae-about-logo {
    padding: 0;
    margin: 0 auto;
    background-size: cover;
    min-width: 40%;
    justify-content: center;
    border-radius: 0 24px 24px 0;
  }

  .kae-about-logo img {
    max-width: 70%;
  }

  .kae-about-text {
    max-width: 90%;
    padding-bottom: 0;
  }

  h1.kae-head-title,
  .kae-head-description {
    max-width: 85%;
  }

  .kae-process-active .kae-process-title {
    max-width: 100%;
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .kae-footer-labels {
    justify-content: end;
  }

  .kae-section-title {
    max-width: 90%;
  }

  .kae-why-title {
    line-height: normal;
  }

  .kae-order {
    padding: 40px 80px;
  }
}

@media (max-width: 1250px) and (min-width: 1051px) {
  .site-header {
    padding: 8px 40px;
  }
}

@media (max-width: 1200px) {
  .site-header {
    padding: 8px 40px;
  }

  .h1.kae-head-title {
    max-width: 90%;
  }

  .kae-footer-whatsapp,
  .kae-footer-menu {
    flex: 100%;
  }

  .kae-footer #menu-ru,
  .kae-footer #menu-en {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .kae-footer {
    padding: 40px;
  }
  .kae-reviews {
    padding: 40px 80px;
  }

  .kae-reviews-body {
    margin-right: -80px;
  }

  .kae-otp-order {
    flex-wrap: wrap;
  }

  .kae-otp-order-content,
  .kae-otp-order-from,
  .kae-otp-order-to,
  .kae-otp-order-status {
    flex: 30%;
  }

  .kae-otp-wrapper {
    max-width: 90%;
  }

  .kae-otp-orders-wrapper,
  .kae-otp-body.kae-hide + .kae-otp-orders-wrapper {
    min-width: fit-content;
    gap: 24px;
  }

  .kae-otp-order {
    row-gap: 0px;
  }

  .kae-otp-order-date {
    flex: 100%;
  }

  .kae-otp-action-edit,
  .kae-otp-action-display {
    justify-content: left;
  }

  .kae-process {
    padding-top: 40px;
  }

  .kae-add-review-content {
    width: auto;
    max-width: 90%;
  }
}

@media (max-width: 1200px) and (min-width: 1051px) {
  .kae-process-body {
    margin: auto -40px;
  }
}

@media (max-width: 1050px) and (min-width: 641px) {
  #site-navigation {
    display: none;
  }

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

  .kae-head {
    padding: 40px;
    gap: 48px;
  }

  h1.kae-head-title,
  .kae-head-description {
    max-width: 100%;
  }
  .kae-about {
    padding: 40px 40px 0 40px;
  }

  .kae-about-media {
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }

  .kae-about-logo {
    justify-content: center;
    background-size: cover;
    padding: 0;
    min-height: 250px;
    border-radius: 24px;
    width: 70%;
  }

  .kae-about-logo img {
    max-width: 350px;
  }

  .kae-about-text {
    max-width: 100%;
    font-size: 18px;
  }

  .kae-why-item {
    width: calc(50% - 8px);
  }

  .kae-why {
    padding: 40px;
  }

  .kae-why-body {
    column-gap: 16px;
  }

  .kae-why .kae-section-title {
    max-width: 100%;
  }

  .kae-why-title {
    line-height: normal;
  }

  .kae-process-body {
    height: fit-content;
  }

  .kae-process-title {
    font-size: 20px;
    max-width: 100%;
  }

  .kae-about-text {
    padding-bottom: 0;
  }

  .kae-process {
    padding: 40px;
  }

  .kae-section-title {
    font-size: 48px;
  }

  .kae-invoice-wrapper {
    width: 90%;
    max-width: 840px;
  }

  .kae-sender-body,
  .kae-item-wrapper,
  .kae-item-fields {
    flex-wrap: wrap;
  }

  .kae-sender-body .kae-sender-name,
  .kae-shipping .kae-input-wrap.kae-from-address,
  .kae-shipping .kae-from-name,
  .kae-shipping .kae-from-phone,
  .kae-shipping .kae-to-phone,
  .kae-shipping .kae-pickup,
  .kae-shipping .kae-input-wrap.kae-to-address,
  .kae-shipping .kae-to-name,
  .kae-item-fields {
    flex: 100%;
  }

  #kae_from_phone,
  #kae_to_phone {
    width: fit-content;
  }

  .kae-invoice-date,
  .kae-items-footer {
    flex-direction: column;
  }

  .kae-pickup-date,
  .kae-item-fields {
    justify-content: flex-start;
  }

  #kae_pickup_date {
    flex: 0 1;
    width: fit-content;
  }

  .kae-item-name {
    min-width: auto;
  }

  .kae-item-amount-wrapper {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
  }

  .kae-item-wrapper .kae-item-labels {
    display: block;
  }

  .kae-invoice-footer {
    flex-direction: column-reverse;
    align-items: baseline;
  }
}

@media (max-width: 950px) {
  .kae-process {
    padding: 20px 40px 40px;
  }
  .kae-process-item {
    width: 100%;
    height: 80px;
    min-height: auto;
    height: 120px;
  }

  .kae-process-body {
    flex-direction: column;
    padding-bottom: 40px;
    max-width: 550px;
    margin: 0 auto;
  }
  .kae-process-item .kae-process-number {
    text-align: center;
  }
  .kae-process-active {
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .kae-process-active .kae-process-number {
    text-align: left;
  }

  .kae-process-active .kae-process-title {
    font-size: 30px;
    padding-top: 40px;
  }

  .kae-process-item-0 {
    border-radius: 8px 8px 0 0;
  }

  .kae-process-item-5 {
    border-radius: 0 0 8px 8px;
  }

  .kae-form-title-display {
    flex-direction: column;
  }

  .kae-form-edit {
    align-items: flex-start;
  }

  .kae-invoice-id-wrap {
    font-size: 28px;
  }
}

/******************** Alex ***********************************/

.kae-create-amount {
  display: flex;
}
.kae-tenge-icon {
  height: 23px;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 10px;
}
.kae-create-amount-title {
  margin-right: 10px;
}

.kae-value-true {
  border-bottom: 1px solid var(--blue-00);
}

.kae-value-false {
  border: 1px solid red !important;
}

.kae-feedback-input {
  resize: none;
}

/***********************************/
.kae-payment-loader {
  width: 70px;
  height: 70px;
  border: 5px solid var(--yellow);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1800px) {
  .kae-about-body {
    max-width: 1440px;
    margin: 0 auto;
  }

  .kae-about-logo {
    background-size: cover;
    border-radius: 24px;
  }

  .kae-about-text {
    padding-bottom: 0;
  }

  .kae-about {
    max-width: 1640px;
    margin: 0 auto;
  }

  .kae-about-media {
    margin-left: 0;
  }
}
