.hero {
    background: url('../index/bg.webp') center/cover no-repeat
}

.bg_darker {
    width: 100%;
    height: 100%;
    background-color: #00011179;
    padding: 40px 0 120px;
    position: relative
}

.form_container {
    background-color: #fff;
    padding: 24px;
    border-radius: 6px;
    max-width: 400px;
    flex-grow: 1
}

.header_logo {
    width: 100px;
    margin-bottom: 20px
}

.btn_title {
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    background-color: var(--main);
    color: #fff;
    font-size: .9rem;
    border-radius: 14px
}

.form_title {
    font-weight: 700;
    text-align: center;
    margin: 20px 0
}

.input_field {
    margin-bottom: 10px
}

.input_field input {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    min-height: 44px;
    border: 1px solid #ccc
}

[type=submit] {
    padding: 10px 20px;
    background-color: var(--main);
    border: none;
    border-radius: 6px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem
}

.hero_left h1 {
    color: #fff;
    margin-top: 12px;
    font-size: 2.5rem
}

.hero_left .btn_title {
    display: inline-block
}

.hero_right {
    width: 100%
}

.president {
    padding: 60px 0
}

.president > .container > div {
    flex: 1
}

.accent {
    color: var(--main)
}

.section_title {
    text-align: center;
    margin-bottom: 16px
}

.calculator_section {
    padding: 60px 0;
    background-color: #014f92;
    color: white;
    margin-bottom: 40px
}

.line {
    background-color: #dedde4;
    height: 10px
}

.calculator {
    background-color: #fff;
    box-shadow: 0 0 15px #00000064;
    border-radius: 20px;
    padding: 40px
}

.calculator_title {
    text-align: center
}

.calculator .btn_title {
    font-size: 1rem;
    text-transform: uppercase;
    gap: 8px
}

#calcResult {
    font-size: 1.5em;
    font-weight: 700
}

.calculator_block {
    gap: 40px;
    margin-top: 40px
}

.calculator_block > div {
    flex: 1
}

.calculator_benefits_title {
    text-transform: uppercase;
    font-weight: 900;
    color: white;
}

.calculator_benefits_text {
    margin: 8px 0 20px;
    font-size: 2rem
}

.range {
    margin: 40px 0
}

.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
    background-color: var(--main)
}

.irs--round .irs-handle {
    border-color: var(--main)
}

.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
    border-top-color: var(--main)
}

.card {
    flex: 1;
    background-color: #fff;
    box-shadow: 0 0 15px #00000031;
    padding: 40px;
    border-radius: 12px
}

footer {
    padding: 60px 0 40px;
    background-color: var(--main)
}

.hero_left p {
    color: #fff;
    margin-top: 20px
}

.date {
    margin-top: 80px;
    color: #fff
}