

/* Start:/konfigurator-servera/configurator.css?16941509079846*/
.sconf-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sconf-form .form-control {
    font-size: 13px;
}
.sconf-form .form-control {
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sconf-form select.form-control {
    background-image: url(/upload/configurator/select_arr.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    padding-right: 20px;
}



.sconf-task-col {
    width: 370px;
}
.sconf-input-col {
    width: calc(100% - 370px);
    padding-right: 40px;
}

.sconf-input__title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 120%;
    width: 265px;
}
.sconf-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sconf-input-chbx-list {
    width: calc(100% - 265px);
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.chbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-right: 30px;
    cursor: pointer;
}
.chbx:last-child {
    margin-right: 0;
}
.chbx input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
.chbx-input-icon {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 21px;
    height: 21px;
    pointer-events: none;
}
.chbx input[type="checkbox"]+.chbx-input-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #E6E8EB;
    border-radius: 3px;
    z-index: 1;
    pointer-events: none;
}
.chbx input[type="checkbox"]+.chbx-input-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #306498 url(/upload/configurator/check.svg) center no-repeat;
    background-size: 14px;
    opacity: 0;
}
.chbx input[type="radio"]+.chbx-input-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #E6E8EB;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}
.chbx input[type="radio"]+.chbx-input-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #306498;
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #ffffff;
    opacity: 0;
}
.chbx input:checked+.chbx-input-icon:after {
    opacity: 1;
}
.chbx-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sconf-row {
    margin-bottom: 40px;
}

.sconf-row-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sconf-input-multiple, .sconf-row-cols, .sconf-input-inline {
    max-width: 820px;
}

.sconf-row-cols .sconf-row-col {
    width: calc(50% - 20px);
    margin-right: 40px;
}
.sconf-row-cols .sconf-row-col:nth-child(2n) {
    margin-right: 0;
}
.sconf-row-cols .sconf-row-col .sconf-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.sconf-row-cols .sconf-row-col .sconf-input__title {
    margin-bottom: 8px;
}
.sconf-input-descr {
    font-size: 13px;
    color: #555555;
    line-height: 140%;
    margin-top: 8px;
}
.sconf-input-multiple .sconf-input__title {
    margin-bottom: 8px;
}
.sconf-input-count-block-row {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sconf-input-count-block-input {
    width: 88px;
}
.sconf-input-count-block-input input {
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 27px;
}
.sconf-input-count-block-x {
    width: 88px;
    font-size: 16px;
    color: #000000;
}
.sconf-input-count-block-x span{
    width: 100%;
    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;
    font-size: 16px;
    color: #000000;
    height: 48px;
}
.sconf-input-count-block-inputs {
    width: calc(100% - 176px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sconf-input-inline .sconf-input__title {
    margin-bottom: 8px;
}
.sconf-input-count-block-inputs .sconf-input-count-block-inputs-col {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 28px;
}
.sconf-input-count-block-inputs .sconf-input-count-block-inputs-col:nth-child(2n) {
    margin-right: 0;
}
.sconf-input-count-block-inputs-col-full_width {
    width: 100%;
}
.sconf-input-count-label {
    font-size: 13px;
    color: #333333;
    margin-bottom: 8px;
    line-height: 120%;
    min-height: 15px;
}
.sconf_param_block .sconf-input__title, .sconf-row-child .sconf-input__title {
    margin-bottom: 8px;
}
.sconf-row-child {
    margin-bottom: 28px;
    width: 100%;
    max-width: 820px;
}
.sconf-input-select {
    width: 100%;
}
.sconf-input-chbx-list.sconf-input-chbx-list_full-width .chbx {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
}
.sconf-input-chbx-list.sconf-input-chbx-list_full-width .chbx:last-child {
    margin-bottom: 0;
}
.sconf-input.sconf-input_align-top {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.sconf-btns {
    max-width: 820px;
    margin-top: 60px;
}
.sconf-btns .btn {
    width: 100%;
}

.sconf-card {
    -webkit-box-shadow: 0 0 6px rgb(30 52 73 / 20%);
    box-shadow: 0 0 6px rgb(30 52 73 / 20%);
    border-radius: 4px;
    padding: 32px 26px;
}
.sconf-card__title {
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
    color: #333333;
}
.sconf-card-head p {
    margin: 0;
    font-size: 13px;
    color: #555555;
    line-height: 140%;
}
.sconf-card-head {
    margin-bottom: 24px;
}
.sconf-card-input__title {
    color: #333333;
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 8px;
}
.sconf-card-input {
    margin-bottom: 16px;
}
.sconf-card-task-item {
    margin-bottom: 24px;
}
.sconf-row-cols.c_child {
    margin-bottom: 16px;
}
.sconf-input.c_child {
    margin-top: 16px;
}

.sconf-sidebar {
    position: sticky;
    top: 90px;
}
.row[data-sid="ZAKAZ"] {
    display: none;
}


.c_child {
    position: relative;
}
.sconf_remove {
    position: absolute;
    top: 0;
    right: -30px;
    cursor: pointer;
    z-index: 10;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.5;
}
.sconf_remove:hover {
    opacity: 1;
}
.sconf_remove:before, .sconf_remove:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #555555;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sconf_remove:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c_child:nth-child(1) .sconf_remove {
    display: none;
}

.sconf-card-task-item.c_child .sconf_remove {
    right: -23px;
    top: 36px;
}






@media(max-width: 992px) {
    .sconf-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sconf-input-col {
        width: 100%;
        padding: 0;
    }
    .sconf-task-col {
        width: 100%;
        margin: 0;
    }
    .sconf-sidebar {
        position: static;
    }

}


@media(max-width: 767px) {
    .sconf-input {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sconf-input__title {
        width: 100%;
        margin-bottom: 16px;
    }
    .sconf-input-chbx-list {
        width: 100%;
        padding-left: 0;
    }
    .chbx {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .sconf-row-cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sconf-row-cols .sconf-row-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .sconf-input-count-block-input input {
        padding-left: 10px;
    }
    .sconf-input-count-block-input, .sconf-input-count-block-x {
        width: 60px;
    }
    .sconf-input-count-block-inputs {
        width: calc(100% - 120px);
    }
    .sconf_remove {
        right: -20px;
    }
    .sconf-input-count-block-inputs .sconf-input-count-block-inputs-col {
        width: 100%;
        margin-right: 0;
    }
    .sconf-card__title {
        font-size: 16px;
    }
    .btn.get_form {
        white-space: normal;
    }




}
/* End */
/* /konfigurator-servera/configurator.css?16941509079846 */
