@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
:root{
    --hNav: 124px;
}

html,
body{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #000;
    font-size: 14px;
    background: #fff;
}
a{
    transition: .5s all;
    text-decoration: none;
}


h1{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
h5{
    font-size: 18px;
    margin-bottom: 0;
}

.btn-general{
    padding: 15px 30px;
    border-radius: 72px;
    background: #FDDA24;
    color: #153146;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: block;
    transition: .5s all;
    border: 0;
}
.btn-general:hover{
    background: #FFC806;
}
.btn-general.active{
    background: #FDDA24;
}
.btn-general.disabled{
    background: #FFEF99;
}
.btn-general:active{
    background: #FFB800;
}
.btn-general--arrow:after{
    content: '';
    position: relative;
    width: 28px;
    height: 8px;
    background: url('/design/img/btn-general__arrow.svg') left center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 12px;
}
.btn-second{
    display: block;
    background: #229FFF;
    transition: .5s all;
    padding: 15px 16px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-second:hover{
    background: #128CE9;
}
.btn-second.active{
    background: #229FFF;
}
.btn-second.disabled{
    background: #BAB8B8;
}
.btn-second:active{
    background: #0377CF;
}





.navbar{
    padding: 0;
    width: 100%;
    top: 0;
    flex-wrap: wrap;
}
.navbar-container{
    width: 100%;
}
.navbar-brand{
    color: #FDDA24;
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    display: block;
    height: 40px;
}
.navbar-brand:hover{
    color: #FDDA24;
}
.navbar-top__wrap{
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-mail{
    display: none;
}
.navbar-toggler{
    width: 40px;
    height: 40px;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    transition: .5s all;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url('/design/img/burger_open.svg') center center no-repeat;
}
.navbar-toggler[aria-expanded="true"]{
    background: url('/design/img/burger_close.svg') center center no-repeat;
}

.navbar-bottom__wrap{

}
.navbar-nav{
    padding: 20px 0;
    align-items: center;
}
.nav-item__line{
    width: 300px;
    height: 1px;
    background: #ECEAEA;
    margin: 20px 0;
}
.navbar__wrap{
    background: radial-gradient(228.32% 615.72% at -64.74% -30.47%, #229FFF 16.85%, rgba(34, 159, 255, 0.00) 100%);
    padding-top: var(--hNav);
}


.s-general{
    background: radial-gradient(228.32% 615.72% at -64.74% -30.47%, #229FFF 16.85%, rgba(34, 159, 255, 0.00) 100%);
    position: relative;
    padding-top: calc(var(--hNav) + 10px);

}

.s-general__img{
    margin-top: 10px;
    max-width: 400px;
    width: 100%;
    pointer-events: none;
}
.s-general__h1{
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    max-width: 342px;
}
.s-general__text{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    max-width: 345px;
}
.s-general__btn-wrap{
    display: flex;
    justify-content: center;
}


.s-catalog{
    padding-top: 32px;
}
.s-catalog__h2{
    margin-bottom: 31px;
    text-align: center;
}
.catalog__block{
    position: relative;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
    padding-bottom: 20px;
    height: 100%;
}
.catalog__img{
    width: 100%;
    margin-bottom: 19px;
}
.catalog__category{
    color: #BAB8B8;
    text-align: center;
    margin-bottom: 10px;
}
.catalog__h2{
    color: #153146;
    text-align: center;
    margin-bottom: 10px;
}
.catalog__text{
    padding: 0 20px;
    margin-bottom: 10px;
    text-align: center;
}
.catalog__btn-wrap{
    display: flex;
    justify-content: center;
    width: 100%;
}
.s-partners{
    padding-top: 32px;
}
.s-partners__h2{
    text-align: center;
    margin-bottom: 32px;
}

.s-partners__left{
    margin-bottom: 32px;
}
.s-partners__block{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.s-partners__img{
    max-width: 100%;
}

.s-partners__right{
    margin-bottom: 32px;
}



.footer{
    padding: 30px 0;
    background: #153146;
    color: #fff;
}
.footer h4{
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
}

.footer ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}
.footer li{
    list-style-type: none;
}
.footer a{
    color: #fff;
    font-size: 16px;
}

.footer__send-letter{
    margin-top: -20px;
}
.footer__send-letter a{
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.footer__soc-wrap{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;

}
.footer__soc{
    background: #fff;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__line{
    margin-top: 30px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background: #D9D9D9;
}
.footer__copy{
    color: #F5F5F5;
    display: flex;
    gap: 8px;
    align-items: center;
}

.page{
    color: #333232;
    padding: 30px 0 40px;
}
.page__h2{
    text-align: center;
    margin-bottom: 15px;
}
.page h5{
    margin-bottom: 15px;
}
.page__blue-text{
    color: #229FFF;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
    text-align: center;
}
.page hr{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.page__h3{
    margin-bottom: 15px;
}
.page-why__block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.page-why__block-img{
    border-radius: 99px;
    background: #FFF;
    width: 50px;
    height: 50px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.page-why__block-title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.page-why__block-text{
    text-align: center;
}

.page h2{
    margin-bottom: 15px;
}
.page h3{
    margin-bottom: 15px;
}
.page h4{
    margin-bottom: 15px;
}
.page h5{
    margin-bottom: 15px;
}
.page p{
    margin-bottom: 15px;
}

.page ul{
    list-style-type: disc;
}

.s-calculator__h3{
    max-width: 260px;
    margin-bottom: 32px;
    color: #FFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.s-calculator__list{
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 12px 17px;
    margin-bottom: 32px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
}
.s-calculator__list-img{
    width: 35px;
    height: 35px;
    align-self: center;
}
.s-calculator__list-text{
    align-self: center;
}

.s-calculator__btn-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
}
.s-calculator__img{
    max-width: 100%;
}

.page-calculator{
    padding-top: 30px;
    color: #333232;
}
.calculator__h2{
    text-align: center;
    margin-bottom: 20px;
}
.calculator-start{
    margin-bottom: 30px;
}
.calculator-start__step{
    border-bottom: 2px solid #D9D9D9;
    padding: 0 10px 5px;
    cursor: default;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    position: relative;
}
.calculator-start__step.active{
    color: #229FFF;
    border-bottom: 2px solid #229FFF;
}
.calculator-start__step.active::after {
    content: '';
    position: absolute;
    margin: auto;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: #229fff transparent;
}

.calculator-block{
    margin-bottom: 30px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
    padding-top: 20px;
    padding-bottom: 20px;
}
.px-form{
    padding-left: 20px;
    padding-right: 20px;
}
.calculator-block h5{
    margin-bottom: 20px;
    text-align: center;
}
.radio-custom label {
    display: block;
    padding: 15px 30px;
    cursor: pointer;
    background: #bcbcbc;
    color: #fff;
    transition: .5s all;
    text-align: center;;
}
.radio-custom input[type="radio"]:checked+label {
    background: #229fff;
    cursor: default;
    color: #fff;
}
.radio-custom input[type="radio"]{
    display: none;
}
.calc-wrap__osagoform_whois{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 25px;
}

.calc-wrap__osagoform_cartype{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    justify-content: center;
}
.calc-wrap__osagoform_cartype .cartype{
    width: calc(50% - 10px);
    text-align: center;
    display: block;
}
.calc-wrap__osagoform_cartype .cartype input{
    display: none;
}
.calc-wrap__osagoform_cartype .cartype label{
    position: relative;
    display: block;
    padding: 90px 5px 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-x: center;
}
.calc-wrap__osagoform_cartype .cartype label .img{
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.calc-wrap__osagoform_cartype .cartype label .img *{
    fill: #BAB8B8 !important;
}
.calc-wrap__osagoform_cartype .cartype input[type="radio"]:checked+label .img *{
    fill: #229FFF !important;
}
.calc-wrap__osagoform_cartype .cartype input[type="radio"]+label::before {
    content: '';
    position: absolute;
    height: 80px;    width: 100%;
    top: -10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #bcbcbc;			background-position: bottom 10px center;		background-repeat: no-repeat;
}
.calc-wrap__osagoform_cartype .cartype input[type="radio"]+label::after {
    content: '';
    position: absolute;
    margin: auto;
    top: 70px;
    left: 0;
    right: 0;
    width: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: transparent;
    border-top-color: #bcbcbc;
}
.calc-wrap__osagoform_cartype .cartype input[type="radio"]:checked+label::after,
.calc-wrap__osagoform_cartype .cartype input[type="radio"]:checked+label::before,
.calc-wrap__osagoform_cartype .cartype:hover input[type="radio"]+label::after,
.calc-wrap__osagoform_cartype .cartype:hover input[type="radio"]+label::before {
    border-top-color: #229fff;
}
.calc-wrap__osagoform_cartype .cartype input[type="radio"]:checked+label::before,
.calc-wrap__osagoform_cartype .cartype:hover input[type="radio"]+label::before {
    border-bottom-color: #229fff;
}

.calc-wrap__osagoform_cartype input[type="radio"]:checked+label,
.calc-wrap__osagoform_cartype label:hover{
    background-position-y:-120px;
    background-color: transparent;
}
#OsagoForm_cartype_0+label::before {	background-image: url('/design/img/cartype_0.svg');}#OsagoForm_cartype_0:checked+label::before, #OsagoForm_cartype_0:hover+label::before {	background-image: url('/design/img/cartype_0_1.svg');}#OsagoForm_cartype_1+label::before {	background-image: url('/design/img/cartype_1.svg');}#OsagoForm_cartype_1:checked+label::before, #OsagoForm_cartype_1:hover+label::before {	background-image: url('/design/img/cartype_1_1.svg');}#OsagoForm_cartype_2+label::before {	background-image: url('/design/img/cartype_2.svg');}#OsagoForm_cartype_2:checked+label::before, #OsagoForm_cartype_2:hover+label::before {	background-image: url('/design/img/cartype_2_1.svg');}#OsagoForm_cartype_3+label::before {	background-image: url('/design/img/cartype_3.svg');}#OsagoForm_cartype_3:checked+label::before, #OsagoForm_cartype_3:hover+label::before {	background-image: url('/design/img/cartype_3_1.svg');}#OsagoForm_cartype_4+label::before {	background-image: url('/design/img/cartype_4.svg');}#OsagoForm_cartype_4:checked+label::before, #OsagoForm_cartype_4:hover+label::before {	background-image: url('/design/img/cartype_4_1.svg');}

.calc-wrap__osagoform_cartype2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
.calc-wrap__osagoform_cartype2 label{
    padding: 15px 5px;
}





.calc-wrap__osagoform_cartype .cartype{
    width: calc(50% - 10px);
    text-align: center;
    display: block;
}
.calc-wrap__osagoform_dod{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.osagoform_dod{
    max-width: 270px;
    width: 100%;
}
.osagoform_dod__img{
    display: flex;
    justify-content: center;
}
.osagoform_dod__line{
    margin-top: 5px;
    position: relative;
    width: 100%;
    height: 2px;
    background: #bcbcbc;
}
.osagoform_dod__line:after{
    content: '';
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0;
    width: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: transparent;
    border-top-color: #bcbcbc;
}
.osagoform_dod__text{
    margin-top: 20px;
    margin-bottom: 20px;
}
.osagoform_dod3{
    display: flex;
    gap: 30px;
}
.osagoform_dod3 label{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.osagoform_dod3 span{
    text-transform: uppercase;
}
.my-select2{
    width: 100%;
}
.select2{
    display: block;
    border: 1px solid #BAB8B8;
    padding: 0 7.5px;
}
.select2-container--default .select2-selection--single{
    border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background: url('/design/img/select2_arrow.svg') center center no-repeat;
    width: 13px;
    height: 10px;
    top: calc(50% - 5px);
    right: 10px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotateX(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow > * {
    display: none;
}


.calculator-block__result{
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.calculator-block__result-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 500px;
}
.calculator-block__result-title{
    text-transform: uppercase;
    font-size: 14px;
}
.calculator-block__result-text{
    color: #BAB8B8;
    font-size: 14px;
}
.calculator-block__link{
    display: block;
    padding: 15px 30px;
    color: #fff;
    background: #229FFF;
    text-transform: uppercase;
    font-size: 14px;
}
.calculator-heading__title-pc{
    display: none;
}

.calculator-heading__title{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;		padding: 0 30px 15px;
}
.calculator-heading__title .dropdown-toggle{
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 0;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}
.calculator-heading__title .dropdown-toggle:after{
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    width: 13px;
    height: 18px;
    background: url('/design/img/sort.svg') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border: 0;
}
.calculator-heading__title .dropdown-menu{
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    background: #FFF;
    border: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.17);
    padding: 10px 15px;
    gap: 16px;
}
.calculator-heading__title .dropdown-menu.show{
    display: flex;
    flex-direction: column;
}
.calculator-heading__title .dropdown-item{
    padding: 0;
    text-transform: uppercase;
    background: #fff!important;
    color: #333232!important;
}

.calculator-heading__line{
    height: 1px;
    width: 100%;
    background: #BAB8B8;
}

.calculator-heading__list{
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    gap: 10px;
    padding: 20px 12px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #BAB8B8;
}
.calculator-heading__list-img{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.calculator-heading__list-img .calculator-heading__list-img--logo{
    max-width: 100%;
    height: auto;
}
.calculator-heading__list-icons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
    min-height: 30px;
}

.calculator-heading__list-icon{
    position: relative;
}
.calculator-heading__list-icon-info{
    position: absolute;
    bottom: calc(100% + 10px);
    left: -19px;
    width: 160px;
    background: rgba(170, 170, 170, 1);
    color: #fff;
    padding: 5px 10px;
    display: none;
    font-size: 12px;
}
.calculator-heading__list-icon:hover .calculator-heading__list-icon-info{
    display: block;
}

.calculator-heading__list-icon-info::after {
    content: '';
    position: absolute;
    margin: 0 auto 6px;
    bottom: -16px;
    left: 17px;
    width: 0;
    border-style: solid;
    border-width: 11px 17px 0 17px;
    border-color: rgba(170, 170, 170, 1) transparent transparent;
}


.calculator-heading__list-price{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.calculator-heading__list-price .text{
    color: #BAB8B8;
    font-size: 14px;
}
.calculator-heading__list-price .price{
    font-weight: 600;
    font-size: 18px;
}
.calculator-heading__list-price .price2{
    font-size: 14px;
}

.calculator-heading__list-btns{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5px;
}
.calculator-heading__list-btn{
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 72px;
    background: #FDDA24;
    color: #153146;
    text-transform: uppercase;	border: 0;
}

.calculator-heading__list-more{
    color: #BAB8B8;
    font-size: 14px;
    border-bottom: 1px solid #BAB8B8;
    padding: 0 0 2px;
    display: block;
    margin-bottom: 10px;
}
.calculator-heading__list-more:hover{
    color: #229FFF;
    border-bottom: 1px solid #229FFF;
}

.calculator-heading__more{
    margin-top: 15px;
    padding: 15px 6px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: #F5F5F5;
    color: #000;
    width: calc(100% - 30px);
}
.calculator-heading__more ul{
    margin-bottom: 0;
}

.calculator-block__final{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.calculator-block__final-text{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.calculator-block__final-img{
    max-width: 100%;
    margin-bottom: 15px;

}

.calculator-block__final-table{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.calculator-block__final-list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
}
.calculator-block__final-list2{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
}
.calculator-block__final-list-icon{
    display: flex;
    gap: 10px;
}
.calculator-block__final-list-text{
    color: #787878;
}
.calculator-block__final-bottom{
    width: 100%;
    margin-top: 10px;
}
.calculator-block__final-price{
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}
.calculator-block__final-price span{
    font-size: 24px;
}
.calculator-block__oplata-text{
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}
.calculator-block__oplata-form{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.calculator-block__oplata-form label{
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 8px;
}

.calculator-block__back{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calculator-block__back-url{
    color: #333232;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding-left: 41px;
    background: url('/design/img/back_arrow.svg') center left no-repeat;
}

.calculator-block__back-btn{

}

.input-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.input-group .form-label{
    order: 1;
    transition: .5s all;
    margin-bottom: 5px;
}
.input-group .form-control:focus + .form-label{
    color: #229FFF;
}
.input-group .form-control{
    width: 100%;
    border: 1px solid #BAB8B8;
    padding: 10px !important;
    transition: .5s all;
    color: #333232;
    outline: none !important;
    box-shadow: none !important;
    order: 2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 46px;
}
.input-group .form-control::placeholder{
    color: #BAB8B8;
}
.form-control.is-invalid,
.was-validated .form-control:invalid{
    background: transparent;
    border: 1px solid #F31111;
}
.form-control.is-valid,
.was-validated .form-control:valid{
    background: transparent;
}
.input-group .form-control:hover{
    border: 1px solid #A8CEEB !important;
}
.input-group .form-control:focus{
    border: 1px solid #229FFF !important;
}
.invalid-feedback, .errorMessage{
    order: 3;		color: #dc3545;
}.error .form-control, .error .select2-container{	border-color: #dc3545;
}
.input-group .select2{
    width: 100% !important;
    order: 2;
    height: 46px;
}


.calculator-form__warning{
    margin-top: 15px;
    color: #F31111;
    text-align: center;
    text-transform: uppercase;
}
.calculator-form__text{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.calculator-form__name{
    margin-top: 24px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #BAB8B8;
    margin-bottom: 10px;
}
.calculator-form__after-text{

}
.calculator-form__after-more{
    color: #BAB8B8;
    margin-bottom: 20px;
}.calculator-heading__title ul{	margin: 0;    padding: 0;    display: block;}.calculator-heading__title li{	font-size: 18px;	display: inline-block;	text-transform: uppercase;			width: 100%;	    margin: 0 0 10px 0;}.calculator-heading__title li a{	padding-right: 20px;	background: url('/design/img/sort.svg') right center no-repeat;		color: #333232;}.calculator-heading__title li a.asc{	background-image: url('/design/img/sort_up.svg');		color: #229FFF;}.calculator-heading__title li a.desc{	background-image: url('/design/img/sort_down.svg');		color: #229FFF;}