.activation__header{
  height: 170px;
  background: #ffcd00 !important;
}

.selectpicker {
  font-family: "MuseoSansCyrl_500";
  color: #383838;
}

.flex {
  display: flex;
}
.line-block-cap{
  margin-top: 10px;
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
}

.success{
  font-family: "MuseoSansCyrl_500";
  color: green;
}
.errors{
  font-family: "MuseoSansCyrl_500";
  color: red;
}



.newCustomer__container{
  /* padding: 150px 0 0 0; */
}

.newCustomer__title-block{
  /* border-top: 1px solid #e8e8e8; */
  text-align: center;
}
.newCustomer__title-caption{
  font-family: "MuseoSansCyrl_700";
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #383838;
  padding: 50px 0 0 0;
  margin: 0;
}
.newCustomer__line-block{
  width: 60px;
  height: 5px;
  border-radius: 4px;
  background-color: #ffcd00;
  margin: 20px auto 20px;
}
.newCustomer__desc{
  font-family: "MuseoSansCyrl_700";
  font-size: 16px;
  text-align: center;
  color: #383838;
  margin: 0;
  padding: 0 0 50px 0;
}

.newForm__select-plan{
  font-family: "MuseoSansCyrl_700";
  color: #383838;
}



  .newForm__inner{
    padding: 0;
  }

  .newForm__row{
    padding: 0 0 50px 0;
  }

  .newForm__label{
    font-family: "MuseoSansCyrl_500";
    color: #383838;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
  }

  .newForm__radio-label{
    margin-left: 10px;
  }
  .newForm__radio-input{
    margin: 4px 0 0 5px !important;
    height: 20px;
    width: 20px;
    transform: translateY(5px);
  }
  .newForm__payment{
    color: #898989;
    font-size: 16px;
    font-family: "MuseoSansCyrl_500";
    color: #383838;
  }

  .newForm__input-caption{
    width: 500px;
    position: relative;
    font-size: 22px;
    color: #383838;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
    font-family: "MuseoSansCyrl_700";
  }

  .newForm__form-control{
    border: 1px solid #e8e8e8;
    font-family: "MuseoSansCyrl_500";
    color: #383838;
  }
  .newForm__row-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .newForm__form-two{
    width: 49%;
  }
  .newForm__device-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .newForm__device-button{
    font-family: "MuseoSansCyrl_700";
    text-align: center;
    border: 0;
    /* width: 25%; */
    display: inline-block;
    font-size: 16px;
    color: #213031;
    background-color: #ffcd00;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 25px;
    box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
    transition: .3s all;
    cursor: pointer;
  }

  .newForm__device-button:hover{
    box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6),inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
    transition: .3s all;
    color: white;
    text-decoration: none;
    background-color: #383838;
  }

  .newForm__device-button:focus{
    outline: none;
    text-decoration: none;
    color: white;
  }

  .newForm__device-button:active{
    outline: none;
  }
  .newForm__btn-send{
    font-family: "MuseoSansCyrl_700";
    text-align: center;
    border: 0;
    display: inline-block;
    font-size: 16px;
    color: #213031;
    background-color: #ffcd00;
    text-transform: uppercase;
    padding: 16px 85px;
    border-radius: 25px;
    box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
    transition: .3s all;
    cursor: pointer;
  }

  .newForm__btn-send:hover{
    box-shadow: 1px 1.732px 0px 0px rgba(124, 124, 124, 0.6),inset 0.749px 1.854px 0px 0px rgba(85, 85, 85, 0.004);
    transition: .3s all;
    color: white;
    text-decoration: none;
    background-color: #383838;
  }

  .newForm__btn-send:focus{
    outline: none;
    text-decoration: none;
    color: white;
  }

  .newForm__btn-send:active{
    outline: none;
  }

.newForm__delite-button{
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }
.newForm__btn-block{
  position: relative;
}
.vis_hidden{
  visibility: hidden;
}
.all_device_cards{
  padding: 0;
  margin: 0;
}

.detail_close{
  height: 16px;
}
.form-control{
  height: 38px;
}
.ex-activation_footer{
  height: 130px !important;
}
.ex-activation_footer .footer_content{
  float: none;
  margin: 0;
}
.newForm__device-block-1-wrapper{
  position: relative;
  list-style: none;
  background-color: #eee;
  padding: 50px 80px;
  border-radius: 15px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: white;
}
.submit_text{
  padding: 0;
  margin: 0;
}

.info{
  padding: 20px 0 0 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color: black;
    background-color: white;
    border: 1px solid #e8e8e8;
    height: 38px;
  }



.btn-group>.btn:first-child{
    margin-left: 0;
    height: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
  }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #f5f5f5;
}



.close{
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal{
  z-index: 100000;
}

.modal-content{
  padding: 30px 10px;
}
.modal-img-close{
  height: 10px;
  width: 10px;
}
.activationModal__line-block{
  width: 60px;
  height: 5px;
  border-radius: 4px;
  background-color: #ffcd00;
  margin: 20px auto 5px;
}

.activationModal__caption{
  font-family: "MuseoSansCyrl_700";
  /* padding-top: 35px; */
  text-align: center;
  font-size: 30px;
  color: #383838;
  text-transform: uppercase;
  }

.activationModal__desc{
  font-family: "MuseoSansCyrl_500";
  text-align: center;
  font-size: 16px;
  color: #383838;
  padding: 0;
  margin: 0;
}
.activationModal__btn-block{
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.activationModal__btn{
  font-family: "MuseoSansCyrl_700";
  text-align: center;
  width: 49%;
  border: 0;
  padding: 14px 60px;
  background-color: #383838;
  display: block;
  border-radius: 36px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s all;
  margin: 0;
  box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
}

  .activationModal__btn:hover{
    transition: .3s all;
  background-color: #ffcd00;
    box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);

    color: #383838;
    text-decoration: none;
  }

  .activationModal__btn:focus{
    text-decoration: none;
    color: white;
    outline: none;
  }
.activationModal__btn-two{
  font-family: "MuseoSansCyrl_700";
  text-align: center;
  width: 49%;
  border: 0;
  padding: 14px 60px;
  background-color: #ffcd00;
  display: block;
  border-radius: 36px;
  color: #383838;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s all;
  margin: 0;
  box-shadow: 1px 1.732px 0px 0px rgba(147, 155, 158, 0.6), inset 0.749px 1.854px 0px 0px rgba(255, 220, 59, 0.3);
}

.activationModal__btn-two:hover{
  box-shadow: inset 1px 1.732px 0px 0px rgba(147, 155, 158, 0.3), 0.749px 1.854px 0px 0px rgba(58, 79, 80, 0.3);
  transition: .3s all;
  background-color: #383838;
  color: white;
  text-decoration: none;
}

.activationModal__btn-two:focus{
  text-decoration: none;
  color: white;
  outline: none;
}

#PaymentType-block{
  display: none;
}

.displayBlock{
  display: block !important;
}

.preloader{
  position: absolute;
  top: 10px;
  left: 74px;
}
.newForm__device-block-1-wrapper{
  margin-top: 30px;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover{
  color: #ffcd00;
}
input[type=checkbox], input[type=radio]{
  transform: translateY(-11px);
}

@media (max-width: 991px) {

  .newForm__form-two{
    width: 100%;
  }


}
