.top-banner-tarifi_background {
    background-color: #fff9ed;
    border-radius: 10px;
}

.top-banner-tarifi {
    color: #141414;
    justify-content: center;
    display: flex;
    margin-top: 10px;
}

.top-banner-tarifi_container {
    width: 1138px;
    display: flex;
    justify-content: space-between;

}

.top-banner__right {
    margin-top: -11px;
}

.breadcrumb {
    color: #828282;
    font-size: 16px;
    font-weight: 700;
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    padding: 26px 0 0 14px;
}

.breadcrumb a {
    font-weight: normal;
    color: #828282;
}

h1 {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 42px;
    font-weight: 500;
    padding-left: 14px;
    line-height: 50.82px;

}

.top-banner__left_title {
    margin-top: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
    margin: 14px 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #F7791D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #CBCBCB;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-left: 232px;
    margin-bottom: 27px;
}

.checkbox-text {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.checkbox-wrapper img {
    margin-left: 10px;
}

.orange-color {
    color: #ff8a00;
}

.table-boxes {
    width: 768px;
    display: flex;
    justify-content: space-between;
    margin-left: -2px;
}

.base-tariff-block, .optimal-tariff-block, .max-tariff-block {
    display: flex;
    flex-direction: column;
    width: 239px;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
}

.tariffs-block-wrapper {
    display: flex;
    justify-content: space-between;
}

.tariff-title-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 48px 37px 0 37px;
}

.tariff-title {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.tariff-price {
    color: #4B88EF;
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 25px;
    margin: 2px auto;
}

.tariff-description {
    display: flex;
    justify-content: center;
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.tariff-btn {
    width: 166px;
    height: 32px;
    border-radius: 5px;
    background-color: #F7791D;
    cursor: pointer;
    border: none;
    color: white;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin: 20px auto;
}

.tariff-btn:hover, .last-content-btn:hover {
    background-color: #ff8a00;
}

.options-line {
    background: #F9F9F9;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.options-line p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.options-block_wrapper {
    padding: 29px 25px 33px 25px;
}

.options-block_wrapper ul li {
    display: flex;
    margin-bottom: 11px;
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
    align-items: flex-start;
}

.options-block_wrapper ul li img {
    margin-right: 6px;
}

.product-wrapper {
    margin: 20px auto;
}

.popular-tariff_title {
    position: relative;
    width: 240px;
    height: 30px;
    background: #F7791D;
    left: -38px;
    top: -20px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    align-items: center;
    color: white;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariff-title-wrapper_optimal {
    padding-top: 19px;
}

.calculator-input_block {
    display: flex;
    flex-direction: column;
    width: 340px;
}

.calculator-title {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.calculator-input_block label {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1F1F24;
}

.label-type-ts, .label-type-fuel {
    margin-bottom: 8px;
}

.label-type-fuel {
    margin-top: 20px;
}

.tariff-calculator_content {
    width: 340px;
    height: 429px;
    border-radius: 8px;
}

.calculator-input_block {
    padding: 32px 27px 33px 22px;
    width: 287px;
    height: 364px;
}

.calculator-title {
    width: 220px;
    margin-bottom: 14px;
}

.text-field__input {
    display: block;
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-type-ts, .input-type-fuel {
    width: 239px;
    height: 31px;
    padding-left: 15px;
    cursor: pointer;
}

.input-number-ts, .input-fuel, .input-average-km, .input-fuel-price {
    width: 50px;
    height: 31px;
    padding-left: 9px;
}

.text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bdbdbd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.label-input_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.calculator-result-block {
    width: 340px;
    height: 176px;
    background-color: #F7791D;
    border-radius: 8px;
    margin-bottom: 24px;
}

.result-block-title {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.result-block-content {
    display: flex;
    flex-direction: column;
    padding: 27px 33px 27px 26px;
}

.number-economy {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-top: 14px;
    margin-bottom: 6px;
}

.economy-mounth {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 14px;
}

.calculator-result-description {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-weight: 400;
    color: #fff;
}

.calculator-last-content {
    width: 340px;
    height: 197px;
    box-shadow: 0 2px 34px 0 #0000000D;
    border-radius: 8px;
}

.calculator-last-content_wrapper {
    padding: 24px 46px 24px 26px;
}

.last-content-title {
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 15px;
    letter-spacing: 0.1px;
}

.last-content-btn {
    width: 135px;
    height: 35px;
    border-radius: 50px;
    background-color: #F7791D;
    cursor: pointer;
    border: none;
    color: white;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 24px;
    letter-spacing: 0.1px;
}

.last-content-text {
    width: 265px;
    font-family: Inter Tight, Arial, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Сам выпадающий список */
.dropdown-list {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 150px;
    overflow-y: auto;
}

/* Элементы списка */
.dropdown-item, .dropdown-item-ts, .dropdown-item-fuel {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

/* При наведении */
.dropdown-item:hover, .dropdown-item-ts:hover, .dropdown-item-fuel:hover {
    background: #f0f0f0;
}