

/* Start:/local/components/custom/calculator/templates/.default/style.css?17557817764903*/
.input-plus, .input-minus, .input-plus-new, .input-minus-new{
    width: 16px;
    height: 14px;
    background: #CEDCF2;
    border-radius: 2px;
    color: #ffffff;
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 0.8;
    text-align: center;
    font-weight: 600;
}
.input-plus-new, .input-minus-new{
    right: 23px;
}
.bottom-input-big{
    width: 20px;
    height: 20px;
    line-height: 1.3;
    right: 4px;
}
.input-plus:hover, .input-minus:hover, .input-plus-new:hover, .input-minus-new:hover{
    background-color: #BFCCE0;
}
.input-minus, .input-minus-new{
    top: auto;
    bottom: 3px;
}
.input-title{
    position: absolute;
    right: 0;
    bottom: 80px;
}
.price-configurator__input .input{
    padding: 3px 20px 3px 10px;
}
.price-configurator__input .count-input-big{
    width: 90px;
    padding: 10px 20px 10px 10px;
}
.price-configurator__input.select-input{
    bottom: 29px;
}
.custom-vue-select {
    position: relative;
    display: inline-block;
    width: 100%;
    height: fit-content;
    -webkit-appearance: none;
    border: 1px solid #CEDCF2;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'IBM Plex Sans', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 15px;
    max-width: 100%;
    background: #ffffff;
    cursor: pointer;
}

.custom-vue-select-small {
    position: absolute;
    width: 30px;
    font-weight: normal;
    top: -15px;
    left: 143px;
}

.vue-item-selected {
    color: #567EE5;
    border-bottom: 1px dashed #ADC4FF;
    margin-right: 10px;
    height: 30px;
    overflow: hidden;
}

.vue-item-selected-small {
    cursor: pointer;
    color: #567EE5;
    margin-right: 10px;
    height: 10px;
    line-height: 0.8;
    border-bottom: 0;
    overflow: unset;
}

.vue-item-selected::after, .vue-item-selected-small::after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url("/local/templates/2019/images/arr-down-blue.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-40%);
    transition: all .3s;
}

.opened.vue-item-selected::after, .opened.vue-item-selected-small::after {
    transform: rotate(-180deg);
}

.custom-vue-select .vue-select-items {
    position: absolute;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 2;
    display: none;
    background-color: #ffffff;
    padding: 0;
    list-style: none;
    margin: 0;
    left: 0;
    min-width: 400px;
    top: 110%;
    max-height: 350px;
    overflow: auto;
}

.custom-vue-select .vue-select-items div {
    padding: 10px;
    cursor: pointer;
}

.custom-vue-select .vue-select-items div:hover {
    background-color: #ddd;
}

.custom-vue-select .vue-select-items .option-content {
    display: flex;
    justify-content: space-between;

}
.custom-vue-select .vue-select-items .option-content.selected{
    background-color: #ddd;
}
.left_val_option {
    position: absolute;
    right: 30px;
}
.dop-select .vue-select-items{
    min-width: 30%;
}
.select-holder:after{
    position: relative;
    bottom: 27px;
    left: calc(100% - 25px);
    /*right: 15px;*/
}
.radio-bottom__list {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 5px;
}


@media (max-width: 768px) {
    .select-box-component {
        flex-direction: column;
    }

    .select-box-component .select-input {
        margin-top: 10px;
    }

    .select-box-component .dop-select {
        margin-top: 10px;
    }

    .select-box-component .dop-select .vue-select-items {
        min-width: 30%;
    }

    .custom-vue-select .vue-select-items {
        min-width: 300px;
    }

    .left_val_option {
        margin-left: 10px;
        position: inherit;
    }
    .price-configurator__calculator-title .custom-vue-select span{
        display: block;
    }
    .input-plus, .input-minus, .input-plus-new, .input-minus-new{
        width: 35px;
        height: 35px;
        top: 0;
        bottom: auto;
        right: -40px;
        font-size: 39px;
        line-height: 0.8;
    }
    .radio-bottom__list {
        flex-direction: column;
        padding-left: 50px;
    }
    .input-minus, .input-minus-new{
        right: auto;
        left: -40px;
    }
    .input-title{
        position: relative;
        bottom: 0;
    }
    .price-configurator__input.select-input{
        bottom: 0;
    }
}
@media (max-width: 580px) {
    .input-plus, .input-minus, .input-plus-new, .input-minus-new {
        font-weight: 600;
    }
    .price-configurator__input .input{
        text-align: center;
        width: 60px;
    }
}
/* End */
/* /local/components/custom/calculator/templates/.default/style.css?17557817764903 */
