

/* Start:/parts/forms/practice.css?17507056303340*/
.practice-form__title{
    font-weight: bold;
    font-size: 34px;
}
.practice-form__subtitle{
    font-size: 16px;
    margin-top: 16px;
    font-weight: 600;
}
#practice-form{
    margin-top: 32px;
}
.practice-form__image{
    position: relative;
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
#practice-form .form-control{
    border-radius: 0;
    height: 50px;
    padding: 13px 24px;
    border-color: #E3E4E5;
}
#practice-form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #D7D8D8;
    background-color: transparent;
    border-width: 2px!important;
}
#practice-form .btn-brand-#919399{
    border-radius: 4px!important
}
#practice-form .form-label{
    font-size: 16px;
}
#practice-form .form-check-input{
    background-color: #fcfcfc;
    border-color: #1B1C20;
}
#practice-form .form-check-input:focus{
    outline: none;
    box-shadow: none;
}
#practice-form .form-check-input:checked[type=checkbox]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231B1C20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.practice-form__file{
    color: #E2E2E4;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    left: 24px;
    bottom: 5px;
}
.practice-form__file:hover{
    color: #DB1F35;
}
#practice-form .privacy_box{
    color: #2C2F36;
}
.practice-form__image img{
    width: 100%;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #919399!important;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #919399!important;
    opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #919399!important;
    opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #919399!important;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color:    #919399!important;
}

.form-control::placeholder {
    color: #919399!important;
}
.city-dropdown {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 165px;
    overflow-y: auto;
    background: #FCFCFC;
    border: 1px solid #E3E4E5;
    z-index: 10;
    font-size: 16px;
    transition: .3s;
    padding: 24px;
    margin-top: -1px;
    box-shadow: 0px 5px 5px #00000052;
}
.city-dropdown.active {
    opacity: 1;
    pointer-events: auto;
}
.city-dropdown_list{
    border-bottom: 1px solid #E3E4E5;
    margin-bottom: 8px;
}
.city-dropdown_list li{
    margin-bottom: 8px;
}
.city-dropdown_list li:hover{
    cursor: pointer;
    color: #DB1F35;
}
#practice-form .btn-brand-red.none-target{
    background: #FADDE1!important;
    border-color: #FADDE1!important;
    opacity: 1;
}
#practice-form .btn{
    height: 50px;
    border-radius: 4px!important;
}
@media (max-width: 991px) {
    .practice-form__image{
        height: 349px;
    }
    .practice-form__image img{
        width: 460px;
        height: fit-content;
    }
}

/* End */
/* /parts/forms/practice.css?17507056303340 */
