.chapter {
    margin-bottom: 25px;
    margin-top: 25px;

}

.chapter .text_header {
    font-size: 24px;
    text-decoration: none;
}

.chapter .grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: -10px;
    padding: 0;
    min-width: -webkit-calc(100% + 20px);
    min-width: calc(100% + 20px);
}

.chapter .input.input_slider {
    margin-bottom: 15px;
}

.chapter .grid > .grid__cell {
    margin: 10px;
}

.chapter .input_multy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.chapter .input_inverse {
    background-color: #fff;
}

.chapter .input {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-flex: 1 1 230px;
    -webkit-flex-grow: 1 1 230px;
    -ms-flex-positive: 1 1 230px;
    flex-grow: 1 1 230px;
    min-height: 44px;
    padding: 9px;
    position: relative;
    width: 100%;
    outline: none;
}

.chapter .grid__cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.chapter .input_multy .input__field {
    width: 50%;
}

.chapter .input__field {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-family: var(--fontRegular);
}

.chapter .input_multy .input__value {
    color: #b9b9b9;
    padding-left: 10px;
    width: -webkit-calc(50%);
    width: calc(50%);
    position: relative;
}

.chapter .input__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -9px 0;
    width: 100%;
    height: 100%;
}

.chapter .input_select {
    cursor: default;
    position: relative;
}

.chapter .input__field {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.chapter .input_select ul {
    background: #F7F9F7;
    border: 1px solid #b9b9b9;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 6px 5px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 6px 5px 0 rgb(0 0 0 / 3%);
    display: none;
    margin: 0;
    max-height: 300px;
    left: -1px;
    list-style: none;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: 3;
}

.chapter .buttons {
    margin-top: 35px;
}

.chapter .grid_2 {
    margin: -2px;
    min-width: -webkit-calc(100% + 4px);
    min-width: calc(100% + 4px);
}

.chapter .grid_2 > .grid__cell {
    margin: 2px;
}

.chapter .grid__cell_basis_230px {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
}

.chapter .button_accent {
    background-color: #FFD000;
}

.chapter .offer__result {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px; 
}

.chapter .offer__result-value {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 10px;
}

.chapter .offer__result-disclaimer {
    color: #b9b9b9;
    font-size: 10px;
    font-size: 12px;
}

.chapter .grid__cell_flex_1000 {
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
}

.chapter .grid_reverse {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.chapter .grid__cell_width_30,
.chapter .grid__cell_width_50 {
	-webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
}

.chapter .grid__cell_width_50 {
    min-width: -webkit-calc(50% - 20px);
    min-width: calc(50% - 20px);
}

.chapter .grid__cell_width_30 {
    min-width: -webkit-calc(33% - 16px);
    min-width: calc(33% - 16px);
}

.chapter .button {
    /*-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #FFD000;
    cursor: pointer;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    text-align: center;
    text-decoration: none;
    padding: 9px 10px;*/
}

.chapter .input_multy .input__value:before {
    border-left: 1px solid #b9b9b9;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.chapter .input_select li {
    padding: 5px 10px 5px 15px;
}

/* Slider */
.chapter .ui-slider {
    background: #F1F1F1;
    height: 4px;
}

.chapter .ui-slider-horizontal {
    height: 5px;
}

.chapter .ui-corner-all {
    border-radius: 5px;
}

.chapter .input__slider {
    background: #fff;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    width: 100%;
}

.chapter .ui-slider .ui-slider-handle {
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    cursor: pointer;
    position: absolute;
    margin: -10px;
    border-radius: 50%;
    z-index: 2;
    border: 0px;
    border-radius: 50%;
    background: #ffdf0f;
    height: 16px;
    top: 3px;
    width: 16px;
}

.chapter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 4px;
    display: block;
    border: 0;
    background: #ffdf0f;
}

section.chapter-section {

    margin-bottom: 30px;
    padding: 10px 25px;
    background: #efeff9;
}
.chapter-section:hover {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.chapter_text {
    font-size: 20px;
}

.chapter_text .text_main {
    font-size: 38px;
    font-weight: 700;
    vertical-align: sub;
}

.offer__result-disclaimer {
    color: #b9b9b9;
    font-size: 10px;
    font-size: 12px;
}

@media (max-width: 720px) {
    .chapter .text_main {
        display: block;
    }
}