:root {
  --unex-font-family: Styrene A LC Web, -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica', 'Ubuntu', 'Cantarell', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:root {
  --color: red;
  --color2:#f2b3b3;
  --color3:#108CE9;
}
body {
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
  position: relative;
  font-family: var(--unex-font-family);
}
.hidden {
  display: none;
}
a{
  text-decoration: none;
}

#UNEX_CASH .callback button {
  cursor: pointer;
  border: none;
  outline: none;
  background: var(--color);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-family: var(--unex-font-family);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #FF0000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  padding: 15px 40px;
}
#UNEX_CASH .callback button:hover {
  text-decoration: none;
  outline: none;
  background-color: var(--color);
}
#UNEX_CASH .callback button:focus {
  text-decoration: none;
  outline: none;
  background-color: var(--color);
}
#UNEX_CASH .callback button:active {
  text-decoration: none;
  outline: none;
  background-color: var(--color);
}

#UNEX_CASH .callback {
  width: 100%;
  padding: 30px 0;
  top: 0;
  z-index: 100;
  left: 0;
  background-color: #f8f8f8d4;
  min-height: 100vh;
  height: auto;
  margin-top: 0;
  z-index: 100000;
}
#UNEX_CASH .callback .closeCallback {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  color: var(--color);
  cursor: pointer;
}
#UNEX_CASH .callback .section__title__wrap:after {
  content: "03";
  color: #EEF1F3;
}
#UNEX_CASH .callback .section__title__wrap .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding-top: 10px;
}
#UNEX_CASH .callback .callback__form {
  background-color: white;
  margin: 0px auto 20px;
  text-align: left;
  position: relative;
  -webkit-box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.2);
          box-shadow: 0px 4px 30px rgba(33, 33, 33, 0.2);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
#UNEX_CASH .callback .callback__form .befote__send {
  padding: 50px 45px 33px;
  min-height: 400px;
}
#UNEX_CASH .callback .callback__form .befote__send:after {
  content: '';
  display: none;
  position: absolute;
  top: -19px;
  z-index: 3;
  left: 50px;
  width: 200px;
  height: 40px;
  background-image: url('../images/form/step2.png');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
#UNEX_CASH .callback .callback__form .checkbox {
  margin-top: 10px;
}
#UNEX_CASH .callback .callback__form .checkbox div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#UNEX_CASH .callback .callback__form .checkbox div input {
  width: 23px;
  height: 23px;
}
#UNEX_CASH .callback .callback__form .checkbox div label {
  font-size: 14px;
  color: black;
  padding-left: 0;
}
#UNEX_CASH .callback .callback__form .checkbox .police a {
  color: var(--color);
}
#UNEX_CASH .callback .callback__form .callback__item {
  display: none;
  position: relative;
}
#UNEX_CASH .callback .callback__form .callback__item.active {
  display: block;
}
#UNEX_CASH .callback .callback__form .befote__send.loading:before {
  content: 'Хвилинку, перевіряємо надану інформацію...';
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#UNEX_CASH .callback .callback__form .befote__send.loading.RU:before {
  content: 'Минутку, проверяем Ваши данные...';
}
#UNEX_CASH .callback .callback__form .form__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#UNEX_CASH .callback .callback__form .form__top .form__title h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  color: #333333;
  margin: 0;
}
#UNEX_CASH .callback .callback__form .form__top .form__title .description {
  padding: 5px 0;
}
#UNEX_CASH .callback .callback__form .form__top .back {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--color3);
  opacity: 0.65;
  cursor: pointer;
}
#UNEX_CASH .callback .callback__form .form__top .back i {
  margin-right: 10px;
}
#UNEX_CASH .callback .callback__form .form__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
#UNEX_CASH .callback .callback__form .form__bottom .errorText {
  width: 100%;
  display: inline-block;
  padding: 16px 0 16px;
  font-size: 13px;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
}
#UNEX_CASH .callback .callback__form .form__bottom button {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: white;
  width: 320px;
  height: 50px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#UNEX_CASH .callback .callback__form .form__bottom button:disabled {
  opacity: 0.5;
}
#UNEX_CASH .callback .callback__form .grid {
  margin: 20px 0;
  position: relative;
  margin-right: 30px;
  width: 30%;
}
#UNEX_CASH .callback .callback__form .grid i {
  position: absolute;
  bottom: 17px;
  left: 17px;
  color: #c6c6c6;
}
#UNEX_CASH .callback .callback__form .grid label {
  min-width: 240px;
  max-width: 240px;
  display: block;
  color: black;
  font-size: 14px;
  margin: 5px 0;
  text-align: left;
  padding-left: 0;
}
#UNEX_CASH .callback .callback__form .grid input {
  position: relative;
  height: 50px;
  width: 100%;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 10px 10px 50px;
  border: 1px solid rgba(17, 138, 228, 0.25);
}
#UNEX_CASH .callback .callback__form .grid input.error{
  border-color: red;
}
#UNEX_CASH .callback .callback__form .grid input:focus {
  outline: none;
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox {
  height: 50px;
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox.error > a {
  border-color: red;
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox a {
  background-color: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: black;
  height: 50px;
  width: 261px;
  text-align: left;
  padding: 15px 10px 10px 50px;
  border: 1px solid rgba(17, 138, 228, 0.25);
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox ul {
  margin-top: 0;
  max-height: 400px;
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox ul li a {
  text-align: left;
  padding: 10px 20px;
  height: auto;
  text-decoration: none;
  border: none;
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox ul li a:hover {
  background-color: #ebebeb;
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox .bfh-selectbox-options {
  width: 100%;
  padding: 0;
  margin: 0;
}
#UNEX_CASH .callback .after__send {
  display: none;
  padding: 60px 50px 70px;
}
#UNEX_CASH .callback .after__send h2 {
  font-weight: 300;
  font-size: 35px;
  color: var(--color);
  width: 100%;
}
#UNEX_CASH .callback .after__send span {
  display: inline-block;
  margin-top: 10px;
  font-weight: normal;
  font-size: 25px;
  color: black;
  width: 100%;
}
#UNEX_CASH .callback .after__send .partner_link {
  margin-top: 20px;
}
#UNEX_CASH .callback .after__send .imgTop {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: auto;
  height: 100%;
}
#UNEX_CASH .callback .after__send .imgTop img {
  width: auto;
  height: 100%;
}
/***********callback******************/
#UNEX_CASH .step__number {
  position: absolute;
  top: -19px;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 12222;
}
#UNEX_CASH .step__number span {
  display: inline-block;
  padding: 10px 15px;
  font-size: 17px;
  background: var(--color2);
  color: white;
  border-right: 1px solid white;
  font-weight: 600;
  position: relative;
}
#UNEX_CASH .step__number span.active {
  background-color: var(--color);
}
#UNEX_CASH .callback input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: transparent;
}
#UNEX_CASH .callback input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
#UNEX_CASH .callback input[type=range]:focus {
  outline: none;
}
#UNEX_CASH .callback input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#UNEX_CASH .callback input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 5px solid #ffffff;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: red;
  cursor: pointer;
  margin-top: -10px;
  -webkit-box-shadow: 0 0 3px 1px #a09393;
          box-shadow: 0 0 3px 1px #a09393;
}
#UNEX_CASH .callback input[type=range]::-moz-range-thumb {
  border: 5px solid #ffffff;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
  box-shadow: 0 0 3px 1px #a09393;
}
#UNEX_CASH .callback input[type=range]::-ms-thumb {
  border: 5px solid #ffffff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
  box-shadow: 0 0 3px 1px #a09393;
}
#UNEX_CASH .callback input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: red;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
#UNEX_CASH .callback input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  border-radius: 4px;
  background: red;
}
#UNEX_CASH .callback input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
#UNEX_CASH .callback input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000000 !important;
  color: #000000 !important;
}
#UNEX_CASH .callback .checkbox-custom {
  opacity: 0;
  position: absolute;
}
#UNEX_CASH .callback .checkbox-custom,
#UNEX_CASH .callback .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
#UNEX_CASH .callback .checkbox-custom-label {
  position: relative;
}
#UNEX_CASH .callback .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #eeeeee;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
#UNEX_CASH .callback .error_checkbox .checkbox-custom + .checkbox-custom-label:before {
  border-color: red;
}
#UNEX_CASH .callback .checkbox-custom:checked + .checkbox-custom-label:before {
  background: var(--color);
  -webkit-box-shadow: inset 0px 0px 0px 4px #fff;
          box-shadow: inset 0px 0px 0px 4px #fff;
}
#UNEX_CASH .callback .error .form-control,
#UNEX_CASH .callback .callback .callback__form .grid input.error {
  border: 1px solid red;
}
 
@media only screen and (max-width: 4100px) {
  #UNEX_CASH .callback .callback__form .form__bottom .errorText {
    text-align: center;
  }
  #UNEX_CASH .callback .callback__form {
    width: 500px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  #UNEX_CASH .callback .callback__form .form__top .back i {
    font-size: 30px;
  }
  #UNEX_CASH .callback .callback__form .form__top .back span {
    display: none;
  }
  #UNEX_CASH .callback .callback__form .form__middle {
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #UNEX_CASH .callback .callback__form .form__middle .grid {
    width: 100%;
    margin: 0;
  }
  #UNEX_CASH .callback .callback__form .form__middle .grid .bfh-selectbox a {
    width: 100%;
  }
  #UNEX_CASH .callback .callback__form .form__bottom {
    margin-top: 0;
  }
  #UNEX_CASH .callback .callback__form .form__bottom button {
    width: 100%;
  }
  #UNEX_CASH .callback .callback__form .checkbox {

  }
  #UNEX_CASH .callback .after__send h2 {
    font-size: 35px;
  }
  #UNEX_CASH .callback .after__send .imgTop {
    position: absolute;
    top: 0;
    right: 0;
    width: 177px;
    height: auto;
  }
  #UNEX_CASH .callback .after__send .imgTop img {
    width: 200px;
    height: auto;
  }
}
#UNEX_CASH .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
  margin-right: 0;
}
 
@media only screen and (max-width: 600px) {
  #UNEX_CASH .callback .callback__form {
    width: 98%;
  }
  #UNEX_CASH .callback .callback__form .checkbox div label {
    line-height: 20px;
  }
  #UNEX_CASH .callback .callback__form .checkbox {
  }
}

@media only screen and (max-width:500px) {
  #UNEX_CASH .callback .callback__form .befote__send{
    padding:50px 20px 33px;
  }
  #UNEX_CASH .callback .callback__form .checkbox{
    left: 16px;
    bottom: 172px;
  }
  #UNEX_CASH .callback .callback__form .form__bottom{
    margin-top: 0;
  }
  #UNEX_CASH .header{
    padding: 50px 20px 171px;
  }
  #UNEX_CASH .callback .callback__form .form__top .form__title h2{
    font-size: 27px;
  }
}

@media only screen and (max-width:350px) {
  #UNEX_CASH .callback .callback__form .form__bottom {
    margin-top: 0;
}

}