

/* Start:/local/components/Kontur/Calculator/templates/.default/style.css?17530892954683*/
.cost_calcukator{
    margin-bottom: 6px;
}
.cost_calcukator .breadcrumb{
    margin-bottom: 30px;
}
.result{
    display: flex;
    flex-direction: column;
}
.result .res1{
    margin-bottom: 12px;
}

.cost_calcukator{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-bottom: 48px;
}
.cost_calcukator input, .cost_calcukator select{
    margin-bottom: 10px;
}

.cost_calcukator button{
    width: min-content;
    border: none;
    background-color: #f1f1f1;
    color: #2d2d2d;
    padding: 8px 16px;
    border-radius: 8px;
}
.cost_calcukator button:hover{
    transition: .3s;
    opacity: .85;
}

.cost_calcukator .input_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cost_calcukator .input_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cost_calcukator .input_cont label{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 5px;
}
.cost_calcukator .input_cont select{
    width: 100%;
    padding: 20px 50px 20px 22px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    outline:none;
    height: auto;
    appearance: none;

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
}
.cost_calcukator .input_cont .select_cont{
    position: relative;
}
.cost_calcukator .input_cont .select_cont::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-image: url(/local/components/Kontur/Calculator/templates/.default/../../../../../../local/templates/aspro-scorp/images/icons/select_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.cost_calcukator .input_cont input{
    width: 100%;
    padding: 20px 0 20px 22px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    outline:none;

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
}

.cost_calcukator .input_cont.category{
    width: 60%;
    margin-right: 10px;
}
.cost_calcukator .input_cont.entity_quent{
    width: 40%;
}

/* row_result */
.cost_calcukator .row_result{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 10px;
}

.cost_calcukator .result_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    width: calc(25% - 30px);
    min-width: calc(25% - 30px);
}
.cost_calcukator .result_cont .title{
    display: block;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 10px;
    white-space: nowrap;
}
.cost_calcukator .result_cont .result{
    display: block;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 37px;
    line-height: 43px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: hidden;
}
.cost_calcukator .result_cont .result::-webkit-scrollbar {
    display: none;
}

.cost_calcukator .result_cont #unit_types{
    overflow-x: unset;
    white-space: unset;
    word-wrap: break-word;
    font-size: 18px;
}

@media(max-width: 1200px){
    .cost_calcukator .result_cont{
        width: calc( 33.33% - 20px );
        min-width: calc( 33.33% - 20px );
    }
}
@media(max-width:1000px){
    .cost_calcukator .result_cont{
        width: calc( 50% - 30px );
        min-width: calc( 50% - 30px );
    }
    .cost_calcukator .input_row{
        flex-direction: column;
    }
    .cost_calcukator .input_cont.entity_quent{
        width: 100%;
    }
    .cost_calcukator .input_cont.category{
        width: 100%;
    }
    .cost_calcukator .input_cont{
        width: 100%;
        margin-bottom: 10px;
    }
    .cost_calcukator .input_row{
        margin-bottom: 10px;
    }
}
@media(max-width: 500px){
    .cost_calcukator .result_cont .title{
        white-space: pre-wrap;
        font-size: 13px;
        line-height: 15px;
        min-height: 33px;
    }
    .cost_calcukator .result_cont .result{
        font-size: 27px;
        line-height: 32px;
    }
}
/* End */


/* Start:/local/components/Kontur/Calculator_budget_fact/templates/.default/style.css?17530892954734*/
.calculator_label{
    margin-bottom: 24px;
}

.cost_calcukator{
    margin-bottom: 6px;
}
.cost_calcukator .breadcrumb{
    margin-bottom: 30px;
}
.result{
    display: flex;
    flex-direction: column;
}
.result .res1{
    margin-bottom: 12px;
}

.cost_calcukator{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-bottom: 48px;
}
.cost_calcukator input, .cost_calcukator select{
    margin-bottom: 10px;
}

.cost_calcukator button{
    width: min-content;
    border: none;
    background-color: #f1f1f1;
    color: #2d2d2d;
    padding: 8px 16px;
    border-radius: 8px;
}
.cost_calcukator button:hover{
    transition: .3s;
    opacity: .85;
}

.cost_calcukator .input_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cost_calcukator .input_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cost_calcukator .input_cont label{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 5px;
}
.cost_calcukator .input_cont select{
    width: 100%;
    padding: 20px 50px 20px 22px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    outline:none;
    height: auto;
    appearance: none;

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
}
.cost_calcukator .input_cont .select_cont{
    position: relative;
}
.cost_calcukator .input_cont .select_cont::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-image: url(/local/components/Kontur/Calculator_budget_fact/templates/.default/../../../../../../local/templates/aspro-scorp/images/icons/select_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.cost_calcukator .input_cont input{
    width: 100%;
    padding: 20px 0 20px 22px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    outline:none;

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
}

.cost_calcukator .input_cont.category{
    width: 60%;
    margin-right: 10px;
}
.cost_calcukator .input_cont.entity_quent{
    width: 40%;
}

/* row_result */
.cost_calcukator .row_result{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 10px;
}

.cost_calcukator .result_cont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    width: calc(25% - 30px);
    min-width: calc(25% - 30px);
}
.cost_calcukator .result_cont .title{
    display: block;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 10px;
    white-space: nowrap;
}
.cost_calcukator .result_cont .result{
    display: block;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 37px;
    line-height: 43px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: hidden;
}
.cost_calcukator .result_cont .result::-webkit-scrollbar {
    display: none;
}

.cost_calcukator .result_cont #unit_types{
    overflow-x: unset;
    white-space: unset;
    word-wrap: break-word;
    font-size: 18px;
}

@media(max-width: 1200px){
    .cost_calcukator .result_cont{
        width: calc( 33.33% - 20px );
        min-width: calc( 33.33% - 20px );
    }
}
@media(max-width:1000px){
    .cost_calcukator .result_cont{
        width: calc( 50% - 30px );
        min-width: calc( 50% - 30px );
    }
    .cost_calcukator .input_row{
        flex-direction: column;
    }
    .cost_calcukator .input_cont.entity_quent{
        width: 100%;
    }
    .cost_calcukator .input_cont.category{
        width: 100%;
    }
    .cost_calcukator .input_cont{
        width: 100%;
        margin-bottom: 10px;
    }
    .cost_calcukator .input_row{
        margin-bottom: 10px;
    }
}
@media(max-width: 500px){
    .cost_calcukator .result_cont .title{
        white-space: pre-wrap;
        font-size: 13px;
        line-height: 15px;
        min-height: 33px;
    }
    .cost_calcukator .result_cont .result{
        font-size: 27px;
        line-height: 32px;
    }
}
/* End */
/* /local/components/Kontur/Calculator/templates/.default/style.css?17530892954683 */
/* /local/components/Kontur/Calculator_budget_fact/templates/.default/style.css?17530892954734 */
