

/* Start:/local/templates/aspro_max/components/bitrix/news.list/at_kalculate/style.css?174358031413358*/
@charset "UTF-8";
@font-face {
    font-family: "Montserrat-Regular";
    src: url(/local/templates/aspro_max/components/bitrix/news.list/at_kalculate/fonts/Montserrat-Regular.ttf);
}
.wrapper {
    margin: 0 auto;
    font-family: Montserrat-Regular;
    padding: 30px 0;
}
.wrapper .title_page_calc {
    font-size: 24px;
    color: #333333;
}
.wrap__object__fields_description{
    font-weight: bold;
}
.wrapper .description_page_calc {
    font-size: 14px;
    line-height: 24px;
    margin: 35px 0 0 0;
    color: #333333;
}
.wrapper .description_page_calc div{
    font-size: 14px;
    line-height: 24px;
    margin: 35px 0 0 0;
    color: #333333;
}

.wrapper__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
}
.wrapper__calc__left {
    width: 100%;
    margin-right: 20px;
}
.wrapper__calc__right {
    border: 4px solid #365edc;
    border-radius: 12px;
    width: 350px;
    padding: 35px 25px 30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio]:checked + label {
    color: #fff;
    background: #365edc;
    border: 1px solid #365edc;
}

.wrapper__calc__left__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}
.wrapper__calc__left__info:last-child .wrapper__calc__left__info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: -2px;
}
.wrapper__calc__left__info .wrapper__calc__left__info__title {
    /*width: 280px;*/
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper__calc__left__info .wrapper__calc__left__info__content__right {
    /*width: 100%;*/
    width: 84%;
    padding-left: 30px;
}
.wrapper__calc__left__info .wrapper__calc__left__info__content__right label {
    font-size: 14px;
    cursor: pointer;
    color: #365edc;
    background: transparent;
    border: 1px solid #365edc;
    font-weight: bold;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    background-color: #fff;
    font-size: 14px;
    max-width: 80%;
}

input[type=radio] {
    display: none;
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid;
    padding: 10px 15px;
}

input[type=radio]:checked + label {
    color: #fff;
    background: #365edc;
    border: 1px solid #365edc;
    font-weight: bold;
}

.container__material {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.container__material .material {
    text-align: center;
    width: 110px;
}
.container__material .material:last-child {
    margin-right: 0;
}
.container__material .material img {
    border: 3px solid #898989;
    border-radius: 3px;
    cursor: pointer;
}
.container__material .material span {
    font-size: 12px;
    cursor: pointer;
    color: #3f495a;
    font-weight: bold;
    margin-top: 10px;
}

.material.is-active img {
    border: 3px solid #365edc;
    border-radius: 3px;
}

.material_comment {
    display: table;
    margin: 0 auto;
}

.style_btn {
    color: #fff;
    background: #365edc;
    border: 1px solid #365edc;
    border-radius: 3px;
    padding: 10px 15px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    font-family: Montserrat-Regular;
}

.style_btn.send__order {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.calculate_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-top: 20px;
}

.range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 3px;
    background: #ccc;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #365edc;
    border-radius: 50%;
    border: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #365edc;
    border-radius: 50%;
    border: none;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.range-input::-webkit-slider-thumb:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(54, 94, 220, 0.1);
    box-shadow: 0 0 0 10px rgba(54, 94, 220, 0.1);
}

.range-input:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 13px rgba(54, 94, 220, 0.2);
    box-shadow: 0 0 0 13px rgba(54, 94, 220, 0.2);
}

.range-input:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 13px rgba(54, 94, 220, 0.2);
    box-shadow: 0 0 0 13px rgba(54, 94, 220, 0.2);
}

.range-input::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(54, 94, 220, 0.1);
}

.range-input:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(54, 94, 220, 0.2);
}

.range-input:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(54, 94, 220, 0.2);
}

.value, .value3, .value4, .value5, .value6 {
    font-size: 14px;
    margin: 0 0 0 5px;
    text-align: center;
    width: 32px;
    color: #3f495a;
    font-weight: bold;
}

.range, .range3, .range4, .range5, .range6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.range span, .range3 span, .range4 span, .range5 span, .range6 span {
    font-size: 12px;
    width: 23px;
    color: #3f495a;
    font-weight: bold;
}

.checkbox_label {
    border: none !important;
    color: #3f495a !important;
}

.tooltip {
    position: absolute;
    right: -19px;
    top: -5px;
    opacity: 1 !important;
}
.tooltip img {
    height: 15px;
    cursor: pointer;
}
.tooltip span.tooltiptext {
    visibility: hidden;
    min-width: 135px;
    width: auto;
    background-color: #365edc;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    font-weight: normal;
    z-index: 1;
    left: 16px;
    top: -41px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.title_block {
    position: relative;
    line-height: 14px;
    font-weight: bold;
    font-size: 14px;
    color: #3f495a;
}
.title_block .small_text {
    font-size: 12px;
    padding-left: 3px;
}

.title_block.title_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100%;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 16px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #365edc;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
    outline: none;
    border-radius: 3px;
    position: relative;
    z-index: 1000;
    margin-left: 0;
}

.option-input:checked {
    background: #365edc;
}

.option-input:checked::before {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "✓";
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}

.wrap__object__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    line-height: 14px;
}
.wrap__object__fields .wrap__object__fields_title {
    font-size: 14px;
    color: #3f495a;
    text-align: left;
    width: 120px;
    font-weight: bold;
    color: #3f495a;
}
.wrap__object__fields .wrap__object__fields_description {
    font-size: 14px;
    color: #6b7f96;
    text-align: right;
}
.wrap__object__fields .wrap__object__fields_description span {
    padding-left: 3px;
}

.wrap__object__fields_description.text_green {
    font-weight: bold;
}

.wrap__object__fields_description.text_red {
    font-weight: bold;
}

.wrapper__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}
.wrapper__fields .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    width: 50%;
}
.wrapper__fields .field:last-child {
    margin-right: 0;
}
.wrapper__fields .field input {
    outline: none;
    border-radius: 3px;
    border: 1px solid #365edc;
    padding: 14px 10px;
    margin-top: 10px;
    color: #3f495a;
}
.wrap__object__fields input[type="text"] {
    outline: none;
    border-radius: 3px;
    border: 1px solid #365edc;
    background: var(--darkerblack_bg_black);
    /*padding: 14px 10px;*/
    /*margin-top: 10px;*/
    color: #3f495a;
}
.wrapper__fields .field .comment_field {
    font-size: 14px;
    color: #3f495a;
    font-weight: bold;
    line-height: 1;
}

.delete__object {
    margin-bottom: 30px;
    text-align: right;
}
.delete__object .delete__object__button {
    outline: none;
    border: none;
    background: transparent;
    font-size: 12px;
    color: #6b7f96;
    padding: 0;
    cursor: pointer;
}
.delete__object .delete__object__button img {
    margin-left: 10px;
    height: 8px;
}

.comment__block__object {
    font-size: 12px;
    line-height: 13px;
    color: #c7c7c7;
    margin: 55px 0px 0px;
}

.text_green {
    color: #57b314 !important;
}

.text_red {
    color: #ff1111 !important;
}

.comment_floor {
    font-size: 11px;
    color: gray;
    text-align: right;
    padding-right: 60px;
    margin: 0;
    position: relative;
    top: 8px;
}
/*.comment_floor div{*/
/*    font-size: 11px;*/
/*    color: gray;*/
/*    text-align: right;*/
/*    padding-right: 60px;*/
/*    margin: 0;*/
/*    position: relative;*/
/*    top: 8px;*/
/*}*/
.comment_floor a {
    color: gray;
    text-decoration: none;
}

@media all and (max-width: 1040px) {
    .wrapper__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrapper__fields .field {
        width: 100%;
    }
    .wrapper__fields .field:last-child {
        margin-top: 25px;
    }
    .wrapper__calc__left__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrapper__calc__left__info .wrapper__calc__left__info__content__right {
        padding-left: 0;
        margin-top: 15px;
    }
    .wrapper__calc__left__info .wrapper__calc__left__info__title {
        width: 100%;
    }
}
@media all and (max-width: 700px) {
    .wrapper__calc {
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrapper__calc__right {
        width: 100%;
    }
}

.black_text{
    color: #000000;
}
.wrapper__calc__left__info:last-child .wrapper__calc__left__info__title.none_contacts, .wrapper__calc__left__info .wrapper__calc__left__info__title.none_contacts, .wrapper__calc__left__info .wrapper__calc__left__info__content__right .wrapper__fields.none_contacts, .wrap__object__fields.none_contacts{
    display: none;
}
/*# sourceMappingURL=styles.css.map */
/* End */
/* /local/templates/aspro_max/components/bitrix/news.list/at_kalculate/style.css?174358031413358 */
