body {
  font-family: "Roboto", sans-serif;
}

._container {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0 20px;
}

.choosing-form {
  max-width: 100%;
  margin: 0px auto;
}

@media (max-height: 500px) {
  .choosing-form {
    padding-top: 100px;
  }
}

.choosing-form__select {
  margin-bottom: 35px;
}

.choosing-form__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.id3 {
  display: none;
}

.filling-header__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.filling-header__titling {
  text-align: center;
}

.filling-header__title {
  font-size: 56px;
  color: #062845;
  margin-bottom: 15px;
}

.header {
  background-color: #062845;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__logo-box {
  margin-bottom: 5px;
  color: #ffffff;
}

.header__logo {
  font-size: 25px;
  color: inherit;
}

.header__beta-label {
  font-weight: 300;
  font-size: 12px;
}

.header__hello {
  color: #ffffff;
}

body {
  background-color: #ffffff;
}

.preloader {
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
}

.preloader.loaded {
  top: -100%;
  opacity: 0;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}

.preloader__bg {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.preloader__container {
  width: 112px;
  height: 112px;
}

.preloader__box {
  border: 16px solid #42bbff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: block;
}

.preloader__box_1 {
  width: 112px;
  height: 48px;
  margin-top: 64px;
  margin-left: 0px;
  -webkit-animation: anime1 2.5s 0s forwards ease-in-out infinite;
          animation: anime1 2.5s 0s forwards ease-in-out infinite;
}

.preloader__box_2 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-animation: anime2 2.5s 0s forwards ease-in-out infinite;
          animation: anime2 2.5s 0s forwards ease-in-out infinite;
}

.preloader__box_3 {
  width: 48px;
  height: 48px;
  margin-top: 0px;
  margin-left: 64px;
  -webkit-animation: anime3 2.5s 0s forwards ease-in-out infinite;
          animation: anime3 2.5s 0s forwards ease-in-out infinite;
}

.preloader__image-indicator {
  color: #062845;
  display: none;
}

.preloader__image-indicator.active {
  display: block;
}

.image-indicator__word-box {
  text-align: center;
  margin-bottom: 20px;
}

.image-indicator__progres {
  width: 400px;
  height: 30px;
}

.image-indicator__field {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #ff8726;
}

.image-indicator__line {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #42bbff;
  overflow: hidden;
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.image-indicator__tip {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 40px;
  height: 100%;
  opacity: 0.5;
  -webkit-animation: tipMove 1.5s linear 0s infinite;
          animation: tipMove 1.5s linear 0s infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff, rgba(255, 255, 255, 0) 100%);
}

@-webkit-keyframes anime1 {
  0% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  75% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 0px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@keyframes anime1 {
  0% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  75% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 0px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@-webkit-keyframes anime2 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  50% {
    width: 112px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
}

@keyframes anime2 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  50% {
    width: 112px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
}

@-webkit-keyframes anime3 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  25% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 64px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  100% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
}

@keyframes anime3 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  25% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 64px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  100% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
}

@-webkit-keyframes tipMove {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

@keyframes tipMove {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

.fatal-error-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
  background-color: #42bbff;
  color: #062946;
  display: none;
}

.fatal-error-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fatal-error-popup__title {
  font-size: 66px;
  margin-bottom: 20px;
}

.fatal-error-popup__message {
  font-size: 26px;
}

.error-popup {
  position: fixed;
  top: 5px;
  left: 5px;
  background-color: #42bbff;
  color: #062946;
  padding: 20px;
  min-width: 300px;
  max-width: 500px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(calc(-100% - 5px));
      -ms-transform: translateY(calc(-100% - 5px));
          transform: translateY(calc(-100% - 5px));
}

@media (max-width: 576px) {
  .error-popup {
    min-width: unset;
    max-width: unset;
    width: calc(100% - 10px);
  }
}

.error-popup.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.error-popup__title {
  font-size: 24px;
  margin-bottom: 15px;
}

.error-popup__message {
  font-size: 18px;
  margin-bottom: 8px;
}

.error-popup__hint {
  font-size: 16px;
}

.id1 {
  display: none;
}

.id2 {
  display: block;
}

.id3 {
  display: none;
  min-height: 101vh;
  padding-bottom: 60px;
}

.id1 {
  width: 100%;
  height: 100vh;
  padding-top: 200px;
}

@media (max-height: 500px) {
  .id1 {
    padding-top: 100px;
  }
}

.id2 {
  width: 100%;
  height: 100vh;
  padding-top: 200px;
}

@media (max-height: 500px) {
  .id2 {
    padding-top: 100px;
  }
}

._btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  background-color: #ff8726;
  color: #fff7f0;
  padding: 10px;
  font-size: 26px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn:hover {
  background-color: #42bbff;
}

@media (max-width: 567px) {
  ._btn._mobile-full {
    width: 100%;
  }
}

._btn_action {
  display: block;
  min-width: unset;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
}

._btn_action:hover {
  background-color: #ff4242;
}

._btn_action::after, ._btn_action::before {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

._btn_minus-btn:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

._btn_minus-btn::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff7f0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

._btn_plus-btn:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

._btn_plus-btn:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

._btn_plus-btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff7f0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

._btn_plus-btn::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff7f0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

._btn_cross-btn:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

._btn_cross-btn:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

._btn_cross-btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff7f0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

._btn_cross-btn::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff7f0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

._link {
  color: #ff8726;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._link:hover {
  color: #42bbff;
}

._title {
  font-size: 36px;
  color: #062845;
  text-align: center;
  margin-bottom: 10px;
}

.massge-box {
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 111;
  pointer-events: none;
  width: 300px;
  padding: 5px;
}

@media (max-width: 576px) {
  .massge-box {
    width: 100%;
    right: 0;
  }
}

.massge-box__item {
  margin-bottom: 5px;
  border-radius: 5px;
}

.massge-box__item:last-child {
  margin: 0;
}

.message {
  padding: 20px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
  position: absolute;
  left: 5px;
  opacity: 0;
}

@media (max-width: 576px) {
  .message {
    width: calc(100% - 10px);
  }
}

.message_info {
  background-color: #42bbff;
}

.message_waning {
  background-color: #ff8726;
}

.message_error {
  background-color: #ff4242;
}

.message.wisible {
  opacity: 1;
}

.message.hidden {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.message__title {
  font-size: 24px;
  margin-bottom: 15px;
}

.message__message {
  font-size: 18px;
  margin-bottom: 8px;
}

.message__hint {
  font-size: 16px;
}

._radio input {
  opacity: 0;
}

._radio input:checked + label ._radio__bullet ._radio__on-bulet {
  opacity: 1;
}

._radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._radio label:hover ._radio__bullet {
  background-color: #42bbff;
}

._radio label:hover p {
  color: #42bbff;
}

._radio label p {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #062946;
}

._radio__item {
  margin-bottom: 10px;
}

._radio__item:last-child {
  margin: 0;
}

._radio__bullet {
  width: 30px;
  height: 30px;
  background-color: #ff8726;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._radio__on-bulet {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  width: 100%;
  height: 100%;
}

._radio__on-bulet img {
  width: 100%;
  height: 100%;
}

._input {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 0px 0px 1px #062845;
          box-shadow: 0px 0px 0px 1px #062845;
  font-size: 16px;
  color: #062946;
  background-color: #ffffff;
  resize: none;
}

@media (max-width: 576px) {
  ._input {
    font-size: 14px;
  }
}

._input_textarea {
  min-height: 250px;
  position: relative;
}

._input_textarea::-webkit-scrollbar {
  width: 0;
}

._input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}

._input:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}

._input::-ms-input-placeholder {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}

._input::placeholder {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}

._input:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #42bbff;
          box-shadow: 0px 0px 0px 1px #42bbff;
}

._input:hover::-webkit-input-placeholder {
  color: #42bbff;
}

._input:hover:-ms-input-placeholder {
  color: #42bbff;
}

._input:hover::-ms-input-placeholder {
  color: #42bbff;
}

._input:hover::placeholder {
  color: #42bbff;
}

._input:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #42bbff;
          box-shadow: 0px 0px 0px 2px #42bbff;
}

._input:focus::-webkit-input-placeholder {
  color: #42bbff;
}

._input:focus:-ms-input-placeholder {
  color: #42bbff;
}

._input:focus::-ms-input-placeholder {
  color: #42bbff;
}

._input:focus::placeholder {
  color: #42bbff;
}

.interactive-box {
  width: 100%;
  margin: 0px auto;
  max-width: 600px;
  -webkit-box-shadow: 0px 0px 22px 11px #06284530;
          box-shadow: 0px 0px 22px 11px #06284530;
  padding: 30px;
  border-radius: 5px;
}

@media (max-width: 576px) {
  .interactive-box {
    padding: 20px;
  }
}

@media (max-width: 360px) {
  .interactive-box {
    padding: 20px 10px;
  }
}

.interactive-box__input {
  margin-bottom: 10px;
}

.interactive-box__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav {
  padding: 25px;
  position: fixed;
  z-index: 110;
  top: -70px;
  left: -70px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav.disable {
  opacity: 0.5;
  pointer-events: none;
}

.nav:hover {
  top: -20px;
  left: -20px;
}

@media (max-width: 768px) {
  .nav {
    padding: 20px;
    position: static;
  }
  .nav:hover {
    top: 0;
    left: 0;
  }
}

.nav__back svg {
  fill: #ff8726;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav__back:hover svg {
  fill: #42bbff;
}

.login-popup {
  position: fixed;
  z-index: 104;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0628452f;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.login-popup.active .login-popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.login-popup__body {
  max-width: 600px;
  margin: 0px auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.login-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 20px;
}

.login-popup__title {
  margin-bottom: 20px;
}

.login-popup__data {
  margin-bottom: 20px;
}

.login-popup__item {
  margin-bottom: 20px;
}

.login-popup__item label {
  margin-bottom: 10px;
  display: inline-block;
  color: #062845;
}

.login-popup__item:last-child {
  margin: 0;
}

.login-popup__item_pass {
  position: relative;
}

.login-popup__item_pass input {
  padding-right: 40px;
}

.login-popup__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-popup__pass-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 36px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.login-popup__pass-btn:hover {
  opacity: 0.5;
}

.login-popup__pass-btn.active .login-popup__eye img {
  width: 100%;
}

.login-popup__pass-btn.active .login-popup__eye_open {
  opacity: 0;
}

.login-popup__pass-btn.active .login-popup__eye_close {
  opacity: 1;
}

.login-popup__eye {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.login-popup__eye img {
  width: 100%;
}

.login-popup__eye_open {
  opacity: 1;
}

.login-popup__eye_close {
  opacity: 0;
}

.select {
  min-width: 500px;
  position: relative;
}

@media (max-width: 576px) {
  .select {
    min-width: 280px;
  }
}

@media (max-width: 360px) {
  .select {
    min-width: 240px;
  }
}

.select__current {
  background-color: #062845;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  font-size: 26px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 35px;
}

.select__current.active .select__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select__arrow {
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.select__arrow img {
  width: 100%;
  height: 100%;
}

.select__options {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  height: 0px;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  font-size: 20px;
  background-color: #062845;
}

.select__options.active {
  height: 200px;
  overflow-y: auto;
}

.select__options input {
  width: 100%;
  font-size: 20px;
  padding: 10px 20px;
  background-color: #ff8726;
  color: #fff7f0;
}

.select__options input::-webkit-input-placeholder {
  color: #fff7f0;
}

.select__options input:-ms-input-placeholder {
  color: #fff7f0;
}

.select__options input::-ms-input-placeholder {
  color: #fff7f0;
}

.select__options input::placeholder {
  color: #fff7f0;
}

.select__option {
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #062845;
  color: #ffffff;
  cursor: pointer;
  word-break: break-all;
}

.select__option:hover {
  background-color: #42bbff;
  color: #fff7f0;
}

.selected-info__info-box {
  color: #062946;
  margin-bottom: 10px;
}

.selected-info__info-box:last-child {
  margin: 0;
}

.selected-info__parameter {
  font-size: 26px;
}

.mb-bar {
  background-color: #42bbff;
}

.mb-track .mb-bar {
  -webkit-transition: height 0.5s ease 0s;
  -o-transition: height 0.5s ease 0s;
  transition: height 0.5s ease 0s;
}

.filling-box__container {
  max-width: 1240px;
}

.filling-box__tabs {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 22px 11px #06284530;
          box-shadow: 0px 0px 22px 11px #06284530;
}

.tabs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 50px;
}

@media (max-width: 768px) {
  .tabs__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tabs__link {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px 10px 20px;
  background-color: #ff8726;
  color: #fff7f0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: -10px;
  border-radius: 5px 15px 0 0;
}

@media (max-width: 768px) {
  .tabs__link {
    padding: 10px 25px 10px 20px;
  }
}

.tabs__link.active {
  background-color: #42bbff;
  padding: 20px 25px 10px 20px;
}

@media (max-width: 768px) {
  .tabs__link.active {
    padding: 10px 25px 10px 20px;
  }
}

.tabs__link:last-child {
  margin: 0;
}

.tabs__link:hover {
  padding: 20px 25px 10px 20px;
}

@media (max-width: 768px) {
  .tabs__link:hover {
    padding: 10px 25px 10px 20px;
  }
}

.tabs__panes {
  border: 1px solid #0628452f;
}

.tabs__pane {
  display: none;
}

.tabs__pane.active {
  display: block;
}

.fields-container__section {
  padding: 0;
  margin-bottom: 10px;
}

.field-item {
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid #0628452f;
}

.field-item:last-child {
  margin: 0;
  border-bottom: none;
}

.field-item .mb-textarea {
  position: relative;
  overflow: hidden;
}

.field-item .mb-wrapper {
  background-color: transparent;
  padding: 3px 27px 0px 3px;
}

.field-item_field, .field-item_image {
  border-bottom: 1px solid #0628452f;
}

.field-item_field .field-item__cnt, .field-item_image .field-item__cnt {
  border: none;
}

.field-item_field:hover .field-item__label, .field-item_image:hover .field-item__label {
  color: #42bbff;
}

.field-item_field:last-child, .field-item_image:last-child {
  border-bottom: none;
}

.field-item_group:hover > .field-item__label {
  color: #42bbff;
}

.field-item_repeater .field-item_field {
  border-right: 1px solid #0628452f;
  border-bottom: none;
}

.field-item_repeater .field-item {
  border-bottom: 1px solid #0628452f;
  border-right: 1px solid #0628452f;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.field-item_radio .field-item__cnt {
  border: none;
}

.field-item__cnt {
  border: 1px solid #0628452f;
}

.field-item__pic {
  width: 100%;
  max-width: 300px;
}

.field-item__pic img {
  width: 100%;
  margin-bottom: 20px;
}

.field-item__pic input {
  z-index: -1;
  width: 0px;
  height: 0px;
}

.field-item__pic label {
  margin-bottom: 20px;
}

.field-item__label {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 10px;
  font-size: 18px;
  color: #062946;
}

.field-item__row-item {
  border: 1px solid #0628452f;
  border-bottom: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field-item__row-item > .field-item {
  border-bottom: none;
  border-right: 1px solid #0628452f;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.field-item__row-item:last-child {
  margin: 0;
}

.field-item__row-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0628452f;
  padding: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  font-size: 18px;
  border-right: 1px solid #0628452f;
  border-bottom: 1px solid #0628452f;
}

.field-item__row-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0628452f;
  padding: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  border-bottom: 1px solid #0628452f;
}

.field-item__row-fields-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field-item__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 0 10px;
}

.page-section:first-child .page-section__title {
  border-top: none;
}

.page-section__title {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0px;
  background-color: #0628452f;
  border-top: 1px solid #0628452f;
  border-bottom: 1px solid #0628452f;
}

.submit-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.submit-box ._btn {
  margin-right: 20px;
}

.submit-box ._btn:last-child {
  margin: 0;
}
