

/* Start:/local/templates/farma/components/astoni.core/calculator/calc_template/style.css?168570983911488*/
.input_item {
    margin: 10px;
}

.tab_content_item {
    display: none;
}


.tab_items {
    margin-bottom: 26px;
} 

.calculator {
    padding: 35px 0px;
}

.calc-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-bottom: 24px;
}

.calc-h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    font-family: Montserrat-Bold;
    flex: 1;
    padding-right: 35px;
}

.calc-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 194px;
}

.calc-step {
    width: 32px;
    height: 32px;
    background: #E6EAF3;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #9EA4B1;
    font-family: Montserrat-Bold;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.calc-top-content {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 20px;
}

.calc-step:after {
    content: ' ';
    position: absolute;
    right: 100%;
    top: 48%;
    width: 49px;
    height: 2px;
    background: #E6EAF3;
}

.calc-step-active {
    background: #192A67;
    color: #fff;
}

.calc-step-active:after {
    content: ' ';
    background: #192A67;
    color: #fff;
}

.calc-step:first-child:after {
    content: '';
    display: none;
}

.calc-top-content p {
    margin: 0px;
}

.calc-sections-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0px -1.5%;
}

@media only screen and (max-width: 767px) {
    .calc-sections-blocks {
        justify-content: flex-start;
        gap: 20px;
        padding: 1.5%;
    }
}

.calc-section {
    background: #E7EFF4;
    width: 30%;
    box-sizing: border-box;
    padding: 30px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.5%;
}

@media only screen and (max-width: 767px) {
    .calc-section {
        width: 47%;
        margin: 0;
    }
}

.calc-section-img {
    margin-bottom: 25px;
}

.calc-section-title a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #3C3C3B;
}

.calc-top-bottom {
    padding-top: 11px;
}

.calc-step2-bl-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 12px;
}

.calc-step2-bl-search-i {
    flex: 1;
    height: 61px;
    background: #F6F6FA;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px 20px 10px 56px;
}

.calc-step2-bl-search-b {
    width: 115px;
    height: 61px;
    left: 1381px;
    top: 202px;
    /* blue */
    background: #192A67;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

@media only screen and (max-width: 416px) {
    .calc-step2-bl-search-b {
        height: 45px;
        margin-top: 8px;
    }
}

.calc-step2-bl-bottom {
    margin: 0px -8px;
}

.calc-step2-bl-bottom ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.calc-step2-bl-bottom ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px; /*12px 15px*/
    position: static;
    /*height: 48px;*/
    height: auto;
    background: #FFFFFF;
    border: 1px solid #CFD1DA;
    box-sizing: border-box;
    margin: 5px; /*8px*/
    font-style: normal;
    font-weight: 700;
    font-size: 14px; /*17px*/
    line-height: 140%;
    color: #CFD1DA;
    cursor: pointer;
}

.calc-step2-bl-bottom ul li a {
    color: inherit;
}

.calc-step2-bl-bottom ul li.active-step2 {
    background: #192A67;
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*font-size: 16px;*/
    /*line-height: 140%;*/
    color: #fff;
}

.calc-content-step2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-flow: row wrap;
    /*margin: 0px -1.5%;*/
    padding-top: 30px;
}

.calc-section-step2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    /*margin: 1.5%;*/
    /*height: 315px;*/
}

.calc-section-step2-img {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 110px;
    height: 110px;
    /*background: linear-gradient(0deg, rgba(219, 219, 220, 0.2), rgba(219, 219, 220, 0.2));*/
}

.calc-section-step2-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.calc-section-step2-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    color: #000000;
    font-family: Montserrat-Bold;
    padding-left: 20px;
    width: 64%;
}

.calc-step2-bl-search-icon {
    position: absolute;
    left: 11px;
    top: 15px;
}

.calc-content-step3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.calc-section-step3-l {
    width: 44%;
    margin-right: 3%;
    background: #F6F6FA;
    padding-top: 23px;
}

.calc-section-step3-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    color: #3C3C3B;
    padding-bottom: 8px;
}

.calc-section-step3-list .jq-selectbox__select-text {
    height: 51px;
    background: #F6F6FA;
    border: 1px solid #CFD1DA;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.calc-section-step3-list .jq-selectbox__trigger {
    top: 22px;
}

.calc-section-step3-list .jq-selectbox__dropdown {
    top: 51px !important;
}

.calc-section-step3-list .jq-selectbox.focused {
    border: 1px solid #CFD1DA;
}

.calc-section-step3-l-b {
    padding: 0px 23px 23px;
    position: relative;
}

.calc-section-step3-r {
    width: 53%;
    border: 7px solid #F6F6FA;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 870px;*/
    height: auto;
    padding: 10px;
}

.calc-section-step3-img {
    padding-bottom: 53px;
}

.calc-section-step3-text {
    width: 214px;
    text-align: center;
}

.calc-section-step3-text-title {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 140%;
    color: #192A67;
    font-family: Montserrat-Bold;
    padding-bottom: 8px;
}

.calc-section-step3-text-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #192A67;
    opacity: 0.5;
}

.calc-section-step3-list input {
    height: 51px;
    background: #F6F6FA;
    border: 1px solid #CFD1DA;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 68px 10px 10px;
}

.calc-section-step3-l .tab_items {
    margin-bottom: 0px !important;
}

.calc-section-step3-list .jq-selectbox.changed {
    border: 1px solid #CFD1DA;
}

.calc-section-step3-l .input-group-append {
    position: absolute;
    right: 44px;
    top: 41px;
    z-index: 10;
}

.jq-selectbox.jqselect.changed.dropdown.opened,
.jq-selectbox.jqselect.dropdown.opened {
    z-index: 80 !important;
}

.calc-section-step3-l .inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.calc-section-step3-l .inputs .calc-section-step3-l-b {
    width: 50%;
    box-sizing: border-box;
}

.calc-section-step3-l .inputs .calc-section-step3-l-b-w100 {
    width: 100% !important;
}

.calc-section-step3-l-b .help {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    color: #192A67;
    font-style: italic;
    padding-top: 7px;
}

.calc-result {
    background: #35437A;
    padding: 23px;
    color: #fff;
}

.calc-result-itog {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: Montserrat-Bold;
    padding-bottom: 13px;
}

.calc-result-itog1 {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #FFFFFF;
    padding-bottom: 13px;
}

.calc-result-itog1 span {
    font-family: Montserrat-Bold;
}

.calc-result-itog2 {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.7;
}

.calc-section-step-radio {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.calc-section-step-radio input {
    display: none;
}

.calc-section-step-radio-check {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 1px;
    background: #A9AFC6;
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-section-step-radio-check:after {
    content: " ";
}

.calc-section-step-radio-name {
    padding-left: 7px;
}

.calc-section-step-radio-active .calc-section-step-radio-check {
    background: #192A67;
}

.calc-section-step-radio-active .calc-section-step-radio-check:after {
    content: ' ';
    display: block;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-track-container {
    padding-top: 16px;
    padding-bottom: 7px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-part {
    background: none;
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 40;
    border-radius: 7px;
    background: #757FA4;
    position: absolute;
    top: 0;
    bottom: 0;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-pricebar-v {
    background: #757FA4;
    z-index: 40;
    border-radius: 7px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-range {
    z-index: 70;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #757FA4;
    border-radius: 7px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-handle {
    position: absolute;
    border-bottom: none;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-handle.right {
    display: none;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-handle.left, .calc-section-step3-l .bx-filter .bx-ui-slider-handle.right {
    width: 19px;
    height: 19px;
    background: #192A67;
    border-radius: 100px;
    margin: 0px;
    top: -6px;
    z-index: 10;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-part.p1 {
    display: none;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}

.calc-section-step3-l .bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: -16px;
    left: 19px;
    display: block;
    margin-left: -50px;
    text-align: center;
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */
    text-align: right;
    color: #3C3C3B;
    font-family: Montserrat-Bold;
}
/* End */
/* /local/templates/farma/components/astoni.core/calculator/calc_template/style.css?168570983911488 */
