.pickup-block__header-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}
.address-wrapper {
    display: flex;
}
.address-filter__section {
    display: flex;
}
.address__link-line {
    display: inline-flex;
    height: 44px;
    padding: 22px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #F0F0F0;
    margin-right: 9px;
    width: auto;
}
.address__link-line:hover {
    background: #4EC0E3;
}
.address__link-line.swiper-slide-thumb-active {
    background: #008ABD;
}
.address__link {
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}
.address__link:hover {
    color: #FFF;
}
.swiper-slide-thumb-active .address__link {
    color: #FFFFFF;
}
.checkbox-address {
    margin-right: 27px;
}
.checkbox-address:last-child {
    margin-right: 0;
}

.address-filter__section .checkbox-label input {
    opacity: 0;
    position: absolute;
}
.address-filter__section .checkbox-label i {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #017EAF;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 4px;
}
.address-filter__section .checkbox-label input:checked + i {
    background: url('../svg/vector-cheked.svg') no-repeat center center #fff;
    background-size: 15px;
}
.checkbox-address__text {
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.pickup-block-address {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    margin: 7px 9px 0 60px;
    padding: 22px 0 0;
}
.pickup-block__checkbox-address {
    opacity: 0.8;
}
.pickup-list__schedule-toggle__hidden {
    display: none;
}
.pickup-list__schedule-toggle_active .pickup-list__schedule-toggle__show {
    display: none;
}
.pickup-list__schedule-toggle_active .pickup-list__schedule-toggle__hidden {
    display: block;
}
.pickup-list__helper-buy {
    margin-bottom: 6px;
}
.pickup-list__img.pickup-list__img-buy {
    transform: translate(-103%,-50%);
}
.pickup-list__img-wrapper.pickup-list__img-wrapper-buy {
    margin-bottom: 6px;
}
.pickup-list__text-buy {
    display: flex;
    flex-direction: column;
}
.pickup-block__checkbox-address-filter {
    opacity: 1;
}
.pickup-block__checkbox-address-filter .selectpicker-sort.btn {
    background: #F0F0F0;
}
.pickup-block__checkbox-address-filter .selectpicker-sort.btn:hover {
    background: #F0F0F0;
}
.pickup-block__checkbox-address-filter .selectpicker-sort.btn ~ .dropdown-menu .dropdown-item {
    background: #F0F0F0 !important;
}
.pickup-block__checkbox-address-filter .dropdown-menu {
    padding: 0;
}
.pickup-block__select-wrapper.pickup-block__checkbox-address-filter {
    margin-bottom: 23px;
    max-width: 353px;
}
.checkbox-address_all {
    display: inline-block;
    margin: 0 5px 0 0;
    user-select: none;
    position: relative;
    background: #F0F0F0;
}
.checkbox-address_all input[type=checkbox] {
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-address_all span {
    display: inline-block;
    cursor: pointer;
    padding: 7px 20px;
    line-height: 30px;
    border-radius: 4px;
    transition: background 0.2s ease;

}

.checkbox-address_all input[type=checkbox]:checked + span {
    background: #008ABD;
    color: #FFF
}

.checkbox-address_all:hover {
    color: #FFF;
    background: #4EC0E3;
    border-radius: 4px;
}

.checkbox-address_all input[type=checkbox]:active:not(:disabled) + span {
    background: #008ABD;
    color: #000;
}
.pickup-list__hidden .detail_pointer-none {
    cursor: auto;
}

@media screen and (max-width: 1240px) {
    .pickup-block-address {
        position: relative;
        margin: 0;
    }
    .pickup-block__header-address {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1022px) {
    .pickup-block__header-address {
        flex-direction: column;
        align-items: start;
    }
    .checkbox-label {
        display: flex;
        flex-direction: column;
    }
    .address-filter__section {
        margin-top: 15px;
    }
    .checkbox-address__text {
        margin-top: 5px;
    }
    .pickup-block-test {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .checkbox-address_all {
        margin-bottom: 5px;
    }
}