.banner-calculator {
    background: url('../../img/thedifference.jpg') no-repeat center/cover;
}
.difference {
    margin-top: 60px;
}
.section-block {
    background-color: #efefef;
    padding: 20px 30px;
    color: #0f2d4f;
    margin-bottom: 60px;
}
.section-block_blue {
    background-color: #256091;
}
.section-block__title {
    font-size: 1.8rem;
}
.section-block__description {
    font-size: 18px;
}
.section-block__description_white {
    color: #ffffff;
}
.section-block__description_font {
    font-family: Roboto;
}
.section-block__link {
    color: #256091;
    text-decoration: underline;
}
.section-block__link:hover {
    color: #256091;
}
.section-block__small-description {
    font-size: 13px;
    line-height: 13px;
    font-family: 'Roboto';
}
.calculator-form {
    color: #fff;
}
.calculator-table {
    width: 580px;
    margin: auto;
}
.spacer {
    padding: 8px 0;
    display: block;
}
.calculator-table select {
    border-radius: 4px;
    background-color: #fff;
    padding: 1px 12px 1px 3px;
    font-weight: normal;
    font-size: 15px;
    color: #24363f;
}
.calculator-table #Forms-Edit-Field1,
.calculator-table #Forms-Edit-Field2 {
    border: none;
    border-radius: 4px;
    color: #24363f;
    font-size: 15px;
    padding-left: 5px;
}
.calculator-table #Forms-Combo-Box1,
.calculator-table #Forms-Edit-Field1,
.calculator-table #Forms-Edit-Field2 {
    width: 170px;
}
.calculator-table #Forms-Button1 {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    color: #0089ff;
    text-align: center;
    padding: 2px 40px;
}
.calculator-table .calcButton {
    position: relative;
}
.calculator-table .calcButton::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
}
.calculator-table #Forms-Edit-Field3 {
    background-color: transparent;
    width: 170px;
    border: none;
    border-bottom: 3px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.calculator__subtitle {
    font-weight: bold;
    width: 90%;
    margin: auto;
    font-family: 'Roboto';
    line-height: 22px;
    margin-bottom: 30px;
}
.calculator-start-btn {
    background-color: #fff;
    font-weight: bold;
    color: #0089ff;
    font-size: 20px;
    border-radius: 10px;
    padding: 2px 8px;
}
.calculator-start-btn:hover {
    color: #0089ff;
}
.risks__description {
    width: 90%;
    margin: auto;
}
.calculator-table td {
    font-family: 'Roboto';
    font-size: 15px;
    color:#fff;
}
.calculator-table .calculator-title {
    font-size: 20px;
}
