.service-record__notification-form .service-form__inner{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 25px;
}
@media (max-width: 992px) {
    .service-record__notification-form .service-form__inner{
        display: block;
    }
}

.service-record__notification-form .service-form__label{
    width: 100%;
}
.service-record__notification-form .service-form__label .service-form__field{
    height: 49px;
}

.service-record__notification-form  .service-form__bottom .service-form__submit{
    height: 49px;
}

.service-record__notification-form{
    max-width: 684px;
}
