@keyframes jump {
  0% { transform: translate3D(0,0,0); opacity: 0; }
  50% { transform: translate3D(0,-15px,0); opacity: 0.5; }
  100% { transform: translate3D(0,0,0); opacity: 1; }
}

.help-text {
  position: fixed;
  width: 270px;
  right: 65px;
  bottom: 100px;
  z-index: 100;
  background-color: #FFF4DD;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 6px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.help-text.view {
  opacity: 1;
}
.help-text p {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  line-height: normal;
}
.help-box {
  position: fixed;
  right: 65px;
  bottom: 25px;
  z-index: 100;
}
.help-box a {
  width: 60px;
  height: 60px;
  background-color: #ffcf65;
  transition: none;
  animation: pulse 2.5s infinite;
  animation-delay: 15s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  border: 0;
  z-index: 200;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
}
.help-box a:hover {
  animation: none;
}
.help-box img {
  width: 30px;
}
#modal_help {
  border-radius: 10px;
  background-color: #FFF4DD;
  width: 705px;
  font-family: "Raleway", sans-serif;
  line-height: normal;
  font-style: normal;
  color: #000000;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 400;
}
#modal_help .block_text_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#modal_help .block_text_help.block-2 {
  margin-top: 16px;
  width: 100%;
}
#modal_help .block_text_help h3 {
  width: calc(75% - 10px);
  color: #3E3B3B;
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
}
#modal_help .block_text_help h3 span {
  color: #FFBE2E;
}
#modal_help .block_text_help a {
  width: calc(33.33% - 15px);
  color: #3E3B3B;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  transition: color 0.3s ease-out;
}
#modal_help .block_text_help a:hover {
  color: #FFBE2E;
}
.iti {
  width: 100%;
}
.iti__country-list {
  max-height: 100px!important;
}
.iti-mobile .iti__country-list {
  max-height: 100%!important;
}
.tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 80%;
  text-align: center;
  padding: 5px 15px 5px 15px;
  opacity: 0;
  transition: opacity 0.3s linear, z-index 0.3s linear;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #3E3B3B;
  z-index: -1;
  border: 1px solid #FFBE2E;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
}
.tooltip.upper-field {
  top: -100%;
}
.alert-calculate {
  width: 100%;
  border: 1px solid #E32217;
  border-radius: 5px;
  padding: 15px 25px 25px 15px;
  transition: max-height 0.5s linear, padding 0.5s linear;
  overflow: hidden;
  max-height: 250px;
  display: none;
  margin-bottom: 15px;
}
.alert-calculate.active {
  display: block;
}
.alert-calculate.max-height{
  max-height: 0px;
  padding: 0 25px 0 25px;
}
.text-alert {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E32217;
  width: 80%;
  margin-bottom: 20px;
}
.btn-recalc {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 16px;
  gap: 10px;
  border-radius: 20px;
  background: #DA2C38;
  backdrop-filter: blur(5px);
  color: #FFFFFF;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease-out;
}
.btn-recalc:hover {
  transform: scale(1.02);
}
.popup_download {
  background: #ffffff !important;
  border-radius: 10px;
  font-family: "Raleway", sans-serif;
  line-height: normal;
  font-style: normal;
  color: #000000;
  font-variant-numeric: lining-nums;
  font-weight: 400;
}
.popup_download .wrap_downloading{
  transition: transform 0.5s ease-in;
}
.popup_download .wrap_downloading.hide{
  transform: translateX(-110%);
}
.popup_download .text_attention {
  width: 332px;
  font-weight: 800;
  font-size: 24px;
  color: #3E3B3B;
  text-align: center;
  margin: 0 auto;
}
.popup_download .wrap_result_recalc .text_attention {
  width: 480px;
}
.popup_download .text_attention_description {
  width: 196px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #3E3B3B;
  text-align: center;
  margin: 20px auto 20px auto;
}
.popup_download .fancybox-close-small {
  display: none;
}
.popup_download .fancybox-close-small.active {
  display: inline-block;
}
.popup_download .wrap_result_recalc,
.popup_download .wrapper_error {
  transition: transform 0.5s ease-in;
  transform: translateX(110%);
}
.popup_download .wrap_result_recalc.active,
.popup_download .wrapper_error.active {
  transform: translateX(0%);
}
.popup_download .block_new_result {
  border-radius: 10px;
  width: 480px;
  margin: 10px auto 0 auto;
  background: #ffe9b6;
}
.block_new_result .item_new_result {
  display: flex;
  align-items: center;
  border-bottom: 1px #FFF4DD solid;
  padding: 10px;
}
.item_new_result .i_calc__result__img, .item_new_result .order__img{
  width: 85px;
}
.item_new_result .i_calc__result__text{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-left: 15px;
}
#modal_remote .text_attention_description {
  width: 332px;
}
.popup_download .wrap_result_recalc .wrap_accept_btn_attention button,
#modal_remote .wrap_accept_btn_attention button,
#modal_remote .wrap_accept_btn_attention a {
  width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #3E3B3B;
  margin: 10px auto 0 auto;
  cursor: pointer;
  background: #FFBE2E;
  border-radius: 38px;
  transition: all 0.3s linear;
}
#modal_remote .wrap_accept_btn_attention a {
  color: #FFBE2E;
  background: #3E3B3B;
}
.popup_download .wrap_result_recalc .wrap_accept_btn_attention button:hover,
#modal_remote .wrap_accept_btn_attention button:hover {
  color: #FFBE2E;
  background: #3E3B3B;
}
#modal_remote .wrap_accept_btn_attention a:hover {
  color: #3E3B3B;
  background: #FFBE2E;
}
.section-confirm {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-style: normal;
  line-height: normal;
  font-optical-sizing: auto;
}
.section-confirm .h1-title,
.section_confirm h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  max-width: calc(70% - 10px);
}
.section_confirm h1 {
  width: 100%;
  margin: 0 auto;
}
.section-confirm .h1-title span,
.section_confirm h1 span {
  font-weight: 700;
}
.wrapper-confirm {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
  flex-wrap: wrap;
  gap: 20px;
}
.wrapper-confirm .container-forms {
  flex: 1 1 calc(70% - 10px);
  max-width: calc(70% - 10px);
  border-radius: 20px;
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  padding: 40px 50px 42px 40px;
  overflow-x: hidden;
}
.wrapper-confirm .container-result {
  flex: 1 1 calc(30% - 10px);
  max-width: calc(30% - 10px);
  position: sticky;
  top: 60px;
  right: 0;
}
.container-result .order_info,
.container-result .steps_info {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
}
.container-result .steps_info {
  margin-bottom: 0;
  gap: 10px;
}
.order_info .order_info_line {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  width: 100%;
}
.col-50 {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}
.order_info .order_info_line .col-50 .carrier-logo {
    width: 70px;
}
.order_info .order_info_line .col-50:first-child {
  color: #757575;
  font-family: "Raleway", sans-serif;
}
.order_info .order_info_line .col-50:last-child {
  color: #000000;
  font-family: "Exo 2", sans-serif;
}
.steps_info .item_step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  cursor: pointer;
}
.steps_info .item_step .icon-counter,
.steps_info .item_step .icon-done {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.steps_info .item_step .icon-done {
  display: none;
  background: #FFD749;
}
.steps_info .item_step .icon-done img {
  width: 23px;
  height: 23px;
}
.steps_info .item_step .icon-counter {
  color: #757575;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #D9D9D9;
}
.steps_info .item_step.active .icon-counter {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #FFA51D;
}
.steps_info .item_step.active p {
  color: #000000;
  font-weight: 700;
}
.steps_info .item_step.done .icon-counter {
  display: none;
}
.steps_info .item_step.done .icon-done {
  display: flex;
}
.steps_info .item_step.done p {
  color: #000000;
}
.text-error {
  color: #f00;
  font-size: 12px;
  font-weight: 400;
  display: none;
  margin-top: 6px;
}
.text-error.active {
  display: block;
}
.container-forms .box-data {
  transition: transform 0.5s ease-out;
  transform: translateX(-1000px);
  overflow-y: hidden;
  max-height: 0px;
}
.container-forms .box-data#form_pay {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container-forms .box-data#form_pay .flex-box-center {
  width: 80%;
}
.container-forms .box-data.active {
  max-height: fit-content;
  transform: translateX(0px);
}
.box-data .title-form {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
}
.box-data .title-form span {
  font-weight: 400;
}
.box-data .flex-box-inputs {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.input-box {
  flex: 1 1 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.input-box label {
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  margin-bottom: 4px;
}
.input-box.inline-switcher label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  margin-bottom: 0;
}
.input-box input,
.input-box select {
  padding: 16.5px 10px 16.5px 20px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  cursor: pointer;
  width: 100%;
}
.input-box input:placeholder-shown {
  color: #757575;
}
.input-box input.input_country {
  font-weight: 700;
}
.input-box input:hover,
.input-box select:hover {
  border: 1px solid #595959;
}
.input-box input:focus,
.input-box select:focus {
  background: #FFF1AA;
}
.input-box.inline-switcher {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.input-box.inline-switcher:hover .tooltip,
.input-box input:hover + .tooltip,
.input-box select:hover + .tooltip,
.input-box .iti:hover + .tooltip,
#conf_price:hover + .tooltip,
.custom-checkbox:hover .tooltip,
.select_relative_block:hover + .tooltip {
  opacity: 1;
  transition: opacity 0.3s linear, z-index 0.3s linear;
  z-index: 2;
}
.input-box input.error,
.input-box select.error {
  border: 1px solid #fd2727;
}
.box-data .flex-box-inputs .inline-switcher .toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-data .flex-box-inputs .inline-switcher .toggle-switch input[type="checkbox"] {
  display: none;
}
.box-data .flex-box-inputs .inline-switcher .toggle-switch label {
  display: inline-block;
  width: 64px;
  height: 32px;
  background-color: #F0F0F0;
  border: 1px solid #D9D9D9;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}
.box-data .flex-box-inputs .inline-switcher .toggle-switch label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 22px;
  height: 22px;
  background-color: #757575;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}
.box-data .flex-box-inputs .inline-switcher .toggle-switch input:checked + label {
  background-color: #FFD749;
}
.box-data .flex-box-inputs .inline-switcher .toggle-switch input:checked + label::before {
  transform: translate(32px, -50%);
  background-color: #ffffff;
}
.name_company_from,
.name_company_to {
  display: none !important;
}
.name_company_from.active,
.name_company_to.active {
  display: flex !important;
}
.box-data .block-buttons-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.box-data .block-buttons-form .button-next,
.box-data .flex-box .item-flex-box a,
.box-data .flex-box .item-flex-box .input-file-trigger {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 16px;
  gap: 10px;
  border-radius: 20px;
  background: #DA2C38;
  backdrop-filter: blur(5px);
  color: #FFFFFF;
  box-shadow: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease-out;
}
.box-data .block-buttons-form .button-next#final-btn {
  padding: 10px 50px;
}
.box-data .flex-box .item-flex-box a,
.box-data .flex-box .item-flex-box .input-file-trigger {
  background: #FFD749;
  color: #000000;
}
.box-data .block-buttons-form .button-next img,
.box-data .flex-box .item-flex-box a img,
.box-data .flex-box .item-flex-box .input-file-trigger img {
  width: 20px;
  height: 20px;
}
.box-data .block-buttons-form .button-next:not([disabled]):hover,
.box-data .flex-box .item-flex-box a:hover,
.box-data .flex-box .item-flex-box .input-file-trigger:hover {
  transform: scale(1.02);
}
.box-data .block-buttons-form .button-next[disabled]{
  cursor: default;
  background: #CCC !important;
  color: #000000 !important;
}
.box-data .block-checkboxes,
.box-data .delivery-block,
.box-data .invoice-data {
  width: 100%;
  margin-bottom: 40px;
}
.box-data .block-checkboxes.block-checkboxes-flex {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.insurance-box {
  margin: 20px 0;
  background: #FFF4DD;
  border-radius: 6px;
  padding: 10px;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox label {
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.custom-checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  border-radius: 3px;
  transition: all 0.3s;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #f9c74f;
  border-color: #f9c74f;
}
.custom-checkbox label:after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/global_post/confirm/img/check-checkbox.svg');
  transition: opacity 0.3s ease-out;
}
#form_pay .custom-checkbox label {
  font-size: 14px;
}
#form_pay .custom-checkbox.insurance-checkbox label {
  color: #000000;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.box-data .flex-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.box-data .flex-box .item-flex-box {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.box-data .flex-box .item-flex-box p,
.box-data .delivery-block p {
  color: #757575;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-data .delivery-block p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000000;
}
.box-data .delivery-block p strong {
  font-size: 16px;
}
.box-data .flex-box .item-flex-box .input-file-box {
  position: relative;
  width: 100%;
}
.box-data .flex-box .item-flex-box .input-file-box .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 10px 16px;
  cursor: pointer;
}
.box-data .flex-box .item-flex-box .file-return.attached {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.box-data .flex-box .item-flex-box .file-return.attached div {
  font-size: 37px;
  font-weight: 400;
  line-height: 10px;
  cursor: pointer;
}
.box-data .invoice-data .block-with-manual {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.box-data .invoice-data .block-with-manual.border-dashed-top {
  border-top: 1px dashed #747272;
  padding-top: 10px;
}
.block-with-manual .input-box {
  flex: 1 1 calc(20% - 17px);
  max-width: calc(20% - 17px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.block-with-manual .input-box.wrap-purpose-parcel,
.block-with-manual .input-box.wrap-incoterms,
.block-with-manual .input-box.wrap-currency {
  flex: 1 1 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
}
.block-with-manual .input-box.select_country,
.block-with-manual .input-box.input_hs_code,
.block-with-manual .wrap-buttons-invoice {
  flex: 1 1 30%;
  max-width: 30%;
}
.input-box .select_relative_block {
  position: relative;
  width: 100%;
}
.input-box .select_relative_block:after {
  content: '';
  background: url('/wp-content/themes/global_post/confirm/img/selector-icon.svg');
  top: 50%;
  right: 10px;
  width: 12px;
  height: 7px;
  position: absolute;
  transform: translateY(-50%);
}
.wrapper_select_country ul,
.block-with-manual .input-box ul {
  z-index: 4;
  display: none;
  line-height: normal;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  max-height: 220px;
  overflow-y: auto;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #d9d9d9;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  scrollbar-width: thin;
  scrollbar-color: #ffd749 #fff;
  border-radius: 0 0 8px 8px;
}
.wrapper_select_country ul li,
.block-with-manual .input-box li {
  line-height: normal;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background .1s ease-out;
}
.wrapper_select_country ul li:hover,
.block-with-manual .input-box li:hover {
  background: #ffe2a2;
}
.wrapper_select_country.active ul,
.block-with-manual .input-box.active ul {
  display: block;
}
.wrapper_select_country ul li.hidden,
.block-with-manual .input-box li.hidden {
  display: none;
}
.block-with-manual .wrap-buttons-invoice {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.block-with-manual .wrap-buttons-invoice img {
  width: 35px;
  height: 35px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.block-with-manual .wrap-buttons-invoice img:hover {
  -webkit-transform: scale(1.10);
  -ms-transform: scale(1.10);
  -moz-transform: scale(1.10);
  transform: scale(1.10);
}
.block-with-manual:first-child .wrap-buttons-invoice img:first-of-type,
.block-with-manual:not(:last-child) .wrap-buttons-invoice img:last-of-type,
.block-with-manual:first-child:not(:only-child) .wrap-buttons-invoice img {
  display: none;
}
.box-data .delivery-block.delivery-flex,
.box-data .delivery-block.delivery-flex .np-fields {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-data .delivery-block.delivery-flex .item-delivery-flex,
.box-data .delivery-block.delivery-flex .np-fields .item-delivery-flex {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.box-data .delivery-block.delivery-flex .item-delivery-flex.mt-2,
.box-data .delivery-block.delivery-flex .np-fields .item-delivery-flex.mt-2 {
  margin-top: 20px;
}
.box-data .delivery-block.delivery-flex .item-delivery-flex .input-box,
.box-data .delivery-block.delivery-flex .np-fields .item-delivery-flex .input-box {
  flex: 1 1 100%;
  max-width: 100%;
}
.box-data .payment-flex-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.box-data .payment-flex-box.wrapper_payer_block {
  flex: 1 1 100%;
  max-width: 100%;
  justify-content: space-between;
}
.box-data .payment-flex-box.wrapper-price {
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  gap: 5px;
}
.box-data .payment-flex-box#payer_block,
.box-data .payment-flex-box#who_payer {
  margin: 20px 0;
}
.box-data .payment-flex-box.wrapper-price .result-price-text {
  color: #757575;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.box-data .payment-flex-box.wrapper-price #conf_price {
  text-align: center;
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;

}
.box-data .payment-flex-box .input-box.wrap-payment-type {
  flex: 1 1 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 10px;
}
.box-data .payment-flex-box .input-box.wrap-payment-type label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
}
.box-data .payment-flex-box.wrapper_payer_block .input-box {
  flex: 1 1 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.box-data .payment-flex-box.wrapper_payer_block .input-box:nth-child(3),
.box-data .payment-flex-box.wrapper_payer_block .input-box:nth-child(4) {
  margin-top: 15px;
}
.box-data .payment-flex-box p {
  width: 100%;
  text-align: left;
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-data .payment-flex-box p.text-info-payment {
  font-size: 14px;
}
.box-data .payment-flex-box p:not(.text-info-payment) {
  font-size: 16px;
  font-weight: 500;
}
.box-data .payment-flex-box a,
.custom-checkbox a {
  color: #FFA51D;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.box-data .payment-flex-box a:hover,
.custom-checkbox a:hover {
  color: #000000;
}
.input-box.insurance_amount {
  max-width: 50%;
}
div#wrapper_call {
  border: 0;
  padding: 0px;
  margin-bottom: 16px;
}
div#wrapper_choose_delivery,
div.wrapper_who_payer,
div.wrapper_who_payer_stripe,
div.wrapper_who_payer_recipient,
div#wrapper-type-invoice,
div#box-file-invoice {
  border: 0;
  padding: 0px;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
div#wrapper_choose_delivery.error,
div.wrapper_who_payer.error,
div.wrapper_who_payer_stripe.error,
div.wrapper_who_payer_recipient.error,
div#wrapper-type-invoice.error,
div#box-file-invoice.error {
  border: 1px solid #fd2727;
  padding: 10px;
}
.img_sucess {
  margin: 50px auto;
  display: block;
  max-width: 100%;
  width: max-content;
}
.img_sucess img {
  display: block;
  width: 100%;
}
.wrapper_thanks .order_info, .wrapper_thanks {
  display: block;
  margin: 0 auto;
}
.wrapper_thanks {
  width: 100%;
  font-family: "Raleway", sans-serif;
  line-height: normal;
  font-style: normal;
  color: #000000;
  font-variant-numeric: lining-nums;
  font-weight: 400;
}
.text_thanks {
  font-size: 28px;
}
.thanks_title {
  font-weight: 700;
}
.text_thanks a {
  font-size: 28px !important;
  font-weight: 700;
  color: #FFBE2E;
  cursor: pointer;
  transition: .3s ease-out;
}
.text_thanks a:hover {
  color: #000000;
}
.wrapper_thanks .order_info {
  background-color: #FFFFFF;
  border: 1px solid rgb(203, 203, 203);
  border-radius: 16px;
  width: fit-content;
  padding: 30px;
}
.wrapper_thanks .order_info .text_info {
  font-size: 20px;
}
.wrapper_thanks .order_info .text_info span {
  font-weight: 700;
}
.wrapper-tariffs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 10px;
}
.loader {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.loader .dot {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ffd749;
}
.loader .dot:nth-child(1) {
  animation: jump 0.6s 0.5s ease-in infinite
}
.loader .dot:nth-child(2) {
  animation: jump 0.6s 0.7s ease-in infinite
}
.loader .dot:nth-child(3) {
  animation: jump 0.6s 0.9s ease-in infinite
}
.popup_attention_customs {
  border-radius: 20px;
  background-color: #ffffff;
  max-width: 600px;
  padding: 20px !important;
}
.popup_attention_customs .text-attention {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.popup_attention_customs .text-attention button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #da2c38;
  padding: 9px 40px;
  background: 0 0;
  background-color: #da2c38;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
}
.popup_attention_customs .text-attention button:hover {
  background-color: #ffffff;
  color: #000000;
}
.popup_attention_customs .fancybox-button.fancybox-close-small {
  display: none !important;
}
.list-uktzed mark {
   background-color: #fff3cd;
   color: #664d03;
   padding: .1em;
   border-radius: 3px
}
.list-uktzed li .main-name {
   color: #000
}
.list-uktzed li .full-path {
   color: grey;
   font-size: 12px;
   margin-top: 4px
}
.popup_note_hs {
   width: 400px;
   border-radius: 10px;
   padding: 20px !important;
   background-color: #fff7d8;
   font-family: 'Inter', sans-serif;
   font-style: normal;
   font-weight: 400;
   line-height: 23px;
   font-size: 18px;
}
.popup_note_hs strong {
   font-size: 20px;
   text-align: center;
   width: 100%;
   display: block;
}
.tooltip-upper-price {
  color: #000000;
  background-color: #f5b9b9;
  padding: 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: normal;
}

@media (max-width: 1000px) {
  .section-confirm .h1-title,
  .section_confirm h1 {
    max-width: 100%;
  }
  .maps_stock iframe{
    height: 200px;
  }
  .wrapper-confirm .container-forms,
  .wrapper-confirm .container-result {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .wrapper-confirm .container-result {
    order: 1;
    position: initial;
  }
  .wrapper-confirm .container-forms {
    order: 2;
  }
  .container-result .steps_info {
    flex-direction: row;
    padding: 16px 20px 10px;
    overflow-x: auto;
  }
  .steps_info .item_step {
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
  }
  .steps_info .item_step .icon-counter,
  .steps_info .item_step .icon-done {
    width: 36px;
    height: 36px;
  }
  .steps_info .item_step p {
    display: none;
    text-align: center;
  }
  .steps_info .item_step.active p {
    display: block;
  }
}

@media (max-width: 800px) {
  .box-data .invoice-data .block-with-manual {
    gap: 10px;
  }
  .block-with-manual .input-box.wrap-purpose-parcel,
  .block-with-manual .input-box.wrap-incoterms,
  .block-with-manual .input-box.wrap-currency {
    flex: 1 1 calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
  }
  .block-with-manual .input-box:nth-child(4),
  .block-with-manual .input-box.select_country,
  .block-with-manual .input-box.input_hs_code,
  .block-with-manual .wrap-buttons-invoice,
  .block-with-manual:not(:first-child) .input-box:nth-child(1),
  .block-with-manual:not(:first-child) .input-box.select_country,
  .block-with-manual:not(:first-child) .input-box.input_hs_code,
  .block-with-manual:not(:first-child) .wrap-buttons-invoice {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .block-with-manual .input-box:nth-child(5),
  .block-with-manual .input-box:nth-child(6),
  .block-with-manual .input-box:nth-child(7),
  .block-with-manual .input-box:nth-child(8),
  .block-with-manual:not(:first-child) .input-box:nth-child(2),
  .block-with-manual:not(:first-child) .input-box:nth-child(3),
  .block-with-manual:not(:first-child) .input-box:nth-child(4),
  .block-with-manual:not(:first-child) .input-box:nth-child(5) {
    flex: 1 1 calc(50% - 7px);
    max-width: calc(50% - 7px);
  }
  .block-with-manual .wrap-buttons-invoice {
    justify-content: center;
  }
  .box-data .flex-box .item-flex-box {
    flex: 1 1 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .box-data .flex-box .item-flex-box .input-file-box {
    width: fit-content;
  }
  .list-uktzed {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  #modal_help {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .popup_download .wrap_result_recalc .text_attention,
  .popup_download .block_new_result {
    width: 332px;
  }
  .wrapper-confirm .container-forms {
    padding: 24px 12px 32px;
  }
  .box-data .title-form {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .box-data .flex-box-inputs {
    margin-bottom: 30px;
    gap: 10px;
  }
  .input-box,
  .box-data .payment-flex-box.wrapper_payer_block .input-box,
  .input-box.insurance_amount {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .input-box.inline-switcher {
    justify-content: flex-end;
  }
  .section-confirm .h1-title,
  .section_confirm h1 {
    font-size: 24px;
  }
  .container-forms .box-data#form_pay .flex-box-center {
    width: 100%;
  }
  .box-data .payment-flex-box.wrapper_payer_block {
    gap: 10px;
  }
  .box-data .payment-flex-box.wrapper_payer_block .input-box:nth-child(3),
  .box-data .payment-flex-box.wrapper_payer_block .input-box:nth-child(4) {
    margin-top: 0;
  }
  .tooltip,
  label[for="from_email"] br,
  label[for="from_index"] br,
  label[for="to_email"] br,
  label[for="to_index"] br {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .img_sucess {
    margin: 20px auto;
    max-width: 50%;
  }
  .text_thanks, .text_thanks a {
    font-size: 18px !important;
  }
  .wrapper_thanks .order_info {
    padding: 20px 40px;
  }
  .wrapper_thanks .order_info .text_info {
    font-size: 16px;
  }
  .popup_attention_customs .text-attention {
    font-size: 14px;
  }
}

@media (max-width: 525px) {
  #modal_help .block_text_help h3 {
    font-size: 18px;
  }
  #modal_help .block_text_help img {
    width: calc(25% - 10px);
  }
  #modal_help .block_text_help a {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 475px) {
  .help-box,
  .help-text {
    right: 26px;
  }
  .box-data .delivery-block.delivery-flex,
  .box-data .delivery-block.delivery-flex .np-fields {
    gap: 10px
  }
  .block-with-manual .input-box.wrap-purpose-parcel,
  .block-with-manual .input-box.wrap-incoterms,
  .block-with-manual .input-box.wrap-currency,
  .box-data .delivery-block.delivery-flex .item-delivery-flex,
  .box-data .delivery-block.delivery-flex .np-fields .item-delivery-flex {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .box-data .delivery-block.delivery-flex .item-delivery-flex.mt-2,
  .box-data .delivery-block.delivery-flex .np-fields .item-delivery-flex.mt-2 {
    margin-top: 0;
  }
  .input-box select {
    padding: 16.5px 25px 16.5px 20px;
  }
  .box-data .block-checkboxes.block-checkboxes-flex {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}