#collapseThree{
    display: block;
}

.prices_200922{
    position: relative;
    z-index: 1;
    background-color: #068F9C;
    width: 100%;
}
.prices_200922::before,
.prices_200922::after{
    content: "";
    position: absolute;
    background-image: url('/services/osobye-uslugi/hranenie/include/banner_poster/img/back-img.svg');
    background-position: center;
    display: block;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .7;
}

@media (max-width: 991px) {
    .prices_200922::before,
    .prices_200922::after{
        display: none;
    }
}
.prices_200922::before{
    left: -68px;
    top: 20%;
    transform: rotate(60deg);
    background-size: 508px 508px;
    width: 508px;
    height: 508px;
}
@media (min-width: 992px){
    .prices_200922:before{
        width: 373px;
        height: 373px;
        background-repeat: no-repeat;
        background-size: 373px 373px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .prices_200922::before {
        width: 273px;
        height: 273px;
        background-repeat: no-repeat;
        background-size: 273px 273px;
    }
}
.prices_200922::after{
    right: -68px;
    bottom: 40px;
    transform: rotate(60deg);
    background-size: 380px 380px;
    width: 380px;
    height: 380px;
}
@media (min-width: 1200px){
    .prices_200922:after{
        width: 240px;
        height: 240px;
        background-size: 240px 240px;
    }
}
.prices_200922__title{
    color: #fff;
    font-size: 36px;
    padding-top: 72px;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .prices_200922__title{
        padding-top: 40px;
        margin-bottom: 0;
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.prices_200922__block{
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -32px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .prices_200922__block{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .prices_200922__block{
        display: block;
        margin-right: 0;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.prices_200922__item{
    width: calc(100% / 3 - 64px);
    margin: 40px 32px;
    text-align: center;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    /*box-shadow: 0 0 10px 0.5px black;*/
}
.prices_200922__item.prices_200922__item_active,
.prices_200922__item.prices_200922__item_hover{
    cursor: pointer;
}

@media (min-width: 993px) and (max-width: 1470px) {
    .prices_200922__item{
        width: calc(100% / 3 - 30px);
        margin: 30px 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .prices_200922__item{
        margin: 20px;
        width: calc(100% / 2 - 40px);
    }
}
@media (max-width: 767px){
    .prices_200922__item{
        width: auto;
        margin: 35px 0px;
    }
}


.prices_200922__item-title{
    color: #205A5A;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .prices_200922__item-title{
        font-size: 19px;
    }
}

.prices_200922__item-str-price{
    font-size: 13px;
    color: #068F9C;
    margin-bottom: 30px;
}
.prices_200922__item.prices_200922__item_active .prices_200922__item-str-time,
.prices_200922__item.prices_200922__item_hover .prices_200922__item-str-time{
    color: #068F9D;
}
.prices_200922__item-str-time{
    font-size: 14px;
    color: #C4C4C4;
}
.prices_200922__item-counter{
    margin-top: 21px;
}
.prices_200922__scale{
    margin-top: 10px;
    padding: 0 5px;
}
.prices_200922__item.prices_200922__item_active .prices_200922__scale-number,
.prices_200922__item.prices_200922__item_hover .prices_200922__scale-number{
    color: #4DA49E
}
.prices_200922__scale-number{
    color: #DEDEDE;
    font-size: 13px;
}
.prices_200922__scale{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prices_200922__item.prices_200922__item_active .prices_200922__scale-sep,
.prices_200922__item.prices_200922__item_hover .prices_200922__scale-sep{
    background-color: #A2DCDC;
}
.prices_200922__scale-sep{
    width: 3px;
    height: 3px;
    background-color: #DEDEDE;
    border-radius: 50%;
}

.prices_200922__item-block-price{
    margin-top: 15px;
}

.prices_200922__item-sum{
    color: #F58326;
    font-size: 25px;
}
.prices_200922__item-period{
    color: #205A5A;
    font-size: 18px;
}

/*Кастомизация слайдера*/
.noUi-target{
    border-radius: 10px;
}
.noUi-horizontal{
    height: 14px;
}
.prices_200922__item.prices_200922__item_active .noUi-connect,
.prices_200922__item.prices_200922__item_hover .noUi-connect{
    background-color: #a2dcdc;
}
.prices_200922__item .noUi-connect{
    background-color: #DEDEDE;
}

.noUi-horizontal .noUi-handle{
    width: 23px;
    height: 23px;
    top: -5px;
    border-radius: 50%;
    cursor: pointer;
}
.noUi-handle::after{
    display: none;
}
.prices_200922__item.prices_200922__item_active .noUi-handle::before,
.prices_200922__item.prices_200922__item_hover .noUi-handle::before{
    background-color: #a2dcdc;
}
.prices_200922__item .noUi-handle::before{
    background-color: #DEDEDE;
}
.noUi-handle::before{
    height: 12px;
    width: 12px;
    left: 5px;
    top: 5px;
    background-color: #a2dcdc;
    border-radius: 50%;
}







.number {
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 130px;
    /*border: 1px solid #ddd;*/
    display: inline-block;
}

.prices_200922__item.prices_200922__item_active .number-minus,
.prices_200922__item.prices_200922__item_active .number-plus,
.prices_200922__item.prices_200922__item_hover .number-minus,
.prices_200922__item.prices_200922__item_hover .number-plus{
    color: #205A5A;
    box-shadow: 0 3px 8px -3.5px black;
}
.number-minus, .number-plus {
    position: absolute;
    top: -7px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    color: #DEDEDE;
    text-decoration: none;
    border-radius: 50%;
}
.number-minus {
    left: 0;
    /*border-right: 1px solid #ddd;*/
}
.number-plus {
    right: 0;
    /*border-left: 1px solid #ddd;*/
}
.prices_200922__item.prices_200922__item_active .number-minus:hover,
.prices_200922__item.prices_200922__item_active .number-plus:hover,
.prices_200922__item.prices_200922__item_hover .number-minus:hover,
.prices_200922__item.prices_200922__item_hover .number-plus:hover{
    background: #eeecec;
    cursor: pointer;
}
.number-minus:hover,
.number-plus:hover {
    text-decoration: none !important;
    cursor: auto;
}
.number-minus:active, .number-plus:active {
    background: #eeecec;
}
.prices_200922__item.prices_200922__item_active .number-text,
.prices_200922__item.prices_200922__item_hover .number-text{
    color: #205A5A !important;
}

.number-text{
    display: inline-block;
    font-size: 21px !important;
    font-family: "sf-ui-display-medium" !important;
    color: #C4C4C4 !important;
    height: 32px;
    padding: 0;
    outline: none;
    border: none;
    width: 57px;
    text-align: center;
    border: none !important;
}

.prices_200922__btn-clean{
    margin-top: 15px;
}
.prices_200922__item.prices_200922__item_active .prices_200922__btn-clean,
.prices_200922__item.prices_200922__item_hover .prices_200922__btn-clean{
    background: #068F9D;
}

.prices_200922__item.prices_200922__item_active .prices_200922__btn-clean:hover,
.prices_200922__item.prices_200922__item_hover .prices_200922__btn-clean:hover,
.prices_200922__item.prices_200922__item_active .prices_200922__btn-clean:focus,
.prices_200922__item.prices_200922__item_hover .prices_200922__btn-clean:focus,
.prices_200922__item.prices_200922__item_active .prices_200922__btn-clean:active,
.prices_200922__item.prices_200922__item_hover .prices_200922__btn-clean:active,
.prices_200922__item.prices_200922__item_active .prices_200922__btn-clean:visited,
.prices_200922__item.prices_200922__item_hover .prices_200922__btn-clean:visited{
    background: #05818d;
}

.mf-message{
display: none;
}

.prices_200922__all-list-price{
    position: relative;
    border-radius: 10px;
    border: 2px solid #A2DCDC;
    padding: 21px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.prices_200922__wrap_list{
    max-height: 286px;
    /*overflow-y: scroll;*/
}

@media (max-width: 767px) {
    .prices_200922__all-list-price{
        margin-left:  15px;
        margin-right:  15px;
        font-size: 15px;
    }
    .prices_200922__wrap_list{
        max-height: 538px;
        overflow-y: scroll;
    }
}

.prices_200922__all-list-price .prices_200922__wrap_list{
    padding: 20px 20px 0 20px;
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .prices_200922__all-list-price .prices_200922__wrap_list{
        padding: 10px 20px 0 10px;
    }
}
.list_260922{
    width: 100%;
    column-width: 200px;
    column-count: 2;
    column-gap: 30px;
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .list_260922{
        width: 100%;
        column-count: 1;
        margin-bottom: 0;
    }
}
.list_260922__li{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
}

.list_260922__name,
.list_260922__time,
.list_260922__price{
    font-size: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .list_260922__name, .list_260922__time, .list_260922__price{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .list_260922__name,
    .list_260922__time,
    .list_260922__price{
        font-size: 12px;
    }
}

.list_260922__sep{
    flex: 1 0;
    border-bottom: 2px dotted #fff;
    margin-right: 3px;
    margin-left: 3px;
}

/*.prices_200922__item.prices_200922__item_active #prices_200922__slider,*/
/*.prices_200922__item.prices_200922__item_active #prices_200922__slider2,*/
/*.prices_200922__item.prices_200922__item_active #prices_200922__slider3{*/
/*    pointer-events: all;*/
/*}*/
/*#prices_200922__slider,*/
/*#prices_200922__slider2,*/
/*#prices_200922__slider3{*/
/*    pointer-events: none;*/
/*}*/


.round-arrow-pos{
    position: absolute;
    bottom: -20px;
    right: 15px;
    display: none;
}

.round-arrow{
    width: 40px;
    height: 40px;
    border: 2px solid #A2DCDC;
    border-radius: 50%;
    background-color: #068F9C;
}
/*@media (max-width: 767px) {*/
/*    .round-arrow{*/
/*        width: 35px;*/
/*        height: 35px;;*/
/*    }*/
/*}*/
.prices_200922__all-list-price_open .round-arrow{
    transform: rotate(180deg);
    transition: .5s;
}
.prices_200922__all-list-price .round-arrow{
    transition: .5s;
}
.round-arrow__arrow{
    position: relative;
    top: 4px;
    width: 2px;
    height: 55%;
    background-color: #A2DCDC;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
    .round-arrow__arrow{
        top: 8px;
    }
}
.round-arrow__arrow:before,
.round-arrow__arrow:after{
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: 2px;
    width: 10px;
    height: 2px;
    background-color: #A2DCDC;
    display: inline-block;

}
.round-arrow__arrow:before{
    left: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.round-arrow__arrow:after{
    right: -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.prices_200922__all-list-price .collapse{
    display: none;
}

.prices_200922__result{
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .prices_200922__result{
        margin-top: 25px;
        font-size: 21px;
    }
}
.prices_200922__result_price{
    font-size: 42px;
    margin-left: 30px;
}
@media (max-width: 767px) {
    .prices_200922__result_price{
        font-size: 28px;
        margin-left: 10px;
    }
}
.prices_200922__get-serv{
    margin-top: 30px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .prices_200922__get-serv{
        margin-top: 25px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .prices_200922__get-serv{
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }
    .prices_200922__get-serv .lw-btn{
        display: block;
    }
}

.prices_200922__doc-text{
    font-size: 21px;
    /*border-bottom: 1px solid #fff;*/
    text-decoration: underline;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .prices_200922__doc-text{
        text-align: center;
        font-size: 13px;
    }
}

.prices_200922__doc-link{
    font-size: 19px;
    color: #fff;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .prices_200922__doc-link{
        text-align: center;
        font-size: 13px;
        padding-bottom: 30px;
    }
}
.prices_200922__doc-link a{
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
    text-decoration: underline;
    font-size: 19px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .prices_200922__doc-link a{
        font-size: 13px;
    }
}
.prices_200922__doc-link a:hover,
.prices_200922__doc-link a:focus,
.prices_200922__doc-link a:focus,
.prices_200922__doc-link a:active,
.prices_200922__doc-link a:visited{
    color: #fff;
    text-decoration: none;
}