.UIBookAMedical .RadPicker table tbody td:nth-child(2) {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 19px;
}
.UIBookAMedical {
    margin: 10px 10px 10px 0;
}
.UIBookAMedical .container {
    margin:0 auto;
}
.UIBookAMedical .container .title-block h2 {
    font-size: 20px;
    line-height: 40px;
    color: #ff2f00;
    font-weight: bold;
    text-align: center;
    text-transform:uppercase;
}
.UIBookAMedical .box.product-info {}

.UIBookAMedical .form-group.captcha {margin: 15px 0;}

.UIBookAMedical .form-group.col-12, .UIBookAMedical .form-group.col-6 {
    padding: 10px 0;
    clear: both;
    margin-right: 0px;
}
.UIBookAMedical .form-group label.title-text {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 10px 0;
    padding: 0;
    color: #083496;
    text-transform:uppercase;
    width: auto;
}
.UIBookAMedical .form-group.row input{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}
.UIBookAMedical .form-group .RadPicker {
    width: 100% !important;
}
.UIBookAMedical .form-group textarea {
    height: 120px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    line-height: 1.3;
}
.UIBookAMedical .form-group label.TitelReason {
    font-size: 15px;
    line-height: 1.5;
    display:inline-block;
    margin: 20px 0 20px 0;
    width: auto;
}
.UIBookAMedical .form-group.captcha.row input {
    width: 160px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    font-size: 13px;
}
.UIBookAMedical p i, .UIBookAMedical p * {
    font-size:14px;
    color:red;
}
.UIBookAMedical input.btnSend {
    display: block;
    padding:10px 30px;
    font-size:16px;
    font-weight:bold;
    background: #0e93d2;
    background-image: linear-gradient(225deg,#ff0000 0%,#ff4444 100%);
    color: #fff;
    text-transform: uppercase;
    border: honeydew;
    margin: 20px auto;
    cursor: pointer;
}
.UIBookAMedical input.btnSend:hover{
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
}
.UIBookAMedical input[type=radio] {
    height: auto !important;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    margin-right:10px;
    padding: 0 !important;
    line-height: 0 !important;
}
.UIBookAMedical .col-12 label, .col-6 label {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    width: 120px;
}
.UIBookAMedical .form-group span.title-text {
    /*display: block;*/
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 10px 0;
    padding: 0;
    color: #083496;
    text-transform:uppercase;
    width: auto;
}
.UIBookAMedical .col-12 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.UIBookAMedical .phone, .t-phone, .email, .t-email {
    padding-top: 10px;
    padding-bottom: 10px;
}