@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400&display=swap");
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'pragmatica';
  src: url("../fonts/pragmatica/pragmaticac.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

input {
  height: auto;
  padding: 0;
  border: 0;
}

html.lock {
  overflow: hidden;
}

body {
  color: #000000;
  font-size: 18px;
}

body._lock {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
}

main {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.calculator {
  font-family: 'Pragmatica';
}

.calculator * {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.calculator *,
.calculator *:before,
.calculator *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.calculator :focus,
.calculator :active {
  outline: none;
}

.calculator a:focus,
.calculator a:active {
  outline: none;
}

.calculator aside,
.calculator nav,
.calculator footer,
.calculator header,
.calculator section {
  display: block;
}

.calculator html,
.calculator body {
  height: 100%;
}

.calculator body {
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.calculator input::-ms-clear {
  display: none;
}

.calculator button {
  cursor: pointer;
}

.calculator button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.calculator a,
.calculator a:visited {
  text-decoration: none;
}

.calculator ul li {
  list-style: none;
}

.calculator img {
  vertical-align: top;
}

.calculator input::-webkit-outer-spin-button,
.calculator input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.calculator__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

.calculator__title {
  text-align: center;
  margin-bottom: 23px;
  font-size: 50px;
  line-height: 130%;
  font-weight: 200;
  font-family: 'Fira Sans';
}

@media (max-width: 767px) {
  .calculator__title {
    font-size: 30px;
  }
}

.top-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .top-calculator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-calculator__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border: 1px solid #dedde0;
  border-radius: 6px;
  height: 280px;
  padding: 30px;
}

@media (max-width: 992px) {
  .top-calculator__left {
    height: 345px;
  }
}

@media (max-width: 767px) {
  .top-calculator__left {
    padding: 30px 15px;
  }
}

.top-calculator__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border: 1px solid #dedde0;
  border-radius: 6px;
  height: 280px;
  padding: 30px;
}

@media (max-width: 992px) {
  .top-calculator__right {
    height: 345px;
  }
}

@media (max-width: 767px) {
  .top-calculator__right {
    padding: 30px 15px;
  }
}

.top-calculator__swap {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  cursor: pointer;
}

@media (max-width: 992px) {
  .top-calculator__swap {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.top-calculator__title {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.top-calculator__name {
  font-weight: 400;
  font-size: 10px;
  font-family: 'Pragmatica';
  text-transform: uppercase;
  color: #9792a2;
  margin-bottom: 9px;
}

.top-calculator__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .top-calculator__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-calculator__select-wrapper {
  position: relative;
}

.top-calculator__select-img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.choices__inner {
  background: #f3f4f6;
  border-radius: 5px;
  border: 1px solid #ffffff;
  min-height: 60px;
  font-size: 16px;
  font-family: 'Pragmatica';
  padding: 12.5px 20px 3.75px 55px;
}

.not-padding {
  border: 1px solid #f3f4f6;
}

.not-padding_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  border: 1px solid #ffffff;
}

.not-padding_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
  border: 1px solid #ffffff;
}

.not-padding .choices__inner {
  background: #f3f4f6;
  border-radius: 5px;
  min-height: 60px;
  font-size: 16px;
  font-family: 'Pragmatica';
  padding: 12.5px 20px 3.75px 17.5px;
}

.is-open .choices__inner {
  border: none;
  border: 1px solid #330099;
  border-bottom-width: 0px;
  border-radius: 5px 5px 0px 0px;
}

.choices__list--dropdown {
  border: none;
  border: 1px solid #330099;
  border-bottom-width: 0px;
}

.is-open .choices__list--dropdown {
  border: none;
  border: 1px solid #330099;
  border-bottom-width: 0px;
  border-radius: 0px 0px 5px 5px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  display: none;
}

.choices__item {
  padding: 5px;
  padding-right: 5px;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 10px;
  }
}

.choices__list--dropdown {
  border: 1px solid #330099 !important;
  border-top-width: 0px !important;
}

.cargo {
  border: 1px solid #dedde0;
  border-radius: 6px;
  padding: 30px;
}

@media (max-width: 767px) {
  .cargo {
    padding: 30px 15px;
  }
}

.cargo__delete {
  height: 60px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.cargo__delete img {
  width: 22px;
  height: 28px;
}

.cargo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.cargo__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cargo__triggers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cargo__trigger {
  width: 190px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border: 1px solid #acb1d0;
  border-radius: 6px;
  font-family: 'Pragmatica';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  color: #5a64a1;
}

.cargo__trigger.active {
  color: #ffffff;
  background: #2f405b;
  border: 1px solid #2f405b;
}

@media (max-width: 767px) {
  .cargo__trigger {
    width: 100%;
  }
}

.cargo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  display: none;
}

.cargo__item_box {
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .cargo__item_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
}

.cargo__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cargo__type {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26%;
          flex: 0 1 26%;
}

.cargo__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
  position: relative;
}

.cargo__number_big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  margin-right: 30px;
}

.cargo__arrow-top {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.cargo__arrow-bottom {
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cargo__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media (max-width: 992px) {
  .cargo__inputs {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.cargo__input {
  max-width: 100px;
  width: 100%;
  height: 62px;
  background: #f3f4f6;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  font-family: 'Pragmatica';
  font-style: normal;
  font-weight: 400;
  color: #111827;
}

.cargo__input_one {
  border-radius: 5px 0px 0px 5px;
}

.cargo__input_not {
  border-radius: 0;
}

.cargo__height {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

@media (max-width: 992px) {
  .cargo__height {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.cargo__wight {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
}

@media (max-width: 992px) {
  .cargo__wight {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (max-width: 992px) {
  .cargo__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.input__number {
  width: 100%;
  height: 60px;
  background: #f3f4f6;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  font-family: 'Pragmatica';
  font-style: normal;
  font-weight: 400;
  color: #111827;
}

.cargo .choices__inner,
.cargo .not-padding {
  border: 1px solid #f3f4f6;
  border-radius: 0px 5px 5px 0px;
}

.choices .is-open.choices__inner .not-padding {
  border: 1px solid #330099;
}

.button-plus {
  height: 60px;
  width: 60px;
  border: 1px solid #330099;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.button-plus span:nth-child(1) {
  position: absolute;
  background-color: #330099;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button-plus span:nth-child(2) {
  position: absolute;
  background-color: #330099;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.box-cargo {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .box-cargo {
    line-height: 150%;
    bottom: 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.box-cargo__icon {
  margin-right: 5px;
}

.box-cargo__boxicon {
  margin-right: 5px;
}

.box-cargo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-right: 7px;
}

.choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.choice__item {
  height: 60px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border: 1px solid #acb1d0;
  border-radius: 6px;
  font-family: 'Pragmatica';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  color: #5a64a1;
}

.choice__item.active {
  color: #ffffff;
  background: #2f405b;
  border: 1px solid #2f405b;
}

.cargo__item_cont {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cargo__item_cont__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}

.cargo__item_cont__weight {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
}

.cargo__item_cont__weight .cargo__inputs {
  width: 100%;
}

.cargo__item_cont__weight .cargo__input {
  max-width: 100%;
  width: 100%;
}

.cargo__item_car {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cargo__item_car__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}

.cargo__item_car__right .cargo__type {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
}

@media (max-width: 992px) {
  .cargo__type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .cargo__number,
  .cargo__height,
  .cargo__wight {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .cargo__input,
  .cargo__inputs {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .cargo__button_box {
    margin-top: 72px;
  }
}

@media (max-width: 992px) {
  .cargo__item_cont .cargo__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 992px) {
  .cargo__item_car {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cargo__item_car .cargo__item_car__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .cargo__item_car .top-calculator__label {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (max-width: 500px) {
  .cargo__item_car .cargo__item_car__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cargo__item_cont_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  .cargo__item_cont_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .cargo__item_cont__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 500px) {
  .cargo__item_cont__weight {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: 100%;
  }
}

.calculator__check {
  border: 1px solid #dedde0;
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  padding-left: 80px;
}

@media (max-width: 767px) {
  .calculator__check {
    padding-left: 70px;
  }
}

.calculator__btns {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 500px) {
  .calculator__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calculator__btn {
  padding: 0;
  width: 220px;
  height: 60px;
  background: #309;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.calculator__btn:hover {
  text-decoration: none;
  border-color: #4e10ca;
  background-color: #4e10ca;
}

.calculator__btn:active {
  position: relative;
  top: 1px;
}

.calculator__btn_border {
  background-color: inherit;
  color: #5a64a1;
  border: 1px solid #acb1d0;
}

.calculator__btn_border:hover {
  text-decoration: none;
  background-color: #f4f5fb;
  border-color: #acb1d0;
}

@media (max-width: 500px) {
  .calculator__btn {
    width: 100%;
  }
}

.choices[data-type*='select-one']::after {
  border-color: #bababa transparent transparent;
  top: 53%;
}

.choices[data-type*='select-one'].is-open::after {
  border-color: transparent transparent #bababa;
}

.switch > label {
  position: relative;
}

.switch > input[type='checkbox'] {
  opacity: 0;
}

.switch > label::before,
.switch > label::after {
  --switch-width: 40px;
  --switch-height: 20px;
  content: '';
  position: absolute;
  height: var(--switch-height);
}

.switch > label::before {
  cursor: pointer;
  width: var(--switch-width);
  border: 1px solid #ced3db;
  background-color: #ced3db;
  top: 0px;
  left: calc(0px - var(--switch-width) - 19px);
  border-radius: var(--switch-width);
}

@media (max-width: 500px) {
  .switch > label::before {
    top: -2px;
  }
}

.switch > label::after {
  cursor: pointer;
  width: calc(var(--switch-height) - 2px);
  height: calc(var(--switch-height) - 2px);
  top: 1px;
  border-radius: var(--switch-height);
  left: calc(0px - var(--switch-width) - 18px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: white;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 500px) {
  .switch > label::after {
    top: -1px;
  }
}

.switch > input[type='checkbox']:not(:checked) ~ label::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.switch > input[type='checkbox']:checked ~ label::after {
  -webkit-transform: translateX(calc(var(--switch-width) / 2));
          transform: translateX(calc(var(--switch-width) / 2));
}

.switch > input[type='checkbox']:checked ~ label::before {
  background-color: #330099;
}

.switch-2 > label {
  position: relative;
}

.switch-2 > input[type='checkbox'] {
  opacity: 0;
}

.switch-2 > label::before,
.switch-2 > label::after {
  --switch-2-width: 40px;
  --switch-2-height: 20px;
  content: '';
  position: absolute;
  height: var(--switch-2-height);
}

.switch-2 > label::before {
  cursor: pointer;
  width: var(--switch-2-width);
  border: 1px solid #ced3db;
  background-color: #ced3db;
  top: 0;
  left: calc(0px - var(--switch-2-width) - 19px);
  border-radius: var(--switch-2-width);
}

@media (max-width: 500px) {
  .switch-2 > label::before {
    top: -2px;
  }
}

.switch-2 > label::after {
  cursor: pointer;
  width: calc(var(--switch-2-height) - 2px);
  height: calc(var(--switch-2-height) - 2px);
  top: 1px;
  border-radius: var(--switch-2-height);
  left: calc(0px - var(--switch-2-width) - 18px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: white;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 500px) {
  .switch-2 > label::after {
    top: -1px;
  }
}

.switch-2 > input[type='checkbox']:not(:checked) ~ label::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.switch-2 > input[type='checkbox']:checked ~ label::after {
  -webkit-transform: translateX(calc(var(--switch-2-width) / 2));
          transform: translateX(calc(var(--switch-2-width) / 2));
}

.switch-2 > input[type='checkbox']:checked ~ label::before {
  background-color: #330099;
}

.input-container.error-d {
  position: relative;
}

.input-container.error-d input {
  border: 1px solid #df5544;
  color: #df5544;
}

.input-container.error-d input::-webkit-input-placeholder {
  color: #df5544;
}

.input-container.error-d input:-ms-input-placeholder {
  color: #df5544;
}

.input-container.error-d input::-ms-input-placeholder {
  color: #df5544;
}

.input-container.error-d input::placeholder {
  color: #df5544;
}

.input-container.error-d::before {
  content: 'Заполните поле';
  font-weight: 400;
  font-size: 11px;
  color: #df5544;
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 86px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.choices__list--dropdown .choices__placeholder {
  display: none;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 5px;
  padding-left: 25px;
}

.choices[data-type*='select-one'] .choices__input {
  padding-left: 25px;
}

.is-open .choices__list--dropdown {
  border: none;
  border: 1px solid #330099;
  border-bottom-width: 0px;
  border-radius: 0px 0px 5px 5px;
}

.is-open .choices__inner {
  border: none;
  border: 1px solid #330099;
  border-bottom-width: 0px;
  border-radius: 5px 5px 0px 0px;
}

.fast {
  margin-top: 50px;
}

.fast__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

.fast__wrapper {
  background: #ffffff;
  border: 1px solid #dedde0;
  border-radius: 6px;
  padding: 40px 90px;
}

@media (max-width: 992px) {
  .fast__wrapper {
    padding: 10px 20px;
  }
}

.fast__title {
  font-weight: 275;
  font-size: 40px;
  line-height: 130%;
  font-family: 'Fira Sans';
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .fast__title {
    text-align: center;
    font-size: 30px;
  }
}

.fast__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 992px) {
  .fast__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fast .top-calculator__select-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .fast .top-calculator__select-wrapper {
    width: 100%;
  }
}

.fast .top-calculator__select-wrapper .choices {
  margin-bottom: 0;
}

.fast .calculator__btn {
  margin-left: 30px;
  width: 175px;
  padding: 0;
}

@media (max-width: 992px) {
  .fast .calculator__btn {
    margin: 0;
    margin-top: 20px;
  }
}

.choices__item {
  font-size: 16px;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  font-size: 16px;
}

.choices[data-type*='select-one'] .choices__input {
  font-size: 16px;
}

.check-calculator {
  position: relative;
}

.check-calculator__arrow {
  position: absolute;
  top: 31px;
  display: none;
  right: 25px;
}

.check-calculator__body {
  margin-top: 40px;
  margin-left: -50px;
  font-size: 16px;
  color: #9792a2;
  line-height: 150%;
  display: none;
}

.check-calculator__body.active {
  display: block;
}

.check-calculator p {
  margin: 0;
}

.check-insurance__body {
  margin-top: 40px;
  margin-left: -50px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  display: none;
}

.check-insurance__body.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check-insurance__body label:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.check-insurance__body label:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
}

@media (max-width: 992px) {
  .check-insurance__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.full-select .choices__inner {
  min-height: 60px;
  font-size: 16px;
  font-family: 'Pragmatica';
  padding: 12.5px 20px 3.75px 17.5px;
}

.full-select_b .choices__inner {
  min-height: 62px;
  font-size: 16px;
  font-family: 'Pragmatica';
  border-radius: 5px;
  padding: 12.5px 20px 3.75px 17.5px;
}

.full-select_b .is-open .choices__inner {
  min-height: 62px;
  font-size: 16px;
  font-family: 'Pragmatica';
  border-radius: 5px 5px 0px 0px;
  padding: 12.5px 20px 3.75px 17.5px;
}

.calculator-port {
  margin: 20px 0px;
  padding: 30px;
  border: 1px solid #dedde0;
  border-radius: 6px;
  display: none;
}

.calculator-port.active {
  display: block;
}

@media (max-width: 767px) {
  .calculator-port {
    padding: 30px 15px;
  }
}

.calculator-port__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculator-port__body label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media (max-width: 992px) {
  .calculator-port__body label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.top-calculator__bottom {
  margin-top: 20px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f4f5fb;
}
