.row-calc {
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}
.col-title {
    padding-right: 10px;
    flex: 0 0 auto;
    width: 90px;
    font-size: 14px;
    line-height: 18px;
}

.col-value {
    width: 100%;
    padding-left: 15px;
    padding-right: 45px;
    flex: 1;
    min-width: 0;

    display: flex;
    justify-items: auto;
    align-items: center;
}

.form-calc-input {
    background: #FFFFFF;
    border: 0.5px solid #626365;
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
}

.form-calc-input.small-size {
    width: 61px;
}

.form-calc-input.text-center {
    text-align: center;
}

.col-value-margin {
    margin: 0 15px;
    font-size: 14px;
}

.form-calc-select {
    height: 40px;
    width: 100%;
    max-width: 310px;
    font-family: 'Whitney Medium Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    border: 0.5px solid #626365;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/bitrix/templates/main_1410/img/icon/expand11.png');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 21px auto, 100%;
    cursor: pointer;
    padding-left: 5px;
}

.text-gray {
    color: #878787
}

.full-width {
    width: 100% !important;
}

.mr-2 {
    padding-left: 40px !important;
}

.block {
    display: block;
}

.text-right {
    text-align: right !important;
}
