body.call-form-active{
    background: rgba(0, 0, 0, 0.5);
}
.call-form .call-form-close {
    margin: 0;
    padding: 0;
}
.call-form .modal-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #292929;
    display: flex;
    align-items: center;
}
.call-form-close{
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    font-weight: 100;
    /*font-family: Circe;*/
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 15px;
    text-align: center;
}
.call-form-close:hover{
    text-decoration: none;
}
.call-form-wrap{
    background: #FFFFFF;
    padding: 29px 15px 43px;
    /*max-width: 370px;*/
    margin: 0 auto;
    /*margin-top: 10%;*/
    position: relative;
    /*height: 410px;*/
}
.call-form-title{
    margin-bottom: 22px;
}
.call-form-title span{
    /*font-family: Circe;*/
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.87);
}
.call-form-subtitle{
    margin-bottom: 26px;
}
.call-form-subtitle.mb-0{
    margin-bottom: 0;
}
.call-form-subtitle span{
    /*font-family: Circe;*/
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: normal;
    color: #525252;
}
.call-form-title b{
    display: block;
    color: #E40C25;
}
.call-wrap-form input{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*border-radius: 3px;*/
    margin-bottom: 24px;
    padding: 10px 20px 9px;
}
.call-wrap-form input:focus{
    border: 1px solid #000;
    color: #000;
    box-shadow: none;
    outline: none;
}
.call-wrap-form input:placeholder{
    /*font-family: Circe;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: rgba(0, 0, 0, 0.4);
}
.call-wrap-form button{
    width: 100%;
    max-width: none;
    /*font-family: Circe;*/
    /*font-style: normal;*/
    /*font-weight: bold;*/
    /*font-size: 12px;*/
    /*line-height: normal;*/
    /*text-align: center;*/
    /*letter-spacing: 0.07em;*/
    /*text-transform: uppercase;*/
    /*color: #FFFFFF;*/
    /*background: #E40C25;*/
    /*padding: 13px 0 10px;*/
    /*border: none;*/
}
.call-wrap-form button:hover{
   background: #e40c25c9;
   color: #fff;
}
/*RADIO BUTTON*/
.choose-dep {
  /*display: flex;*/
  margin-bottom: 24px;
}
.choose-dep .radio {
  margin: 0 0;
  width: 100%;
  text-align: center;
}
.choose-dep .radio label {
  /*font-family: Circe;*/
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: 1px solid #c3c3c3;
  padding: 13px;
  cursor: pointer;
  color: #c3c3c3;
  width: 100%;
  /*margin-bottom: 0;*/
}
.choose-dep .radio label:hover {
  color: #000000;
  border: 1px solid #000000;
}
.choose-dep .radio input[type="radio"] {
  display: none;
}
.choose-dep .radio input[type="radio"]:checked + label {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.pie{
    width: 154px;
    height: 154px;
    display: flex;
    border-radius: 50%;
    background-color: #E40C25;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px;
}
.block {
    position: absolute;
    background: #fff;
    width: 146px;
    height: 146px;
    display: block;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
#time{
    display: block;
    font-style: normal;
    font-weight: 350;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #AFAFAF;
    z-index: 1;
    width: 100%;
}
@media (max-width: 480px){
.call-form-close {
    right: 4px;
    top: 4px;
    color: #000;
}
.call-form-close:hover {
    color: #000;
}
.call-form-title span {
    font-size: 26px;
}
.call-form-title {
    margin-bottom: 20px;
}
.call-form-subtitle span {
    font-size: 16px;
}
.choose-dep .radio label {
    font-size: 10px;
}
}
input.callback-phone:disabled {
    cursor: not-allowed;
}