@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --unex-font-family: 'Roboto', sans-serif;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
  position: relative;
  font-family: var(--unex-font-family);
}
.hidden {
  display: none;
}
a{
  text-decoration: none;
}

/*********tabs************/
.tabs__content .tab__content {
  display: none;
}
.tabs__content .tab__content.active {
  display: block;
}


/********************************************/

.list_scroll{
  overflow: auto;
}

.list_scroll::-webkit-scrollbar{
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: #6c757d;
}

.list_scroll::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #73819d;
}

.list_scroll::-webkit-scrollbar-button,
.list_scroll::-webkit-scrollbar-track,
.list_scroll::-webkit-scrollbar-track-piece,
.list_scroll::-webkit-scrollbar-corner,
.list_scroll::-webkit-resizer{
  display: none;
}

/*****************************/

.list_scroll::-webkit-scrollbar-thumb {
  background-color: #3d3d3d;
}
.list_scroll::-webkit-scrollbar {
  width: 4px;
}

/*****************************/


#UNEX_CASH textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 62px!important;
    border: 1px solid rgba(17, 138, 228, 0.25);
    border-radius: 10px;
    padding: 10px 10px 10px 50px;
    resize: none;
}

#UNEX_CASH .callback button {
  cursor: pointer;
  border: none;
  outline: none;
  background: black;
  -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: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  color: red;
  font-weight: 400;
  padding: 15px 40px;
}
#UNEX_CASH .callback button:hover {
  text-decoration: none;
  outline: none;
  background-color: #323232;
}
#UNEX_CASH .callback button:focus {
  text-decoration: none;
  outline: none;
  background-color: #323232;
}
#UNEX_CASH .callback button:active {
  text-decoration: none;
  outline: none;
  background-color: #323232;
}

#UNEX_CASH .callback {
  width: 100%;
  padding: 30px 0;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  background-color: #686868d4;
  height: 100vh;
  margin-top: 0;
  z-index: 100000;
}
#UNEX_CASH .callback .closeCallback {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  color: red;
  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 {
  height: auto;
  max-height: 90vh;
  overflow-y: scroll;
  width: 500px;
  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: 33px 45px 33px;
  position: relative;
}
#UNEX_CASH .LEASING .callback__form .befote__send {
  padding-top: 30px;
}
#UNEX_CASH .EQUIPMENT .callback__form .befote__send {
  padding-top: 30px;
}

#UNEX_CASH .EQUIPMENT .form__title,
#UNEX_CASH .LEASING .form__title{
  margin-bottom: 18px;
}
#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: red;
}
#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: 'Loading...';
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fffffff0;
  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: 12;
  -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: 33px;
  color: #000000;
  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: #108CE9;
  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: 400;
  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;
  top: 54px;
  left: 17px;
  color: #c6c6c6;
}
#UNEX_CASH .callback .callback__form .grid label {
  min-width: 240px;
  max-width: 100%;
  display: block;
  color: black;
  font-size: 14px;
  margin: 13px 0 7px;
  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 .error{
  border-color: red;
}
#UNEX_CASH .callback .callback__form .grid input:focus {
  outline: none;
}
#UNEX_CASH .callback .callback__form .grid .bfh-selectbox {
  height: 40px;
  margin: 10px 0;
}
#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: #fd4441;
  width: 100%;
  margin: 0;
}
#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: #f2b3b3;
  color: white;
  border-right: 1px solid white;
  font-weight: 600;
  position: relative;
}
#UNEX_CASH .step__number span.active {
  background-color: #fd4441;
}
#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: black;
  -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;
}

#UNEX_CASH .callback.MED .after__send{
  padding-top: 84px;
}

#UNEX_CASH .callback.MED{
  background-color: #ecececd4;
}
#UNEX_CASH .callback.MED .callback__form{
  background: #1d1d22;
  overflow: hidden;
}
#UNEX_CASH .callback.MED .after__send h2,
.MED h4{
    font-size: 31px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
#UNEX_CASH .callback.MED .after__send span,
.MED h6{
  color: #818183;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin: 21px 0 26px;
}

.MED .tabs__list{
  display: flex;
  justify-content: center;
  color:#818183;
}

.MED .tab{
  cursor: pointer;
  padding: 5px;
}
.MED .tab.active{
  color: white;
  border-bottom: 3px solid #ffd74b;
}
#UNEX_CASH .callback.MED .callback__form .grid i {
    top: 17px;
    z-index: 10;
}
#UNEX_CASH .callback.MED .callback__form .grid{
  width: 100%;
}
#UNEX_CASH .callback.MED button{
  background: #ffd74b;
  color: black;
}

#UNEX_CASH .callback.MED button:hover{
  background: #e2bb31;
}
.MED .politic{
  color: #818183;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
.MED .politic a{
  color: white;
  cursor: pointer;
  text-decoration: underline;
  display: block;
}
#UNEX_CASH .callback.MED .callback__form .form__bottom .errorText{
  color: #ffd74b;
}


@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:33px 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;
}

}