/*кнопки*/
.bad_btn1 {
    padding: 2px 16px!important;
}
.bad_btn2 {
    font-size: 12px!important;
    padding: 2px 10px!important;
    font-family: 'tahoma'!important;
}

/*поле ввода*/
/*на белом фоне */
.block_test_white1 {
    background: none;
}
.block_test_white1 input {
  font-family: "TensorFont";
  border: none;
  border-bottom: 1px solid #069922;
  padding: 0!important;
}
.pole_block_test_white1:focus {
  border-bottom-color: #AAB0C1;
}
.pole_block_test_white1:hover {
  border-bottom-color: #AAB0C1;
}

.block_test_white2 {
    background: none;
}
.block_test_white2 input {
  font-family: "TensorFont";
  border: none;
  border-bottom: 1px solid #FEC63F;
  padding: 0!important;
}
.pole_block_test_white2:focus {
  border-bottom-color: #AAB0C1;
}
.pole_block_test_white2:hover {
  border-bottom-color: #AAB0C1;
}

/*заголовки прописными*/
.h_upr{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}


/*переключатель*/

/* Ползунок */
.setting_slider_stan_1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #e4e4e4;
}
.setting_slider_stan_1:hover:before {
  border: 2px solid #8991a9;
}
.setting_slider_stan_1:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 5px;
  background-color: #fff;
  border: 2px solid #ccc;
  z-index: 2;
}
input:checked + .setting_slider_stan_1:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Закругленные ползунки */

input:checked + .setting_slider_stan_1:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #8991a9;
  height: 6px;
  width: 6px;
  right: 7px;
  bottom: 8px;
  border-radius: 50%;
  z-index: 7;
}

.setting_slider_stan_1:checked p {
color: #333;
}
input:checked +   .setting_slider_stan_1 p {
    color: #333000;
}
input:checked +   .setting_slider_stan_1 p:hover{
    text-decoration: none;
}
  
.setting_slider_stan_1 p {
    color: #999999;
    margin-left: 50px;
    font-size: 14px;
    width: auto;
  }
.setting_slider_stan_1 p:hover {
    text-decoration: underline;
  }
.setting_slider_stan_1.round-gray {/*для серого фона*/
  border-radius: 12px;
    z-index: 2;
}
.setting_slider_stan_1.round-gray:before {
  border-radius: 50%;
background-color: #f8f8f8;
}

/*для вкладок*/
.tab_red_default_bl {
  margin: 0 13px;
  color: #999;
  font-weight: normal;
  outline: none;    
  height: 24px;
  display: block;
}
.tab_red_default_bl:hover {
  border-bottom: 3px solid #ccc;
  padding-bottom: 6px;
}
.tab_red_2 {
  border-bottom: 3px solid #d94700!important;
  padding-bottom: 6px;
  font-weight: bold;
  color: #d94700!important;
}
.tab_red_3 {
  border-bottom: 3px solid #d94700!important;
  padding-bottom: 6px;
  font-weight: bold;
  color: #d94700!important;
}
.tab_red_4 {
  border-bottom: 3px solid #d94700!important;
  padding-bottom: 6px;
  font-weight: bold;
  color: #d94700!important;
}
.tab_red_6 {
  border-bottom: 2px solid #313e78!important;
  padding-bottom: 6px;
  font-weight: normal;
  color: #313e78!important;
}

/*прогресс*/
#progress-bar-p {
  display: inline-flex;
}
#progress-bar-p span {
  width: 4px;
  height: 9px;
  margin: 1px;
}