.mainAreaCalculator {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 72px;
}

.inAreaCalculator {
    max-width: 1240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 34px;
}

.titleCalculator {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    width: 100%;
}

.boxCalculatorItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    height: auto;
}

.itemCalculator {
    width: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    background: #414141;
}

.formInputs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.itemInput {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.labelInput {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.itemInput input,
.itemInput select {
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #848484;
    background: #383838;
    color: #C7C7C7;
    outline: none;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.areaBtnsSelector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
    background: #383838;
}

.areaBtnsSelectorSec {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
    background: #383838;
}

.selectItem {
    display: flex;
    padding: 8px 16px;
    cursor: pointer;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 20px;
}

.selectItem.active {
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.btnGetInfoCalc {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 4px 12px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
}

.titleResultCalc {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.boxInfoCalc {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.itemResInfoCalc {
    display: grid;
    grid-template-columns: 0.7fr 0.8fr 0.7fr;
    gap: 12px;
}

.separatorParamCar {
    border-bottom: 1px dotted #ADADAD;
    width: 100%;
}

.nameParamCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: max-content;
}

.valueParamCar {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: max-content;
    text-align: end;
}

.bottomResInfoCar,
.topAreaParamCar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.descResCalc {
    color: #ACACAC;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.boxPriceResult {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-end;
}

.priceCalc {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.descPriceCalc {
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.titleBannerAuto {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.dsecBannerAuto {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btnMoreCheckAuto {
    display: flex;
    position: relative;
    align-items: center;
    height: 44px;
    cursor: pointer;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #E0571E 0%, #C9440E 100%);
}

.nameBtn {
    color: #FFF7FC;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.arrowBtn {
    position: absolute;
    right: 4px;
    border-radius: 8px;
    background: #F56023;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
}

.areaStages {
    margin-bottom: 113px;
}

@media screen and (max-width: 1280px) {
    .inAreaCalculator {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .titleCalculator {
        font-size: clamp(24px, 4vw, 32px);
        line-height: normal;
    }

    .boxCalculatorItems {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        height: auto;
    }
}

@media screen and (max-width: 860px) {
    .boxCalculatorItems {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        height: auto;
    }

    .mainAreaCalculator {
        margin-top: 24px;
    }
}

@media screen and (max-width: 520px) {
    .selectItem {
        display: flex;
        padding: 7px 12px;
        cursor: pointer;
        align-items: center;
        box-sizing: border-box;
        border-radius: 8px;
        color: #FFF7FC;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        justify-content: center;
        line-height: 20px;
    }

    .itemInput input,
    .itemInput select {
        font-size: 13px;
    }

    .btnGetInfoCalc {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px 10px 10px;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        color: #FFF7FC;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 16px;
        background: linear-gradient(90deg, #EA6129 0%, #D3450A 100%);
    }

    .nameParamCar,
    .valueParamCar {
        font-size: 13px;
        flex-shrink: 0;
        width: max-content;
    }
}

@media screen and (max-width: 420px) {
    .areaBtnsSelector {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 4px;
        border-radius: 8px;
        padding: 4px;
        box-sizing: border-box;
        background: #383838;
    }

    .areaBtnsSelectorSec {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 4px;
        border-radius: 8px;
        padding: 4px;
        box-sizing: border-box;
        background: #383838;
    }
}