input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.wrapper_calc {
  margin: 30px 0;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.switcher-type-shipment {
  display: flex;
  background: #fff;
  backdrop-filter: blur(5px);
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}
.switcher-type-shipment button {
  flex: 1;
  padding: 10px 20px;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  color: #757575;
  font-weight: 700;
  line-height: normal;
}
.switcher-type-shipment button small {
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.switcher-type-shipment button.active {
  color: #000;
}
.switcher-type-shipment button:hover {
  color: #000;
}
.switcher-type-shipment .highlight {
  position: absolute;
  top: 5px;
  left: 0;
  width: 50%;
  height: calc(100% - 10px);
  background: #FFD749;
  border-radius: 16px;
  transition: transform 0.3s;
  opacity: 0.9;
  z-index: 1;
}
.switcher-type-shipment .highlight.invalid {
  background: #f47171;
}
.common-block-parameters {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 40px 40px 30px;
  border-radius: 30px;
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
}
.common-block-parameters h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.common-block-parameters .parameters-shipment h3 {
  text-align: center;
}
.common-block-parameters .parameters-shipment {
  width: 100%;
  overflow-x: hidden;
}
.parameters-shipment .content-wrapper-shipment-type {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.common-block-parameters .i_calc__select_label {
  color: #757575;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  padding: 0 10px;
}
.common-block-parameters .i_calc__select_label.inline-image {
  display: none;
  align-items: center;
  gap: 6px;
}
.wrapper_items_parameters .wrapper_parameters_parcel:nth-child(-n+2) .i_calc__select_label.inline-image {
  display: flex;
}
.common-block-parameters .calc-input-wrap.inline-switcher .i_calc__select_label {
  margin-bottom: 0;
}
.calc-select, .calc-input {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.calc-select::after {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  content: "";
  width: 12px;
  height: 7px;
  background: url('/wp-content/themes/global_post/calcs_new/img/arrow-selector.svg') no-repeat;
  transition: transform 0.3s ease;
}
.calc-select .select_manual {
  position: relative;
}
.calc-select input,
.calc-input input {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: normal !important;
  font-weight: 500 !important;
  color: #000000 !important;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 16.5px 24px 16.5px 20px;
  border: 1px solid #757575;
  background: none;
  cursor: pointer;
  transition: .3s ease-out;
}
.calc-input input {
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
}
.calc-select input:focus {
  border-radius: 8px 8px 0 0;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #D9D9D9;
}
.calc-input input:focus {
  border: 1px solid #FFD749;
}
.calc-select:has(input:focus)::after {
  transform: translateY(-50%) rotate(180deg);
}
.calc-select input.invalid,
.calc-input input.invalid {
  border: 1px solid #da1414;
}
.select_manual ul, .dropdown-places {
  z-index: 4;
  display: none;
  line-height: normal;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  max-height: 220px;
  overflow-y: auto;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #D9D9D9;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  scrollbar-width: thin;
  scrollbar-color: #FFD749 #FFFFFF;
  border-radius: 0 0 8px 8px;
}
.select_manual ul::-webkit-scrollbar,
.dropdown-places::-webkit-scrollbar {
  width: 8px;
}
.select_manual ul::-webkit-scrollbar-track,
.dropdown-places::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 0 0 8px 0;
}
.select_manual ul::-webkit-scrollbar-thumb,
.dropdown-places::-webkit-scrollbar-thumb {
  background-color: #FFBE2E;
  border-radius: 2px;
}
.select_manual ul::-webkit-scrollbar-thumb:hover,
.dropdown-places::-webkit-scrollbar-thumb:hover {
  background-color: rgb(165, 107, 0);
}
.select_manual ul li, .dropdown-places li {
  line-height: normal;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.1s ease-out;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-variant-numeric: lining-nums;
  color: #000000;
}
.select_manual.active ul {
  display: block;
}
.select_manual ul li.hidden {
  display: none;
}
.block-with-parcel,
.block-with-docs {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: auto;
}
.block-with-parcel {
  height: 250px;
}
.select_manual ul li:hover, .dropdown-places li:hover {
  background: #ffe2a2;
}
.wrapper_parameters_parcel{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
.wrapper_parameters_parcel:first-child {
  margin-bottom: 40px;
}
.common-block-parameters .calc-input-wrap {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.common-block-parameters .calc-input-wrap.inline-switcher {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.common-block-parameters .calc-input-wrap .toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common-block-parameters .calc-input-wrap .toggle-switch input[type="checkbox"] {
  display: none;
}
.common-block-parameters .calc-input-wrap .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;
}
.common-block-parameters .calc-input-wrap .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;
}
.common-block-parameters .calc-input-wrap .toggle-switch input:checked + label {
  background-color: #FFD749;
}
.common-block-parameters .calc-input-wrap .toggle-switch input:checked + label::before {
  transform: translate(32px, -50%);
  background-color: #ffffff;
}
.calc-input .buttons-block {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.calc-input .buttons-block .btn-number {
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc-input .buttons-block .btn-number:hover {
  transform: scale(1.2);
}
.calc-input .buttons-block .btn-number:active {
  transform: scale(0.9);
}
.calc-input .buttons-block .btn-number img {
  width: 12px;
  height: 7px;
  pointer-events: none;
}
.link-custom-red {
  color: #DA2C38;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  margin: 0 auto;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.link-custom-red:hover,
.link-custom-red:active,
.link-custom-red:focus {
  transform: scale(1.03);
  color: #ae141e;
}
.wrapper_parameters_parcel:not(:first-child) {
  gap: 10px;
  margin-bottom: 10px;
}
.wrapper_parameters_parcel:last-child {
  margin-bottom: 40px;
}
.wrapper_parameters_parcel:not(:first-child) .calc-input-wrap {
  flex: 1 1 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
.block-with-docs .wrapper_items_docs {
  margin: 25px 0 40px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.block-with-docs .wrapper_items_docs .weight-option {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  border-radius: 7px;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-out;
}
.block-with-docs .wrapper_items_docs .weight-option.invalid {
  border: 1px solid #da1414;
}
.block-with-docs .wrapper_items_docs .weight-option input {
  display: none;
}
.block-with-docs .wrapper_items_docs .weight-option .radio-dot {
  width: 14px;
  height: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #F0F0F0;
  position: relative;
  transition: border-color 0.3s ease;
}
.block-with-docs .wrapper_items_docs .weight-option .radio-dot::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFD749;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}
.block-with-docs .wrapper_items_docs .weight-option input:checked + .radio-dot {
  border-color: #757575;
  background: #FFFFFF;
}
.block-with-docs .wrapper_items_docs .weight-option input:checked + .radio-dot::after {
  transform: translate(-50%, -50%) scale(1);
}
.block-with-docs .wrapper_items_docs .weight-option .weight-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #757575;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s;
  padding: 0 10px;
}
.block-with-docs .wrapper_items_docs .weight-option input:checked ~ .weight-label {
  color: #000000;
}
.block-with-docs .wrapper_items_docs .weight-option:has(input:checked) {
  background-color: #FFF1AA;
}
.fancybox-slide.custom-padding {
  padding: 140px 70px;
}
.calc_result_wrapper {
  width: 100%;
  padding: 18px 20px !important;
  border-radius: 20px;
  border: 1px solid #F0F0F0;
  background-color: #FFFFFF;
  backdrop-filter: blur(5px);
  position: relative;
}
.calc_result_wrapper .block-discount {
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.calc_result_wrapper .block-discount .icon-with-button {
  display: inline-flex;
  align-items: center;
}
.calc_result_wrapper .block-discount .icon-with-button .icon-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #DA2C38;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
}
.calc_result_wrapper .block-discount .icon-with-button button {
  cursor: pointer;
  height: 42px;
  width: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #FFD749;
  color: var(--BLACK, #000);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  transition: transform 0.2s ease-out;
}
.line-flex {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #757575;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 20px;
}
.recommended-block {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px 6px 20px;
  background-color: #2E4289;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.recommended-block p {
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.recommended-block img {
  max-width: 16px;
}
.tariff_result .line-flex {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #D9D9D9;
}
.line-flex.align-items-center {
  align-items: center;
}
.line-flex .item-line {
  flex: 1 1 10%;
  max-width: 10%;
}
.line-flex .item-line .key_tariff_logo {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.line-flex .item-line.bold-text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.line-flex .item-line.big-font {
  font-size: 16px;
}
.line-flex .item-line.black-color {
  color: #000000;
}
.line-flex .item-line.flex-item,
.body-mob-card .line-body-mob div.flex-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.line-flex .item-line .icon-16,
.body-mob-card .line-body-mob div .icon-16 {
  width: 16px;
  height: 16px;
}
.line-flex .item-line .btn-submit-order,
.footer-mob-card .btn-submit-order {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 16px;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  transition: transform 0.2s ease-out;
}
.line-flex .item-line .btn-submit-order {
  width: 100%;
  justify-content: center;
}
.footer-mob-card .btn-submit-order {
  padding: 10px 80px;
  border: 0;
  background: #FFD749;
}
.line-flex .item-line .btn-submit-order img,
.footer-mob-card .btn-submit-order img,
.block_no_tariffs button img {
  width: 20px;
  height: 20px;
}
.line-flex .item-line .btn-submit-order:hover,
.footer-mob-card .btn-submit-order:hover,
.calc_result_wrapper .block-discount .icon-with-button button:hover {
  transform: scale(1.02);
}
.line-flex .item-line .btn-submit-order:active,
.footer-mob-card .btn-submit-order:active,
.calc_result_wrapper .block-discount .icon-with-button button:active {
  transform: scale(0.95);
}
.calc_result_wrapper .fancybox-button[title="Close"] {
  padding: 12px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: #FFD749;
  color: #000000;
}
.wrapper_additional_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}
.wrapper_additional_info .item_additional_info {
  flex: 1 1 calc(40% - 40px);
  width: calc(40% - 40px);
}
.wrapper_actual_price p,
#block-for-customs-limits .title_info_limits {
  color: #757575;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.block_no_tariffs {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF1AA;
  margin: 20px 0;
}
.block_no_tariffs p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.block_no_tariffs button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 16px;
  gap: 10px;
  border-radius: 20px;
  background: #FFD749;
  backdrop-filter: blur(5px);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  transition: transform 0.2s ease-out;
}
.block_no_tariffs button:hover {
  transform: scale(1.02);
}
.block_no_tariffs button:active {
  transform: scale(0.95);
}
#block-for-customs-limits .result_limits {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.flex-box-tariffs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.flex-box-tariffs .mob-card {
  position: relative;
  flex: 1 1 calc(50% - 6px);
  max-width: calc(50% - 6px);
  border: 1px dashed #757575;
  border-radius: 0;
  padding: 10px;
  transition: all 0.3s ease-out;
}
.flex-box-tariffs .mob-card.is-recommended-block {
  padding: 30px 10px 10px 10px;
  background-color: rgba(36, 215, 255, 0.1) !important;
}
.flex-box-tariffs .mob-card.active {
  background-color: #fff6e1 !important;
  border-top: 1px solid #ffbe2e !important;
  border-bottom: 1px solid #ffbe2e !important;
}
.flex-box-tariffs .mob-card.error {
  background-color: #ffe2e2 !important;
  border-top: 1px solid #ff0000 !important;
  border-bottom: 1px solid #ff0000 !important;
}
.flex-box-tariffs .mob-card .header-mob-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-mob-card .item-header-mob-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 1 1 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
}
.header-mob-card .item-header-mob-card:last-child {
  align-items: flex-start;
}
.header-mob-card .item-header-mob-card p {
  color: #757575;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.header-mob-card .item-header-mob-card span {
  color: #000000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.header-mob-card .item-header-mob-card .key_tariff_logo {
  width: 70px;
}
.flex-box-tariffs .mob-card .body-mob-card {
  margin: 15px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  max-height: 0px;
  transition: max-height 0.3s ease-out;
  overflow-y: hidden;
}
.body-mob-card .line-body-mob {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.body-mob-card .line-body-mob small {
  color: #757575;
  font-size: 10px;
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.body-mob-card .line-body-mob div {
  color: #000000;
  font-size: 12px;
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.body-mob-card .line-body-mob:last-child div {
  color: #000000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.flex-box-tariffs .mob-card .footer-mob-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-box-tariffs .mob-card.opened .body-mob-card {
  max-height: 400px;
}
.flex-box-tariffs .mob-card.opened .button-details img {
  transform: rotate(180deg);
}
.button-details {
  display: block;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.button-details img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-out;
}
.calculated-weight {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #FFF1AA;
  width: fit-content;
  order: 1;
}
.calculated-weight p {
  width: fit-content;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant-numeric: lining-nums;
}
.mobile-tariffs {
  order: 2;
}

@media (max-width: 1435px) {
  .calc_result_wrapper .block-discount {
    justify-content: flex-end;
    padding-right: 50px;
  }
}

@media (max-width: 1300px) {
  .fancybox-slide.custom-padding {
    padding: 140px 20px;
  }
}

@media (max-width: 1130px) {
  .common-block-parameters {
    padding: 24px 15px 45px;
  }
  .block-with-docs .wrapper_items_docs {
    justify-content: flex-start;
  }
}

@media (max-width: 1000px) {
  .calc_result_wrapper .block-discount {
    flex-direction: column;
    gap: 10px;
    text-align: left;
    justify-content: center;
    align-items: flex-end;
  }
}

@media (max-width: 950px) {
  .common-block-parameters {
    flex-wrap: wrap;
  }
  .common-block-parameters h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .block-with-docs .wrapper_items_docs {
    justify-content: center;
    margin: 20px 0;
  }
  .countries-selectors h3 {
    display: none;
  }
  .common-block-parameters .i_calc__select_label {
    font-weight: 700;
    color: #000000;
  }
  .common-block-parameters .calc-input-wrap.inline-switcher .i_calc__select_label {
    font-weight: 400;
    color: #757575;
  }
}

@media (max-width: 830px) {
  .calc_result_wrapper .block-discount {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    margin-top: 60px;
  }
}

@media (max-width: 750px) {
  .flex-box-tariffs .mob-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 660px) {
  .block-with-docs .wrapper_items_docs {
    justify-content: flex-start;
    gap: 20px;
  }
  .wrapper_additional_info {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .wrapper_additional_info .item_additional_info {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .description-preset {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapper_parameters_parcel {
    gap: 10px
  }
  .common-block-parameters .calc-input-wrap,
  .wrapper_parameters_parcel:not(:first-child) .calc-input-wrap {
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .common-block-parameters .calc-input-wrap:nth-child(5),
  .common-block-parameters .calc-input-wrap:nth-child(6) {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .common-block-parameters .i_calc__select_label.inline-image {
    display: flex !important;
  }
  .wrapper_parameters_parcel:first-child {
    margin-bottom: 30px;
  }
  .wrapper_parameters_parcel:not(:first-child) {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #D9D9D9;
  }
  .wrapper_parameters_parcel:last-child {
    margin-bottom: 40px;
  }
  .block-with-parcel {
    height: 370px;
  }
}

@media (max-width: 580px) {
  .calc_result_wrapper .block-discount {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .switcher-type-shipment {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .switcher-type-shipment button {
    font-size: 12px;
    padding: 10px;
  }
  .switcher-type-shipment button small {
    font-size: 10px;
  }
  .switcher-type-shipment .highlight {
    border-radius: 8px;
  }
  .common-block-parameters {
    border-radius: 10px;
  }
  .common-block-parameters h3 {
    font-size: 14px;
  }
  .calc-select input, .calc-input input {
    font-size: 16px !important;
    padding: 16px 10px;
  }
  .calc_result_wrapper .block-discount {
    margin-top: 95px;
  }
}

@media (max-width: 450px) {
  .block_no_tariffs {
    flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
    margin-top: 26px;
  }
}

@media (max-width: 400px) {
  .block-with-docs .wrapper_items_docs {
    justify-content: space-between;
    gap: 10px;
  }
  .link-custom-red {
    text-align: center;
  }
}