/*Общие стили*/
.form-form {

}
.form-group {
    margin-bottom: 0.75rem;
}
.form-group--hidden {
    margin: 0;
}
.form-label {
    margin-bottom: 0.2rem;
    display: block;
    text-align: left;
    font-size: 14px;
}
/*
.form-label SPAN{
    font-size: 14px;
    font-family: 'RobotoRegular', sans-serif;
    color: #949494;
}
 */
.form-input {
    font-family: 'RobotoMedium', sans-serif;
    display: block;
    width: 100%;
    padding: 0.75rem;
    line-height: 1.5;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-input--blue {
    border: 1px solid #074877;
}

.form-select {
    font-family: 'RobotoMedium', sans-serif;
    display: block;
    width: 100%;
    padding: 0.6rem;
    line-height: 1.5;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1px;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-help {
    color: #ba3b3b;
    font-family: 'RobotoMedium', sans-serif;
    font-size: 14px;
    padding: 0.25rem 0;
}
.form-help--left {
    text-align: left;
}
.form-help--center {
    text-align: center;
}



.btn--blue {

}







/*Стили страницы*/
.calc-wrap {

}
    .calc {

    }
        .calc-title {
            padding: 0 0 1rem 0;
            display: flex;
            justify-content: center;
        }
            .calc-title__name {
                font-family: "RobotoMedium";
                font-size: 24px;
            }
        .calc-form {
            padding: 0 0 2rem 0;
        }
        .calc-status {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 0 1rem 0;
        }
            .calc-status__text {
                font-family: "RobotoMedium";
                font-size: 22px;
            }
                .calc-status__text SPAN{
                    font-family: "RobotoMedium";
                    font-size: 22px;
                }
                .calc-status__notice {
                    font-size:14px;
                    color: #999;
                }