

/* Start:/local/templates/gnbservice/components/wexpert/calculation/main/style.css?17521575523729*/
.calc-title{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 40px;
    margin-top: 0;
}
.block-calc{
    background-color: #E5E5E5;
    padding: 57px 66px;
    border-radius: 30px;
    margin-bottom: 40px;
}
.t-filtr{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 50px;
}
.calculation-order{
    margin-bottom: 120px;
}
.calculation-order a{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #AE3D03;
    border-radius: 20px;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    color: #FFFFFF;
    text-decoration: none;
}
.body-filtr{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -20px;
}
.body-filtr-item{
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px 20px;
}
.body-filtr-item{
    display: flex;
    flex-direction: column;
}
.body-filtr-item label{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #B8B8B8;
    margin-bottom: 15px;
    display: block;
}
.body-filtr-item .select2-container--default .select2-selection--single .select2-selection__rendered,
.body-filtr-item input,
.body-filtr-item select{
    background-color: #fff;
    padding: 19px 31px;
    border-radius: 10px;
    outline: none;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    color: #363636;
    border: 1px solid #fff;
}
.body-filtr-item.error .select2-container--default .select2-selection--single .select2-selection__rendered,
.body-filtr-item.error input,
.body-filtr-item.error select{
    border-color: red;
}

.body-filtr-item .select2-container .select2-selection--single{
    border: none!important;
    background-color: transparent!important;
    height: auto;
}
.button-f button{
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    height: 60px;
    width: 100%;
    background-color: #AE3D03;
    border-radius: 10px;
    border: 1px solid #AE3D03;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-f button svg{
    margin-right: 10px;
}
.reset a{
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #AE3D03;
    height: 60px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #AE3D03;
    border-radius: 10px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.reset a svg{
    margin-right: 10px;
}
.body-filtr-btn-list{
    display: flex;
    flex-direction: row;
    margin: -5px;
    padding-top: 39px;
}
.button-f,
.reset{
    max-width: 50%;
    width: 100%;
    padding: 5px;
}
.result-calc{
    margin-top: 20px;
    background-color: #B8B8B8;
    border-radius: 8px;
    padding: 40px 50px;
}
.result-calc-title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 10px;
}

.calculation_result{
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;
    color: #363636;
}
.total-calc span{
    font-weight: 700;
}
.calculation_result{
    display: flex;
}
.calculation_result>div{
    margin-right: 38px;
}
/* End */
/* /local/templates/gnbservice/components/wexpert/calculation/main/style.css?17521575523729 */
