.price-filter__block .filters_block {
    overflow: visible;
}

.price-filter__block .filters_block .btn_red {
    width: 250px;
    margin-top: 35px;
    text-align: center;
}

.price-filter__block .filters_block .btn_red:hover {
    background-color: #C22A15;
    color: white;
    box-shadow: 0 3px 15px #c22a1559;
}

.price-filter__block .filters_block .custom_select.around .jq-selectbox__dropdown {
    top: 45px !important;
}

.price-filter__block .custom_select .jq-selectbox .jq-selectbox__trigger-arrow {
    transition: all .45s ease-in-out;
    top: 15px;
}

.price-filter__block .custom_select .jq-selectbox.active .jq-selectbox__trigger-arrow {
    transform: rotate(-180deg);
}

.link_evaluation {
    color: #BF2719;
    font-weight: 500;
}

.middle_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .all_menu .middle_block .logo_block {
    margin: 0;
}

header .all_menu .find_lombard,
header .all_menu .find_lombard .search {
    margin-left: 0;
}

header .all_menu .write_us,
header .all_menu .order_ring {
    margin-left: 30px;
    padding-left: 0;
}

header .all_menu .write_us {
    margin-bottom: 15px;
}

header .all_menu .write_us:after,
header .all_menu .order_ring:after {
    left: -40px;
}

.header__item {
    display: inline-flex;
    flex-direction: column;
    align-items: baseline;
}

.form_row .input .selectize-input {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 45px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5 !important;
    cursor: pointer;
}

.form_row .input .selectize-control.single .selectize-input:after {
    top: 19px;
}

.form_row .input .selectize-dropdown .active {
    background-color: transparent;
    color: #c22914;
}

.form_row .input .selectize-dropdown .create {
    padding: 10px 20px 10px;
}

#FilterAddress,
#FilterBranch {
    width: 100%;
}

#FilterAddress .jq-selectbox__dropdown,
#FilterBranch .jq-selectbox__dropdown {
    width: 100%;
}

.check_online {
    margin: 0 !important;
    color: #BF2719 !important;
}

.check_online.page__link {
    margin-top: -15px !important;
}

.basket_page .payment_method .all_block,
.basket_page .delivery_method .all_block {
    justify-content: flex-start;
}

[data-select] {
    display: none;
}

.get-item__row {
    margin-bottom: 15px;
}

.catalog__block.get-item__block {
    margin-top: 62px;
}

.get-price__block.get-item__block {
    height: 100%;
    padding: 12px 27px;
    padding-top: 32px;
    background-color: #fff;
    border-radius: 20px;
}

.sb-pay__block.get-item__block {
    padding: 12px 18px;
    padding-top: 32px;
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
}

.catalog__socials {
    flex-direction: row;
    justify-content: center;
}



.get-item__block h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.get-item__block .text {
    margin-bottom: 30px;
    text-align: center;
}

.get-item__block .sb-pay__title {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;

    color: #000000;
}

.get-item__block .filters_block .custom_block,
.get-item__block .price-filter__block .filters_block {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
}

.sb-pay__btn-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #EEEEEE;
    border-radius: 20px;
    padding: 24px;
}

.sb-pay__text {
    margin-top: 25px;
}

.sb-pay__text .list {
    margin-bottom: 12px;
}

.sb-pay__btn-list .button:not(:last-child) {
    margin-right: 10px;
}

.get-item__block .list li {
    font-size: 15px;
    color: #000000;
}

.sb-pay__btn-text {
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    color: #333333;
}

.sb-pay__btn-text img {
    margin-right: 12px;
}

.sb-pay__btn-list .button {
    border: none;
    width: 100%;
    max-width: 100%;
    color: #333333;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sb-pay__btn-list .button.button__yellow {
    background-color: #F6AB00;
    color: #333333;
}

    /*----------- Страница: Что можно продать ------------*/
.what__list {
    overflow: unset;
}

.what__item {
    overflow: hidden;
    padding: 15px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all .45s ease-in-out;
}

.what__item .name {
    font-size: 19px;
    font-weight: normal;
    color: #2f3435;
    margin-bottom: 15px;
}

.what__item .img__wrapper {
    position: relative;
    padding-top: 63%;
}

.what__item .img__wrapper .img {
    transition: all .45s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.what__item:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

/*----------- /Страница: Что можно продать ------------*/


@media only screen and (max-width: 1024px) {

    .filters_block .custom_block {
        order: unset!important;
    }

}

/*------------- MEDIA: LG ---------------*/
@media (min-width: 992px) {
    .price-filter__block .filters_block .btn_red {
        float: unset;
        margin-top: 35px;
        margin-bottom: 5px;
    }
}

/*-------------- MEDIA: MD ---------------*/
@media (max-width: 1199px) {
    .value_controls,
    .filters_block .custom_block,
    .filters_block .slider {
        width: 100%;
        min-width: 100%;
    }

    .filters_block .custom_block {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .price-filter__block .filters_block .btn_red {
        margin-top: 10px;
    }
}

.m_menu__list {
    display: none;
}

header .menu_all .container .logo_block {
    display: none;
}

/*-------------- MEDIA: SM --------------*/
@media (max-width: 991px) {
    .middle_block .link_evaluation {
        display: none;
    }

    .middle_block {
        flex-direction: column;
    }

    .page_wrapper {
        padding-top: 15px;
    }

    header .menu_all {
        top: 0px;
        margin-top: 0px!important;
        padding-top: 10px;
    }

    header .menu_all.mobile .container {
        width: 100% !important;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
    }

    .menu_what_do .dropdown_menu {
        top: 128px;
    }

    .section_cost .block {
        display: none;
    }

    .section_cost .text .btn_orange {
        margin: 0 auto 25px;
        font-size: 15px;
        font-weight: 500;
        color: white;
        text-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
        width: 220px;
        padding: 15px 30px;
    }

    .section_cost,
    .section_cost .container {
        padding-top: 0;
    }

    .price-filter__block .value_controls {
        width: 70%;
        margin: 0 auto;
    }

    .price-filter__block .slider.summa,
    .price-filter__block .slider.time {
        min-width: 100%;
        max-width: 100%;
    }

    header .menu_all.mobile .container .logo_block {
        order: -2;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: self-end;
    }

    header .menu_all.mobile .container .logo_block .img {
        width: 40px;
    }

    header .menu_all.mobile .container .logo_block .img img {
        width: 100%;
        height: auto;
    }

    header .all_menu .middle_block .logo_block .img img {
        width: 100%;
        height: auto;
    }

    header .all_menu .middle_block .logo_block .slogan {
        line-height: 1.2;
    }

    header .menu_all.mobile .container .logo_block .slogan {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        line-height: 1.2;
    }

    header .menu_all.mobile .container .logo_block .slogan .big {
        font-size: 16px;
        font-weight: 700;
    }

    header .menu_all.mobile .container .logo_block .slogan .small {
        font-size: 12px;
        font-weight: 300;
    }

    .m_menu__list {
        order: 0;
        display: none;
        justify-content: start;
        flex-direction: column;
        background: #F2F2F2;
        padding: 20px 15px;
        padding-left: 43px;
        position: relative;
    }

    .m_menu__list .top_block-user_text {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 8px;
        color: #000000;
    }

    .m_menu__list svg {
        position: absolute;
        left: 15px;
    }

    .m_menu__list ul {
        list-style: none;
        display: flex;
    }

    .m_menu__list ul li {
        color: #C22A15;
        font-weight: 500;
    }

    .m_menu__list ul li a {
        font-weight: 400;
        font-size: 16px;
    }

    .m_menu__list ul li:nth-child(2) {
        padding: 0 12px;
    }

    header .all_menu .menu_all.mobile .log_in {
        width: auto;
        height: auto;
        border: none;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    header .all_menu .menu_all.mobile .find_lombard {
        margin: 15px !important;
        order: -1;
        display: flex!important;
    }

    header .menu_all.mobile .find_lombard input {
        left: 0px;
        width: 100%;
        opacity: 1;
        border-radius: 30px;
        font-size: 16px;
        font-weight: 400;
    }

    header .all_menu .menu_all.mobile .find_lombard .search {
        margin-left: auto;
    }

    header .menu_all.mobile .card {
        margin: 15px 20px 15px 17px !important;
    }

    header .menu_all.mobile .container .menu_what_do {
        background-color: transparent;
        border: none;
        order: 0;
    }

    header .menu_all.mobile .container .menu_what_do a {
        color: #000;
        font-size: 16px;
        padding: 20px 15px;
        padding-bottom: 10px;
        line-height: normal;
        font-weight: 400;
    }

    header .menu_all.mobile .container .small-cart__block {
        display: none;
    }

    header .all_menu .menu_all.mobile .write_us.check_online.page__link {
        order: 3;
        margin-top: 0px!important;
        margin-bottom: 15px!important;
        margin-left: 15px!important;
        margin-right: 15px!important;
        background-color: #C22A15;
        border-radius: 30px;
        text-align: center;
        width: auto;
        padding: 16px 0px!important;
        color: #fff!important;
        height: auto;
        line-height: normal;
        font-weight: 500;
        font-size: 16px;
    }

    header .all_menu .menu_all.mobile .write_us.check_online{
        order: 3;
        margin-top: 0px!important;
        margin-bottom: 20px!important;
        margin-left: 15px!important;
        margin-right: 15px!important;
        background-color: #F6AB00;
        border-radius: 30px;
        text-align: center;
        width: auto;
        padding: 16px 0px;
        color: #333!important;
        height: auto;
        line-height: normal;
        font-weight: 500;
        font-size: 16px;
    }

    header .menu_all.mobile .tel {
        order: 5;
        background-color: #F2F2F2;
        margin-bottom: 0;
        display: flex!important;
        flex-direction: column;
        align-items: baseline;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    header .menu_all.mobile .tel a {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    header .all_menu .menu_all.mobile .order_ring {
        order: 5;
        height: auto;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: normal;
        color: #C22A15;
        font-weight: 400;
    }

    header .all_menu .menu_all.mobile .write_us {
        order: 5;
        margin-bottom: 0!important;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
        line-height: normal;
        color: #C22A15;
        font-weight: 400;
    }

    header .all_menu .menu_all.mobile .close_mobile {
        right: 35px;
        top: 25px !important;
    }

    header .all_menu .middle_block .logo_block .slogan span.big {
        font-size: 16px!important;
    }

    header .all_menu .middle_block .logo_block {
        display: flex;
        align-items: end;
    }

    .reviews-link.reviews-link-mobile-menu {
        background-color: #F2F2F2;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        padding: 15px 30px;
    }

    .sale_block .custom_block {
        position: relative;
    }

    .sale_block .custom_select.around {
        margin: 0 auto 30px auto;
    }

    .sale_block .custom_select .jq-selectbox .jq-selectbox__trigger-arrow {
        top: 12px;
    }

    header .middle_block .sandwitch {
        margin-top: 0;
        top: auto;
        right: 15px;
    }

    .get-item__block .sb-pay__title {
        text-align: center;
    }

    .sb-pay__btn-list {
        justify-content: center;
    }

    header .menu_all.mobile .menu {
        padding: 5px 15px;
    }

    header .menu_all.mobile .menu li {
        margin-bottom: 15px;
    }

    header .menu_all.mobile .menu li a {
        font-size: 16px;
        padding: 0;
        font-weight: 400;
    }

    header .middle_block {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 15px!important;
    }

    .header .middle_block .small-cart__block {
        position: absolute;
        right: 40px;
    }
}

{

}
@media (max-width: 991px) {
    .get-item__block h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .get-item__block .text p {
        font-size: 16px;
    }

    .catalog__block.get-item__block {
        margin-top: 0;
    }

    .get-item__block {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .price-filter__block .filters_block .custom_select {
        max-width: 100%;
        min-width: 100%;
    }

    .slider.summa .block .name, .slider.time .block .name {
        text-align: left;
    }

    .slider.summa, .slider.time {
        margin-bottom: 55px;
    }

    .price-filter__block .filters_block .btn_red {
        margin-top: 25px;
    }

    .sb-pay__block.get-item__block {
        margin-bottom: 0;
    }

    .get-price__block.get-item__block {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .get-item__block h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .get-item__block .text {
        margin-bottom: 50px;
    }


    .price-filter__block .filters_block .btn_red {
        margin-top: 25px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .sb-pay__block.get-item__block {
        margin-top: 20px;
    }

    .filters_block .custom_select .jq-selectbox  {
        height: auto;
        padding: 10px 16px;
    }

    .get-item__block .sb-pay__title {
        line-height: 1.1;
    }

    .get-price__block .sb-pay__text .list {
        margin-bottom: 22px;
    }

    .sb-pay__block .sb-pay__text .list {
        margin-bottom: 0;
    }

    .js_result_ticket-reviews {
        flex-direction: column;
    }

    .js_result_ticket-reviews .btn_red.small {
        width: 100%;
    }

    .authorization_popup .content_popup {
        overflow: auto;
        height: 88vh;
    }
}

/*------------- MODALS ---------------*/
/*.fancybox-opened,*/
/*.fancybox-inner{*/
/*    width: max-content !important;*/
/*    max-width: 590px !important;*/
/*}*/
.modal__total {
    font-family: 'Roboto';
    font-weight: 400;
    padding: 3.5rem 7rem;
}

.modal__header {
    color: #000000;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.modal__body {
    text-align: center;
    color: #333333;
}

.modal__body .text {
    font-size: 1.8rem;
}

.modal__body .text .total_price {
    font-weight: bold;
    color: #E0AA36;
}

.modal__body hr {
    margin: 20px 100px;
}

.modal__body .notif {
    font-size: 1.4rem;
}

.modal__body .notif b {
    color: #E0AA36;
}

.modal__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 35px;
}

.modal__footer.second {
    margin-top: 10px;
}

.modal__footer a:not(:last-child) {
    margin-right: 15px;
}

.button {
    max-width: max-content;
    font-size: 14px;
    transition: all .45s ease-in-out;
    background-color: transparent;
    border: 1px solid #C22A15;
    border-radius: 62px;
    padding: 15px 20px;
    display: block;
}

.button.button__white {
    background-color: white;
    color: #C22A15;
}

.button.button__red {
    background-color: #C22A15;
    color: white;
}

.button:hover {
    background-color: #C22A15;
    color: white;
    box-shadow: 0 3px 15px #c22a1559;
}

/*------------- /MODALS ---------------*/


/*------------- ОФОРМЛЕНИЕ ЗАКАЗА -----------*/
.order-notif__item {
    margin: 0px 0 30px;
    padding: 20px 35px;
    font-weight: 400;
    font-size: 1.5rem;
    color: #333333;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.red .order-notif__item {
    border: 1px solid #E2271E;
}

.order-notif__item.error {
    display: none;
    border: 2px solid #c22a16;
}

.order-notif__item.text-left {
    text-align: left;
}

.order-notif__item span {
    color: #E0AA36;
}

.order-notif__item-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.order-tab__list {
    margin: 50px 0;
}

.order-tab__item {
    display: block;
    border: 1px solid #E7E7E7;
    background-color: #F8F8F8;
    font-size: 16px;
    color: #333333 !important;
    padding: 15px 20px;
}

.order-tab__item.active {
    border-top: 3px solid #C22A15;
    border-bottom: unset;
    background-color: white;
    font-weight: bold;
}

.col-xs-6:first-child .order-tab__item {
    margin-right: -15px;
}

.col-xs-6:last-child .order-tab__item {
    margin-left: -15px;
}

.order-branch__list.addresses_page .block .left_block span.location {
    background-position: 0 1px;
}

.order-branch__list.addresses_page .block .left_block {
    margin-bottom: 0;
}

.order-branch__list.addresses_page .block .left_block .time {
    background-position: 0;
    padding-right: 20px;
}

.order-branch__list.addresses_page .block .left_block span {
    text-transform: unset;
    font-weight: normal;
}

.addresses_page.order-branch__list .block {
    transition: all .45s ease-in-out;
    background-color: #F8F8F8;
    border: 1px solid #E7E7E7;
    margin-bottom: 35px;
    box-shadow: unset;
    overflow: hidden;
}

.addresses_page.order-branch__list .block.active {
    /*border: 1px solid #219653;*/
    box-shadow: 0 3px 10px #19703e94;
}

.order-branch__list.addresses_page .block .left_block {
    padding: 20px 35px;
}

.order-branch__list.addresses_page .btn_red {
    position: relative;
    transition: all .45s ease-in-out;
    padding: 13px 20px !important;
    text-decoration: unset !important;
    outline: unset !important;
}

.order-branch__list.addresses_page .btn_red {
    min-width: 210px;
    min-height: 40px;
    background-color: white;
}

.order-branch__list.addresses_page .left .btn_red {
    border: 1px solid #C22A15;
    background-color: white;
    color: #C22A15;
}

.order-branch__list.addresses_page .btn_red span {
    /*transition: all .03s ease-in-out;*/
    padding: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 11px;
}

.order-branch__list.addresses_page .right .btn_red {
    border: 1px solid #E7E7E7;
    background-color: white;
    color: #333333;
}

.order-branch__list.addresses_page .btn_red:hover {
    background-color: #C22A15;
    border: 1px solid #C22A15;
    color: white;
}

.order-branch__list.addresses_page .block .left_block .bottom_block {
    justify-content: flex-start;
}

.order-branch__list.addresses_page .block .left_block .bottom_block .left {
    margin-right: 15px;
}

.order-branch__list.addresses_page .block .left_block .bottom_block .left,
.order-branch__list.addresses_page .block .left_block .bottom_block .right {
    width: max-content;
}

.addresses_page.order-branch__list .block.active .left .btn_red {
    color: white;
    background-color: #219653;
    border: 1px solid #219653;
}

.addresses_page.order-branch__list .block .btn_red span:first-child {
    left: 28px;
    opacity: 1;
    visibility: visible;
}

.addresses_page.order-branch__list .block .btn_red span:last-child {
    opacity: 0;
    visibility: hidden;
}

.addresses_page.order-branch__list .block .btn_red span:last-child img {
    margin-right: 10px;
}

.addresses_page.order-branch__list .block.active .left .btn_red span:first-child {
    opacity: 0;
    visibility: hidden;
}

.addresses_page.order-branch__list .block.active .btn_red span:last-child {
    opacity: 1;
    visibility: visible;
}

[data-form="form"] .help-block.form-error {
    opacity: 0;
    visibility: hidden;
    transition: all .45s ease-in-out;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 999;
    font-size: 13px;
    color: #ff546b;
}

[data-form="form"] .checkbox_label .help-block.form-error {
    left: 20px;
    right: unset;
}

[data-form="form"] .has-error .help-block.form-error {
    opacity: 1;
    visibility: visible;
}

.branch-item__btn-more {
    display: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(194, 42, 22) !important;
}

.mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
    /*background-color: rgb(194, 42, 22) !important;*/
}

.bold__red {
    color: #C42A18;
    font-weight: bold;
    margin: 15px 0;
}

.ymaps-b-zoom_hints-pos_right {
    top: 15px !important;
}

.basket_page .all_block {
    transition: all .45s ease-in-out;
}

.basket_page .all_block.error {
    border: 2px solid #c22a16;
    box-shadow: 0 3px 13px #6d000054;
}

#modef {
    display: inline-block;
    position: absolute;
    z-index: 999;
    right: -130px;
    padding: 7px 15px;
    background-color: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    top: 21px;
}

#modef_num {
    display: inline-block !important;
    margin-bottom: 5px !important;
    font-size: 14px;
    color: #000000;
    font-weight: 400;;
}

.modef__close {
    position: absolute;
    top: 0px;
    right: -13px;
    font-size: 12px;
    font-family: fantasy;
    cursor: pointer;
    background-color: #e2a820;
    color: black;
    height: 13px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_select,
.checkbox_field,
.sideBar_slider {
    position: relative;
}

.sideBar span {
    display: inline-block !important;
}

[data-lim="true"] {
    pointer-events: none;
    opacity: 0.3;
}

.lim-notif__block {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.lim-notif__icon {
    width: 28px;
    height: 28px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #EAEAEA;
    font-size: 19px;
    font-weight: bold;
    color: #C22A15;
    margin-right: 10px;
}

.lim-notif__text {
    font-size: 13px;
    color: #333333;
}

[data-fancy] {
    cursor: pointer;
}

header .menu_all.affix {
    z-index: 10000;
}

/*------------- /ОФОРМЛЕНИЕ ЗАКАЗА -----------*/


/*------------ АУКЦИОН ------------*/
.modal__total .form_row {
    max-width: 100%;
}

.modal__form {
    background-color: white;
}

.modal__form .modal__body {
    text-align: left;
}

.modal__form .selectize-input input::placeholder {
    position: relative;
    left: -95px !important;
}

[data-form="form"] .checkbox_block {
    margin: 25px 0;
}

/*------------ /АУКЦИОН ------------*/


/*----------- КАТАЛОГ ------------*/
.page_sideBar .sideBar {
    margin-top: 0;
}

.custom_select .jq-selectbox__dropdown ul {
    max-height: 370px !important;
}

.custom_select .jq-selectbox__select {
    height: 100%;
    z-index: 99;
}

.jq-selectbox {
    border: 1px solid #cccccc !important;
}

.jq-selectbox.changed {
    border: 1px solid #c22a15 !important;
}

.jq-selectbox.changed .jq-selectbox__select-text {
    color: #c22a15;
    font-weight: 500;
}

.checkbox_label span {
    transition: all .45s ease-in-out;
    font-weight: 500 !important;
}

.checkbox_label.checked span {
    color: #c22a15 !important;
}

.preloader .preloader_block {
    background: rgba(255, 255, 255, 0.98);
}

.jqselect select {
    width: 5% !important;
}

.products_all .order-notif__item {
    margin-bottom: 0;
}

.products_all .filters_block {
    flex-direction: row;
}

/*----------- /КАТАЛОГ ------------*/


/*----------- ЛИЧНЫЙ КАБИНЕТ ----------*/
.main-title__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ident-info__block {
    text-align: right;
}

.ident-info__subtitle {
    font-size: 14px;
    color: #9C9C9C;
}

.ident-info__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ident-info__info img {
    margin-right: 5px;
}

.ident-info__status {
    color: #333333;
}

.ident-info__link {
    font-size: 13px;
    transition: all .35s ease-in-out;
    border-bottom: 1px solid #C22A15;
}

.ident-info__link:hover {
    border-color: transparent;
}

.card_goods {
    overflow: unset;
}

/*----------- /ЛИЧНЫЙ КАБИНЕТ ----------*/


/*----------- ЗАГЛУШКА КАТАЛОГА -----------*/
.holiday__section {
    background-color: white;
    height: auto;
}

.holiday__header {
    margin-bottom: 50px;
}

.holiday__header img {
    width: 100%;
}

.holiday__body {
    background-color: white;
    margin-bottom: 30px;
}

.holiday__title {
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
}

.holiday__text {
    font-size: 23px;
    line-height: 140%;
    color: #333333;
}

.holiday__text b {
    font-weight: bold;
    color: #f2aa03;
}

.holiday__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.holiday__footer .button:not(:last-child) {
    margin-right: 15px;
}

.fancybox-inner {
    /*height: max-content !important;*/
}

/*----------- /ЗАГЛУШКА КАТАЛОГА -----------*/
.sb__link {
    margin-top: 5px;
    transition: all .4s ease-in-out;
    color: #333333;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.sb__link:hover {
    color: #BF2719;
}

.sb__link img {
    margin-right: 5px;
}

.header__item a:after {
    width: unset !important;
    height: unset !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: unset !important;
}

header .all_menu .header__item .header-item__link {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .all_menu .header__item .header-item__link:not(:last-child) {
    margin-bottom: 5px;
}

.header-item__link img {
    margin-right: 10px;
}


.product__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product__buttons a {
    text-decoration: unset !important;
    width: 190px;
    max-width: 100%;
    margin: 0;
    text-align: center;
    font-size: 15px;
}

.btn_all_block.product__buttons a {
    font-size: 16px;
}

[data-btn] {
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

[data-btn] div {
    position: relative;
    transition: all .4s ease-in-out;
}

[data-btn="buy"] div {
    top: -30px;
}

[data-btn="in_cart"] {
    position: absolute;
}

[data-btn="in_cart"] div {
    top: 30px;
}

[data-btn].active {
    opacity: 1;
    visibility: visible;
}

[data-btn].active div {
    top: 0;
}

.products_all .filters_block a {
    text-decoration: unset !important;
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
}

.products_all .filters_block a.active {
    font-weight: bold;
}

.products_all .filters_block a img {
    margin-left: 10px;
}

.products_all .filters_block a.asc img {
    transform: rotate(-180deg);
}

.products_all .filters_block {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.search__block,
.sort__block {
    display: flex;
    align-items: center;
}

.search__block input {
    border: unset;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px 0;
    width: 225px;
    padding-right: 20px;
    transition: all .4s ease-in-out;
}

.search__block input:focus {
    border-color: #c22a15;
}

.search__block img {
    position: relative;
    left: -15px;
}

.page_sideBar .content {
    min-height: 550px;
}


.wrapper_content.catalog,
.wrapper_content.catalog .page_sideBar {
    /*background: linear-gradient(to right, rgba(250,250,250,1) 25%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 20%);*/
    background: white;
}

.page_sideBar .content {
    padding: 15px;
    border-radius: 5px;
}

.price-filter__block .filters_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.price-filter__block .custom_block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.price-filter__block .custom_select {
    margin-bottom: 0px;
}

.slider.summa .block .name, .slider.time .block .name {
    font-size: 15px;
}

.custom_select.around .jq-selectbox__dropdown ul {
    border: unset;
    border-radius: unset;
}

.price-filter__block .filters_block .custom_select.around .jq-selectbox__dropdown {
    border: 1px solid #cccccc;
    border-top: unset;
    overflow: hidden;
    top: 50% !important;
    padding-top: 30px !important;
    border-radius: unset;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100.5%;
}

.basket_page .basket_category .product__item,
.basket_page .basket_category .product__item .description .title {
    color: black;
    transition: all .4s ease-in-out;
}

.basket_page .basket_category .product__item:hover {
    box-shadow: 0 0 30px rgb(0, 0, 0, 0.25);
    transform: scale(1.015);
}

.basket_page .basket_category .product__item:hover .description .title {
    color: #c22a15;
}

.small-cart__block {
    position: relative;
    float: right;
}

.small-cart__content {
    position: absolute;
    top: 80px;
    left: -310px;
    width: 360px;
    padding: 20px 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    background-color: white;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.small-cart__block:hover .small-cart__content,
.small-cart__content:hover {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.small-cart__title {
    font-weight: bold;
    color: black;
    font-size: 19px;
    padding-bottom: 20px;
}

.small-cart__list {
    max-height: 400px;
}

.small-cart__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    padding: 10px 0;
}

.small-cart__item .icon__close {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}

.small-cart__title,
.small-cart__item:not(:last-child) {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 15px;
    padding-right: 15px;
}

.small-cart__item img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.small-cart-item__name {
    display: block;
    color: black;
    transition: all .35s ease-in-out;
    font-weight: bold;
    margin-bottom: 10px;
}

.small-cart__item:hover .small-cart-item__name {
    color: #c22a15;
}

.small-cart__flex-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-cart__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px -20px;
    background-color: #EFEFEF;
    padding: 20px 15px;
    flex-wrap: wrap;
}

.small-cart__footer .small-cart__flex-block:first-child {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.small-cart__total-text {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 3px;
}

.small-cart__total-price {
    font-weight: bold;
    font-size: 23px;
    color: #C22A15;
}


.content__section {
    font-size: 16px;
}

.content__section .title {
    margin-top: 40px;
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 30px;
    color: black;
}

.content__section .text {
    margin-bottom: 25px;
    line-height: 143%;
}

.content__section .list__item {
    line-height: 143%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.content__section .list__item img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.button__transparent {
    width: max-content !important;
    text-align: center;
    padding: 12px 0;
    background-color: transparent !important;
}

.button__transparent a {
    font-weight: 500;
    font-size: 14px;
    width: auto;
    border-bottom: 1px dotted #333333;
    line-height: 16px;
    text-align: center;
    color: #333333;
    transition: all .35s ease-in-out;
}

.button__transparent:hover a {
    color: #333333;
    border-color: transparent;
}


.block .label__block,
.card_goods .label__block {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

.card_goods .label__block {
    left: 120px;
    top: 30px;
}

.label__block .item {
    position: relative;
    padding: 7px 15px 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    font-weight: 500;
    font-size: 13px;
    background-color: #C22A15;
}

.label__block .item:not(:last-child) {
    margin-bottom: 5px;
}

.label__block .item.item__reserved {
    color: #666666;
    background-color: #666666;
}

.label__block .item .icon {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.label__block .item .text {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
    margin: 0;
}

.block .question__popup,
.card_goods .question__popup {
    visibility: hidden;
    opacity: 0;
    transition: all .35s ease-in-out;
    position: absolute;
    top: 63px;
    width: 100%;
    padding: 15px;
    font-size: 12px;
    line-height: 143%;
    color: #000000;
    border: 1px solid #E7E7E7;
    border-bottom: 2px solid #F6AB00;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.block.active .question__popup,
.question__popup.active,
.card_goods.active .question__popup {
    top: 53px;
    visibility: visible;
    opacity: 1;
}

.card_goods .question__popup {
    max-width: 320px;
    left: 40px;
}

.card_goods.active .question__popup {
    top: 70px;
}

.label__block .item .question {
    cursor: pointer;
    margin-left: 7px;
}

.label__block .item .wrapper {
    z-index: 2;
    background: #E5E5E5;
    border-radius: 30px;
    position: absolute;
    right: -25px;
    height: 40px;
    width: 93%;
}

.label__block .item .wrapper.top {
    top: -15px;
}

.label__block .item .wrapper.bot {
    bottom: -15px;
}

.small-cart-item__preview {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #C4C4C4;
}

.relative {
    position: relative;
}

header .header__section .basket {
    display: none;
}


/*---------------- MEDIA MD ---------------*/
@media (max-width: 1199px) {

    .card_goods .question__popup {
        top: 0px;
        left: 260px;
        max-width: 330px;
    }

    .card_goods.active .question__popup {
        top: -10px;
    }

    .card_goods .label__block {
        left: 325px;
        top: -35px;
    }
}

/*--------------- MEDIA SM ---------------*/
@media (max-width: 991px) {
    .branch-item__btn-more {
        display: flex;
        align-items: baseline;
        padding: 15px 0;
        border-bottom: 1px solid #C4C4C4;
    }

    .branch-item__btn-more img {
        transition: all .35s ease-in-out;
        margin-left: 10px;
    }

    .branch-item__btn-more.open img {
        transform: rotate(-180deg);
    }

    .addresses_page.order-branch__list .block .right_block {
        display: block;
        width: 100%;
        height: 350px;
        float: unset !important;
        position: relative !important;
    }

    .header__section {
        flex-direction: row;
    }

    .wrapper_content.catalog .page_sideBar .sideBar {
        margin-top: 0;
    }

    [data-filter="tab"] {
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 30px;
        text-align: center;
        font-size: 19px;
        font-weight: 400;
        color: white;
        background-color: #c22a15;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    [data-filter="tab"] svg {
        margin-left: 10px;
        transition: all .4s ease-in-out;
    }

    [data-filter="tab"] svg path {
        stroke: white;
    }

    [data-filter="tab"].active svg {
        transform: rotate(-180deg);
    }

    [data-filter="block"] {
        margin-top: 0;
        display: none;
    }

    .custom_select .jq-selectbox .jq-selectbox__trigger-arrow {
        top: 13px;
    }

    #modef {
        display: none !important;
    }

    .breadcrumbs {
        display: block;
    }

    header {
        transition: all .35s ease-in-out;
    }

    header.sticky {
        width: 100% !important;
        padding-top: 20px;
        height: 80px;
        /*overflow: hidden;*/
    }

    header .bottom_mobile {
        top: 0;
        position: relative;
        transition: all .35s ease-in-out;
    }

    header .container {
        position: relative;
        /*background-color: white;*/
        z-index: 999;
        /*height: inherit;*/
    }

    header .all_menu .container {
        z-index: 1000;
    }

    header.sticky .bottom_mobile {
        top: -45px;
    }

    header .all_menu .middle_block .tel .telephone {
        position: relative;
        top: 0;
        transition: all .35s ease-in-out;
    }

    header.sticky .all_menu .middle_block .tel .telephone {
        top: -20px;
    }

    header .all_menu .middle_block .logo_block .slogan,
    header .all_menu .middle_block .logo_block .slogan .big,
    header .all_menu .middle_block .logo_block .slogan .small {
        transition: all .35s ease-in-out;
    }

    header.sticky .all_menu .middle_block .logo_block .slogan {
        padding-left: 5px;
    }

    header.sticky .all_menu .middle_block .logo_block .slogan .big {
        font-size: 14px;
    }

    header.sticky .all_menu .middle_block .logo_block .slogan .small {
        font-size: 10px;
    }

    header .menu_all.affix {
        transition: all .35s ease-in-out;
    }

    header.sticky .menu_all.affix {
        top: -10px;
    }

    header .header__section .basket {
        display: block;
        position: absolute;
        right: 65px;
    }

    header .header__section .small-cart__block .card {
        opacity: 0;
        visibility: hidden;
        transition: all .35s ease-in-out;
        position: absolute;
        top: -13px;
        right: 70px;
        transform: scale(0.8);
        width: 50px;
        height: 50px;
    }

    header .menu_all .card span, .header__section .card span {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header.sticky .header__section .small-cart__block .card {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .content__section .text {
        margin-bottom: 35px;
    }

    .content__section .list__item {
        margin-bottom: 30px;
    }

    .content__section .list__item img {
        margin-right: 15px;
    }

    .card_goods .label__block {
        left: 280px;
        max-width: 310px;
    }

    header .all_menu .tel {
        transform: translateX(0)!important;
    }
}

@media (max-width: 900px) {
    header .header__section .small-cart__block .card {
        opacity: 1;
        visibility: unset;
        position: relative;
        top: unset;
        right: unset;
        margin: 0;
    }
    header .all_menu .tel {
        display: none;
    }
}

/*-------------- MEDIA: XS --------------*/
@media (max-width: 699px) {
    .ui-datepicker {
        min-width: 240px;
    }

    .content_popup {
        padding: 35px 15px !important;
        width: 90% !important;
        max-width: 100% !important;
    }

    .content_popup .close {
        right: 0px !important;
    }

    .order-branch__list.addresses_page .block .left_block h2 {
        margin-bottom: 25px;
    }

    .order-branch__list.addresses_page .block .left_block .bottom_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .order-branch__list.addresses_page .block .left_block .bottom_block .left {
        margin-right: 0;
    }

    .order-branch__list.addresses_page .block .left_block {
        padding: 20px 15px;
    }

    .order-branch__list.addresses_page .btn_red span {
        top: 2px;
    }

    .fancybox-close {
        right: 0;
    }

    .fancybox-opened,
    .fancybox-inner {
        left: 0 !important;
        width: 100% !important;
        max-width: 590px !important;
    }

    .what__item .name {
        font-size: 16px;
    }

    .modal__total {
        padding: 3rem 1.5rem;
    }

    .modal__footer {
        flex-direction: column;
    }

    .modal__footer a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .button {
        min-width: 235px;
    }

    .modal__body .text {
        font-size: 1.4rem;
    }

    .modal__body .notif {
        font-size: 1.1rem;
    }

    .modal__header {
        font-size: 2.5rem;
    }

    .order-notif__item {
        padding: 20px 15px;
    }

    .totat_price .top .all_price span.price {
        padding-left: 5px;
    }

    .order-tab__item {
        font-size: 13px;
    }

    .totat_price .bottom .checkbox_label input[type="checkbox"] + .label-text {
        font-size: 11px;
    }

    .holiday__title {
        font-size: 31px;
    }

    .holiday__text {
        font-size: 16px;
    }

    .holiday__footer {
        flex-direction: column;
    }

    .holiday__footer .button:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .fancybox-inner {
        height: max-content !important;
    }

    .sb-pay__block.get-item__block {
        padding-left: 25px;
        padding-right: 25px;
    }

    .get-item__block .sb-pay__title {
        font-size: 25px;
    }

    .price-filter__block {
        padding: 0;
    }

    .sb-pay__btn-list {
        flex-direction: column;
    }

    .sb-pay__btn-list .button {
        text-align: center;
    }

    .sb-pay__btn-list .button:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .get-item__block .list li:not(:last-child) {
        margin-bottom: 15px;
    }

    .header__section {
        flex-direction: column;
    }

    .products_all .filters_block {
        flex-direction: column;
    }

    .products_all .search__block {
        width: 100%;
        margin-bottom: 25px;
    }

    .products_all .search__block input {
        width: 100%;
    }

    .products_all .sort__block {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .sort__list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px;
    }

    [data-filter="tab"] {
        font-size: 17px;
    }

    .card_goods .question__popup {
        left: 0;
    }

    .card_goods .label__block {
        left: 0;
    }

    .card_goods .description_block .buy_block {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .card_goods .description_block .buy_block .price {
        width: 100%;
    }

    .card_goods .btn_all_block {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .card_goods .buy_block .btn_red {
        padding-left: 0 !important;
    }
}

@media (max-width: 379px) {
    .tabs .btn_red {
        padding: 15px 20px;
        width: 260px;
        font-size: 13px;
        margin: 20px 0 30px;
    }
}

.jq-selectbox li.unactive,
.checkbox_field.unactive {
    opacity: 0.3;
    pointer-events: none;
}
#modef {
    /*display: none !important;*/
}
.small-cart__list{
    transition: all .35s ease-in-out;
}
.small-cart__list.blocked{
    pointer-events: none;
    opacity: .35;
}
#branch__form .form_row{
    max-width: 100%;
}
.jq-selectbox__dropdown ul{
    padding-left: 0;
}
.order-tab__item.disabled {
    color:rgba(51,51,51,.3) !important;
    background-color:rgba(248,248,248,.3);
}
.order-tab__item.disabled{
    pointer-events: none;
    /*opacity: .3;*/
}
.button.disabled,
.order_btn.disabled{
    background-color: #BDBDBD !important;
    pointer-events: none !important;
    border: unset !important;
    box-shadow: unset !important;
}
.small-cart__notif{
    margin-top: 10px;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}
.b-cart__total-item{
    padding-right: 15px;
}
.basket_page .total_price .total{
    justify-content: flex-end;
    align-items: baseline;
    padding-right: 0;
}
.basket_page .total_price .total .price{
    line-height: 33px;
}
.b-cart__notif{
    font-size: 15px;
    font-weight: normal;
    margin-top: 8px;
}
.b-cart__notif dif{
    color: #E2271E;
}
.b-cart__notif a{
    display: inline-block;
    margin-left: 5px;
    border-bottom: 1px solid #E2271E;
    transition: all .35s ease-in-out;
}
.b-cart__notif a:hover{
    border-color: transparent;
}
.totat_price .b-cart__total-item{
    padding-right: 30px;
}
.totat_price .b-cart__total-item .all_price{
    display: inline-flex;
    align-items: baseline;
    float: unset;
    margin-right: 0;
    justify-content: flex-end;
    width: 100% !important;
    padding-right: 0;
}
@media(max-width: 1199px) {
    .b-cart__notif{
        font-size: 14px;
    }
}
@media(max-width: 991px) {
    .b-cart__total-item{
        padding: 0;
    }
    .basket_page .total_price .total{
        justify-content: space-between;
    }
    .total_price .b-cart__total-item{
        padding-left: 0;
    }
    .totat_price .b-cart__total-item .all_price{
        justify-content: flex-start;
        padding-left: 22px;
    }
    .totat_price .b-cart__notif{
        padding-left: 22px;
    }
}
@media(max-width: 767px) {
    .totat_price .b-cart__total-item .all_price,
    .totat_price .b-cart__notif{
        padding-left: 0;
    }
}

.menu_all.affix{
    box-shadow: 0px 3px 3px 0px rgb(0,0,0,.3);
}

.reviews-link{
    position: relative;
    display: none;
    padding: 8px 0;
    background-color: #f7ab00;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    z-index: -1;
}

.reviews-link:hover{
    color: #000;
    background-color: #f3ca6f;
}

.menu_all.affix .reviews-link{
    display: block;
}

@media(min-width: 900px) and (max-width: 990px){
    header .menu_all > .container{
        background-color: #c22a15;
        z-index: 999;
    }
     .reviews-link > .container{
        background-color: transparent;
    }
}

.product-org-attention{
    background-color: #f7ab00;
    padding: 10px;
    color: #fff;
    margin-top: 20px;
}

.slider.product-detail .org_attention{
    display: none;
}

.org_attention{
    position: absolute;
    top: 15px; right: 15px;
}

.add_to_cart_org_warning .btn_red{
    text-decoration: none;
    cursor: pointer;
}
.btn_red.-transparent-border{
    background-color: transparent;
    border: 2px solid #c22a15;
    color: #c22a15;
    transition: .3s;
}
.btn_red.-transparent-border:hover{
    color: #fff;
    background-color: #c22a15;
}

@media(min-width: 320px) and (max-width: 899px){
    .footer .top_block .footer_form{
        display: block;
        float: none;
        width: 100%;
        max-width: 380px;
        margin: 0 auto 20px auto;
    }
    .footer .top_block .footer_form .form_row .input{
        margin-left: 0;
    }
    .footer .top_block .footer_form .footer-form-title{
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .top_block .footer_form .form_row input,
    .footer .top_block .footer_form .form_row{
        width: 100%;
    }
}

@media(min-width: 320px) and (max-width: 610px){
    .footer .top_block .footer_form{
        max-width: 320px;
        margin: 0 auto 20px auto;
    }
}

@media(min-width: 900px) and (max-width: 1040px){
    .footer .top_block .footer_form .footer-form-title{
        display: block;
        margin-bottom: 10px;
    }
    .footer .top_block .footer_form .form_row .input{
        margin-left: 0;
    }
}


/*Модальное окно "Намекнуть другу"*/
.hint-frend{
    overflow: hidden;
    max-width: 860px;
}
.hint-frend-body{
    padding: 20px 40px;
}
.hint-frend{}
.hint-frend-body{}
.hint-frend-container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
/*.hint-frend-thx{
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
}
.hint-frend-thx.-show{
    opacity: 1;
    z-index: 99;
}*/
.hint-frend-thx span{
    font-size: 30px;
    font-weight: 400;
}
.hint-frend-title{
    flex: 0 0 100%;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}
.hint-frend-left{
    margin-right: 30px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}
.hint-frend-right{
    margin-left: 30px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
}
.hint-frend-product-image img{
    display: block;
    width: 100%;
    max-width: 360px;
    margin:0 auto;
    height: auto;
}
.hint-frend-message{
    text-align: center;
    line-height: 1.4;
}
.hint-frend-mobile-image{
    margin: 30px 0;
}
.hint-frend-mobile-image img{
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    height: auto;
}



.gift-form {
    display:flex;
}
.gift-form-section{
    margin-bottom: 15px;
}
.gift-form-section:last-child,
.gift-form-section.-last{
    margin-bottom: 0;
}
.hint-frend-mobile-image{
    display: none;
}
.gift-form-section-title{
    font-size: 14px;
    margin-bottom: 10px;
}
.gift-form-field{
    margin-bottom: 15px;
}
.gift-form-field .help-block{
    font-size: 12px;
    margin-bottom: 0;
}
.gift-form-field:last-child,
.gift-form-field.-last{
    margin-bottom: 0;
}
.gift-form-submit{
    border: none;
    margin: 0;
}
.gift-form-input{
    display: block;
    width: 100%;
    line-height: 1;
    padding: 8px 15px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.gift-form-field .checkbox_label input[type="checkbox"] + .label-text{
    line-height: 1.2;
    font-size: 10px;
}

.gift-form-field .checkbox_label .help-block.form-error{
    font-weight: 300!important;
}



.hint-product{}
.hint-product-image{
    margin-top: 60px;
    margin-bottom: 30px;
}
.hint-product-message{}



.product-gift-photo{
    /*display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -5px;*/
}
.product-gift-photo{}
.product-gift-slider{
    position: relative;
    max-height: 120px;
}
.product-gift-photo .slick-list{
    height: auto!important;
}
.product-gift-photo .slick-slide{
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
}
.product-gift-photo .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
.product-gift-photo .slick-arrow {
    width: 16px;
    height: 16px;
    border: none;
    position: absolute;
    text-indent: -9999px !important;
    color: transparent;
    background-color: transparent;
}
.product-gift-photo .slick-prev{
    top: calc(50% - 8px); left: -20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
}
.product-gift-photo .slick-next{
    top: calc(50% - 8px);
    right: -20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.product-gift-photo-item{
    display: block;
    /*flex: 0 0 calc(33.33333333% - 10px);
    margin: 0 5px 5px 0;
    border: 1px solid #666;*/
    margin-bottom: 0;
    /*padding: 0 10px;*/
    transition: .3s;
    cursor: pointer;
}
.product-gift-photo-item input[type='radio']{
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 0px; height: 0px;
}
.product-gift-photo-image{
    position: relative;
    padding-top: 100%;
    border: 1px solid #e5e5e5;
    transition: .3s;
}
.product-gift-photo-image:hover,
.product-gift-photo-image.-active,
.product-gift-photo-item input[type='radio']:checked + .product-gift-photo-image{
    border: 1px solid #c22a15;
}
.product-gift-photo-image img{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    object-fit: contain;
    object-position: center;
    margin: 5px;
}


@media(min-width: 320px) and (max-width: 768px){
    .hint-frend-mobile-image{
        display: block;
    }
    .hint-frend-left{
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .hint-frend-right{
        display: none;
    }
}

@media(min-width: 290px) and (max-width: 479px){
    .hint-frend-fancy .fancybox-wrap{
        width: 100%!important;
        top: 0!important;
        /*left: 50%!important;
        margin-left: -145px;*/
    }
}

@media(min-width: 480px) and (max-width: 768px){
    .hint-frend-fancy .fancybox-wrap{
        width: 460px!important;
        left: 50%!important;
        margin-left: -230px;
    }
    .hint-frend-fancy .fancybox-inner{
        height: auto!important;
    }
}

@media(min-width: 768px) and (max-width: 1024px){
    .hint-frend-fancy .fancybox-close{
        right: 0;
    }
}
/*конец "Намекнуть другу"*/


/* Кнопка наменуть о подарке */
.product__hint{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 10px;
    border: none;
    line-height: 1;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 0;
}

.product__hint svg{
    margin-right: 15px;
    fill: #c22a15;
}

.card_goods .product__buttons .button__white{
    width: 100%;
    top: 0;
}

@media(min-width: 320px) and (max-width:1024px){
    .product__hint{
        padding: 11px 10px;
    }
    .card_goods .product__buttons .button__white{
        padding: 7px;
        min-width: inherit;
        top: 0;
        width: 100%;
    }
}
@media(min-width: 769px ) and (max-width: 1024px){
    .card_goods .product__buttons .button__white{
        max-width: 290px;
    }
}
@media(min-width: 480px) and (max-width: 768px){
    .card_goods .description_block .buy_block{
        flex-direction: row;
    }
    .card_goods .buy_block .btn_red,
    .product__hint{
        width: 100%;
        font-size: 16px;
    }
    .card_goods .description_block .buy_block .price{
        width: 40%;
    }
    .card_goods .btn_all_block{
        width: 60%;
    }
}
@media(min-width: 769px) and (max-width: 1024px){
    .card_goods .buy_block .btn_red,
    .product__hint{
        /*width: 290px;*/
        font-size: 16px;
    }
    .product__buttons{
        align-items: flex-end;
    }
}
@media(min-width: 320px) and (max-width: 479px){
    .card_goods .description_block .buy_block .price{
        margin-bottom: 15px;
        text-align: center;
    }
    .card_goods .buy_block .btn_red,
    .product__hint{
        width: 100%;
        font-size: 16px;
    }
    .card_goods .description_block .buy_block{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 699px){
    .card_goods .description_block .buy_block{
        flex-wrap: wrap;
    }
    .product__hint-box{
        flex: 0 0 100%;
        width: 100%;
    }
}
/* Кнопка наменуть о подарке */
.error_list {
    padding:20px 0;
    text-align:center;
}


.popup .content_popup.-thx{
    width: 920px;
}

.popup.order_popup .block .btn_red.small {
    margin-bottom: 0!important;
}


.feedback-mess{
    display: flex;
    flex-wrap: wrap;
}
.feedback-mess-title{
    flex: 0 0 100%;
    margin: 15px 0 20px 0;
    font-weight: 600;
    color: #000;
}
.feedback-mess-left{
    flex: 0 0 50%;
}
.feedback-mess-right{
    flex: 0 0 50%;
}

.feedback-mess-text{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
}
.feedback-mess-link{
    font-size: 14px;
}

@media(min-width: 320px) and (max-width: 920px){
    .feedback-mess{
        justify-content: center;
    }
    .popup .content_popup {
        min-width: 40vh!important;
        width: 90% !important;
    }
    .popup .content_popup .close {
        right: 0!important;
    }
    .js_modal_ticket_detail_2 {
        max-height: 70vh;
    }
    .js_modal_ticket_detail_2 .btn_red.small {
        margin-right: 0;
    }
    #zalog_operations_history .content_popup table {
        height: 77vh;
    }
    .popup .content_popup.-thx{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .feedback-mess-left{
        flex: 0 0 100%;
        max-width: 290px;
        margin-bottom: 15px;
    }
    .feedback-mess-right{
        flex: 0 0 100%;
        max-width: 290px;
    }
    .feedback-mess-text br{
        display: none;
    }
}

#add_ticket_pay .form_row .input.has-error .form-error{
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    color: #a94442;
}


.customize-modal{}
.customize-modal-body{
    top: 0; right: 0; left: 0; bottom: 0;
    position: fixed;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    padding: 20px;
    overflow-y: auto;
}
.customize-modal-body:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.customize-modal-content{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    padding: 40px 60px;
    max-width: 1200px;
}
.customize-modal-content.-middle-width{
    max-width: 800px;
}
.customize-modal-form{}
.customize-modal-closed{
    position: absolute;
    top: 0; right: -65px;
    width: 65px;height: 65px;
    background: url("/_v/_i/_icons/close_icon.png") #e2a91f no-repeat center center;
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
}
.customize-modal-title{
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}
.customize-modal-text{
    text-align: left;
    color: #000;
}
.customize-modal-text h1, .customize-modal-text h2{
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.customize-modal-text h3, .customize-modal-text h4, .customize-modal-text h5, .customize-modal-text h6{
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.customize-modal-text ul{
    margin-left: 20px;
}
.customize-modal-text ul li{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.customize-modal-text p{
    font-size: 16px;
}
@media(min-width: 768px) and (max-width: 1199px){
    .customize-modal-content{
        width: calc(100% - 120px);
    }
    .customize-modal-content{
        padding: 25px 30px;
    }
}
@media(min-width: 320px) and (max-width: 767px){
    .customize-modal-body{
        padding: 15px;
    }
    .customize-modal-content{
        width: calc(100% - 3px);
        max-width: 560px;
        padding: 40px 25px 15px 25px;
    }
    .customize-modal-title{
        font-size: 20px;
    }
    .customize-modal-closed{
        top: 0; right: 0;
        width: 30px; height: 30px;
    }
    .customize-modal-text p, .customize-modal-text ul li{
        font-size: 14px;
    }
    .customize-modal-title{
        font-size: 26px;
    }
}

.sale_catalog{
    justify-content: space-between;
}

.sections-buttons{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sections-buttons-item{
    flex: 0 0 calc(50% - 7px);
    margin-right: 0;
}
@media(min-width: 320px) and (max-width: 479px){
  .sections-buttons-item{
    flex: 0 0 100%;
  }
}
@media(min-width: 610px) and (max-width: 1023px){
  .sections-buttons-item{
    flex: 0 0 100%;
  }
}

.sale_catalog .block .btn_orange{
    font-size: 16px;
    padding: 16px 25px;
    margin-top: auto;
}

@media(max-width: 1024px){
    .sale_catalog .block .btn_orange{
        font-size: 13px;
        padding: 10px 9px;
    }
}



.delivery__notif {
    width: 100%;
    margin-top: 10px;
}
.delivery__notif-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 15px;
}
.delivery__notif-allert {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
}
.delivery__notif-allert svg {
    margin-right: 5px;
}
.delivery__notif-allert svg path {
    color: #c22a15;
}
.delivery__notif-body dif {
    font-weight: bold;
}
.small-cart__footer .delivery__notif {
    margin-top: 20px;
}
.small-cart__footer .delivery__notif-header {
    font-size: 14px;
}
.small-cart__footer .delivery__notif-body {
    font-size: 14px;
}
.js_modal_ticket_detail_2 {
    overflow: auto;
    max-height: 80vh;
}
.js_modal_ticket_detail .things th:nth-child(1) {
    width: 20%;
}
.js_modal_ticket_detail .things th:nth-child(1),
.js_modal_ticket_detail .things th:nth-child(2){
    width: 20%;
}
.js_modal_ticket_detail .things th:nth-child(3) {
    width: auto;
}

.privacy-policy {
    position: fixed;
    bottom: 0;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 20px 30px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.17);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 1000;
}

.privacy-policy__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.privacy-policy__text > a {
    text-decoration: underline;
}

.privacy-policy__button {
    cursor: pointer;
    margin: 0;
    padding: 15px 87.5px;
    font-size: 16px;
}

@media(max-width: 991px) {
    .privacy-policy {
        width: 100vw;
        flex-direction: column;
        padding: 30px;
    }
}

@media(max-width: 767px) {
    .privacy-policy__button {
        width: 100%;
    }
}

.privat_office-pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px 40px 70px;
    background-color: #F4F4F4;
    border-radius: 20px;
    margin-top: 30px;
}

.privat_office-pay_img {
    width: 221px;
}

.privat_office-pay_text {
    width: calc(100% - 221px - 83px);
}

.privat_office-pay_text .text {
    display: block;
    margin-bottom: 30px;
}

.privat_office-pay_text .title {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}

.privat_office-pay_text .text p {
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
}

.privat_office-pay_text .btn {
    padding: 12px 48px;
    font-size: 16px;
    background-color: #C22A15;
    border-radius: 30px;
    color: #fff;
}

.privat_office-pay_img img {
    width: 100%;
}

@media (max-width: 991px) {

    .privat_office-pay {
        flex-direction: column;
        align-items: start;
        padding: 30px;
    }

    .privat_office-pay_img {
        order: 2;
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .privat_office-pay_text {
        order: 1;
        width: auto;
        margin-bottom: 40px;
    }

    .privat_office-pay_text .text {
        margin-bottom: 20px;
    }

    .privat_office-pay_text .title {
        margin-bottom: 20px;
    }

    .privat_office-pay_text .text p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .privat_office-pay_img img {
        width: 65%;
    }

    .catalog__socials {
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .privat_office-pay_text .btn {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .privat_office-pay_img {
        width: 100%;
    }

    .privat_office-pay_img img {
        width: 63%;
    }

}

header {
    padding-top: 15px;
}

header .menu_all {
    margin-top: 15px;
}

header .all_menu .top_block {
    border: 1px solid #CAC4C4;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
}

header .all_menu .top_block .top_block-user_text {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    text-align: left;
}

header .all_menu .top_block .top_block-user {
    margin-left: 8px;
}

header .all_menu .top_block .top_block-user ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

header .all_menu .top_block .top_block-user ul li:nth-child(2) {
    color: #c22a15;
    padding: 0 8px;
}

header .all_menu .top_block .top_block-user ul li a {
    padding: 0;
    height: auto;
}

header .all_menu .top_block .top_block-user ul li a:hover {
    text-decoration: underline;
}


header .all_menu .header__item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

header .all_menu .header__item a {
    font-size: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}

header .all_menu .header__item .link_evaluation {
    background-color: #C22A15;
    color: #fff;
    transition: box-shadow 0.3s ease;
}

header .all_menu .header__item .link_evaluation:hover {
    background-color: #C22A15;
    color: white;
    box-shadow: 0 3px 15px #c22a1559;
}

header .all_menu .header__item .sb-custom__link {
    margin: 0;
    color: #333333;
    transition: box-shadow 0.3s ease;
}

header .all_menu .header__item .sb-custom__link:hover {
    box-shadow: 0 3px 15px #f7ab00;
}


header .all_menu .top_block .registration {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

header .all_menu .top_block .log_in {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding: 0;
}

header .all_menu .top_block .log_in:hover {
    background-color: unset;
    color: #C22A15;
}

.tel-list {
    display: none;
    position: absolute;
    padding-top: 10px;
}

.tel-list ul {
    list-style: none;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #CAC4C4;
    background-color: #fff;
}

.tel-list ul li:first-child {
    margin-bottom: 20px;
}

.tel-list ul li {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 12px;
}

.tel-list ul li:last-child {
    margin-bottom: 0;
}

.tel-list ul li sub {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.tel-list ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.tel-list ul li.tel-list_btn {
    background-color: #C22A15;
    border-radius: 30px;
    padding: 12px 16px;
}

.tel-list ul li.tel-list_btn a {
    color: #fff;
}

header .all_menu .find_lombard {
    right: 0;
    display: block!important;
    float: right;
    margin-top: 5px;
    margin-right: 16px;
}

header .all_menu .find_lombard .search {
    width: 45px;
    height: 45px;
    background: url(/local/assets/img/search-white.png) no-repeat center center #C22A15;
}

header .find_lombard input {
    height: 45px;
    left: unset;
    right: 21px;
    border-radius: 30px 0 0 30px;
    padding-right: 0px;
    padding-left: 20px;
}

header .all_menu .tel {
    transform: translateX(22px);
    position: relative;
    z-index: 10;
}

header .all_menu .tel .telephone {
    font-weight: 500;
    font-size: 16px!important;
    border: none;
    display: flex;
    align-items: center;
}

header .all_menu .tel .telephone:hover {
    border-bottom: unset;
}

header .all_menu .tel .telephone .icon-phone {
    margin-right: 5px;
}

header .all_menu .tel .telephone .icon-arrow {
    margin-left: 6px;
}

header .all_menu .middle_block .logo_block .slogan span.big {
    font-size: 22px;
}

header .all_menu .middle_block .logo_block .slogan span.small {
    font-size: 12px;
}

header .all_menu .middle_block .logo_block .img img {
    width: 53px;
    margin: 0;
}

header .all_menu .tel {
    margin: 0;
    padding: 0;
    padding-right: 41px;
}

@media (max-width: 991px) {
    header {
        padding-top: 0;
    }
}

@media (max-width: 900px) {

    .m_menu__list {
        display: flex;
    }

    header .all_menu .middle_block .header__item {
        display: none;
    }

    header .menu_all {
        margin-top: -15px !important;
        padding-top: 0;
    }
}