.new-price__dropdown-item[data-is-parent="false"][data-parent] {
    display: none;
}

.new-price__dropdown-list {
    display: none;
}

.new-price__dropdown {
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    display: inline-block;
    width: 380px;
    background-image: url(/local/templates/illuminator_new/images/new_18-11-2021/angle-bottom.svg);
    background-repeat: no-repeat;
    background-position: top 23px right 21px;
}

input#download-price-button {
    background: #54518F;
    border-radius: 1000px;
    border: none;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 20px;
    float: right;
}

input#download-price-button:hover {
    background: #625FA7;
}

.new-price__description {
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.new-price__dropdown-value {
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    padding: 13px 33px;
    cursor: pointer;
}

.new-price__dropdown.opened .new-price__dropdown-value {
    display: none;
}

.new-price__dropdown.opened .new-price__dropdown-list {
    display: block;
    color: #54518F;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 13px 18px 13px 33px;
}

.new-price__dropdown-item {
    margin-bottom: 15px;
    cursor: pointer;
}
.new-price__dropdown-item[data-is-parent="false"].show {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.mCustomScrollbar:not(.open) {
    height: 0!important;
}
.new-price__dropdown-item.show + .new-price__dropdown-item:not(.show) {
    margin-top: 15px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #C4C4C4!important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #E1E1E1!important;
}

@media (max-width: 1199px) {
    .new-price__description {margin-bottom: 20px;}

    h3 {
        margin-top: 50px!important;
    }
}
@media (max-width: 767px) {
    .new-price__dropdown {
        width: 290px;
    }

    input#download-price-button {
        padding: 14px 15px;
    }
}

@media (max-width: 575px) {
    .new-price__dropdown {
        width: 100%;
    }

    input#download-price-button {
        float: left;
        margin-top: 15px;
    }
    .row.bx-blue,h3 {
        display: none;
    }
    .col-xl-7[style="height: 48px;"] {height: auto!important;}
}