.form-type {
  color: #000;
  /*checkbox*/
  /*white-form*/
}

.form-type .confirm-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.form-type .confirm-row button {
  min-width: 80px;
  font-size: 17px;
}

.form-type .drop-wrapper {
  background: #F4F5F8;
  padding: 17px 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .form-type .drop-wrapper {
    padding: 10px;
  }
}

.form-type .form-step-name {
  display: block;
  font-size: 21px;
  line-height: 31px;
  font-weight: normal;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .form-type .form-step-name {
    font-size: 18px;
    line-height: 21px;
  }
}

.form-type .hidden-vars .tab-inside {
  padding: 30px 0;
}

.form-type .fieldset-heading {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .form-type .fieldset-heading {
    padding-bottom: 15px;
  }
}

.form-type .form-group {
  margin-bottom: 20px;
}

.form-type fieldset {
  margin-top: 30px;
}

.form-type fieldset:first-child {
  margin-top: 0;
}

.form-type .copy-group fieldset:first-child {
  margin-top: 30px;
}

.form-type .selectGroup h2 {
  font-size: 28px;
  font-weight: 500;
}

.form-type .g_formTitle {
  display: block;
  position: relative;
  font-size: 21px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 5px;
}

.form-type .submit-wrap {
  padding: 20px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .form-type .submit-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form-type .submit-wrap .btn-wrap {
  padding-right: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .form-type .submit-wrap .btn-wrap {
    padding: 10px 0;
  }
}

.form-type .submit-wrap .btn-wrap:last-child {
  padding-right: 0;
}

.form-type .submit-wrap .btn-wrap .infobox-block {
  top: auto;
  bottom: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0 83px rgba(42, 51, 64, 0.2);
  border-radius: 10px;
  padding: 25px 30px 20px 30px;
}

.form-type .form-info-text {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  color: #6f737d;
}

@media (max-width: 767px) {
  .form-type .form-info-text {
    line-height: 21px;
  }
}

.form-type .form-info-text:before {
  content: "";
  display: block;
  clear: both;
  content: 'i';
  text-align: center;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding-left: 0px;
  padding-right: 1px;
  border: 1px solid #000;
  font-weight: 500;
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 15px;
  top: 5px;
  color: #000;
}

.form-type .form-info-text p {
  margin: 0;
}

.form-type .form-info-text a {
  text-decoration: underline;
  font-weight: normal;
  color: #000;
}

.form-type .form-info-text a:hover {
  text-decoration: none;
}

.form-type .form-subheading {
  display: block;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 15px;
}

.form-type .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.form-type .flex-row .col {
  width: 49%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .flex-row .col {
    width: 100%;
    padding-bottom: 20px;
  }
  .form-type .flex-row .col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .form-type .flex-row .col {
    width: 100%;
    padding-bottom: 20px;
  }
  .form-type .flex-row .col:last-child {
    padding-bottom: 0;
  }
}

.form-type .flex-row .col70p {
  width: 69%;
}

.form-type .flex-row .col60p {
  width: 59%;
}

.form-type .flex-row .col50p {
  width: 48%;
}

.form-type .flex-row .col40p {
  width: 39%;
}

.form-type .flex-row .col30p {
  width: 29%;
}

.form-type .flex-row .col33p {
  width: 32%;
}

.form-type hr {
  margin-bottom: 30px;
  border-color: #DEE2E8;
}

.form-type .fields-label {
  display: block;
  font-size: 27px;
  padding-bottom: 20px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .form-type .fields-label {
    font-size: 22px;
  }
}

.form-type .bordered-label {
  border-bottom: 1px solid #EBEDF0;
  display: block;
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .bordered-label {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .form-type .bordered-label {
    font-size: 24px;
  }
}

.form-type .yellow-btn-submit {
  font-size: 27px;
  padding-top: 8px;
}

.form-type .form-control {
  background: none;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
  outline: none;
  height: 54px;
  color: #000;
  font-size: 16px;
  padding-left: 25px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.form-type .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}

.form-type .form-control:-moz-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}

.form-type .form-control::-moz-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}

.form-type .form-control:-ms-input-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}

.form-type .input-wrap {
  position: relative;
  background-color: #F3F5F8;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.form-type .input-wrap:hover {
  border-color: #bec4cf;
}

.form-type .input-wrap.input-disabled {
  opacity: 0.5;
  border-color: transparent;
}

.form-type .input-wrap.iconed-input .form-control {
  padding-right: 45px;
}

.form-type .input-wrap.input_not_empty .title-label {
  margin-top: -21px;
  font-size: 14px;
}

.form-type .input-wrap.input_not_empty .title-label-textarea {
  transform: translateY(0);
  top: 15px;
}

.form-type .input-wrap.input_not_empty textarea + .title-label {
  margin-top: -10px;
}

.form-type .input-wrap.input_focused {
  border-color: #A3A9B4;
  background-color: transparent;
}

.form-type .input-wrap.input_focused input::-webkit-input-placeholder {
  color: #ccc;
}

.form-type .input-wrap.input_focused input:-moz-placeholder {
  color: #ccc;
}

.form-type .input-wrap.input_focused input::-moz-placeholder {
  color: #ccc;
}

.form-type .input-wrap.input_focused input:-ms-input-placeholder {
  color: #ccc;
}

.form-type .input-wrap.input_focused .title-label {
  margin-top: -21px;
  font-size: 14px;
}

.form-type .input-wrap.input_focused textarea + .title-label {
  margin-top: -10px;
}

.form-type .input-wrap.error-wrap {
  border-color: #F29BA0;
}

.form-type .input-wrap.error {
  border-color: #f10000;
}

.form-type .input-wrap label.error {
  display: none !important;
}

.form-type .input-wrap .input-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.form-type .input-wrap label.valid {
  opacity: 0;
}

.form-type .input-wrap .form-control {
  padding-top: 24px;
}

.form-type .input-wrap input.input-small {
  padding-top: 6px;
}

.form-type .input-wrap textarea.textarea-small {
  padding-top: 15px;
}

.form-type .input-wrap .title-label {
  position: absolute;
  display: block;
  z-index: 3;
  left: 25px;
  color: #707479;
  top: 50%;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin-top: -10px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-type .input-wrap.iconed-date:after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/btn-datepicker.png) no-repeat 50% 50%;
  background-size: 22px auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 3;
}

.form-type .input-wrap.iconed-date input {
  padding-right: 60px;
}

.form-type .input-wrap .quest-pop-box {
  width: 100%;
  max-width: 400px;
  margin-bottom: -10px;
}

.form-type .js_elemWrap.error label.error {
  display: block !important;
}

.form-type .js_elemWrap.error .custom-checkbox .ch-btn {
  border-color: red;
}

.form-type .js_elemWrap.error .custom-checkbox .checkbox {
  color: red;
}

.form-type .js_elemWrap.valid label.error {
  display: none !important;
}

.form-type label.error {
  position: absolute;
  top: 100%;
  left: 12px;
  margin-top: -6px;
  padding: 2px 20px 3px;
  font-weight: normal;
  background-color: #EC1939;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  z-index: 15;
}

.form-type .custom-radio {
  position: relative;
  z-index: 3;
}

.form-type .custom-radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.form-type .custom-radio .ch-btn {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #D6DAE0;
  margin-right: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.form-type .custom-radio .ch-btn:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0;
}

.form-type .custom-radio label {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: normal;
  position: relative;
  padding-top: 2px;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .form-type .custom-radio label {
    font-size: 16px;
    line-height: 21px;
  }
}

.form-type .custom-radio label:hover .ch-btn {
  border-color: #555;
}

.form-type .custom-radio input[type=radio]:checked + label .ch-btn {
  background-color: #ffea33;
  border-color: transparent;
}

.form-type .custom-radio input[type=radio]:checked + label .ch-btn:before {
  opacity: 1;
}

.form-type .custom-radio span {
  padding-top: 4px;
  display: block;
}

.form-type .radio-inline-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-type .radio-inline-list._mod-lined .custom-radio {
  padding-right: 35px;
}

.form-type .radio-inline-list .custom-radio {
  padding-right: 25px;
}

.form-type .radio-inline-list .custom-radio:last-child {
  padding-right: 0;
}

.form-type .radio-inline-list.radio-inline-lefted .custom-radio {
  padding-right: 30px;
}

.form-type .gray-label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #7f8493;
  padding-bottom: 15px;
}

.form-type .custom-checkbox {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.form-type .custom-checkbox:hover .ch-btn {
  border-color: #757575;
}

.form-type .custom-checkbox:hover .checkbox {
  color: #000;
}

.form-type .custom-checkbox .checkbox {
  display: block;
  position: relative;
  padding: 2px 0 0 40px;
  line-height: 21px;
  font-size: 14px;
  font-weight: normal;
  color: #6f737d;
  margin: 0;
}

@media (max-width: 767px) {
  .form-type .custom-checkbox .checkbox {
    font-size: 12px;
  }
}

.form-type .custom-checkbox .checkbox a {
  text-decoration: underline;
  color: #000;
}

.form-type .custom-checkbox .checkbox a:hover {
  text-decoration: none;
}

.form-type .custom-checkbox .ch-btn {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #D0D4DB;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
  background: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.form-type .custom-checkbox .ch-btn:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 50%;
  margin-left: -3px;
  transition: all 0.3s ease;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 5px 3px;
  transform: rotate(45deg);
  opacity: 0;
}

.form-type .custom-checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.form-type .custom-checkbox input[type=checkbox]:checked + .checkbox .ch-btn {
  background: #ffea33;
  border-color: #ffea33;
}

.form-type .custom-checkbox input[type=checkbox]:checked + .checkbox .ch-btn:before {
  opacity: 1;
}

.form-type .custom-checkbox input[type=checkbox]:checked + .checkbox .checkbox-label {
  color: #000;
}

.form-type .custom-checkbox_old {
  position: relative;
  z-index: 3;
}

.form-type .custom-checkbox_old.error .ch-btn {
  border-color: red;
}

.form-type .custom-checkbox_old.error label {
  color: red;
}

.form-type .custom-checkbox_old input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.form-type .custom-checkbox_old .ch-btn {
  display: block;
  width: 23px;
  height: 23px;
  border: 1px solid #D0D4DB;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
  background: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.form-type .custom-checkbox_old .ch-btn:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 50%;
  margin-left: -4px;
  transition: all 0.3s ease;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 5px 3px;
  transform: rotate(45deg);
  opacity: 0;
}

.form-type .custom-checkbox_old label {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 17px;
  font-weight: normal;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  padding-top: 4px;
}

.form-type .custom-checkbox_old label:hover .ch-btn {
  border-color: #555;
}

.form-type .custom-checkbox_old input[type=checkbox]:checked + label .ch-btn {
  background-color: #ffea33;
  border-color: transparent;
}

.form-type .custom-checkbox_old input[type=checkbox]:checked + label .ch-btn:before {
  opacity: 1;
}

.form-type .custom-checkbox_old span {
  padding-top: 0px;
  display: block;
}

.form-type .custom-checkbox_old a {
  text-decoration: underline;
  color: #000;
}

.form-type .custom-checkbox_old a:hover {
  text-decoration: none;
}

.form-type .custom-checkbox_old._mod-lg span {
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}

.form-type .selectric-custom-select .selectric {
  border: 1px solid transparent;
  background: #F3F5F8;
  border-radius: 8px;
  transition: border-color 0.3s;
}

.form-type .selectric-custom-select .selectric:hover {
  border-color: #bec4cf;
}

.form-type .selectric-custom-select .selectric .label {
  color: #707479;
  font-size: 16px;
  font-weight: normal;
  height: 54px;
  padding-left: 25px;
  padding-right: 60px;
  margin: 0;
  line-height: 54px;
  position: relative;
}

.form-type .selectric-custom-select .selectric em {
  font-style: normal;
}

.form-type .selectric-custom-select .selectric .button {
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #edf0f3;
  border-left: 1px solid #e3e6eb;
}

.form-type .selectric-custom-select .selectric .button:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #666;
  border-width: 0 1px 1px 0;
  padding: 5px;
  transform: rotate(45deg);
  vertical-align: top;
  margin-top: 20px;
}

.form-type .selectric-custom-select .selectric.select-changed .label {
  color: #000;
}

.form-type .selectric-custom-select .selectric-items {
  border-top: none;
  border-radius: 0 0 8px 8px;
  border-color: #ddd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-bottom: 10px;
}

.form-type .selectric-custom-select .selectric-items li {
  padding: 10px 30px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.form-type .selectric-custom-select .selectric-items li:hover {
  background-color: #ffea33;
}

.form-type .selectric-custom-select .selectric-items li em {
  font-style: normal;
}

.form-type .selectric-custom-select .selectric-items li.disabled {
  color: #c3cad3;
}

.form-type .selectric-custom-select .selectric-items li.highlighted {
  background: #F3F5F8;
  color: #000;
}

.form-type .selectric-custom-select .selectric-items .mCSB_scrollTools {
  top: 8px;
  right: 5px;
}

.form-type .selectric-custom-select .selectric-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
}

.form-type .selectric-custom-select .selectric-items .mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
}

.form-type .selectric-custom-select .selectric-items .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.form-type .selectric-custom-select .selectric-items .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y {
  margin-right: 0;
}

.form-type .selectric-custom-select.selectric-select-xl .selectric .label {
  font-size: 26px;
}

.form-type .selectric-custom-select.selectric-open .selectric {
  border-radius: 8px 8px 0 0;
  border-color: #ddd;
}

.form-type .selectric-custom-select.selectric-open .selectric .button:after {
  transform: rotate(-135deg);
  margin-top: 25px;
}

.form-type .selectric-custom-select.selectric-open.selectric-above .selectric {
  border-radius: 0 0 8px 8px;
}

.form-type .selectric-custom-select.selectric-open.selectric-above .selectric-items {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}

.form-type .selectric-select-sm .selectric .label {
  height: 42px;
  line-height: 42px;
}

.form-type .selectric-_mod-small .selectric .label {
  padding-left: 20px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
}

.form-type .selectric-_mod-small .selectric .button {
  border: none;
  width: 45px;
  background: none;
}

.form-type .selectric-_mod-small .selectric .button:after {
  right: auto;
  margin-top: 12px;
}

.form-type .selectric-_mod-small.selectric-open .selectric .button:after {
  margin-top: 16px;
}

.form-type .select-labeled-wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
  background: #F3F5F8;
}

.form-type .select-labeled-wrapper .selectric-wrapper {
  z-index: 8;
}

.form-type .select-labeled-wrapper._mod-status {
  background: none;
}

.form-type .select-labeled-wrapper._mod-status .selectric-items {
  padding: 0;
  overflow: hidden;
}

.form-type .select-labeled-wrapper._mod-status .selectric-items li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-type .select-labeled-wrapper._mod-status .selectric .button {
  background: none;
  border: none;
}

.form-type .select-labeled-wrapper._mod-status .selectric .button:after {
  padding: 4px;
}

.form-type .select-labeled-wrapper .selectric {
  background: none;
}

.form-type .select-labeled-wrapper .select-fake-label {
  position: absolute;
  top: 8px;
  left: 25px;
  display: block;
  color: #7f8493;
  font-weight: normal;
  font-size: 14px;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
}

.form-type .select-labeled-wrapper .selectric-open {
  z-index: 10;
}

.form-type .select-labeled-wrapper .selectric-open + .select-fake-label {
  z-index: 20;
}

.form-type .select-labeled-wrapper.input-disabled .selectric-disabled {
  opacity: 1;
}

.form-type .select-labeled-wrapper.input-disabled .selectric {
  border-color: transparent;
  cursor: not-allowed;
  background: #F9FAFB;
}

.form-type .select-labeled-wrapper.input-disabled .selectric .label {
  color: #B8BABC;
}

.form-type .select-labeled-wrapper.input-disabled .selectric .button {
  opacity: 0.5;
}

.form-type .select-labeled-wrapper .selectric-selected-already .selectric .label,
.form-type .select-labeled-wrapper .selectric-changed .selectric .label {
  color: #000;
  padding-top: 10px;
  font-weight: 500;
}

.form-type .select-labeled-wrapper .selectric-selected-already + .select-fake-label,
.form-type .select-labeled-wrapper .selectric-changed + .select-fake-label {
  opacity: 1;
  visibility: visible;
}

.form-type textarea.form-control {
  background: #F3F5F8;
  border-radius: 8px;
  resize: vertical;
  transition: border-color 0.3s;
  height: auto;
  padding-top: 17px;
  padding-bottom: 9px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  border: none;
}

.form-type textarea.form-control.error {
  border-color: #f10000;
}

.form-type textarea.form-control.valid {
  border-color: #BBB;
}

.form-type textarea.form-control + .title-label {
  top: 20px;
  margin-top: 0;
}

.form-type .fields-visible-control .form-group {
  display: none;
}

.form-type .upload-form-button {
  height: 60px;
  width: 100%;
  background: #F3F5F8;
  border-radius: 15px;
  outline: none;
  border: 1px solid transparent;
  text-align: left;
  position: relative;
  padding: 0 10px 0 70px;
  margin: 0;
  transition: 0.3s;
}

.form-type .upload-form-button:hover {
  border-color: #ccc;
}

.form-type .upload-form-button:before {
  content: "";
  display: block;
  clear: both;
  width: 50px;
  background: #ffea33;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 15px 0 0 15px;
}

.form-type .upload-form-button img {
  position: absolute;
  top: 17px;
  left: 15px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.form-type .upload-form-button span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.form-type .upload-form-button span em {
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
}

.form-type.form-colored-white textarea.form-control {
  background: #fff;
}

.form-type.form-colored-white .input-wrap {
  background: #fff;
  border-color: #EAEBF1;
}

.form-type.form-colored-white .input-wrap:hover {
  border-color: #FDE137;
}

.form-type.form-colored-white .input-wrap.input_focused {
  background-color: #fff;
  border-color: #dcdcdc;
}

.form-type.form-colored-white .input-wrap.input-disabled {
  background: #F9FAFB;
}

.form-type.form-colored-white .select-labeled-wrapper {
  background: #fff;
}

.form-type.form-colored-white .selectric-custom-select .selectric {
  border-color: #eee;
}

.form-type.form-colored-white .selectric-custom-select .selectric:hover {
  border-color: #ccc;
}

.form-type.form-colored-white .selectric-custom-select .selectric .button {
  background: #F8F8F8;
}

.form-type.form-colored-white .selectric-custom-select.selectric-open .selectric {
  border-color: #ccc;
}

.form-type.form-colored-white .upload-form-button {
  background: #fff;
}

.form-type .flex-row-three {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .form-type .flex-row-three {
    display: block;
  }
}

.form-type .flex-row-three .col {
  width: 32%;
}

@media (max-width: 767px) {
  .form-type .flex-row-three .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-type .flex-row-three .col:last-child {
    margin-bottom: 0;
  }
}

.form-type .flex-row-3 {
  justify-content: flex-start;
  margin: 0 -18px;
}

.form-type .flex-row-3 .col {
  width: 33.3333%;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .form-type .flex-row-3 .col {
    width: 50%;
  }
}

.form-type .flex-row-3 input.form-control {
  font-size: 18px;
}

.form-type .plefted {
  padding-left: 30px;
}

.form-type .row-full {
  width: 100%;
  flex-wrap: wrap;
}

.form-type .row-full .col-half {
  width: 48%;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .row-full .col-half {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .form-type .row-full .col-half {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .form-type .row-full .col-half {
    width: 48%;
  }
}

.form-type .row-full .col-full {
  width: 100%;
}

.form-type div.ms-ctn {
  background: #F2F4F7;
  border-radius: 10px;
  height: auto;
  padding: 4px 10px 4px 25px;
}

.form-type div.ms-ctn .ms-sel-ctn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 50px;
}

.form-type div.ms-ctn .ms-sel-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 16px;
  border-color: #ccc;
  padding-left: 10px;
  margin-left: 0;
  height: 30px;
}

.form-type div.ms-ctn .ms-sel-item .ms-close-btn {
  margin-top: 0;
}

.form-type div.ms-ctn input {
  background: none;
  flex: 1;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  height: 32px;
  padding-bottom: 2px;
  line-height: 1.42857143;
}

.form-type .suggest-style-user {
  position: relative;
  z-index: 10;
}

.form-type .suggest-style-user div.ms-ctn {
  border: 1px solid transparent;
}

.form-type .suggest-style-user div.ms-ctn .ms-trigger {
  width: 55px;
  background: url(../images/admin-icon-addtask.png) no-repeat 50% 50%;
  background-size: 20.5px auto;
  border-color: #E2E6EC;
  border-radius: 0 10px 10px 0;
}

.form-type .suggest-style-user div.ms-ctn .ms-trigger .ms-trigger-ico {
  display: none;
}

.form-type .suggest-style-user div.ms-ctn .ms-trigger:hover {
  right: 0;
  background-color: #ddd;
}

.form-type .suggest-style-user div.ms-ctn.ms-ctn-focus {
  border-color: #ccc;
}

.form-type .ms-res-ctn {
  background: #fff;
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin: 1px 0 0 0;
  padding: 20px 15px;
}

.form-type .ms-res-ctn .ms-res-item {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 10px;
  line-height: auto;
  padding: 5px 10px 7px 15px;
  transition: 0.3s;
}

.form-type .ms-res-ctn .ms-res-item:hover, .form-type .ms-res-ctn .ms-res-item.ms-res-item-active {
  background-color: #ffea33;
}

.form-type .ms-res-ctn .ms-res-item em {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
}

.form-type .ms-res-ctn .worker-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.form-type .ms-res-ctn .worker-holder .worker-role {
  color: #333;
  font-weight: 400;
}

.form-type input.input-small {
  background: #F3F5F7;
  height: 42px;
  border-radius: 10px;
  padding-left: 25px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  border: 1px solid transparent;
}

.form-type input.input-small::-webkit-input-placeholder {
  color: #757575;
}

.form-type input.input-small:-moz-placeholder {
  color: #757575;
}

.form-type input.input-small::-moz-placeholder {
  color: #757575;
}

.form-type input.input-small:-ms-input-placeholder {
  color: #757575;
}

.form-type input.input-small:focus {
  border-color: #ccc;
}

.form-type textarea.textarea-small {
  color: #000;
  font-size: 18px;
  padding-top: 15px;
  padding-left: 25px;
}

.form-type textarea.textarea-small::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #757575;
}

.form-type textarea.textarea-small:-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #757575;
}

.form-type textarea.textarea-small::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #757575;
}

.form-type textarea.textarea-small:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  color: #757575;
}

.form-type .time-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  border: none;
  padding-left: 25px;
  overflow: visible;
}

.form-type .time-wrap .time-select-wrap {
  flex: 1;
}

.form-type .time-wrap .select-mins {
  border-left: 1px solid #E9ECF1;
}

.form-type .time-wrap .time-label {
  font-weight: 500;
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding-right: 25px;
}

.form-type .time-wrap .selectric-select-sm .selectric {
  border: none;
  border-radius: 0;
  background: none;
}

.form-type .time-wrap .selectric-select-sm .selectric .label {
  padding-left: 20px;
  font-weight: 500;
  text-align: center;
}

.form-type .time-wrap .selectric-select-sm .selectric .button {
  border: none;
  width: 45px;
  background: none;
}

.form-type .time-wrap .selectric-select-sm .selectric .button:after {
  right: auto;
  margin-top: 12px;
}

.form-type .time-wrap .selectric-select-sm .selectric-items {
  text-align: center;
}

.form-type .time-wrap .selectric-select-sm.selectric-open .selectric .button:after {
  margin-top: 16px;
}

.form-type .attachment-btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  padding: 0;
  background: none;
  width: 44px;
  height: 40px;
  margin: 0;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.form-type .attachment-btn:hover {
  border-color: #ccc;
  background-color: #F3F5F8;
}

.form-type .button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.form-type .form-row-gray {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.form-type .form-row-gray .gray-col {
  width: 100%;
  border-left: 1px solid #E4E6EB;
}

.form-type .form-row-gray .gray-col:first-child {
  border: none;
}

.form-type .form-row-gray .gray-col:first-child .input-wrap {
  border-radius: 15px 0 0 15px;
}

.form-type .form-row-gray .gray-col:first-child .selectric-wrapper .selectric {
  border-radius: 15px 0 0 15px;
}

.form-type .form-row-gray .gray-col:first-child .selectric-open .selectric {
  border-radius: 15px 0 0 0;
}

.form-type .form-row-gray .gray-col:first-child .selectric-open.selectric-above .selectric {
  border-radius: 0 0 0 15px;
}

.form-type .form-row-gray .gray-col:last-child .input-wrap {
  border-radius: 0 15px 15px 0;
}

.form-type .form-row-gray .gray-col:last-child .selectric-wrapper .selectric {
  border-radius: 0 15px 15px 0;
}

.form-type .form-row-gray .gray-col:last-child .selectric-open .selectric {
  border-radius: 0 15px 0 0;
}

.form-type .form-row-gray .gray-col:last-child .selectric-open.selectric-above .selectric {
  border-radius: 0 0 15px 0;
}

.form-type .form-row-gray .input-wrap {
  border-radius: 0;
}

.form-type .form-row-gray .select-labeled-wrapper .select-fake-label {
  left: 25px;
}

.form-type .form-row-gray .selectric-wrapper .selectric {
  border-radius: 0;
}

.form-type .form-row-gray .selectric-wrapper .selectric .label {
  padding-left: 25px;
}

.form-type input.input-norm {
  border: 1px solid transparent;
  outline: none;
  background: #F3F5F8;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  border-radius: 12px;
  height: 60px;
  width: 100%;
}

.form-type .plus-line-btn {
  display: inline-block;
  border: none;
  background: none;
  outline: none;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  font-weight: 500;
  padding: 0;
  height: auto;
  margin: 0;
}

@media (max-width: 767px) {
  .form-type .plus-line-btn {
    font-size: 14px;
  }
}

.form-type .plus-line-btn:hover:before {
  color: #000;
}

.form-type .plus-line-btn:before {
  content: "";
  display: block;
  clear: both;
  content: '+';
  font-size: 77px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #ffea33;
  font-weight: 300;
  margin-right: 25px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .form-type .plus-line-btn:before {
    margin-right: 10px;
    font-size: 50px;
    line-height: 30px;
  }
}

.form-type .coled-type {
  padding: 10px 0 0 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .coled-type {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .form-type .coled-type {
    padding-left: 0;
  }
}

.form-type .big-gray-field {
  background: #fff;
  border-radius: 15px;
  padding: 50px 5% 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .form-type .big-gray-field {
    padding: 30px 5%;
  }
}

.form-type .big-gray-field input {
  background: #F3F5F8;
  height: 90px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .form-type .big-gray-field input {
    height: 60px;
    padding-left: 15px;
    font-size: 18px;
  }
}

.form-type .big-gray-field input:focus {
  border-color: #DEE2E8;
}

.form-type .big-gray-field input::-webkit-input-placeholder {
  color: #707479;
}

.form-type .big-gray-field input:-moz-placeholder {
  color: #707479;
}

.form-type .big-gray-field input::-moz-placeholder {
  color: #707479;
}

.form-type .big-gray-field input:-ms-input-placeholder {
  color: #707479;
}

.form-type .big-gray-field .input-short {
  max-width: 480px;
  letter-spacing: 25px;
  font-size: 51px;
  text-transform: uppercase;
  height: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .form-type .big-gray-field .input-short {
    height: 60px;
    font-size: 7.5vw;
  }
}

.form-type .big-gray-field .adress-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.form-type .big-gray-field .adress-row .adr-input {
  width: 100%;
  flex: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-type .big-gray-field .adress-row .adr-input input {
    font-size: 18px;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .big-gray-field .adress-row .adr-input input {
    font-size: 18px;
    height: 60px;
  }
}

.form-type .big-gray-field .adress-row .adr-appartment {
  padding-left: 10px;
  min-width: 160px;
  display: none;
}

.form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper {
  margin-bottom: 15px;
}

.form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric {
  background: #F3F5F8;
  border-radius: 10px;
  border-color: transparent;
}

.form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .label {
  height: 88px;
  line-height: 88px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .label {
    height: 58px;
    line-height: 58px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .label {
    height: 58px;
    line-height: 58px;
  }
}

.form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .button:after {
  margin-top: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .button:after {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .big-gray-field .adress-row .adr-appartment .selectric-wrapper .selectric .button:after {
    margin-top: 20px;
  }
}

.form-type .big-gray-field .adress-row .adr-appartment .app-label {
  display: block;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: -10px;
  color: #707479;
}

.form-type .big-gray-field .input-long {
  letter-spacing: 1.2vw;
  width: 100%;
  text-transform: uppercase;
  height: 100px;
  font-size: 3vw;
  text-align: center;
}

@media (min-width: 1400px) {
  .form-type .big-gray-field .input-long {
    letter-spacing: 18px;
    font-size: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-type .big-gray-field .input-long {
    font-size: 3vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .big-gray-field .input-long {
    font-size: 3.5vw;
  }
}

@media (max-width: 767px) {
  .form-type .big-gray-field .input-long {
    height: 60px;
  }
}

.form-type .big-gray-field .label-info {
  display: block;
  text-align: center;
  color: #707479;
  font-size: 16px;
  font-weight: 500;
}

.form-type .text-infobox p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
  font-weight: 300;
}

.form-type .label-type {
  display: block;
  font-size: 20px;
  line-height: 27px;
}

.form-type .add-more-doc-btn {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  outline: none;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
}

.form-type .add-more-doc-btn:hover {
  color: #ead204;
}

.form-type .add-more-doc-btn:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: top;
  content: '+';
  background: #FFE138;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-weight: 300;
  font-size: 27px;
  color: #000;
  margin-right: 16px;
}

.form-type .documents-fields .documents-box {
  background: #fff;
  padding: 30px 35px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.form-type .documents-fields .btn-more-doc-wrap {
  padding-left: 35px;
}

.form-type .documents-fields .doc-fields-label {
  display: block;
  font-size: 18px;
  color: #000;
  padding-bottom: 15px;
}

.form-type .inline-radio-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.form-type .inline-radio-list .radio-btn {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
  max-width: none;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 5px 13px;
  background: #fff;
  border-top: 1px solid #CACFD5;
  border-bottom: 1px solid #CACFD5;
  transition: all 0.3s ease;
}

.form-type .inline-radio-list .radio-btn:hover {
  background: #F3F5F8;
}

.form-type .inline-radio-list .radio-btn:first-child {
  border-radius: 10px 0 0 10px;
  border-left: 1px solid #CACFD5;
}

.form-type .inline-radio-list .radio-btn:last-child {
  border-radius: 0 10px 10px 0;
  border-right: 1px solid #CACFD5;
}

.form-type .inline-radio-list .radio-btn.active {
  background: #FEDF44;
}

.form-type .inline-radio-list .radio-btn input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.form-type .input-quest-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin-top: -13px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  padding: 0 0 0 1px;
  line-height: 26px;
  color: #000;
  background: #E3E5E9;
  border: none;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin-left: 5px;
  transition: all 0.3s ease;
  z-index: 3;
}

.form-type .input-quest-btn.btn-actived, .form-type .input-quest-btn:hover {
  background: #ffea33;
  color: #000;
}

.form-type .range-input {
  width: 100%;
  position: relative;
  border: 1px solid #EFEFEF;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 0 25px 0 30px;
  height: 55px;
}

.form-type .range-input .range-filter {
  margin-top: -3px;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 100%;
  z-index: 11;
}

.form-type .range-input .range-num {
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  color: #000;
}

.form-type .range-input .range-filter {
  margin-top: -3px;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 100%;
  z-index: 11;
}

.form-type .range-input .range-filter .irs {
  height: 3px;
}

@media (max-width: 767px) {
  .form-type .range-input .range-filter .irs {
    height: 21px;
  }
}

.form-type .range-input .range-filter .rangeSlider {
  opacity: 0 !important;
}

.form-type .range-input .range-filter .irs-grid {
  bottom: auto;
  top: 100%;
}

.form-type .range-input .range-filter .irs-line {
  height: 3px;
  background: #E8E8E8;
  top: 2px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .form-type .range-input .range-filter .irs-line {
    top: 0;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(255, 204, 85, 0.1);
  }
}

.form-type .range-input .range-filter .irs-bar {
  height: 3px;
  background: #FFE31D;
  top: 2px;
  left: 0 !important;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .form-type .range-input .range-filter .irs-bar {
    top: 1px;
  }
}

.form-type .range-input .range-filter .irs-slider {
  top: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E0E0E1;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.form-type .range-input .range-filter .irs-slider:before, .form-type .range-input .range-filter .irs-slider:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #DCDCDC;
  margin-left: -2px;
}

.form-type .range-input .range-filter .irs-slider:after {
  margin-left: 1px;
}

.form-type .range-input .range-filter .irs-slider:hover {
  border-color: #ccc;
}

@media (max-width: 767px) {
  .form-type .range-input .range-filter .irs-slider {
    top: -9px;
  }
}

.form-type .range-input .range-filter .irs-bar-edge {
  display: none;
}

.form-type .range-input .range-filter .irs-line-left,
.form-type .range-input .range-filter .irs-line-mid,
.form-type .range-input .range-filter .irs-line-right {
  display: none;
}

.form-type .range-input .range-filter .irs-to {
  display: none;
}

.form-type .range-input .range-filter .irs-single {
  font-size: 40px;
  font-weight: 500;
  display: block;
  color: #fff;
  left: 20px !important;
  background: none;
  padding: 0;
  line-height: 32px;
  border-radius: 0;
  position: absolute;
  top: -1000px;
  visibility: hidden;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-type .range-input .range-filter .irs-single {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-type .range-input .range-filter .irs-single {
    left: 0 !important;
    font-size: 34px;
  }
}

.form-type .range-input .range-filter .irs-single:after {
  display: none;
}

.hidden-form {
  padding: 20px 0 30px;
}

.add-task-form .form-group:last-child {
  margin-bottom: 0;
}

.register-form .input-wrap label.error {
  margin-top: -18px;
}

div.dropzone-form {
  width: 100%;
}

div.dropzone-form .dropzone {
  border: none !important;
  padding: 0 0 20px;
}

div.dropzone-form .dropzone.dz-drag-hover .form-area-box {
  border-color: #ccc;
  background-color: #d5dce1;
}

div.dropzone-form .dropzone .form-area-box {
  border: 1px solid transparent;
  background: #EEF1F3;
  border-radius: 15px;
  padding: 35px;
  text-align: center;
  transition: 0.3s;
}

div.dropzone-form .dropzone input[type="file"] {
  opacity: 0;
  display: none;
}

div.dropzone-form .dropzone .upload-title {
  display: block;
  font-weight: 300;
  font-size: 28px;
  color: #000;
  padding-bottom: 15px;
}

div.dropzone-form .dropzone .or-title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 5px;
}

div.dropzone-form .dropzone .dz-default {
  display: none;
}

div.dropzone-form .dropzone .upload-button-wrap {
  text-align: center;
  padding-bottom: 30px;
}

div.dropzone-form .dropzone .upload-button-wrap button {
  width: 200px;
  margin: 0 auto;
}

div.dropzone-form .dropzone .file-accepted-info {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #4c4c4c;
}

div.dropzone-form .dz-file-preview {
  padding: 20px 30px 0px;
  position: relative;
}

div.dropzone-form .dz-file-preview:hover .dz-error-message {
  opacity: 1;
}

div.dropzone-form .dz-file-preview .dz-error-message {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  bottom: 100%;
  margin-bottom: -25px;
  left: 27px;
  right: 120px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

div.dropzone-form .dz-file-preview .dz-error-message:after {
  content: "";
  display: block;
  clear: both;
  bottom: -6px;
  left: 50%;
  width: 0;
  position: absolute;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #be2626;
}

div.dropzone-form .dz-file-preview .progress-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

div.dropzone-form .dz-file-preview .progress-box .progress-line {
  flex: 1;
  position: relative;
}

div.dropzone-form .dz-file-preview .progress-box .progress-line .dz-progress {
  height: 2px;
  background: #E3E7EC;
  width: 100%;
}

div.dropzone-form .dz-file-preview .progress-box .progress-line .dz-progress .dz-upload {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background: #717B8A;
  background: linear-gradient(to right, #ffea33 0%, #3EC23B 100%);
}

div.dropzone-form .dz-file-preview .progress-box .progress-text {
  width: 90px;
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

div.dropzone-form .dz-file-preview .progress-box .progress-text .current-text-info {
  color: #687685;
}

div.dropzone-form .dz-file-preview .progress-box .progress-text .dz-success-mark {
  position: absolute;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  color: #33b32d;
  opacity: 0;
}

div.dropzone-form .dz-file-preview .progress-box .progress-text .dz-error-mark {
  position: absolute;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  color: #c50202;
  opacity: 0;
}

div.dropzone-form .dz-file-preview .dz-details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

div.dropzone-form .dz-file-preview .dz-details .dz-filename {
  font-weight: 500;
  font-size: 13px;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

div.dropzone-form .dz-file-preview .dz-details .dz-size {
  padding-top: 1px;
  font-size: 13px;
  padding-left: 10px;
}

body .doc-dropzone {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}

body .doc-dropzone .abs-link {
  border: none;
  background: none;
  outline: none;
}

body .doc-dropzone .drop-icon {
  opacity: 0.2;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}

body .doc-dropzone .upload-title-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

body .doc-dropzone .upload-title-box .upload-subtitle {
  display: block;
  font-weight: 300;
  font-size: 17px;
}

body .doc-dropzone .upload-title-box .fileinput-button {
  background: none;
  border: none;
  outline: none;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  padding: 0 8px 0 0;
  transition: all 0.3s ease;
}

body .doc-dropzone .upload-title-box .fileinput-button:hover {
  color: #666;
}

body .doc-dropzone .document-iconed-desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 200px;
}

body .doc-dropzone .document-iconed-desc .desc-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

body .doc-dropzone .document-iconed-desc .doc-icon {
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
}

body .doc-dropzone .document-iconed-desc .doc-icon._mod-nocircle {
  padding-right: 15px;
}

body .doc-dropzone .document-iconed-desc .doc-icon._mod-nocircle:before {
  display: none;
}

body .doc-dropzone .document-iconed-desc .doc-icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #FFE118;
  position: absolute;
  left: -20px;
  top: -15px;
}

body .doc-dropzone .document-iconed-desc .doc-icon img {
  position: relative;
  z-index: 3;
}

body .doc-dropzone .document-iconed-desc .desc-title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

body .doc-dropzone .document-iconed-desc .desc-text {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
  max-width: 600px;
}

body .doc-dropzone .document-iconed-desc .upload-subtitle {
  display: block;
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}

body .doc-dropzone .document-iconed-desc .file-accepted-info {
  display: block;
  color: #A5A6A6;
  font-size: 12px;
  line-height: 19px;
}

body .doc-dropzone .file-accepted-info {
  color: #5a5f67;
  font-size: 10px;
}

body .doc-dropzone .form-area-box {
  background: none;
  border: 1px dashed #D4D4D8;
  border-radius: 8px;
  position: relative;
}

body .doc-dropzone .form-area-box:hover .fileinput-button {
  color: #666;
}

body .doc-dropzone .form-area-box:hover .drop-icon {
  opacity: 0.3;
}

body .doc-dropzone.dz-drag-hover .form-area-box {
  background: #F0F1F4;
  border-color: #999;
}

body .doc-dropzone.dz-drag-hover .drop-icon {
  opacity: 0.6;
}

body .dz-file-preview-new {
  position: relative;
  padding: 20px 10px 0px 40px;
}

body .dz-file-preview-new.dz-complete .progress-box .current-text-info {
  opacity: 0;
}

body .dz-file-preview-new.dz-success .progress-box .progress-text .dz-success-mark {
  opacity: 1;
}

body .dz-file-preview-new.dz-error .dz-error-message {
  opacity: 1;
  display: block;
  position: static;
  background: none;
  color: red;
  padding: 0;
  margin-bottom: 0;
}

body .dz-file-preview-new.dz-error .dz-error-message:after {
  display: none;
}

body .dz-file-preview-new.dz-error .progress-box .progress-text .dz-error-mark {
  opacity: 1;
}

body .dz-file-preview-new .dz-details strong {
  font-weight: 500;
}

body .dz-file-preview-new .progress-box .progress-text .dz-error-mark {
  background: none;
}

body .dz-file-preview-new .progress-box .progress-text .dz-success-mark {
  background: none;
}

body .dz-file-preview-new .dz-remove {
  width: 20px;
  height: 20px;
  background: #ef4343;
  text-indent: -9999px;
  position: absolute;
  left: 10px;
  top: 17px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: block;
}

body .dz-file-preview-new .dz-remove:hover {
  background: #dd1010;
}

body .dz-file-preview-new .dz-remove:before, body .dz-file-preview-new .dz-remove:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  width: 60%;
  top: 0;
  margin-top: 10px;
  margin-left: -3px;
  transition: all 0.3s ease;
}

body .dz-file-preview-new .dz-remove:after {
  transform: rotate(-45deg);
}

.dz-file-preview-eu {
  padding: 20px 30px 0;
  position: relative;
}

.dz-file-preview-eu:hover .dz-error-message {
  opacity: 1;
}

.dz-file-preview-eu .dz-error-message {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  bottom: 100%;
  margin-bottom: -25px;
  left: 27px;
  right: 120px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dz-file-preview-eu .dz-error-message:after {
  content: "";
  display: block;
  clear: both;
  bottom: -6px;
  left: 50%;
  width: 0;
  position: absolute;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #be2626;
}

.dz-file-preview-eu .progress-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.dz-file-preview-eu .progress-box .progress-line {
  flex: 1;
  position: relative;
}

.dz-file-preview-eu .progress-box .progress-line .dz-progress {
  height: 2px;
  background: #E3E7EC;
  width: 100%;
}

.dz-file-preview-eu .progress-box .progress-line .dz-progress .dz-upload {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background: #717B8A;
  background: linear-gradient(to right, #FFE118 0%, #3EC23B 100%);
}

.dz-file-preview-eu .progress-box .progress-text {
  width: 90px;
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.dz-file-preview-eu .progress-box .progress-text .current-text-info {
  color: #687685;
}

.dz-file-preview-eu .progress-box .progress-text .dz-success-mark {
  position: absolute;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  color: #33b32d;
  opacity: 0;
}

.dz-file-preview-eu .progress-box .progress-text .dz-error-mark {
  position: absolute;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  color: #c50202;
  opacity: 0;
}

.dz-file-preview-eu .dz-details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.dz-file-preview-eu .dz-details .dz-filename {
  font-weight: 500;
  font-size: 13px;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.dz-file-preview-eu .dz-details .dz-size {
  padding-top: 1px;
  font-size: 13px;
  padding-left: 10px;
}

.dz-file-preview-eu .dz-remove {
  display: none;
}

body .doc-dropzone-eu,
body .dropzone-ava-eu {
  background: none;
  padding: 0;
  border: none;
}

body .doc-dropzone-eu input[type="file"],
body .dropzone-ava-eu input[type="file"] {
  opacity: 0;
  display: block;
  position: absolute;
}

body .doc-dropzone-eu .abs-link,
body .dropzone-ava-eu .abs-link {
  border: none;
  background: none;
  outline: none;
}

body .doc-dropzone-eu .abs-link input,
body .dropzone-ava-eu .abs-link input {
  position: absolute;
  opacity: 0;
}

body .doc-dropzone-eu .drop-icon,
body .dropzone-ava-eu .drop-icon {
  opacity: 0.8;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}

body .doc-dropzone-eu:hover .form-area-box,
body .dropzone-ava-eu:hover .form-area-box {
  border-color: #000;
}

body .doc-dropzone-eu .js_elemWrap.error label.error,
body .dropzone-ava-eu .js_elemWrap.error label.error {
  display: none !important;
}

body .doc-dropzone-eu .upload-title-box,
body .dropzone-ava-eu .upload-title-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  body .doc-dropzone-eu .upload-title-box,
  body .dropzone-ava-eu .upload-title-box {
    display: block;
  }
}

body .doc-dropzone-eu .upload-title-box .upload-subtitle,
body .dropzone-ava-eu .upload-title-box .upload-subtitle {
  display: block;
  font-weight: 300;
  font-size: 17px;
}

@media (max-width: 767px) {
  body .doc-dropzone-eu .upload-title-box .upload-subtitle,
  body .dropzone-ava-eu .upload-title-box .upload-subtitle {
    font-size: 15px;
  }
}

body .doc-dropzone-eu .upload-title-box .fileinput-button,
body .dropzone-ava-eu .upload-title-box .fileinput-button {
  background: none;
  border: none;
  outline: none;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  padding: 0 8px 0 0;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  body .doc-dropzone-eu .upload-title-box .fileinput-button,
  body .dropzone-ava-eu .upload-title-box .fileinput-button {
    font-size: 15px;
  }
}

body .doc-dropzone-eu .upload-title-box .fileinput-button:hover,
body .dropzone-ava-eu .upload-title-box .fileinput-button:hover {
  color: #999;
}

body .doc-dropzone-eu .file-accepted-info,
body .dropzone-ava-eu .file-accepted-info {
  color: #5a5f67;
  font-size: 10px;
}

body .doc-dropzone-eu .dz-default,
body .dropzone-ava-eu .dz-default {
  display: none;
}

body .doc-dropzone-eu .form-area-box,
body .dropzone-ava-eu .form-area-box {
  background: none;
  border: 1px dashed #D4D4D8;
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding: 45px 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: background 0.3s ease, border-color 0.3s ease;
}

@media (max-width: 767px) {
  body .doc-dropzone-eu .form-area-box,
  body .dropzone-ava-eu .form-area-box {
    padding: 30px 10px;
  }
}

body .doc-dropzone-eu .form-area-box.error-wrap,
body .dropzone-ava-eu .form-area-box.error-wrap {
  border-color: #aaaaae;
}

body .doc-dropzone-eu .form-area-box.valid,
body .dropzone-ava-eu .form-area-box.valid {
  border-color: #8CCF2D;
}

body .doc-dropzone-eu .form-area-box:hover .fileinput-button,
body .dropzone-ava-eu .form-area-box:hover .fileinput-button {
  color: #666;
}

body .doc-dropzone-eu .form-area-box:hover .drop-icon,
body .dropzone-ava-eu .form-area-box:hover .drop-icon {
  opacity: 0.5;
}

body .doc-dropzone-eu.dz-drag-hover,
body .dropzone-ava-eu.dz-drag-hover {
  border: none;
}

body .doc-dropzone-eu.dz-drag-hover .form-area-box,
body .dropzone-ava-eu.dz-drag-hover .form-area-box {
  background: #e8e9ec;
  border-color: #999;
}

body .doc-dropzone-eu.dz-drag-hover .drop-icon,
body .dropzone-ava-eu.dz-drag-hover .drop-icon {
  opacity: 0.5;
}

body .doc-dropzone-eu .document-iconed-desc,
body .dropzone-ava-eu .document-iconed-desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 280px;
}

body .doc-dropzone-eu .document-iconed-desc .desc-top,
body .dropzone-ava-eu .document-iconed-desc .desc-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

body .doc-dropzone-eu .document-iconed-desc .doc-icon,
body .dropzone-ava-eu .document-iconed-desc .doc-icon {
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
}

body .doc-dropzone-eu .document-iconed-desc .doc-icon._mod-nocircle,
body .dropzone-ava-eu .document-iconed-desc .doc-icon._mod-nocircle {
  padding-right: 15px;
}

body .doc-dropzone-eu .document-iconed-desc .doc-icon._mod-nocircle:before,
body .dropzone-ava-eu .document-iconed-desc .doc-icon._mod-nocircle:before {
  display: none;
}

body .doc-dropzone-eu .document-iconed-desc .doc-icon:before,
body .dropzone-ava-eu .document-iconed-desc .doc-icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #FFE118;
  position: absolute;
  left: -20px;
  top: -15px;
}

body .doc-dropzone-eu .document-iconed-desc .doc-icon img,
body .dropzone-ava-eu .document-iconed-desc .doc-icon img {
  position: relative;
  z-index: 3;
}

body .doc-dropzone-eu .document-iconed-desc .desc-title,
body .dropzone-ava-eu .document-iconed-desc .desc-title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

body .doc-dropzone-eu .document-iconed-desc .desc-text,
body .dropzone-ava-eu .document-iconed-desc .desc-text {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
  max-width: 600px;
}

body .doc-dropzone-eu .document-iconed-desc .upload-subtitle,
body .dropzone-ava-eu .document-iconed-desc .upload-subtitle {
  display: block;
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}

body .doc-dropzone-eu .document-iconed-desc .file-accepted-info,
body .dropzone-ava-eu .document-iconed-desc .file-accepted-info {
  display: block;
  color: #A5A6A6;
  font-size: 12px;
  line-height: 19px;
}

body .dz-file-preview-new {
  position: relative;
  padding: 20px 10px 0px 40px;
}

body .dz-file-preview-new.dz-complete .progress-box .current-text-info {
  opacity: 0;
}

body .dz-file-preview-new.dz-success .progress-box .progress-text .dz-success-mark {
  opacity: 1;
}

body .dz-file-preview-new.dz-error .dz-error-message {
  opacity: 1;
  display: block;
  position: static;
  background: none;
  color: red;
  padding: 0;
  margin-bottom: 0;
}

body .dz-file-preview-new.dz-error .dz-error-message:after {
  display: none;
}

body .dz-file-preview-new.dz-error .progress-box .progress-text .dz-error-mark {
  opacity: 1;
}

body .dz-file-preview-new .dz-details strong {
  font-weight: 500;
}

body .dz-file-preview-new .progress-box .progress-text .dz-error-mark {
  background: none;
}

body .dz-file-preview-new .progress-box .progress-text .dz-success-mark {
  background: none;
}

body .dz-file-preview-new .dz-remove {
  width: 20px;
  height: 20px;
  background: #ef4343;
  text-indent: -9999px;
  position: absolute;
  left: 10px;
  top: 17px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: block;
}

body .dz-file-preview-new .dz-remove:hover {
  background: #dd1010;
}

body .dz-file-preview-new .dz-remove:before, body .dz-file-preview-new .dz-remove:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  width: 60%;
  top: 0;
  margin-top: 10px;
  margin-left: -3px;
  transition: all 0.3s ease;
}

body .dz-file-preview-new .dz-remove:after {
  transform: rotate(-45deg);
}

body .dropzone-ava .dropzone-previews {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

body .dropzone-ava .dropzone-previews .showbox {
  margin-top: 20px;
  padding-bottom: 0;
  display: none;
  width: 100%;
  order: 3;
}

body .dropzone-ava .dropzone-previews.successLoaded .showbox {
  display: block;
}

body .dropzone-ava .form-area-box {
  width: 100%;
}

body .dropzone-ava.dz-drag-hover {
  overflow: hidden;
}

body .dropzone-ava .dz-preview {
  position: relative;
  display: block;
  margin: 0;
  min-height: 0;
  width: 100%;
}

body .dropzone-ava .dz-preview:hover {
  z-index: 1000;
}

body .dropzone-ava .dz-preview:hover .dz-details {
  opacity: 1;
}

body .dropzone-ava .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

body .dropzone-ava .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

body .dropzone-ava .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

body .dropzone-ava .dz-preview .abs-link {
  z-index: 21;
  cursor: pointer;
}

body .dropzone-ava .dz-preview .abs-link i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-style: normal;
  background: transparent;
  transition: all 0.3s ease;
  border: 10px solid #ccc;
  border-radius: 5px;
}

body .dropzone-ava .dz-preview .dz-checkbox:checked + i {
  border-color: #FFE118;
}

body .dropzone-ava .dz-preview.dz-file-ava {
  background: none;
  width: 160px;
  height: 120px;
  padding: 10px;
  border: 1px solid #eee;
  margin: 10px 20px 0 0;
  border-radius: 5px;
  position: relative;
}

body .dropzone-ava .dz-preview.dz-file-ava .dz-details {
  transition: opacity 0.2s linear;
}

body .dropzone-ava .dz-preview.dz-file-ava .dz-image {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

body .dropzone-ava .dz-preview.dz-file-ava .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .dropzone-ava .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

body .dropzone-ava .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

body .dropzone-ava .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

body .dropzone-ava .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

body .dropzone-ava .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

body .dropzone-ava .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

body .dropzone-ava .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

body .dropzone-ava .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

body .dropzone-ava .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

body .dropzone-ava .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

body .dropzone-ava .dz-preview .dz-image {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  z-index: 10;
}

body .dropzone-ava .dz-preview .dz-image img {
  display: block;
  width: 100%;
}

body .dropzone-ava .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

body .dropzone-ava .dz-preview.dz-complete {
  opacity: 1;
}

body .dropzone-ava .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

body .dropzone-ava .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

body .dropzone-ava .dz-preview.dz-error .dz-error-message {
  display: block;
}

body .dropzone-ava .dz-preview .dz-success-mark,
body .dropzone-ava .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -30px;
}

body .dropzone-ava .dz-preview .dz-success-mark svg,
body .dropzone-ava .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

body .dropzone-ava .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

body .dropzone-ava .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

body .dropzone-ava .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

body .dropzone-ava .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

body .dropzone-ava .dz-preview .dz-remove {
  position: absolute;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #fff;
  right: -10px;
  top: -10px;
  z-index: 25;
  text-indent: -9999px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

body .dropzone-ava .dz-preview .dz-remove:hover {
  background: #FFE118;
}

body .dropzone-ava .dz-preview .dz-remove:after, body .dropzone-ava .dz-preview .dz-remove:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 10px;
  left: 5px;
  display: inline-block;
  border: solid #C3C6D3;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-45deg);
}

body .dropzone-ava .dz-preview .dz-remove:after {
  transform: rotate(135deg);
  left: 14px;
}

body .dropzone-ava .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 100%;
  left: 0px;
  width: 100%;
  background: #be2626;
  text-align: left;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

body .dropzone-ava .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.register-page-wrapper {
  background: #fff;
  color: #000;
}

.register-page-wrapper._mod-whitebox {
  padding: 30px 30px;
  border-radius: 10px;
}

.register-page-wrapper.with-reg-heading {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .register-page-wrapper.with-reg-heading {
    padding-top: 110px;
    padding-bottom: 20px;
  }
}

.register-page-wrapper.with-reg-heading ._g-plefted {
  padding-left: 58px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .register-page-wrapper.with-reg-heading ._g-plefted {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .register-page-wrapper.with-reg-heading ._g-plefted {
    padding-left: 0;
  }
}

.register-page-wrapper._mod-bg-gray {
  background: #F6F7FA;
}

.register-page-wrapper .form-type .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .register-page-wrapper .form-type .flex-row {
    display: block;
  }
}

.register-page-wrapper .form-type .flex-row .col {
  width: 49%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .register-page-wrapper .form-type .flex-row .col {
    width: 100%;
    padding-bottom: 20px;
  }
  .register-page-wrapper .form-type .flex-row .col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .register-page-wrapper .form-type .flex-row .col {
    width: 100%;
    padding-bottom: 20px;
  }
  .register-page-wrapper .form-type .flex-row .col:last-child {
    padding-bottom: 0;
  }
}

.register-page-wrapper .form-type .flex-row .col2-3 {
  width: 66%;
}

@media (max-width: 767px) {
  .register-page-wrapper .form-type .flex-row .col2-3 {
    width: 100%;
  }
}

.register-page-wrapper .form-type .flex-row .col70p {
  width: 69%;
}

.register-page-wrapper .form-type .flex-row .col60p {
  width: 59%;
}

.register-page-wrapper .form-type .flex-row .col50p {
  width: 48%;
}

.register-page-wrapper .form-type .flex-row .col40p {
  width: 39%;
}

.register-page-wrapper .form-type .flex-row .col30p {
  width: 29%;
}

.register-page-wrapper .form-type .flex-row .col20p {
  width: 19%;
}

.register-page-wrapper .form-type .flex-row .col33p {
  width: 32%;
}

@media (max-width: 767px) {
  .register-page-wrapper .form-type .flex-row .col33p {
    width: 100%;
  }
}

.register-page-wrapper .form-type .tel-row {
  flex-wrap: nowrap;
}

.register-page-wrapper .form-type .tel-row .col {
  padding-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .register-page-wrapper .form-type .tel-row .col {
    padding-bottom: 0;
  }
}

.register-page-wrapper .form-type .tel-row .col:last-child {
  padding-right: 0;
}

.register-page-wrapper .form-type .tel-row .col-tel {
  flex: auto;
  width: 20%;
  min-width: 250px;
  max-width: 250px;
}

@media (max-width: 767px) {
  .register-page-wrapper .form-type .tel-row .col-tel {
    width: 100%;
    padding-right: 0;
  }
}

.register-page-wrapper .form-type .tel-row .col-code {
  min-width: 200px;
  width: 30%;
}

@media (max-width: 767px) {
  .register-page-wrapper .form-type .tel-row .col-code {
    width: 100%;
    padding-right: 0;
  }
}

.register-page-wrapper .form-type .tel-row .col-full {
  width: 100%;
}

.drop-block {
  position: absolute;
  outline: none;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 35px 40px 35px;
  box-shadow: 0 0 83px rgba(42, 51, 64, 0.2);
  color: #000;
}

@media (max-width: 767px) {
  .drop-block {
    padding: 20px 15px 20px 20px;
    text-align: left;
    border-radius: 15px;
    width: 100% !important;
  }
}

.drop-block .close {
  top: 28px;
  right: 25px;
}

.drop-block .close:hover:before, .drop-block .close:hover:after {
  background-color: #FFE118;
}

.drop-block .close:before, .drop-block .close:after {
  width: 90%;
  height: 1px;
  background-color: #000;
}

.drop-block .drop-title {
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEDF1;
}

.drop-block p {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 22px;
}

@media (max-width: 767px) {
  .drop-block p {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.drop-block p:last-child {
  margin-bottom: 0;
}

.steps-pop {
  margin-top: 15px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .steps-pop {
    margin-left: 0;
  }
}

.steps-pop .all-steps-scrollbox {
  padding-right: 40px;
}

.steps-pop .steps-list {
  position: relative;
}

.steps-pop .steps-list li {
  position: relative;
  padding: 12px 0 12px 30px;
}

.steps-pop .steps-list li:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 3px;
  background: #CFD6DE;
}

.steps-pop .steps-list li:after {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #CFD6DE;
  left: 0;
  top: 18px;
  position: absolute;
}

.steps-pop .steps-list li:first-child {
  padding-top: 0;
}

.steps-pop .steps-list li:first-child:before {
  top: 5px;
}

.steps-pop .steps-list li:first-child:after {
  top: 5px;
}

.steps-pop .steps-list li:last-child {
  padding-bottom: 0;
}

.steps-pop .steps-list li:last-child:before {
  bottom: auto;
  height: 18px;
}

.steps-pop .steps-list li a {
  font-weight: normal;
  color: #a0a4ab;
  font-size: 17px;
}

.steps-pop .steps-list li a:hover {
  color: #000;
}

.steps-pop .steps-list li.active {
  padding-bottom: 6px;
}

.steps-pop .steps-list li.active:after {
  background: #FFE118;
}

.steps-pop .steps-list li.active a {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}

@media (max-width: 767px) {
  .steps-pop .steps-list li.active a {
    font-size: 20px;
  }
}

body .valid-form .inactive-novalid {
  cursor: pointer;
  background: #FFE31D;
}

body .valid-form .inactive-novalid:hover {
  transform: scale(1.1);
}

._gf-register-form-success-fields {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
}

._gf-register-form-success-fields .success-icon {
  margin-bottom: 30px;
}

._gf-register-form-success-fields .success-title {
  display: block;
  font-weight: 500;
  font-size: 33px;
  color: #000;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  ._gf-register-form-success-fields .success-title {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
  }
}

._gf-register-form-success-fields p {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 50px;
  text-align: center;
}

.form-heading {
  margin-bottom: 20px;
}

.form-heading h1 {
  font-size: 35px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .form-heading h1 {
    font-size: 9vw;
    line-height: 9vw;
  }
}

.form-panel form,
.form-panel .form-type {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .form-panel form,
  .form-panel .form-type {
    padding: 15px 0;
  }
}

.form-panel form fieldset:last-child,
.form-panel .form-type fieldset:last-child {
  margin-bottom: 0;
}

.form-panel form fieldset .form-group:last-child,
.form-panel .form-type fieldset .form-group:last-child {
  margin-bottom: 0;
}

.form-panel form .selectGroup,
.form-panel .form-type .selectGroup {
  padding-top: 20px;
}

.form-steps-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .form-steps-list {
    margin-bottom: 30px;
  }
}

.form-steps-list:before {
  content: "";
  display: block;
  clear: both;
  background-color: #ffea33;
  left: 125px;
  height: 2px;
  top: 5px;
  position: absolute;
  z-index: 2;
  display: none;
}

.form-steps-list li {
  position: relative;
  padding: 20px 0 0;
  flex: 1;
  text-align: center;
}

.form-steps-list li:before {
  content: "";
  display: block;
  clear: both;
  background-color: #DADCE1;
  height: 2px;
  left: 0;
  width: 50%;
  position: absolute;
  top: 5px;
}

.form-steps-list li:after {
  content: "";
  display: block;
  clear: both;
  background-color: #DADCE1;
  height: 2px;
  left: 50%;
  width: 50%;
  position: absolute;
  top: 5px;
}

.form-steps-list li:first-child {
  max-width: 200px;
}

.form-steps-list li:first-child:before {
  display: none;
}

.form-steps-list li:last-child {
  max-width: 200px;
}

.form-steps-list li:last-child:after {
  display: none;
}

.form-steps-list li .step-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #bababa;
  line-height: 18px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .form-steps-list li .step-title {
    font-size: 12px;
    line-height: 16px;
  }
}

.form-steps-list li .step-title:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  background-color: #D8DADF;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -6px;
}

.form-steps-list li.active:before {
  background-color: #ffea33;
}

.form-steps-list li.active .step-title {
  font-size: 19px;
  color: #000;
}

@media (max-width: 767px) {
  .form-steps-list li.active .step-title {
    font-size: 14px;
  }
}

.form-steps-list li.active .step-title:before {
  background-color: #ffea33;
}

.form-steps-list li.done:before, .form-steps-list li.done:after {
  background-color: #ffea33;
}

.form-steps-list li.done .step-title:before {
  background-color: #ffea33;
}

.custom-radio-quatro {
  position: relative;
  flex: 1;
}

.custom-radio-quatro .radio-holder {
  padding: 60px 10% 40px 8%;
  border-radius: 20px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #E6E6E5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-radio-quatro .radio-holder {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-radio-quatro .radio-holder {
    padding: 40px 15px 30px;
  }
}

@media (max-width: 767px) {
  .custom-radio-quatro .radio-holder {
    flex-direction: row;
    display: block;
    padding: 30px 20px 20px 30px;
  }
}

.custom-radio-quatro:hover .radio-holder {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.custom-radio-quatro:hover .ch-btn {
  background: #eee;
}

.custom-radio-quatro .abs-link {
  cursor: pointer;
}

.custom-radio-quatro input {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.custom-radio-quatro input:checked + .radio-holder {
  border-color: #ccc;
  background: #F4F5F8;
  box-shadow: none;
}

.custom-radio-quatro input:checked + .radio-holder .ch-btn {
  background: #FFE118;
  border-color: #FFE118;
}

.custom-radio-quatro input:checked + .radio-holder .ch-btn:before {
  opacity: 1;
}

.custom-radio-quatro .ch-btn {
  border-radius: 50%;
  position: relative;
  display: block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #BFBFBF;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .custom-radio-quatro .ch-btn {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

.custom-radio-quatro .ch-btn:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}

.custom-radio-quatro .radio-icon {
  margin-left: auto;
  position: relative;
}

@media (max-width: 767px) {
  .custom-radio-quatro .radio-icon {
    margin-bottom: 10px;
  }
}

.custom-radio-quatro .radio-icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #FFE118;
  position: absolute;
  bottom: 11px;
  left: -17px;
}

.custom-radio-quatro .radio-icon img {
  position: relative;
  z-index: 3;
}

.custom-radio-quatro .rad-name {
  display: block;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-radio-quatro .rad-name {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-radio-quatro .rad-name {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .custom-radio-quatro .rad-name {
    font-size: 16px;
    line-height: 21px;
  }
}

.custom-radio-quatro .radio-bottom {
  margin-top: auto;
  width: 100%;
}

.custom-radio-quatro .rad-cent {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .custom-radio-quatro .rad-cent {
    padding-right: 0;
  }
}

.custom-radio-quatro .rad-text {
  color: #A3A5AB;
  display: block;
  font-size: 13px;
}

.quatro-radios {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

@media (max-width: 767px) {
  .quatro-radios {
    flex-wrap: wrap;
  }
}

.quatro-radios._mod-pay {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .quatro-radios._mod-pay {
    margin-bottom: 20px;
  }
}

.quatro-radios._mod-stretch .custom-radio-quatro {
  width: 100%;
}

@media (min-width: 768px) {
  .quatro-radios._mod-stretch .custom-radio-quatro {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .quatro-radios._mod-stretch .custom-radio-quatro {
    flex: auto;
  }
}

.quatro-radios._mod-cabinet .custom-radio-quatro {
  flex: none;
  width: 30%;
  max-width: 330px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .quatro-radios._mod-cabinet .custom-radio-quatro {
    width: auto;
    max-width: none;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .quatro-radios._mod-cabinet .custom-radio-quatro {
    width: 100%;
    max-width: none;
  }
}

.quatro-radios._mod-cabinet .custom-radio-quatro .radio-holder {
  padding: 50px 10% 20px 40px;
  min-height: 200px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .quatro-radios._mod-cabinet .custom-radio-quatro .radio-holder {
    padding-top: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .quatro-radios._mod-cabinet .custom-radio-quatro .radio-holder {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    border-radius: 15px;
  }
}

.quatro-radios._mod-cabinet .custom-radio-quatro .rad-name {
  font-size: 17px;
  line-height: 20px;
}

.quatro-radios._mod-cabinet .custom-radio-quatro .rad-text {
  color: #848484;
  font-size: 12px;
  line-height: 15px;
}

.quatro-radios._mod-cabinet .custom-radio-quatro .radio-icon {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 20px;
}

.quatro-radios .custom-radio-quatro {
  margin-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .quatro-radios .custom-radio-quatro {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.quatro-radios .custom-radio-quatro:first-child {
  margin-left: 0;
}

.quatro-radios.error .custom-radio-quatro .radio-holder {
  border-color: red;
}

.electronic-verification {
  position: relative;
}

.electronic-verification .fields-icon {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.electronic-verification .fields-icon img {
  position: relative;
  z-index: 3;
}

.electronic-verification .error-label {
  display: block;
  color: #e10000;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.electronic-verification .very-text {
  max-width: 800px;
  text-align: center;
  margin-bottom: 20px;
}

.electronic-verification .very-text p {
  font-size: 19px;
  font-weight: 300;
  line-height: 31px;
  margin: 0 0 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .electronic-verification .very-text p {
    font-size: 16px;
    line-height: 21px;
  }
}

.electronic-verification .code-counter {
  text-align: center;
  color: #737373;
  display: block;
  font-size: 12px;
}

.electronic-verification .code-counter span {
  display: block;
}

.electronic-verification .code-counter i {
  font-style: normal;
  color: #000;
  font-weight: 500;
}

.electronic-verification .code-counter em {
  font-style: normal;
  display: none;
}

.electronic-verification .code-counter.timeOut span {
  display: none;
}

.electronic-verification .code-counter.timeOut em {
  display: block;
}

.electronic-verification .sendwrap {
  padding-top: 15px;
}

.electronic-verification .gray-btn {
  background: #F4F4F4;
  font-size: 13px;
  display: none;
  color: #000;
  margin-top: 20px;
  padding: 10px 20px 11px;
  font-weight: 500;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.electronic-verification .gray-btn:hover {
  background: #eee;
}

.electronic-verification .sms-form {
  max-width: 500px;
  width: 100%;
}

.electronic-verification .sms-form .buttons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .electronic-verification .sms-form .buttons-wrap {
    display: block;
  }
}

.electronic-verification .sms-form .buttons-wrap button {
  width: 48%;
  display: block;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .electronic-verification .sms-form .buttons-wrap button {
    width: 100%;
    margin: 0 0 10px;
  }
}

.electronic-verification .sms-form .buttons-wrap button:first-child {
  margin-left: 0;
}

.electronic-verification .sms-form .buttons-wrap button:last-child {
  margin-right: 0;
}

.full-modal-form {
  text-align: center;
}

.full-modal-form .form-group {
  margin-bottom: 25px;
}

.full-modal-form .lined-input {
  border: none;
  border-bottom: 1px solid #D2D6DD;
  color: #000;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  width: 470px;
  margin: 0 auto;
  text-align: center;
  font-size: 70px;
  font-weight: 300;
  height: 90px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .full-modal-form .lined-input {
    width: 100%;
    font-size: 50px;
    height: 60px;
  }
}

.full-modal-form .lined-input::-webkit-input-placeholder {
  color: #666;
}

.full-modal-form .lined-input:-moz-placeholder {
  color: #666;
}

.full-modal-form .lined-input::-moz-placeholder {
  color: #666;
}

.full-modal-form .lined-input:-ms-input-placeholder {
  color: #666;
}

.full-modal-form .lined-input:focus {
  border-color: #000000;
}

.steps-count-box {
  position: relative;
  margin-bottom: 10px;
}

.steps-count-box .steps-link {
  display: inline-block;
  background: #ffea33;
  color: #000;
  padding: 6px 38px 6px 18px;
  border-radius: 15px;
  position: relative;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.steps-count-box .steps-link:hover {
  transform: scale(1.1);
}

.steps-count-box .steps-link.btn-actived:after {
  transform: rotate(-135deg);
  margin-top: -2px;
}

.steps-count-box .steps-link b {
  padding-right: 2px;
}

.steps-count-box .steps-link:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 17px;
}

._g-custom-file-upload {
  position: relative;
  cursor: pointer;
  margin: 0;
}

._g-custom-file-upload input[type="file"] {
  display: none;
}

._g-upload-btn {
  display: inline-block;
  background: #FFE118;
  border-radius: 20px;
  padding: 8px 30px 8px 13px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

._g-upload-btn:hover {
  color: #000;
}

._g-upload-btn:hover i {
  background: #000;
  color: #000;
}

._g-upload-btn:hover i img {
  filter: invert(1);
}

._g-upload-btn i {
  border-radius: 50%;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  min-width: 24px;
  text-align: center;
  line-height: 21px;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 22px;
  background: #fff;
}

._g-upload-btn i img {
  transition: all 0.3s ease;
}

._g-upload-btn span {
  display: inline-block;
  vertical-align: middle;
}

.offer-fon-imagebox {
  max-width: 500px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.offer-fon-imagebox img {
  border-radius: 10px;
}

.gray-btn-plus {
  display: inline-block;
  background: #EEEEEE;
  border-radius: 30px;
  padding: 10px 32px 10px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .gray-btn-plus {
    font-size: 16px;
    padding: 8px 25px 8px 10px;
  }
}

.gray-btn-plus:hover {
  color: #000;
  background: #FFE118;
}

.gray-btn-plus:hover i {
  background: #000;
  border-color: transparent;
  color: #fff;
}

.gray-btn-plus i {
  border-radius: 50%;
  border: 1px solid #D3D4D6;
  width: 36px;
  height: 36px;
  min-width: 36px;
  text-align: center;
  line-height: 33px;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 300;
  transition: all 0.3s ease;
  font-size: 33px;
}

@media (max-width: 767px) {
  .gray-btn-plus i {
    font-size: 25px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    line-height: 23px;
  }
}

.gray-btn-plus span {
  display: inline-block;
  vertical-align: middle;
}

.selectric-custom-select-status {
  min-width: 190px;
}

.selectric-custom-select-status .selectric {
  border: none;
  background: none;
  transition: border-color 0.3s;
}

.selectric-custom-select-status .selectric:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #D7DAE5;
}

.selectric-custom-select-status .selectric:hover {
  border-color: #bec4cf;
}

.selectric-custom-select-status .selectric .label {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  height: 54px;
  padding-left: 15px;
  padding-right: 60px;
  margin: 0;
  position: relative;
  line-height: 54px;
}

.selectric-custom-select-status .selectric em {
  font-style: normal;
  padding-right: 15px;
}

.selectric-custom-select-status .selectric .button {
  background: none;
  right: 8px;
}

.selectric-custom-select-status .selectric .button:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #666;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(45deg);
  vertical-align: top;
  margin-top: 20px;
}

.selectric-custom-select-status .selectric.select-changed .label {
  color: #000;
}

.selectric-custom-select-status .selectric-items {
  border-top: none;
  border-radius: 0 0 8px 8px;
  border-color: #ddd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

.selectric-custom-select-status .selectric-items li {
  padding: 10px 45px 10px 15px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.selectric-custom-select-status .selectric-items li ._stat {
  right: 10px;
}

.selectric-custom-select-status .selectric-items li em {
  font-style: normal;
  padding-left: 15px;
  line-height: 16px;
  white-space: nowrap;
}

.selectric-custom-select-status .selectric-items li:hover {
  background-color: #ffea33;
}

.selectric-custom-select-status .selectric-items li.disabled {
  color: #c3cad3;
}

.selectric-custom-select-status .selectric-items li.highlighted {
  background: #F3F5F8;
  color: #000;
}

.selectric-custom-select-status .selectric-items .mCSB_scrollTools {
  top: 8px;
  right: 5px;
}

.selectric-custom-select-status .selectric-items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
}

.selectric-custom-select-status .selectric-items .mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
}

.selectric-custom-select-status .selectric-items .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.selectric-custom-select-status .selectric-items .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y {
  margin-right: 0;
}

.selectric-custom-select-status.selectric-open .selectric .button:after {
  transform: rotate(-135deg);
  margin-top: 25px;
}

.selectric-custom-select-status.selectric-open.selectric-above .selectric {
  border-radius: 0 0 8px 8px;
}

.selectric-custom-select-status.selectric-open.selectric-above .selectric-items {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}

._stat {
  background: #1EC676;
  position: absolute;
  border-radius: 50%;
  width: 22px;
  min-width: 22px;
  top: 50%;
  margin-top: -11px;
  right: 40px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  padding-left: 1px;
  padding-top: 1px;
}

._stat:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  vertical-align: top;
  margin-top: 3px;
  border-width: 0 3px 3px 0;
  padding: 4px 2px;
  transform: rotate(45deg);
}

._stat.stat-false {
  background: #E80019;
}

._stat.stat-false:after {
  border: none;
  padding: 0;
  width: 50%;
  margin-left: -1px;
  height: 3px;
  background: #fff;
  margin-top: -2px;
  transform: rotate(0deg);
  display: inline-block;
  vertical-align: middle;
}

.webcam-placeholder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
  transition: background-color 0.3s ease;
  text-align: center;
}

.webcam-placeholder.mod-passport .video-placeholder .video-cent {
  width: 470px;
  height: 400px;
  margin-top: -210px;
  margin-left: -235px;
}

.webcam-placeholder.mod-passport .video-placeholder .webcam-error-box {
  bottom: 15%;
}

.webcam-placeholder .video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 25px;
}

.webcam-placeholder .video-placeholder {
  position: relative;
  background: #f4f5f8;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}

.webcam-placeholder .video-placeholder .video-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -140px;
  width: 400px;
  height: 250px;
  border: 4px solid rgba(255, 255, 255, 0.51);
  border-radius: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.webcam-placeholder.webcam-started .turn-btn-wrap {
  opacity: 0;
  visibility: hidden;
}

.webcam-placeholder.webcam-started .takephoto-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.webcam-placeholder.webcam-photo-taken .retry-btn {
  opacity: 1;
  visibility: visible;
}

.webcam-placeholder.webcam-photo-taken .takephoto-btn {
  opacity: 0;
  visibility: hidden;
}

.webcam-placeholder.webcam-photo-taken canvas {
  visibility: visible;
  opacity: 1;
}

.webcam-placeholder.webcam-error .video-placeholder {
  background: #893737;
}

.webcam-placeholder.webcam-error .turn-btn-wrap {
  opacity: 1;
  visibility: visible;
}

.webcam-placeholder.webcam-error .webcam-error-box {
  opacity: 1;
  visibility: visible;
}

.webcam-placeholder .webcam-error-box {
  position: absolute;
  bottom: 10%;
  background: red;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.webcam-placeholder .flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 50;
  animation-name: flash;
  display: none;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.webcam-placeholder video {
  position: relative;
  height: auto;
  width: 100%;
  min-height: 540px;
}

.webcam-placeholder canvas {
  width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.webcam-placeholder .turn-btn-wrap {
  position: relative;
  z-index: 13;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.webcam-placeholder .document-maket {
  position: absolute;
  right: -75px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-perspective: 600px;
  perspective: 600px;
  z-index: 20;
}

.webcam-placeholder .document-maket.back-doc-actived .document-front {
  transform: rotateY(179deg);
}

.webcam-placeholder .document-maket.back-doc-actived .document-back {
  transform: rotateX(0) rotateY(0);
  z-index: 10;
}

.webcam-placeholder .document-maket a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}

.webcam-placeholder .document-maket .document-front {
  position: relative;
  z-index: 9;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow: 3px 6px 15px rgba(152, 152, 152, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.webcam-placeholder .document-maket .document-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  transition: all 0.5s ease;
  transform: rotateY(-179deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow: 3px 6px 15px rgba(152, 152, 152, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.webcam-placeholder .document-maket input {
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
}

.webcam-placeholder .takephoto-btn,
.webcam-placeholder .retry-btn {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #FFE118;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 15px;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  border: none;
  transform: translateY(20px);
}

.webcam-placeholder .takephoto-btn:hover,
.webcam-placeholder .retry-btn:hover {
  background: #FFE118;
}

.webcam-placeholder .takephoto-btn:hover img,
.webcam-placeholder .retry-btn:hover img {
  opacity: 1;
}

.webcam-placeholder .takephoto-btn img,
.webcam-placeholder .retry-btn img {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.webcam-placeholder .retry-btn {
  transform: none;
  padding-top: 2px;
  padding-right: 1px;
}

.webcam-placeholder .retry-btn img {
  max-width: 54px;
}

.webcam-placeholder .webcam-bottom-info {
  text-align: center;
}

.webcam-placeholder .webcam-bottom-info .side-info {
  display: none;
}

.webcam-placeholder .webcam-bottom-info p {
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #000000;
}

.webcam-noti-fix {
  position: fixed;
  top: 150px;
  left: 100px;
  background: rgba(70, 70, 70, 0.9);
  border-radius: 15px;
  padding: 25px 30px;
  color: #fff;
  width: 420px;
  z-index: 30;
  display: none;
}

.webcam-noti-fix .close-btn {
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 10px;
}

.webcam-noti-fix .box-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.webcam-noti-fix .box-holder .icon {
  width: 50px;
}

.webcam-noti-fix .box-holder .noty-desc {
  flex: 1;
}

.webcam-noti-fix .box-holder p {
  margin: 0 0 10px;
}

.webcam-noti-fix .box-holder .ok-btn {
  display: inline-block;
  background: #FFE118;
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  padding: 8px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.webcam-noti-fix .box-holder .ok-btn:hover {
  transform: scale(1.1);
}

.very-field {
  display: none;
}
