body {
  margin: 0;
  font-family: "Cera Pro", sans-serif !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.container__page {
  width: 100%;
  max-width: 1140px;
  padding: 0px 5px;
  margin: 0 auto;
}

.form-header {
  height: 80px;
  box-shadow: 0px 2px 10px #F1F1F1;
}
.form-header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
}
.form-header__inner-logo {
  max-width: 150px;
}
.form-header__inner-logo img {
  display: block;
  width: 100%;
}

.form-mine .form-arrow {
  position: absolute;
  top: -57px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #E8F0F9;
  border-radius: 8px;
  cursor: pointer;
}
.form-mine .form-arrow-span {
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #E2001A;
  border-left: 2px solid #E2001A;
  transform: rotate(45deg);
  pointer-events: none;
  margin-left: 6px;
}

.form-mine__subhead {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #202E55;
  margin-bottom: 42px;
}
.form-mine__subhead-finish {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #202E55;
  margin: 0px auto 40px auto;
  max-width: 810px;
}
.form-mine__subhead-finish span {
  color: #596D8C;
}
.form-mine__img {
  max-width: 600px;
  margin: 0px auto 30px auto;
  display: none;
}
.form-mine__img img {
  display: block;
  max-width: 100%;
}
.form-mine__img-finish {
  display: flex;
  justify-content: center;
  margin: 90px auto 40px auto;
  width: 120px;
  height: 120px;
  background-color: rgba(171, 183, 202, 0.1);
  border-radius: 50%;
}
.form-mine__img-finish img {
  width: 48px;
  z-index: 10;
}
.form-mine__text-last.first-page {
  max-width: 600px;
  margin: 16px auto 40px auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #202E55;
}
.form-mine select {
  color: #9e9e9e;
}
.form-mine option:not(:first-of-type) {
  color: black;
}

.form-mine__text {
  max-width: 920px;
  margin: 20px auto 12px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #596D8C;
}
.form-mine__text.first-page {
  max-width: 600px;
  margin: 16px auto 16px auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #202E55;
}
.form-mine__text-last {
  max-width: 920px;
  margin: 16px auto 40px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #596D8C;
}

.form-mine {
  margin-top: 78px;
}
.form-mine .form-h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #202E55;
  margin-bottom: 35px;
}
.form-mine .form-h1.second-page {
  margin-bottom: 25px;
}
.form-mine .form-h1.first-page {
  margin-bottom: 14px;
}
.form-mine .container__page {
  position: relative;
}
.form-mine .form-dots__wrap {
  display: flex;
  max-width: 216px;
  justify-content: center;
  margin: 0 auto 40px auto;
}
.form-mine .form-dots__wrap.form003 {
  max-width: 256px;
}
.form-mine .form-dots__wrap .form-dots__item {
  height: 16px;
  width: 16px;
  background-color: #C5CEDD;
  border-radius: 50%;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
.form-mine .form-dots__wrap .form-dots__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  width: 20px;
  height: 1px;
  background: #D9E1EC;
}
.form-mine .form-dots__wrap .form-dots__item + .form-dots__item {
  margin-left: 114px;
}
.form-mine .form-dots__wrap .form-dots__item:last-child::after {
  display: none;
}
.form-mine .form-dots__wrap .form-dots__item span {
  display: none;
}
.form-mine .form-dots__wrap .form-dots__item.red {
  background-color: #E2001A;
  border: 2px solid #BB0016;
}
.form-mine .form-dots__wrap .form-dots__item.red.past {
  border: none;
}
.form-mine .form-dots__wrap .form-dots__item.red.past::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  width: 20px;
  height: 1px;
  background: #E2001A;
}
.form-mine__text-top {
  max-width: 920px;
  margin: 0 auto 50px auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #202E55;
}
.form-mine__text-top.text-form003 {
  margin: 0 auto 8px auto;
}
.form-mine__text-top.second-page.exclam003 {
  margin: 0 auto 50px auto;
}
.form-mine__text-top.second-page {
  margin: 16px auto 20px auto;
  color: #596D8C;
}
.form-mine__text-top.second-page span {
  font-weight: 500;
  color: #202E55;
  line-height: 45px;
}
.form-mine__text-top.second-page img {
  display: inline;
  margin-top: -5px;
  width: 15px;
}

.form-mine__checkbox-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto 15px auto;
}
.form-mine__checkbox-wrap.one-item {
  margin-bottom: 0;
}
.form-mine__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.form-mine__checkbox-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #202E55;
  padding-left: 35px;
  cursor: pointer;
}
.form-mine__checkbox-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #DBE4F4;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 0px;
  z-index: 1;
}
.form-mine__checkbox-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 1px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.form-mine__checkbox-label.one-item {
  padding-left: 30px;
  letter-spacing: -0.5px;
  line-height: 54px;
  font-size: 15px;
  margin-bottom: 0px;
  width: 100%;
}
.form-mine__checkbox-label.one-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #DBE4F4;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 1;
}
.form-mine__checkbox-label.one-item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.form-mine__checkbox:checked + .form-mine__checkbox-label::after {
  opacity: 1;
}

.form-mine__radio-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-mine__radio-wrap .form-mine__radio-item {
  position: relative;
  margin-right: 20px;
  line-height: 45px;
}
.form-mine__radio-wrap .form-mine__radio-item .radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.form-mine__radio-wrap .form-mine__radio-item .radio-label {
  font-weight: 400;
  font-size: 15px;
  color: #202E55;
  padding-left: 32px;
  cursor: pointer;
  letter-spacing: -0.6px;
  margin-bottom: 0;
}
.form-mine__radio-wrap .form-mine__radio-item .radio-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #DBE4F4;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.form-mine__radio-wrap .form-mine__radio-item .radio-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.form-mine__radio-wrap .form-mine__radio-item .radio-input:checked + .radio-label::after {
  opacity: 1;
}

.form-mine__input-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 948px;
  margin: 0 auto 24px auto;
}
.form-mine__input-wrap .form-mine__input-item {
  margin-bottom: 24px;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-mine__input-wrap .form-mine__input-item.single {
  margin-bottom: 0;
}
.form-mine__input-wrap .form-mine__input-item .input-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #202E55;
  display: inline;
}
.form-mine__input-wrap .form-mine__input-item .input-title.slim {
  letter-spacing: -0.3px;
}
.form-mine__input-wrap .form-mine__input-item .input-title span {
  font-weight: 400;
}
.form-mine__input-wrap .form-mine__input-item .exclam-img {
  display: inline;
  width: 10px;
  margin-top: -12px;
  margin-left: 4px;
  cursor: pointer;
}
.form-mine__input-wrap .form-mine__input-item.full--width-withmrg {
  flex: 0 1 100%;
  margin-bottom: 15px;
}
.form-mine__input-wrap .form-mine__input-item.full--width {
  flex: 0 1 100%;
}
.form-mine__input-wrap .form-mine__input-item.last-margin {
  margin-bottom: 16px;
}
.form-mine__input-wrap .form-mine__input-item .form-mine__checkbox-wrap {
  margin: 0 auto 15px 0;
}
.form-mine__input-wrap .form-mine__input-item .form-mine__checkbox-wrap.control-field-wrap {
  margin-bottom: 0;
}
.form-mine__input-wrap.withbtn {
  margin: 0 auto 22px auto;
}
.form-mine__input-wrap.licence .form-mine__input-item:last-child {
  flex: 0 1 100%;
}
.form-mine__input-wrap.licence .form-mine__input-item:first-child {
  flex: 0 1 100%;
}
.form-mine__input-wrap.licence .form-mine__input-item:nth-child(2) {
  flex: 0 1 100%;
  margin-bottom: 24px;
}
.form-mine__input-wrap.licence .form-mine__input-item:nth-child(3) {
  flex: 0 1 100%;
  margin-bottom: 24px;
}

.form-mine .form-input {
  border: 1px solid #D8DEE8;
  border-radius: 8px;
  height: 54px;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #202E55;
  transition: box-shadow 0.2s linear;
  margin-top: auto;
}
.form-mine .form-input::placeholder {
  font-size: 15px;
  color: #ABB7CA;
}
.form-mine .form-input:focus {
  outline: none;
  border: 1px solid #CED4DA;
  box-shadow: 0 0 3px 2px rgba(34, 60, 80, 0.2) inset;
}
.form-mine .form-input.textarea {
  height: 110px;
  padding-top: 15px;
}
.form-mine__input-item div + .form-input {
  margin-top: 0;
}

.form-mine .form-select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #D8DEE8;
  border-radius: 8px;
  height: 54px;
  padding-left: 20px;
  font-size: 16px;
  color: #202E55;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s linear;
}
.form-mine .form-select::-ms-expand {
  display: none;
}
.form-mine .form-select:focus {
  outline: none;
  border: 1px solid #CED4DA;
  box-shadow: 0px 0px 3px 2px rgba(34, 60, 80, 0.2) inset;
}

.form-mine .form-select-wrap {
  position: relative;
}
.form-mine .form-select-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #E2001A;
  border-right: 2px solid #E2001A;
  pointer-events: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 260px !important;
}

.form-mine .form-datepicker-wrap {
  position: relative;
}
.form-mine .form-datepicker-wrap .datepicker-img {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  pointer-events: none;
}

.form-mine__btn-red-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 150px 0;
  justify-content: center;
}
.form-mine__btn-red-wrap .form-mine__btn-red {
  display: block;
  width: 170px;
  background-color: #E2001A;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  border: 0;
  outline: none;
}
.form-mine__btn-red-wrap .form-mine__btn-red:hover, .form-mine__btn-red-wrap .form-mine__btn-red:active {
  color: #fff;
  box-shadow: 0 4px 10px rgba(226, 0, 26, 0.2);
  text-decoration: none;
}
.form-mine__btn-red-wrap .form-mine__btn-red.save {
  width: 78px;
  margin-right: 30px;
}
.form-mine__btn-red-wrap .form-mine__btn-red.one-item {
  width: 164px;
}
.form-mine__btn-red-wrap .captcha-wrap {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.form-mine__btn-red-wrap .captcha-wrap .captcha {
  width: 260px;
}
.form-mine__btn-red-wrap .btnred-wrap {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-mine .input-headline {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #202E55;
  max-width: 920px;
  margin: 0 auto 22px auto;
}
.form-mine .input-headline.top {
  margin: 0 auto 18px auto;
}
.form-mine .input-headline-span {
  font-weight: 500;
}
.form-mine .input-subheadline {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #202E55;
  max-width: 920px;
  margin: 0px auto 22px auto;
}

.form-mine__add-item {
  border: none;
  border-radius: 8px;
  background-color: #E2001A;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  padding: 0 16px;
  vertical-align: bottom;
  position: relative;
}
.form-mine__add-item:before {
  content: "+";
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  vertical-align: top;
  margin-right: 6px;
}

.form-mine__remove-item {
  border: none;
  border-radius: 8px;
  background-color: #E2001A;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  padding: 0 16px;
  vertical-align: bottom;
  position: relative;
}
.form-mine__remove-item span {
  display: block;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  top: -1px;
  left: 15px;
}
.form-mine__remove-item:before {
  content: "-";
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  vertical-align: top;
  margin-right: 6px;
}

.form-mine__add-item-wrap {
  max-width: 920px;
  margin: 0 auto 30px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8DEE8;
}
.form-mine__add-item-wrap.noborder {
  border-bottom: none;
  padding-bottom: 10px;
}

.form-mine__remove-item-wrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px auto;
}

.adding-item .form-mine__remove-item-wrap {
  display: none;
}

.list .adding-item .form-mine__remove-item-wrap {
  display: block;
}

/*

.form-dragdrop-wrap {
        height: 200px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        .dragdrop-text {
            max-width: 100%;
        }
        .dragdrop-item {
            margin: 25px 0px 15px 0px;
        }
    }




    .form-dragdrop-wrap {
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        .dragdrop-text {
            max-width: 82px;
        }
        .dragdrop-item {
            margin: 0;
        }
    }

*/
.form-mine .form-dragdrop {
  height: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #D8DEE8;
  border-radius: 4px;
  position: relative;
  display: flex;
  padding: 0 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.form-mine .form-dragdrop-file {
  font-size: 13px;
  line-height: 16px;
  color: #202E55;
  margin-right: 20px;
  margin-top: 10px;
}
.form-mine .form-dragdrop-file .dragdrop-icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.form-mine .form-dragdrop-file .dragdrop-remove {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  cursor: pointer;
}
.form-mine .form-dragdrop-file-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-mine .form-dragdrop .form-input-file {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.form-mine .form-dragdrop .dragdrop-img {
  width: 26px;
}
.form-mine .form-dragdrop .dragdrop-img-wrap {
  position: relative;
}
.form-mine .form-dragdrop .dragdrop-img-wrap[data-count]:after {
  content: attr(data-count);
  font-weight: bold;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #E2001A;
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  right: -5px;
  padding: 2px;
  font-size: 8px;
  line-height: 8px;
}
.form-mine .form-dragdrop .dragdrop-text {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #596D8C;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
}
.form-mine .form-dragdrop .dragdrop-item {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #596D8C;
  margin: 25px 0px 15px 0px;
}
.form-mine .form-dragdrop .dragdrop-item .form-input-file-label {
  cursor: pointer;
  color: #E2001A;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
}
.form-mine .form-dragdrop .dragdrop-item .form-input-file-label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #E2001A;
}

.form-mine__line {
  max-width: 920px;
  height: 1px;
  background: #D8DEE8;
  margin: 30px auto;
}

.error-msg {
  font-size: 22px;
  color: #E2001A;
  text-align: center;
}

/*   media     */
@media (min-width: 361px) {
  .form-mine__checkbox-label.one-item {
    padding-left: 35px;
    letter-spacing: normal;
  }
}
@media (min-width: 400px) {
  .form-mine__btn-red-wrap .form-mine__btn-red {
    width: 200px;
  }
  .form-mine__btn-red-wrap .form-mine__btn-red.save {
    width: 110px;
    margin-right: 30px;
  }

  /* 003 form  */
  .form-mine__radio-wrap {
    flex-wrap: nowrap;
  }
  .form-mine__radio-wrap .form-mine__radio-item {
    line-height: 54px;
  }
  .form-mine__radio-wrap .form-mine__radio-item .radio-label::before {
    top: 14px;
  }
  .form-mine__radio-wrap .form-mine__radio-item .radio-label::after {
    top: 14px;
  }
}
@media (min-width: 768px) {
  .container__page {
    padding: 0;
  }

  .form-mine .form-h1.first-page {
    margin-bottom: 8px;
  }
  .form-mine__img {
    display: block;
  }
  .form-mine__subhead {
    margin-bottom: 30px;
  }

  .form-mine .form-arrow {
    top: 0;
    left: 15px;
  }
  .form-mine .form-arrow-span {
    top: 14px;
    left: 32px;
  }

  .form-mine {
    margin-top: 82px;
  }
  .form-mine .form-h1 {
    margin-bottom: 38px;
  }
  .form-mine .form-dots__wrap {
    max-width: 500px;
    margin-bottom: 52px;
  }
  .form-mine .form-dots__wrap.form003 {
    max-width: 610px;
  }
  .form-mine .form-dots__wrap .form-dots__item {
    height: 40px;
    width: 40px;
  }
  .form-mine .form-dots__wrap .form-dots__item::after {
    left: 50px;
    width: 54px;
  }
  .form-mine .form-dots__wrap .form-dots__item:last-child::after {
    display: none;
  }
  .form-mine .form-dots__wrap .form-dots__item span {
    display: block;
  }
  .form-mine .form-dots__wrap .form-dots__item.red {
    border: 3px solid #BB0016;
  }
  .form-mine .form-dots__wrap .form-dots__item.red.past::after {
    width: 54px;
    left: 50px;
  }

  .form-mine__input-wrap {
    flex-wrap: nowrap;
  }
  .form-mine__input-wrap.triple .form-mine__input-item {
    width: 33.333%;
  }
  .form-mine__input-wrap.triple .form-mine__input-item.full-width {
    width: 100%;
  }
  .form-mine__input-wrap .form-mine__input-item {
    width: 50%;
  }
  .form-mine__input-wrap .form-mine__input-item.full-width {
    width: 100%;
  }
  .form-mine__input-wrap .form-mine__input-item.full--width-withmrg {
    padding-right: 0px;
    margin-bottom: 24px;
  }
  .form-mine__input-wrap .form-mine__input-item.full--width {
    padding-right: 0px;
  }
  .form-mine__input-wrap .form-mine__input-item.wide {
    flex: 0 1 67%;
    padding-right: 20px;
  }
  .form-mine__input-wrap .form-mine__input-item.narrow {
    flex: 0 1 33%;
    padding-left: 20px;
  }
  .form-mine__input-wrap .form-mine__input-item.last-margin {
    margin-bottom: 16px;
  }
  .form-mine__input-wrap.licence {
    flex-wrap: wrap;
  }
  .form-mine__input-wrap.licence .form-mine__input-item:last-child {
    padding-right: 0px;
    padding-left: 15px;
    flex: 0 1 50%;
  }
  .form-mine__input-wrap.licence .form-mine__input-item:first-child {
    padding-right: 15px;
    margin-bottom: 0px;
    flex: 0 1 50%;
  }
  .form-mine__input-wrap.licence .form-mine__input-item:nth-child(2) {
    padding-left: 15px;
    padding-right: 0px;
    flex: 0 1 50%;
  }
  .form-mine__input-wrap.licence .form-mine__input-item:nth-child(3) {
    padding-left: 0px;
    padding-right: 15px;
    flex: 0 1 50%;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 312px !important;
  }

  .form-mine__btn-red-wrap {
    flex-wrap: nowrap;
    margin: 0 0 80px 0;
  }
  .form-mine__btn-red-wrap .form-mine__btn-red {
    width: 220px;
    line-height: 56px;
    height: 60px;
  }
  .form-mine__btn-red-wrap .form-mine__btn-red.one-item {
    width: 220px;
  }
  .form-mine__btn-red-wrap .captcha-wrap {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .form-mine .form-dragdrop {
    height: 54px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .form-mine .form-dragdrop .dragdrop-text {
    max-width: 82px;
  }
  .form-mine .form-dragdrop .dragdrop-item {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .form-mine .form-dots__wrap {
    max-width: 640px;
  }
  .form-mine .form-dots__wrap.form003 {
    max-width: 790px;
  }
  .form-mine .form-dots__wrap .form-dots__item::after {
    width: 90px;
  }
  .form-mine .form-dots__wrap .form-dots__item.red.past::after {
    width: 90px;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 312px !important;
  }

  .form-mine__input-item .input-title.slim {
    letter-spacing: normal;
  }

  .form-mine__input-wrap.licence .form-mine__input-item:last-child {
    flex: 0 1 23%;
    padding-left: 12px;
  }
  .form-mine__input-wrap.licence .form-mine__input-item:first-child {
    flex: 0 1 31%;
    padding-right: 12px;
  }
  .form-mine__input-wrap.licence .form-mine__input-item:nth-child(2) {
    flex: 0 1 23%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .form-mine__input-wrap.licence .form-mine__input-item:nth-child(3) {
    flex: 0 1 23%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
