@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Poppins:wght@300;400;500;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap";


:root {
  --font-poppins: "Poppins", sans-serif;
  --font-lato: "Lato", serif;
  --color-black: #1f1d1d;
  --color-grey: #616d74;
  --color-ligth-grey: #f7f7f9;
  --color--white: #fff;
  --color-orange: #eb6922;
}

#__next main {
  display: block;
}



#__next pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

#__next abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

#__next code,
#__next kbd,
#__next samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

#__next button,
#__next input,
#__next optgroup,
#__next select,
#__next textarea {
  font-size: 100%;
  line-height: 1.15;
}

#__next [type=button],
#__next [type=reset],
#__next [type=submit],
#__next button {
  -webkit-appearance: button;
}

#__next [type=button]:-moz-focusring,
#__next [type=reset]:-moz-focusring,
#__next [type=submit]:-moz-focusring,
#__next button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#__next fieldset {
  padding: 0.35em 0.75em 0.625em;
}

#__next legend {
  box-sizing: border-box;
  display: table;
}

#__next [type=checkbox],
#__next [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

#__next [type=search] {
  -webkit-appearance: textfield;
}

#__next [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#__next details {
  display: block;
}

#__next [hidden] {
  display: none;
}

#__next [class*=ant-] input::-ms-clear,
#__next [class*=ant-] input::-ms-reveal,
#__next [class*=ant-]::-ms-clear,
#__next [class^=ant-] input::-ms-clear,
#__next [class^=ant-] input::-ms-reveal,
#__next [class^=ant-]::-ms-clear {
  display: none;
}

#__next body,
#__next html {
  width: 100%;
  height: 100%;
}

#__next input::-ms-clear,
#__next input::-ms-reveal {
  display: none;
}

#__next html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

@-ms-viewport {
  #__next {
    width: device-width;
  }
}

#__next body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum";
}

#__next [tabindex="-1"]:focus {
  outline: none !important;
}

#__next hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#__next h1,
#__next h2,
#__next h3,
#__next h4,
#__next h5,
#__next h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

#__next p {
  margin-top: 0;
  margin-bottom: 1em;
}

#__next abbr[data-original-title],
#__next abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

#__next address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

#__next input[type=number],
#__next input[type=password],
#__next input[type=text],
#__next textarea {
  -webkit-appearance: none;
}

#__next dl,
#__next ol,
#__next ul {
  margin-top: 0;
  margin-bottom: 1em;
}

#__next ol ol,
#__next ol ul,
#__next ul ol,
#__next ul ul {
  margin-bottom: 0;
}

#__next dt {
  font-weight: 500;
}

#__next dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

#__next blockquote {
  margin: 0 0 1em;
}

#__next dfn {
  font-style: italic;
}

#__next b,
#__next strong {
  font-weight: bolder;
}

#__next small {
  font-size: 80%;
}

#__next sub,
#__next sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

#__next sub {
  bottom: -0.25em;
}

#__next sup {
  top: -0.5em;
}

#__next a {
  color: #1890ff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

#__next a:hover {
  color: #40a9ff;
}

#__next a:active {
  color: #096dd9;
}

#__next a:active,
#__next a:focus,
#__next a:hover {
  text-decoration: none;
  outline: 0;
}

#__next a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

#__next code,
#__next kbd,
#__next pre,
#__next samp {
  font-size: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
}

#__next pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

#__next figure {
  margin: 0 0 1em;
}

#__next img {
  vertical-align: middle;
  border-style: none;
}

#__next [role=button],
#__next a,
#__next area,
#__next button,
#__next input:not([type=range]),
#__next label,
#__next select,
#__next summary,
#__next textarea {
  touch-action: manipulation;
}

#__next table {
  border-collapse: collapse;
}

#__next caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

#__next button,
#__next input,
#__next optgroup,
#__next select,
#__next textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

#__next button,
#__next input {
  overflow: visible;
}

#__next button,
#__next select {
  text-transform: none;
}

#__next [type=reset],
#__next [type=submit],
#__next button,
#__next html [type=button] {
  -webkit-appearance: button;
}

#__next [type=button]::-moz-focus-inner,
#__next [type=reset]::-moz-focus-inner,
#__next [type=submit]::-moz-focus-inner,
#__next button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

#__next input[type=checkbox],
#__next input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

#__next input[type=date],
#__next input[type=datetime-local],
#__next input[type=month],
#__next input[type=time] {
  -webkit-appearance: listbox;
}

#__next textarea {
  overflow: auto;
  resize: vertical;
}

#__next fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#__next legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

#__next progress {
  vertical-align: baseline;
}

#__next [type=number]::-webkit-inner-spin-button,
#__next [type=number]::-webkit-outer-spin-button {
  height: auto;
}

#__next [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

#__next [type=search]::-webkit-search-cancel-button,
#__next [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#__next ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

#__next output {
  display: inline-block;
}

#__next summary {
  display: list-item;
}

#__next template {
  display: none;
}

#__next [hidden] {
  display: none !important;
}

#__next mark {
  padding: 0.2em;
  background-color: #feffe6;
}

#__next ::-moz-selection {
  color: #fff;
  background: #1890ff;
}



#__next ::selection {
  color: #fff;
  background: #1890ff;
}

#__next .clearfix:after,
#__next .clearfix:before {
  display: table;
  content: "";
}

#__next .clearfix:after {
  clear: both;
}



#__next body {
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(255, 0, 0, 0);
  font-family: var(--font-poppins);
}

#__next * {
  box-sizing: border-box;
}

#__next h1,
#__next h2,
#__next h3,
#__next h4,
#__next p,
#__next ul {
  margin: 0;
}

#__next ul {
  padding: 0;
  list-style: none;
}

#__next a {
  text-decoration: none;
}

#__next .ant-checkbox-wrapper a {
  color: var(--color--white);
}

#__next .ant-input {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, .85);
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all .3s;
  min-height: 43px;
  border-radius: 4px;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .3);
  font-size: 14px;
  font-family: sans-serif;
  color: rgba(0, 0, 0, .7);
}

#__next p {
  font-family: unset;
}

#__next .form-calculate_note__GkCuG p {
	padding: 5px 22px;
    color: #616d74;
    font-weight: 500;

}


#__next .form-calculate_addMore__3LR9Q p {
  font-family: var(--font-lato);
  color: var(--color--white);
  font-size: 16px;
  padding-bottom: 0;

}

#__next .form-calculate_errorT__hkee_,
#__next .files-upload_errorT__FxF9t {
  line-height: unset;
}

#__next button,
#__next[type="button"] {
  min-width: auto;
  height: auto;
}

#__next .form-calculate_white__ecRpB p {
  margin-bottom: 0;
  font-weight: unset;
}
#__next .form-calculate_white__ecRpB p,
#__next .form-calculate_white__ecRpB p > *,
#__next .form-calculate_white__ecRpB p > * > * {
	color: #616d74;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    font-family: var(--font-lato);
    text-align: start;
}

.ant-picker-dropdown button,
.ant-picker-dropdown input[type="button"],
.ant-picker-dropdown input[type="submit"] {
  min-width: auto;
  height: auto;

  display: inline;
  font-size: unset;
  border-radius: unset;
  box-shadow: unset;
}

.ant-picker-dropdown tr,
.ant-picker-dropdown thead th {
  border-bottom: none;
  padding-bottom: 0;
}

#__next .form-calculate-wrap_wrap__M_l4_ {
  width: auto;
}

.ant-select-dropdown {
  width: fit-content !important;
  max-width: fit-content !important;
}

#__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_>div>p {
  padding-bottom: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: unset;
  text-align: start;
  =
}

.ant-form-item-control-input-content {
  text-align: start;
}



#__next .files-upload_group__WlyLR {
  width: 100%;
  transition: 0.3s;
  position: relative;
  display: grid;
  grid-template-columns: auto 202px;
  grid-gap: 0 25px;
}

#__next .files-upload_group__WlyLR.files-upload_error__smqEl .files-upload_files__Rhhgv {
  background: #fff;
  border-color: #eb5757;
}

#__next .files-upload_group__WlyLR.files-upload_error__smqEl .files-upload_files__Rhhgv p {
  color: #eb5757;

}

#__next .files-upload_group__WlyLR.files-upload_error__smqEl button {
  color: #fff;
}

#__next .files-upload_group__WlyLR .files-upload_greyWrap__7h05F {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  top: -32px;
  height: calc(100% + 44px);
  left: -5px;
  width: calc(100% + 10px);
  cursor: not-allowed;
}

#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv {
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 307px;
  transition: 0.3s;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px dashed #fff;
  border-radius: 3px;
  padding: 2px;
}

#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv input {
  z-index: 0;
  width: 100%;
  cursor: auto;
}

#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv p {
  font-family: var(--font-lato);
  color: var(--color--white);
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: unset;
}

#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv p img {
  position: relative;
}

#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv .files-upload_elements__4_YAZ {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 11px;
}

#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv .files-upload_elements__4_YAZ img,
#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv .files-upload_elements__4_YAZ svg {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-right: 3px;
  margin-bottom: 2px;
  cursor: pointer;
}

#__next .files-upload_group__WlyLR .files-upload_files__Rhhgv .files-upload_elements__4_YAZ p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 12;
  width: 100%;
  margin-bottom: 0;
  text-align: start;
}

#__next .files-upload_group__WlyLR input {
  cursor: pointer;
  position: absolute;
  width: 202px;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  text-indent: -9999px;
}

#__next .files-upload_group__WlyLR input:hover~button {
  background: #6b7880;
}

#__next .files-upload_group__WlyLR button {
  max-height: 45px;
  color: var(--color--white);
}

#__next .files-upload_group__WlyLR button>* {
  max-height: 45px;
  color: var(--color--white);
}

#__next .files-upload_errorT__FxF9t {
  margin-top: 2px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  border-bottom: 1px solid #eb5757;
  position: relative;
  padding-left: 20px;
  margin-bottom: -7px;
  padding-bottom: 0;
}

#__next .files-upload_errorT__FxF9t:before {
  content: "";
  background-image: url(./static/img/error.png);
  position: absolute;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.68);
  border-radius: 20px;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-size: cover;
}

#__next .files-upload_grey__Djxvk {
  background: var(--color-grey);
}

#__next .files-upload_grey__Djxvk:focus,
#__next .files-upload_grey__Djxvk:hover {
  background: #6b7880;
}

@media (max-width: 600px) {
  #__next .files-upload_group__WlyLR {
    display: flex;
    flex-direction: column;
  }

  #__next .files-upload_group__WlyLR .files-upload_files__Rhhgv {
    max-width: 100%;
    margin-bottom: 10px;
  }

  #__next .files-upload_group__WlyLR .files-upload_files__Rhhgv input {
    top: 0;
    z-index: 0;
    bottom: auto;
  }

  #__next .files-upload_group__WlyLR button {
    width: 100%;
    max-width: 100%;
  }

  #__next .files-upload_group__WlyLR input {
    width: 100%;
    bottom: 0;
    top: auto;
    height: 55px;
  }
}

#__next .modal_modal__Ts8cC {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

#__next .modal_modal__Ts8cC iframe {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 85%;
  z-index: 99;
}

#__next .modal_modal__Ts8cC .modal_close__j5jJq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 98;
}

#__next .form-calculate_form__yvx98 {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.3);
  min-width: 600px;
}

#__next .form-calculate_form__yvx98.form-calculate_anotherHeight__8K2Wk>div>form {
  max-height: inherit !important;
  height: -moz-fit-content;
  height: fit-content;
}

#__next .form-calculate_orange__BxTmG {
  display: flex;
  flex-direction: column;
  background: var(--color-orange);
  width: 100%;
  max-width: 600px;
  padding: 30px 29px;
  min-height: 370px;
}

#__next .form-calculate_orange__BxTmG h3 {
  font-family: var(--font-poppins);
  color: var(--color--white);
  font-size: 20px;
  margin-bottom: 16px;
  text-align: start;
}

#__next .form-calculate_orange__BxTmG>p {
  font-family: var(--font-lato);
  color: var(--color--white);
  font-size: 16px;
  margin-bottom: 9px;
  text-align: start;
  padding-bottom: 0;
  font-weight: unset;
}

#__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_ {
  display: flex;
  align-items: flex-start;
}

#__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_.form-calculate_groupArrow__g1JLp>span {
  margin-top: 42px;
}

#__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_:not(.form-calculate_groupArrow__g1JLp) {
  margin-bottom: 15px;
}

#__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_>span {
  color: #fff;
  font-size: 15px;
  width: 15px;
  min-width: 15px;
  text-align: center;
  margin: 0 10px;
}

#__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_>div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_>div>p {
  font-family: var(--font-lato);
  color: var(--color--white);
  font-size: 16px;
  margin-bottom: 9px;
}

#__next .form-calculate_orange__BxTmG>p+div {
  margin-bottom: 15px;
}

#__next .form-calculate_orange__BxTmG>div:last-child {
  margin-bottom: 0;
}

#__next .form-calculate_orange__BxTmG .form-calculate_back___Rq6B {
  cursor: pointer;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}

#__next .form-calculate_orange__BxTmG .form-calculate_back___Rq6B:hover {
  color: #e0e0e0;
}

#__next .form-calculate_orangeGroup__qyUMf {
  display: grid;
  grid-template-columns: 100% 100%;
  overflow: hidden;
  max-width: 600px;
  transition: width 4s, all 0.3s;
}

#__next .form-calculate_orangeGroup__qyUMf .form-calculate_orange__BxTmG {
  transition: 0.3s;
}

#__next .form-calculate_orangeGroup__qyUMf .form-calculate_orange__BxTmG:first-child {
  margin-left: 0;
}

#__next .form-calculate_orangeGroup__qyUMf .form-calculate_orange__BxTmG:nth-child(2) {
  margin-left: 0;
  max-height: 300px;
}

#__next .form-calculate_orangeGroup__qyUMf.form-calculate_showNextStep__aOBGp {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#__next .form-calculate_orangeGroup__qyUMf.form-calculate_showNextStep__aOBGp .form-calculate_orange__BxTmG {
  transition: 0.3s;
}

#__next .form-calculate_orangeGroup__qyUMf.form-calculate_showNextStep__aOBGp .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_ {
  margin-bottom: 15px;
  align-items: flex-start;
}

#__next .form-calculate_orangeGroup__qyUMf.form-calculate_showNextStep__aOBGp .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_ p span {
  font-size: 13px;
}

#__next .form-calculate_orangeGroup__qyUMf.form-calculate_showNextStep__aOBGp .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_ div {
  margin-bottom: 0;
}

#__next .form-calculate_orangeGroup__qyUMf.form-calculate_showNextStep__aOBGp .form-calculate_orange__BxTmG:first-child {
  margin-left: -100%;
}

#__next .form-calculate_orangeGroup__qyUMf.form-calculate_showNextStep__aOBGp .form-calculate_orange__BxTmG:nth-child(2) {
  margin-left: -100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#__next .form-calculate_whiteWrap__glJHh {
  background: #fff;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}

#__next .form-calculate_white__ecRpB {
  padding: 30px 29px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

#__next .form-calculate_white__ecRpB button {
  color: var(--color--white);
}

#__next .form-calculate_white__ecRpB button>* {
  color: var(--color--white);
}

#__next .form-calculate_white__ecRpB .form-calculate_loading__Wn55S {
  position: absolute;
  z-index: 2;
  background: hsla(0, 0%, 4%, 0.19);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#__next .form-calculate_white__ecRpB h3 {
  color: var(--color-grey);
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
  letter-spacing: 0;
  font-family: var(--font-poppins);
}

#__next .form-calculate_white__ecRpB p {
  color: #616d74;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  font-family: var(--font-lato);
  text-align: start;
}

#__next .form-calculate_white__ecRpB>div:nth-child(2) {
  width: 100%;
  max-width: 190px;
  display: flex;
  flex-direction: column;
}

#__next .form-calculate_white__ecRpB>div:nth-child(2) a {
  font-family: var(--font-lato);
  color: #00b9dc;
  font-size: 16px;
  margin-top: 9px;
  text-align: right;
  width: 100%;
}

#__next .form-calculate_card__64ncB {
  background: #fff;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 4px 11px;
}

#__next .form-calculate_card__64ncB>div {
  width: 100%;
}

#__next .form-calculate_priceInc__KIjtQ span {
  text-transform: lowercase;
}

@media (max-width: 610px) {
  #__next .form-calculate_form__yvx98 {
    max-width: 100%;
    min-width: 100%;
  }

  #__next .form-calculate_form__yvx98 .form-calculate_orangeGroup__qyUMf,
  #__next .form-calculate_form__yvx98 .form-calculate_orangeGroup__qyUMf .form-calculate_orange__BxTmG {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #__next .form-calculate_form__yvx98 {
    min-width: 100%;
  }

  #__next .form-calculate_orange__BxTmG {
    max-width: 100%;
  }

  #__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_ {
    display: flex;
    flex-direction: column;
  }

  #__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_>span {
    opacity: 0;
    max-height: 10px;
    height: 10px;
    min-height: 10px;
    margin-top: 0 !important;
  }

  #__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_ .form-calculate_files__1aCBH {
    margin-bottom: 10px;
  }

  #__next .form-calculate_orange__BxTmG .form-calculate_group__3xhZ_ button {
    width: 100%;
    max-width: 100%;
  }

  #__next .form-calculate_white__ecRpB {
    display: flex;
    flex-direction: column;
  }

  #__next .form-calculate_white__ecRpB h3 {
    font-size: 23px;
    line-height: 18px;
  }

  #__next .form-calculate_white__ecRpB button {
    margin-top: 20px;
  }

  #__next .form-calculate_white__ecRpB a {
    margin-left: 0;
    text-align: left !important;
    font-size: 14px !important;
  }
}

#__next .form-calculate_cardError___olLa {
  margin-top: -12px;
  margin-bottom: 10px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-bottom: 1px solid #eb5757;
  position: relative;
  padding-left: 20px;
  text-shadow: 1px 1px 3px #000;
}

#__next .form-calculate_cardError___olLa:before {
  content: "";
  background-image: url(./static/img/error.png);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.68);
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-size: cover;
}

#__next .form-calculate_apostille__Fpv7q {
  margin: 0 0 10px;
  margin-left: 0 !important;
}

#__next .form-calculate_apostille__Fpv7q span {
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  color: var(--color--white);
}

#__next .form-calculate_apostille__Fpv7q span a {
  border-bottom: none;
  text-decoration: underline;
}

#__next .form-calculate_addMore__3LR9Q {
  display: flex;
  margin-top: 5px;
  align-content: center;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: var(--font-lato);
  color: var(--color--white);
  font-size: 16px;
  margin-bottom: 9px;
  cursor: pointer;
  transition: 0.3s;
}

#__next .form-calculate_addMore__3LR9Q:hover,
#__next .form-calculate_addMore__3LR9Q:hover span {
  transition: 0.3s;
  color: rgba(16, 13, 13, 0.43);
}

#__next .form-calculate_addMore__3LR9Q span {
  height: 20px;
  width: 20px;
  margin-top: 6px;
  margin-left: 3px;
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
}

#__next .form-calculate_another__D_nU0 {
  margin-top: 10px;
  width: calc(100% + 20px);
}

#__next .form-calculate_another__D_nU0 .form-calculate_elGroup__OJws1 {
  position: relative;
}

#__next .form-calculate_another__D_nU0 .form-calculate_disableSelect__58n5M {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  top: 0;
  cursor: not-allowed;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#__next .form-calculate_elGroup__OJws1 {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

#__next .form-calculate_elGroup__OJws1>div {
  width: calc(100% + 20px);
  margin-left: -10px;
}

#__next .form-calculate_elGroup__OJws1>span {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}

#__next .form-calculate_elGroup__OJws1>span:hover {
  transition: 0.3s;
  color: rgba(16, 13, 13, 0.43);
}

#__next .form-calculate_certBlock___C8eQ.form-calculate_activePrice__aTIjm p span:first-child {
  width: 50px;
}

#__next .form-calculate_certBlock___C8eQ h3 {
  margin-top: 15px;
  margin-bottom: 3px;
}

#__next .form-calculate_certBlock___C8eQ p {
  display: flex;
}

#__next .form-calculate_certBlock___C8eQ p span:first-child {
  width: 20px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
}

#__next .form-calculate_certBlock___C8eQ p span:last-child {
  padding-left: 5px;
  width: 140px;
}

#__next .form-calculate_errorT__hkee_ {
  margin-top: 2px;
  font-size: 12px !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  border-bottom: 1px solid #eb5757;
  position: relative;
  padding-left: 20px;
  margin-bottom: -7px !important;
}

#__next .form-calculate_errorT__hkee_:before {
  content: "";
  background-image: url(./static/img/error.png);
  position: absolute;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.68);
  border-radius: 20px;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-size: cover;
}

@media (max-width: 600px) {
  #__next .form-calculate_addMore__3LR9Q {
    margin-left: 0;
  }

  #__next .form-calculate_another__D_nU0 .form-calculate_disableSelect__58n5M {
    width: calc(100% - 44px);
  }

  #__next .form-calculate_elGroup__OJws1>div {
    width: calc(100% - 45px);
    margin-left: 0;
  }

  #__next .form-calculate_elGroup__OJws1>span {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    font-size: 16px;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
  }

  #__next .form-calculate_elGroup__OJws1>span:hover {
    transition: 0.3s;
    color: rgba(16, 13, 13, 0.43);
  }
}

#__next .form-calculate_discountHead__c6DSn {
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

#__next .form-calculate_discountHead__c6DSn h3 {
  font-family: Quicksand, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  max-width: 371px;
  color: #fff;
  text-align: start;
}

#__next .form-calculate_discountHead__c6DSn .form-calculate_imgBlock__1OKH5 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 30px;
}

#__next .form-calculate_discountHead__c6DSn .form-calculate_imgBlock__1OKH5 img,
#__next .form-calculate_discountHead__c6DSn .form-calculate_imgBlock__1OKH5 svg {
  height: 61px;
  width: auto;
}

#__next .form-calculate_discountHead__c6DSn .form-calculate_imgBlock__1OKH5 p {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Quicksand, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 0;

  display: flex;
  justify-content: center;
  width: 100%;
}

#__next .form-calculate_discountFooter__bQp04 {
  padding: 0 30px 17px;
  max-width: 598px;
}

#__next .form-calculate_discountFooter__bQp04 .form-calculate_list__RqePR {
  border-top: 1px solid hsla(0, 0%, 52%, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: -15px;
}

#__next .form-calculate_discountFooter__bQp04 .form-calculate_list__RqePR .form-calculate_item__6DO8U {
  max-width: 239px;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}

#__next .form-calculate_discountFooter__bQp04 .form-calculate_list__RqePR .form-calculate_item__6DO8U .form-calculate_img__ss1I2,
#__next .form-calculate_discountFooter__bQp04 .form-calculate_list__RqePR .form-calculate_item__6DO8U svg {
  min-width: 34px;
  max-width: 34px;
  margin-right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#__next .form-calculate_discountFooter__bQp04 .form-calculate_list__RqePR .form-calculate_item__6DO8U p {
  font-family: Quicksand, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.005em;
  color: #343131;
}

@media (max-width: 600px) {
  #__next .form-calculate_discountFooter__bQp04 .form-calculate_list__RqePR {
    margin-top: -5px;
  }
}

#__next .form-calculate-wrap_wrap__M_l4_ {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
  padding: 0;
  width: auto;
}

@media (max-width: 600px) {
  #__next .form-calculate-wrap_wrap__M_l4_ {
    padding: 0;
  }
}



.ant-picker-content td,
.ant-picker-content th {
  text-align: center;
}