.modal-fw-window .modal-title::before {
    min-width: auto!important;
}
.service-head-block a {
    padding: 9px 20px!important;
    text-align: center;
}

.leasing_info{
    text-align: right;
    margin-bottom: 28px;
}
.leasing_info-nubmer{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 37px;
    text-align: right;
    color: #E40C25;
    display: block;
    margin-bottom: 5px;
}
.leasing_info p{
    font-family: 'ViDi-Light';
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #2F2F2F;
    margin-bottom: 0;
}

.leasing_form-radio{
    margin-bottom: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #2F2F2F;
    display: flex;
    align-items: center;
}
.leasing_form-radio span{
    margin-right: 22px;
}
.leasing_form hr{
    border-top: 1px solid #E1E1E1;
    margin-top: 33px;
    margin-bottom: 26px;
}
.leasing_form-link{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #2F2F2F;
}
.leasing_form-link:hover{
    color: #2F2F2F;
    text-decoration: none;
}
/*RADIO BTN*/
.radios__btn {
    display: flex;
    margin-bottom: 0px;
}
.radios__btn label {
    font-family: 'ViDi-Light';
    position: relative;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    text-align: right;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}
.radios__btn label:first-child{
    padding-left: 0;
}
.radios__btn label:last-child{
    padding-right: 0;
}
.radios__btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radios__btn label span {
    display: flex;
    align-items: center;
}
.radios__btn input:checked ~ span {
    background: transparent;
    border: none;
    color: #E40C25;
}
.radios__btn label span:before {
    content: '';
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
}
.radios__btn input:checked ~ span:before {
    content: '';
    color: #E40C25;
    border-color: #E40C25;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding-top: 2px;
}
.radios__btn input:checked ~ span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    left: 8px;
    top: 8px;
    background: #E40C25;
    border-radius: 50%;
}
/*END RADIO BTN*/
.leasing_table .bg-gray-page {
    background-color: #F4F4F4;
}
.leasing_table .table_heading-wrap span{
    padding: 22px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #2F2F2F;
    display: block;
}
.table_body-wrap span.table_body-title{
    font-family: 'ViDi-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
}
.table_body-wrap span{
    padding: 22px 0;
    font-family: 'ViDi-Light';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    display: block;
    color: #2F2F2F;
}
.table_body-wrap ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.table_body-wrap ul li{
    font-family: 'ViDi-Light';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    color: #2F2F2F;
}
@media (max-width: 767.98px) {
    .service-head-block .d-flex a {
        margin: 0 15px 15px!important;
    }

    .service-head-block .d-flex {
        flex-direction: column;
    }
    .radios__btn {
        flex-direction: column;
    }
    .leasing_form-radio {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 10px;
    }
    .leasing_form-radio span {
        margin-bottom: 15px;
    }
    .leasing_info, .leasing_info span, .leasing_info p {
        text-align: left;
    }
    .table_body-wrap {
        padding: 15px 0;
    }
    .table_body-wrap span.table_body-title {
        font-size: 18px;
    }
    .table_body-wrap span {
        padding: 6px 0;
        font-size: 16px;
    }
   .table_heading-wrap{
       display: none;
   }
    .leasing_table .d-none{
        display: block!important;
        width: 100%;
        font-family: 'ViDi-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #2F2F2F;
        padding: 6px 0 6px 15px;
    }
}
