

/* Start:/local/components/cloverit/calculator.facade/templates/.default/style.css?168372572526354*/
:root {
    --materials-gap: 12px;
    --materials-elements: 5;

/*    --color-base: #1B469A;
    --color-add: #F28A1A;
    --color-add2: #FBE3C9;*/

    --color-base: #1B469A;
    --color-add: #BBBE47;
    --color-add2: #ECEDC6;
}
.calc-facade {
    display: flex;
    min-height: 500px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(27, 70, 154, 0.1);
    margin-bottom: 50px;
    font-family: 'Play', sans-serif;
    color: #292929;
    letter-spacing: 0.01em;
    position: relative;
}
@media (min-width: 991px) {
    .calc-facade {
        height: 500px;
    }
}
.calc-facade sup {
    font-size: 70%;
}
.calc-facade-pics {
    width: 42.17%;
    background: #E5E5E5;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    position: relative;
}
.calc-facade-main {
    width: 57.83%;
    display: flex;
    flex-direction: column;
}
.calc-facade-tabs {
    display: flex;
    position: relative;
}
.calc-facade-tab {
    box-shadow: 2px 0 4px rgba(96, 96, 96, 0.15);
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 9px 20px;
    border: none;
    outline: none!important;
    white-space: nowrap;
    width: 100%;
    color: #A6A6A6;
    background: #F5F5F5;
}
.calc-facade-tab + .calc-facade-tab {
    margin-left: -5px;
    padding-left: calc(20px + 5px);
}
.calc-facade-tab.active {
    background: #FFFFFF;
    color: #292929;
}
.calc-facade-content {
    background: #fff;
    height: 100%;
    padding: 22px 22px 30px;
}
@media (min-width: 991px) {
    .calc-facade-content {
        height: calc(100% - 44px);
    }
}
.step-content {
    display: none;
    flex-direction: column;
    height: 100%;
}
.step-content.active {
    display: flex;
}
.step-text {

}
.step-text--title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
.step-text--desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
}
.step-bottom {
    margin-top: auto;
    padding-top: 35px;
}
.calc-facade-button {
    border: 0.5px solid var(--color-add);
    color: #292929;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;

    appearance: none;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-decoration: none;
    height: 36px;
    cursor: pointer;
    outline: 0;
    transition: .3s;
    text-align: center;
    line-height: 34px;
    padding: 0 20px;
    letter-spacing: -0.01em;
    width: fit-content;
}
.step-next-button.calc-facade-button {
    width: 100%;
}
.step-next-button.calc-facade-button:after {
    content: '';
    mask: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/icon-chevron-right.svg");
    -webkit-mask: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/icon-chevron-right.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    background: #292929;
    transition: .3s;
}
.calc-facade-button:not(:disabled):hover {
    background: var(--color-add);
    color: #fff;
}
.calc-facade-button:disabled,
.calc-facade-button[disabled],
.calc-facade-button.disabled {
    border-color: #A6A6A6;
    color: #A6A6A6;
    cursor: default;
}
.calc-facade-button:disabled:after,
.calc-facade-button[disabled]:after,
.calc-facade-button.disabled:after {
    background: #A6A6A6;
}
.calc-facade-button:not(:disabled):hover:after {
    background: #fff;
}
.materials-block {
    margin: 0 -22px;
    padding: 22px;
    /*overflow: auto;*/
}
.materials-block:not([data-simplebar]),
.materials-block[data-simplebar] .simplebar-content {
    display: flex;
    flex-wrap: wrap;
    gap: var(--materials-gap);
    /*margin-top: 23px;*/
}
@media (min-width: 991px) {
    .materials-block[data-simplebar] {
        height: calc(100% - 122px);
    }
}
.materials-block[data-simplebar] .simplebar-content:before,
.materials-block[data-simplebar] .simplebar-content:after {
    content: unset;
}
.material-item {
    width: calc((100% / var(--materials-elements)) - (var(--materials-gap) * (var(--materials-elements) - 1) / var(--materials-elements)));
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(27, 70, 154, 0.25);
    border-radius: 5px;
    aspect-ratio: 1;
    transition: .3s;
    border: 1px solid transparent;
    outline: none!important;
    padding: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #A6A6A6;
}
.material-item[data-id="9419"] {
    padding-left: 0;
    padding-right: 0;
}
.material-item:hover {
    border-color: var(--color-add);
}
.material-item.active {
    border-color: var(--color-base);
    color: var(--color-base);
}
.material-item--img {
    height: 62px;
    max-width: 100%;
    object-fit: contain;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.material-item.active .material-item--img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
.material-item--name {
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.01em;
    margin-top: auto;
    margin-bottom: auto;
}
@media (max-width: 500px) {
    .material-item--name {
        font-size: 10px;
        line-height: 10px;
    }
}
.step-page_wrapper {
    margin-top: 23px;
}
.step-page-tabs_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.step-page-tabs_items {
    border: 0.5px solid #C4C4C4;
    border-radius: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 40px;
    max-width: 92%;
}
.step-page-tabs_controls {
    margin-left: 9px;
    display: flex;
}
.step-page-tabs--prev {
    border: none;
    background: unset;
    outline: none!important;
    height: 24px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0.5px solid #A6A6A6;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
}
.step-page-tabs--prev:before {
    content: '';
    background: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/icon-chevron-left.svg");
    width: 6px;
    height: 10px;
    display: inline-block;
}
.step-page-tabs--next {
    border: none;
    background: unset;
    outline: none!important;
    height: 24px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 0.5px solid #A6A6A6;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
}
.step-page-tabs--next:before {
    content: '';
    background: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/icon-chevron-right.svg");
    width: 6px;
    height: 10px;
    display: inline-block;
}
.step-page-tabs {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.step-page-tab {
    color: #A6A6A6;
    padding: 0 22px;
    font-weight: 400;
    font-size: 16px;
    background: unset;
    outline: none!important;
    border: none;
}
.step-page-tab.active {
    color: #292929;
}
.step-page-tab + .step-page-tab {
    border-left: 0.5px solid #A6A6A6;
}
.step-page--add {
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none!important;
    color: #A6A6A6;
    font-weight: 400;
    font-size: 26px;
    line-height: 11px;
    letter-spacing: 0.02em;
    transition: .3s;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}
.step-page--add:hover {
    border-color: var(--color-add);
    color: #fff;
    background: var(--color-add);
}
.step-page--add:before {
    content: '+';
    display: inline-block;
}
.step-page--remove {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 16px;
    height: 18px;
    background: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/icon-trash.svg");
    display: inline-block;
    border: none;
    outline: none!important;
    padding: 0;
    margin: 0;
}
.step-page-content {
    display: none;
}
.step-page-content.active {
    display: block;
}
.calc-facade-select_inner {
    position: relative;
    margin-top: 26px;
}
.calc-facade-select_wrap {
    position: relative;
}
.calc-facade-select_toggler {
    background: #FFFFFF;
    border: 0.5px solid #A6A6A6;
    border-radius: 5px;
    outline: none!important;
    color: #292929;
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: 35px;
    padding: 0 15px;
    margin: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc-facade-select_toggler:after {
    content: '';
    background: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/icon-chevron-right.svg");
    width: 6px;
    height: 10px;
    display: inline-block;
    transform: rotate(90deg);
}
.calc-facade-select_list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    border-radius: 5px;
    position: absolute;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    top: calc(100% + 6px);
}
.calc-facade-select_list.active {
    opacity: 1;
    visibility: visible;
}
.calc-facade-select_option {
    list-style: none;
    margin: 0;
    color: #A6A6A6;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    background: #fff;
    padding: 4px 15px;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}
.calc-facade-select_option:hover {

}
.calc-facade-select_option:hover,
.calc-facade-select_option.selected {
    background: #FBE3C9;
    color: #292929;
}
.calc-facade-select_list-content {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    position: absolute;
    top: calc(100% + 10px);
    overflow: hidden;
}
.calc-facade-select_option-content {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    width: 0;
}
.calc-facade-select_option-content.selected {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.step-inputs_wrapper {
    margin-top: 27px;
    display: flex;
    gap: 5%;
    row-gap: 5px;
}
.step-inputs_main_wrapper {
    display: flex;
    gap: 4%;
    row-gap: 5px;
    height: 100%;
    width: 100%;
}
.calc-facade-input {
    display: flex;
    position: relative;
    align-items: center;
}
.calc-facade-input input[type=number] {
    border: 0.5px solid #A6A6A6;
    border-radius: 5px;
    height: 35px;
    padding: 0 24px;
    order: 2;
    max-width: 100px;
    width: 100%;
    transition: .3s;
}
.calc-facade-input input[type=number]::placeholder {
    font-size: 0;
    color: transparent;
}
.calc-facade-input input[type=number]:hover,
.calc-facade-input input[type=number]:focus {
    box-shadow: 0px 2px 4px rgba(27, 70, 154, 0.25);
    border-color: #fff;
}
.calc-facade-input_param {
    order: 1;
    border: 0.5px solid #A6A6A6;
    border-radius: 5px;
    width: 42px;
    height: 35px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #A6A6A6;
    line-height: 33px;
    padding: 0;
    margin-right: 11px;
    transition: .3s;
    text-align: center;
    flex-shrink: 0;
}
.calc-facade-input_help {
    position: absolute;
    bottom: calc(100% + 5px);
    letter-spacing: 0.01em;
    color: #A6A6A6;
    font-weight: 400;
    font-size: 14px;
}
.calc-facade-input input[type=number]:focus ~ .calc-facade-input_param {
    color: #fff;
    border-color: var(--color-base);
    background: var(--color-base);
}
.calc-facade-input input[type=number]:valid ~ .calc-facade-input_param {
    color: #fff;
    border-color: #606060;
    background: #606060;
}
.calc-facade-input input[type=number]:not(:placeholder-shown):invalid {
    border-color: red;
}

[data-c_facade_step="2"] .step-inputs_main_wrapper {
    width: 54%;
}
.step-inputs_main_wrapper .calc-facade-input,
.step-inputs_main_wrapper .calc-facade-input_count{
    margin-top: 26px;
}
.step-inputs_add_wrapper {
    width: 41%;
}
.step-inputs_add_wrapper .calc-facade-input .calc-facade-input_help {
    position: static;
    order: 3;
    margin-left: 19px;
}
.calc-facade_result-wrap {
    width: 54%;
    margin-top: calc(15px + 21px);
}
.cal-facade_page-result {
    width: 100%;
    background: #F5F5F5;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 20px;
}
.calc-facade-input_count {
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    box-shadow: 0px 2px 6px rgba(27, 70, 154, 0.15);
    border-radius: 5px;
    height: 35px;
    max-width: 190px;
}
.calc-facade-input_count input {
    border: unset;
    border-left: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    height: 23px;
    width: 100%;
    text-align: center;
}
.calc-facade-input_counter {
    background: #fff;
    outline: none!important;
    border: none;
    margin: 0;
    padding: 0;
    width: 40px;
    font-size: 20px;
    flex-shrink: 0;
}
.calc-facade-input_counter--minus {

}
.calc-facade-input_counter--plus {

}
.result-table {

}
.calc-result{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.calc-result__dots{
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -moz-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    border-bottom: 1px dashed #A6A6A6;
}
.calc-result__value{
    min-width: 55px;
}
.result-wrap {
    margin-top: 13px;
}
.step-bottom-text {
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
    display: block;
}
.calc-facade-pics_step-wrap {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.calc-facade-pics_step-wrap.active {
    opacity: 1;
    visibility: visible;
}
.calc-facade-pic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.calc-facade-pic.active {
    opacity: 1;
    visibility: visible;
}
.calc-facade-pic--add,
.calc-facade-pic--add-arrows {
    width: auto;
    max-width: 77%;
    height: auto;
    top: 18px;
}
.calc-facade-pic--add {
    z-index: 5;
}
.calc-facade-pic--add-arrows {
    z-index: 6;
}
[data-c_facade_step="5"] .step-inputs_main_wrapper {
    flex-wrap: wrap;
}
[data-c_facade_step="5"] .step-inputs_wrapper {
    flex-wrap: wrap;
    margin-top: 17px;
}
.calc-facade_inputs-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}
.inputs-group--name {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #A6A6A6;
    display: block;
    margin-bottom: 29px;
}
[data-c_facade_step="5"] .calc-facade-input {

}
[data-c_facade_step="5"] .calc-facade-input.input-P {
    margin-top: 18px;
}
[data-c_facade_step="5"] .calc-facade-input.input-P input {
    max-width: unset;
}
[data-c_facade_step="5"] .calc-facade-select_inner {
    margin-top: 0;
}
[data-c_facade_step="5"] .calc-facade-select_wrap {
    width: calc(33.3% - 3% / 2);
}
[data-c_facade_step="5"] .calc-facade-select_list {
    width: 100%;
}

[data-c_facade_step="6"] .calc-facade_get-pdf {
    border-color: #A6A6A6;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #1B469A;
}
[data-c_facade_step="6"] .step-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
[data-c_facade_step="6"] .calc-facade-button {
    width: calc(50% - 5px);
}
[data-c_facade_step="6"] .calc-facade_get-pdf:hover {
    border-color: #fff;
    box-shadow: 0 2px 6px rgba(27, 70, 154, 0.2);
    color: #1B469A;
    background: #fff;
}
[data-c_facade_step="6"] .calc-facade_get-pdf:active {
    border-color: #fff;
    box-shadow: 0 2px 6px rgba(27, 70, 154, 0.2);
    background: #fff;
    color: #292929;
}
[data-c_facade_step="6"] .calc-facade_get-form,
[data-c_facade_step="6"] .calc-facade_get-form:hover {
    background: #606060;
    border-color: #606060;
    font-size: 18px;
    color: #fff;
}
[data-c_facade_step="6"] .calc-facade_get-form:active {
    background: var(--color-base);
    border-color: var(--color-base);
    color: #fff;
}
.calc-error {
    font-size: 13px;
    color: red;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-bottom: 10px;
    display: block;
}
.calc-error.active {
    opacity: 1;
    visibility: visible;
}

/*Цены*/
.calc-facade-prices-wrap {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    margin-top: 15px;
}
.calc-facade-prices-wrap.load {
    opacity: 1;
    visibility: visible;
}
.calc-facade-prices {

}
.calc-selects {
    display: flex;
    align-items: center;
}
.calc-select {
    position: relative;
}
.calc-select + .calc-select {
    margin-left: 20px;
}
.calc-select--desc {
    color: #A6A6A6;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.calc-select--main {
    margin-top: 7px;
    background: #FFFFFF;
    box-shadow: 0 2px 6px rgba(27, 70, 154, 0.15);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    padding: 8px 12px;
    width: 140px;
}
.calc-select--main:after {
    content: '';
    mask: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/arrow.svg");
    mask-size: contain;
    -webkit-mask: no-repeat center url("/local/components/cloverit/calculator.facade/templates/.default/img/arrow.svg");
    -webkit-mask-size: contain;
    width: 8px;
    height: 10px;
    transform: rotate(90deg);
    background: #A6A6A6;
    transition: .3s;
}
.calc-select--main:hover:after {
    background: var(--color-base);
}
.calc-select--choice {
    position: absolute;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border: 0.5px solid #E5E5E5;
    border-radius: 5px;
    top: calc(100% + 6px);
    min-width: 100%;
}
.calc-select--choice.active {
    opacity: 1;
    visibility: visible;
}
.calc-select--list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.calc-select--list[data-coating] {
    display: none;
}
.calc-select--list[data-coating].active {
    display: block;
}
.calc-select--item {
    list-style: none;
    margin: 0;
    color: #A6A6A6;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    background: #fff;
    padding: 4px 15px;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}
.calc-select--item:hover,
.calc-select--item.selected {
    background: #FBE3C9;
    color: #292929;
}
.calc-price {

}
.calc-price hr.blue {
    color: var(--color-base);
    background: var(--color-base);
    margin-top: 20px;
    margin-bottom: 0;
}
.calc-price--wrap {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-base);
}

#calc-facade:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255, .6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
#calc-facade.loading:before {
    opacity: 1;
    visibility: visible;
}
#calc-facade.loading:after {
    content: url("/local/components/cloverit/calculator.facade/templates/.default/img/wait.gif");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

/*Главная картинка*/
.calc--first {
    font-family: 'Play';
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, height 0s;
    -o-transition: opacity .5s, height 0s;
    -moz-transition: opacity .5s, height 0s;
    transition: opacity .5s, height 0s;
}
.calc--first.active {
    visibility: visible;
    opacity: 1;
}
.calc--first ~ * {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.calc--first.active ~ * {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.calc--first__wrapper {
    position: absolute;
    top: -122px;
    left: 0;
    width: 100%;
    height: 624px;
    padding: 53px 45px 80px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.calc--first__title {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 1;
}
.calc--first_picture__filter {
    background: -webkit-linear-gradient(320.64deg, #000000 -26.68%, rgba(0, 0, 0, 0) 37.96%);
    background: -moz-linear-gradient(320.64deg, #000000 -26.68%, rgba(0, 0, 0, 0) 37.96%);
    background: -o-linear-gradient(320.64deg, #000000 -26.68%, rgba(0, 0, 0, 0) 37.96%);
    background: linear-gradient(129.36deg, #000000 -26.68%, rgba(0, 0, 0, 0) 37.96%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.calc--first_picture {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.calc--first_picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: var(--active-button-type-1-bg-color);
}
.calc--first .btn_first-picture__close {
    font-style: normal;
    font-weight: 700!important;
    font-size: 26px!important;
    padding: 0 96px!important;
    z-index: 1;
    height: 57px!important;
    line-height: 57px!important;
}

@media (max-width: 991px) {
    .calc-facade {
        flex-direction: column;
    }
    .calc-facade-pics {
        height: 345px;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .calc-facade-main {
        width: 100%;
    }
    .step-inputs_wrapper {
        flex-direction: column;
    }
    .step-inputs_add_wrapper {
        width: 54%;
    }
    .calc-facade-input input[type="number"] {
        max-width: unset;
    }
    .calc-facade-select_list-content {
        position: static;
        margin-top: 10px;
    }
    .calc-facade-select_option-content {
        height: 0;
    }
    .calc-facade-select_option-content.selected {
        height: auto;
    }
    .calc-facade-select_list {
        top: calc(35px + 6px);
    }
    .step-inputs_add_wrapper .calc-facade-input input {
        width: calc(100% - 53px - 85px);
    }
    .calc-facade_inputs-group {
        flex-direction: column;
        row-gap: 25px;
    }
    .inputs-group--name {
        margin-bottom: 0;
    }
    .calc-facade_inputs-group + .calc-facade_inputs-group {
        margin-top: 20px;
    }
    [data-c_facade_step="5"] .calc-facade-select_wrap {
        width: 190px;
    }
    [data-c_facade_step="5"] .step-inputs_wrapper {
        width: 76%;
    }
    .calc-facade-input_help {
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    :root {
        --materials-gap: 8px;
        --materials-elements: 3;
    }
    .calc-facade-content {
        padding: 19px 17px 25px;
    }
    .calc-facade-tabs {
        overflow: auto;
    }
    .calc-facade-tab {
        font-size: 16px;
        padding: 8px 15px;
    }
    .step-page-tabs_items {
        max-width: calc(100% - 49px);
    }
    .step-text--title {
        font-size: 20px;
        line-height: 26px;
    }
    .step-text--desc {
        font-size: 16px;
        line-height: 22px;
    }
    .step-page_wrapper {
        margin-top: 18px;
    }
    [data-c_facade_step="2"] .step-inputs_main_wrapper,
    .step-inputs_add_wrapper,
    .calc-facade_result-wrap {
        width: 90%;
    }
    .step-inputs_main_wrapper {
        flex-wrap: wrap;
    }
    .step-bottom-text {
        font-size: 10px;
        line-height: 14px;
    }

    .calc--first__wrapper {
        top: -75px;
        padding: 16px 18px;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .calc--first__title {
        font-size: 5.5vw;
        line-height: 1;
    }
    .calc--first .btn_first-picture__close{
        font-size: 20px !important;
        padding: 6px 18px 10px !important;
        height: 30px !important;
    }
    .calc--first.active ~ * {
        min-height: 200px;
    }
}
@media (max-width: 500px) {
    [data-c_facade_step="6"] .calc-facade-button {
        width: 100%;
    }
}
/* End */
/* /local/components/cloverit/calculator.facade/templates/.default/style.css?168372572526354 */
