.x-left-slider-calc-block{
    padding-top: 100px;
}

@media (max-width: 1120px){
    .x-left-slider-calc-block{
        padding-top: 30px;
    }
    .x-line-props-title-type {
        margin-bottom: 45px!important;
    }
}

.question-hint {
    position: absolute;
    bottom: calc(100% + 20px);
    background: linear-gradient(180deg, #F08143 13.83%, #FF5B00 100%);
    padding: 10px;
    font-size: 14px;
    width: max-content;
    max-width: 250px;
    border-radius: 5px;
    color: white;
    z-index: 100;
    display: none;
    box-shadow: 0 0 0 1px white;
}

.question-hint.active{
    display: block;
}
.question-hint::after {
    content: '';
    position: absolute;
    left: 9px;
    bottom: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #fb6411;
    border-top: 10px solid #fb6411;
}

.fly-box {
    display: none;
    position: absolute;
    background: white;
    border-top: 1px solid lightgray;
    width: 100%;
    left: 0;
    height: auto;
    z-index: 100;
    padding: 25px 45px 100px 15px;
}
@media (max-width: 1120px){
    .fly-box.visible {
        display: block;
    }
    form > .row > .col-lg-7, form > .row > .col-lg-5{
        width: 50%;
        flex: 0 0 50%;
        max-width: unset;
    }

    .packet-custom-size-box{
        display: none!important;
    }

    .slider-range-size, .slider-range-edition,.slider-range-thickness {
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .d-flex.edition-wrapper {
        justify-content: flex-end!important;
    }

    .detail-line-props {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .custom-edition {
        flex: 0 0 100%;
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }

    .custom-edition__text {
        margin-right: 15px;
    }

}

@media (max-width: 940px) {
    .block-minus-plus__wrapper {
        width: calc(50% - 5px);
    }
}

@media (max-width: 700px) {
    form > .row > .col-lg-7, form > .row > .col-lg-5{
        width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 550px) {
    .check-block-box {
        justify-content: flex-start!important;
    }
    .check-block-box.columnize{
        flex-direction: column;
    }
    .check-block-box .check-block{
        margin-bottom: 10px;
    }
}