
.input-price-block label,
.input-year-block label,
.input-engv-block label {
    display: block;
    margin-bottom: 10px;
}

.input-price-block input,
.input-year-block input,
.input-engv-block input {
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 16px;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.02em;
    color: #000000;
    width: 100%;

}

.input-block input:disabled {
    background: #DCDEE0;
}

.input-price-block,
.input-year-block,
.input-engv-block {
    margin-right: 20px;
}

.calc_price .price_rub_total .price {
    font-family: 'Mulish' !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.info.calc_price {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(41, 45, 52, 0.06), 0px 2px 3px rgba(41, 45, 52, 0.08);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.params_table table {
    width: 100%;
}

.params_table table tr th {
    border-bottom: 1px solid #DCDEE0;
    padding-bottom: 10px;
    padding-top: 20px;
}

.params_table table tr td {
    border-bottom: 1px solid #DCDEE0;
    padding-bottom: 10px;
    padding-top: 10px;
    color: rgba(1, 1, 1, 0.5);
}
.params_table table td:nth-child(3) {
    color: #000;
}
.params_table table .price_rub_total td {
    color: #000;
    font-weight: bold;
}

.params_table table tr:last-child th {
    /*border-top: 1px solid #DCDEE0;
    padding-top: 8px;*/
}

.params_table table th:first-child {
    text-align: left;
}

.params_table table td:nth-child(2),
.params_table table td:nth-child(3) {
    text-align: center;
    width: 20%;
    white-space: nowrap;
}

.params_table table tr.expenses_in_japan.total td,
.params_table table tr.expenses_in_russia.total td {
    font-weight: bold;
    color: #000;
}

.params_table table th:nth-child(3) {
    white-space: nowrap;
}

.params_table table tr:nth-last-child(-n+2) td {
    /*8padding-bottom: 5px;*/
}

.input-block {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

.info.calc_price h3 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    cursor: pointer;
}

.info.calc_price h3 svg {
    margin-left: auto;
}

.info.calc_price.closed h3 svg {
    rotate: 180deg;
}

.info.calc_price .currency-block {
    margin-top: 50px;
    font-size: 14px;
    opacity: .6;
}

.info.calc_price.closed {
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.info.calc_price.closed::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
    z-index: 1;
}

@media (max-width: 414px) {
    .input-block {
        display: block;
    }

    .input-block input {
        margin-bottom: 8px;
    }
    .input-price-block, .input-year-block, .input-engv-block {
        margin-right: 0px;
    }
}