/* color */
:root {
    --color-light-orange: #FFF2E5;
    --color-orange: #EB5323;
    --color-dark-orange: #BC421C;
}

/* - - - - - customize - - - - - - */
html, body {
    font-family: "Manrope";
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    body {
        padding-top: 100px;
    }
}

.fm-container {
    width: 100%;
    max-width: 1200px;
}

a:focus {
    color: #464646;
}

label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #464646;
    font-weight: 400;
}

#togglePhoneMask {
    margin-top: 10px;
    font-size: 12px !important;
    height: 32px !important;
}

.order-sidebar {
    display: block !important;
}

/* page */
h1, h2, h3, h4, h5, h6,
.fm-page-title,
.fm-section-title {
    font-family: 'Unbounded';
    font-weight: 600;
    text-transform: uppercase;
    color: #464646;
    line-height: 1.6 !important;
}
.fm-product-title {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 32px;
    text-transform: unset;
   line-height: 1.4 !important;
}

.fm-categories-title {
    font-size: 20px;
}

p, .fm-text-format-index, .fm-text-format {
    font-size: 14px;
    line-height: 1.6;
}

/* forms */
.form-control {
    height: 40px;
    line-height: 40px;
    border: 1px solid #A2A2A2;
    transition: all .1s linear;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    outline: unset !important;
    box-shadow: unset !important;
}

.form-control:hover {
    border-color: #464646CC;
}

.form-control:focus {
    border-color: #464646CC;
    color: #464646;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #A2A2A2 !important;
    border-radius: 4px !important;
    font-family: 'Manrope' !important;
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
/* button */
.fm-make-order .order-wrapper .order-left-side .delivery-select-container #select-pvz-container .btn-select-pvz,
.fm-make-order .order-wrapper .order-left-side .delivery-select-container #select-pvz-container .btn-select-pvz:focus,
.withdrawn_from_sale-label,
.unmask,
.unmask:focus,
.btn,
.btn:focus,
.btn-default,
.btn-default:focus,
.fm-filter-btn-apply,
.fm-filter-btn-apply:focus,
.fm-filter-btn-reset,
.fm-filter-btn-reset:focus,
.fm-btn-gray,
.fm-btn-gray:focus,
.fm-product-preorder-btn-sm,
.fm-product-preorder-btn-sm:focus,
.fm-btn-green,
.fm-btn-green:focus,
.fm-make-order-btn,
.fm-make-order-btn:focus,
.fm-preorder-btn,
.fm-preorder-btn:focus,
.fm-add-to-cart-btn,
.fm-add-to-cart-btn:focus,
.fm-btn,
.fm-btn:focus {
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: var(--color-orange);
    border: 1px solid var(--color-orange);
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all .1s linear;
    border-radius: 4px;
    text-decoration: none !important;
    cursor: pointer;
}
.fm-make-order .order-wrapper .order-left-side .delivery-select-container #select-pvz-container .btn-select-pvz:hover,
.unmask:hover,
.btn:hover,
.btn-default:hover,
.fm-filter-btn-apply:hover,
.fm-btn-green:hover,
.fm-add-to-cart-btn:hover,
.fm-btn:hover {
    background-color: var(--color-dark-orange);
    border-color: var(--color-dark-orange);
    color: white;
}

.fm-filter-btn-reset,
.fm-filter-btn-reset:focus,
.fm-btn-gray,
.fm-btn-gray:focus {
    background-color: white;
    border-color: var(--color-orange);
    color: var(--color-orange);
    line-height: 1;
}

.fm-filter-btn-reset:hover,
.fm-btn-gray:hover {
    background-color: var(--color-orange);
    color: white;
}

.fm-preorder-btn,
.fm-preorder-btn:focus {
    background-color: var(--color-light-orange);
    border-color: var(--color-light-orange);
    color: var(--color-orange);
    line-height: 1;
}


.fm-preorder-btn:hover {
    background-color: #FFE8D1;
    color: var(--color-dark-orange);
}

.fm-product-preorder-btn-sm,
.fm-product-preorder-btn-sm:focus {
    background-color: white;
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.fm-product-preorder-btn:hover, .fm-product-preorder-btn-sm:hover {
    color: white;
    background-color: var(--color-orange);
}

.fm-product-preorder-btn:hover > svg path, .fm-product-preorder-btn-sm:hover > svg path {
    fill: white;
}

.fm-make-order-btn {
    background-color: var(--color-light-orange);
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.fm-make-order-btn:hover {
    color: var(--color-orange);
}

.withdrawn_from_sale-label, .withdrawn_from_sale-label:focus, .withdrawn_from_sale-label:hover {
    background-color: #F5F5F5;
    cursor: not-allowed;
    border-color: #A2A2A2;
    color:#46464680;
}
.withdrawn_from_sale-label {
	margin-bottom: 0;
}
@media (max-width: 768px) {
    .withdrawn_from_sale-label, .withdrawn_from_sale-label:focus, .withdrawn_from_sale-label:hover {
        padding:0;
        font-size: 14px;
    }
    .fm-product-preorder-btn-sm {
        width: 100%;
        padding: 0;
    }
}

/* modal */
#cookie-modal .modal-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    bottom: 15px;
    width: 98%;
    max-height: 95%;
    overflow: auto;
}

.modal_form {
    padding: 40px;
}

.fm-adult-modal-content {
    padding: 40px;
}

@media (max-width: 768px) {
    .adult-dialog .fancybox-slide {
        width: calc(100% - 32px);
        margin-left: 16px;
    }
    .fm-adult-modal-content {
        padding: 20px;
    }
}

.modal-body {
    padding: 0;
}

.fm-popup-forms .afbf_submit_block .fm-btn {
    width: 100%;
}

@media (min-width: 500px) {
    .fm-adult-modal-content, .modal_form {
        min-width: 480px;
        background-color: white;
    }
}

.modal_form .afbf_feedback_poles {
    margin: 0;
}

.modal-header, .fm-form-title, .modal-title.h5 {
    font-family: 'Unbounded';
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
    padding: 0;
    border-bottom: none;
    line-height: 1.2;
}
@media (max-width: 678px) {
    .modal-header, .fm-form-title, .modal-title.h5 {
        margin-bottom: 20px;
    }
}
.fm-adult-modal__btn-wrapper {
    padding-top: 20px;
    display: flex;
    gap: 12px;
}

.fm-adult-modal__btn-wrapper:before, .fm-adult-modal__btn-wrapper:after {
    display: none;
}

.fm-adult-modal__btn-wrapper > * {
    flex: 1;
}

@media (max-width: 768px) {
    .fm-adult-modal__btn-wrapper {
        flex-wrap: wrap;
        gap: 12px;
    }
    .fm-adult-modal__btn-wrapper > * {
        flex: unset;
        width: 100%;
    }
    .fm-adult-modal__btn-wrapper > *:nth-child(1) {
        order: 2;
    }
    .fm-adult-modal__btn-wrapper > *:nth-child(2) {
        order: 1;
    }
}


/*catalog item*/
.v2__product-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v2__product-item__labels {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.v2__product-item__labels > * {
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    text-transform: lowercase;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 2px;
}

.v2__product-item__label-sale {
    color: #EB5323;
    background-color: #FFF2E5;
}

.v2__product-item__label-new {
    color: #108439;
    background-color: #E9FBEB;
}

.v2__product-item__label-top {
    color: #D81604;
    background-color: #FCEFED;
}

.v2__product-item__label-add {
    color: #0C57CC;
    background-color: #DFF3FE;
}

.v2__product-item__label-adult {
    color: #1A1A1A;
    background-color: #F5F5F5;
}

.product-item-image-original {
    display: block;
    position: relative;

}

.product-item-image-original img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
}

.product-item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    color: #1A1A1A;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
}

.product-item-title {
    margin-bottom: 16px;
}

.fm-product-rating-wr {
    display: none;
}

.fm-product-item-prices {
    display: flex;
    gap: 4px;
    align-items: end;
}

.fm-product-item-prices > span:nth-child(1) {
    order: 2;
}

.fm-product-item-prices > span:nth-child(1) {
    order: 1;
}

.product-item-price-current {
    font-size: 20px;
    line-height: 1;
}

.product-item-price-old {
    font-size: 14px;
    color: #919291;
    line-height: 1;
}

.fm-products-list-wr .fm-buttons-container {
    margin-top: 12px;
    margin-bottom: 0;
}

.fm-add-to-cart-btn-wr .fm-product-preorder-btn,
.fm-add-to-cart-btn-wr .fm-product-preorder-btn-sm,
.fm-add-to-cart-btn-wr .fm-add-to-cart-btn,
.fm-add-to-cart-btn-wr .fm-make-order-btn {
    width: 100%;
}
/* catalog element*/
.v2__product-item__header.v2__product-item__header__mod-element {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 20;
    gap: 10px;
}
.popup .v2__product-item__header__mod-element {
	display: none;
}
.v2__product-item__labels {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.v2__product-item__labels.v2__product-item__labels__mod-element > * {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 4px;
}


/* - - - - - - v2 - - - - - - - - - -  */
.v2__header {

}

.v2__header .container::after, .v2__header .container::before {
    display: none;
}

@media (max-width: 991px) {
    .v2__header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 130;
    }
}

.v2__header-top {
    height: 40px;
    background-color: var(--color-orange);
    color: white;
}

@media (max-width: 768px) {
    .v2__header-top {
        height: 32px;
    }
}

.v2__header-top__wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.v2__header-top__item {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .v2__header-top__item:nth-child(1) {
        justify-content: center;
    }
}

.v2__header-top__item:nth-child(2) {
    justify-content: center;

}

@media (max-width: 991px) {
    .v2__header-top__item:nth-child(2) {
        display: none;
    }
}

.v2__header-top__item:nth-child(3) {
    justify-content: end;
    gap: 22px;
}

@media (max-width: 768px) {
    .v2__header-top__item:nth-child(3) {
        display: none;
    }
}

.v2__header-schedule {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .v2__header-schedule {
        font-size: 12px;
        font-weight: 600;
    }
}

.v2__header-slogan {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Unbounded";
    color: white !important;
    text-decoration: none;
}

.v2__header-callback {
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.v2__header-phone, .v2__header-phone:focus, .v2__header-phone:hover {
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.v2__header-phone svg {
    width: 20px;
    height: 20px;
}

.v2__header-middle {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.v2__header-middle__wrapper {
    height: 64px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.v2__header-middle__wrapper:before, .v2__header-middle__wrapper:after {
    display: none;
}

@media (max-width: 991px) {
    .v2__header-middle__wrapper {
        height: 48px;
    }
}

.v2__header-middle__item:nth-child(1) {
    width: 192px;
}

.v2__header-middle__item:nth-child(2) {
    width: calc(100% - 345px);
}

@media (max-width: 991px) {
    .v2__header-middle__item:nth-child(2) {
        display: none;
    }
}

.v2__header-middle__item:nth-child(3) {
    width: 192px;
}

@media (max-width: 991px) {
    .v2__header-middle__item:nth-child(3) {
        width: 80px;
    }
}

.v2__header-middle__actions {
    display: flex;
    justify-content: end;
    height: 40px;
    gap: 4px;
}

.v2__header-middle__action {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
}

.v2__header-middle__actions__mod-mobile {
    display: none;
}

@media (max-width: 991px) {
    .v2__header-middle__actions.v2__header-middle__actions__mod-desktop {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        padding: 10px 16px;
        height: 56px;
        align-items: center;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        z-index: 102;
    }

    .v2__header-middle__actions__mod-mobile {
        display: flex;
    }
}

.v2__header-middle__logo {
    display: block;
    transition: all .1s linear;
    height: 40px;
}

.v2__header-middle__logo:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .v2__header-middle__logo {
        height: 32px;
    }
}

.v2__header-middle__search-wrapper {
    position: relative;
}

.v2__header-middle__search-input {
    padding-left: 48px;
}

.v2__header-middle__search-input:focus {

}

.v2__header-middle__search-icon {
    position: absolute;
    top: 8px;
    left: 16px;
}

.v2__header-middle__button-menu,
.v2__header-middle__favorite,
.v2__header-middle__profile,
.v2__header-middle__callback_icon,
.v2__header-middle__basket {
    position: relative;
    height: 100%;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.v2__header-middle__button-menu.is-active > svg:nth-child(1),
.v2__header-middle__button-menu > svg:nth-child(2) {
    display: none;
}

.v2__header-middle__button-menu.is-active > svg:nth-child(2) {
    display: block;
}


.v2__header-middle__button-menu > svg,
.v2__header-middle__favorite > svg,
.v2__header-middle__profile > svg,
.v2__header-middle__callback_icon > svg,
.v2__header-middle__basket > svg {
    opacity: 1;
    transition: all .1s linear;
}

.v2__header-middle__button-menu:hover > svg,
.v2__header-middle__favorite:hover > svg,
.v2__header-middle__profile:hover > svg,
.v2__header-middle__callback_icon:hover > svg,
.v2__header-middle__basket:hover > svg {
    opacity: 0.8;
}

.v2__header-middle__favorite-count {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 16px;
    height: 16px;
    background-color: var(--color-orange);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 5px;
}

.v2__header-middle__basket-count {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    background-color: var(--color-orange);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 5px;
}

.v2__header-bottom {
    padding: 12px 0;
    position: relative;
}

@media (max-width: 991px) {
    .v2__header-bottom {
        padding: 0;
    }
}

.v2__header-bottom__menu {
    height: 40px;
}

@media (max-width: 991px) {
    .v2__header-bottom__menu {
        background-color: white;
        display: none;
        height: 100vh;
        position: absolute;
        top: 100%;
        z-index: 100;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .v2__header-bottom__menu.is-active {
        display: block;
    }
}

.v2__header-bottom__menu-header {
    padding: 16px 16px 0 16px;
    background-color: white;
    display: none;
}

@media (max-width: 991px) {
    .v2__header-bottom__menu-header {
        display: block;
    }
}

.v2__header-bottom__menu-footer {
    background-color: white;
    display: none;
    gap: 20px;
    padding: 8px 0 24px 0;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .v2__header-bottom__menu-footer {
        display: flex;
    }
}

.v2__header-bottom__menu-contacts {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.v2__header-bottom__menu-address {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #464646;
}

.v2__header-bottom__menu-phone, .v2__header-bottom__menu-phone:focus {
    font-weight: 600;
    font-size: 16px;
    color: #464646;
    text-decoration: none;
}

.v2__header-bottom__menu-socials {
    display: flex;
    gap: 16px;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.v2__header-bottom__menu-social {
    width: 32px;
}

.v2__header-bottom__menu-social a:hover path {
    fill: var(--color-orange);
}

.v2__header-bottom__menu-items {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .v2__header-bottom__menu-items {
        display: flex;
        flex-wrap: wrap;
        padding: 16px;
        background-color: white;
    }
}

.v2__header-bottom__menu-item {
    flex: 1;
    height: 40px;
}

@media (max-width: 991px) {
    .v2__header-bottom__menu-item {
        flex: unset;
        width: 100%;
    }
}

.v2__header-bottom__menu-link {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--color-orange);
    font-size: 16px;
    font-weight: 600;
    background-color: var(--color-light-orange);
    transition: all .1s linear;
    text-decoration: none;
    border-radius: 4px;
}

.v2__header-bottom__menu-item:hover .v2__header-bottom__menu-link,
.v2__header-bottom__menu-link:hover,
.v2__header-bottom__menu-link:focus,
.v2__header-bottom__menu-link.active {
    color: var(--color-dark-orange);
    text-decoration: none;
}

.v2__footer {
    background: linear-gradient(180deg, #E2E7ED 0%, #E8EBF2 50%, #D5DEE7 100%);
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .v2__footer {
        margin-bottom: 28px;
    }
}

.v2__footer > div {
    width: 100%;

}

.v2__footer .container::after, .v2__footer .container::before {
    display: none;
}

.v2__footer-top {

}

.v2__footer-top__slogan {
    display: none;
    width: 100%;
    font-family: 'Unbounded';
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .v2__footer-top__slogan {
        display: block;
        margin-bottom: 20px;
    }
}

.v2__footer-top__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
}

@media (max-width: 991px) {
    .v2__footer-top__wrapper {
        flex-wrap: wrap;
    }
}

.v2__footer-top__item {
    flex: 1;
}

.v2__footer-top__item:nth-child(2) {
    display: flex;
    justify-content: end;
}

@media (max-width: 991px) {
    .v2__footer-top__item {
        flex: unset;
        width: 100%;
    }

    .v2__footer-top__item:nth-child(1) {
        order: 2;
    }

    .v2__footer-top__item:nth-child(2) {
        order: 1;
        justify-content: start;
    }
}

.v2__footer-top__menu {
    display: block;
    column-count: 2;
    flex-wrap: wrap;
    gap: 8px 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .v2__footer-top__menu {
        column-count: 1;
    }
}

.v2__footer-top__menu-item {
    flex: 1;
    margin-bottom: 8px;
}

.v2__footer-top__menu-link, .v2__footer-top__menu-link:focus {
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all .1s linear;
}

@media (max-width: 991px) {
    .v2__footer-top__menu-link, .v2__footer-top__menu-link:focus {
        font-size: 14px;
        font-weight: 400;
    }
}

.v2__footer-top__menu-link:hover {
    opacity: 0.8;
}

.v2__footer-top__contacts {
    width: 270px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2__footer-top__contact {
    display: flex;
    justify-content: end;
}

@media (max-width: 991px) {
    .v2__footer-top__contact {
        justify-content: start;
    }
}

.v2__footer-top__contact-schedule {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .v2__footer-top__contact-schedule {
        text-align: left;
    }
}

.v2__footer-top__contact-phone, .v2__footer-top__contact-phone:focus {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
    text-decoration: none;
    transition: all .1s linear;
}

@media (max-width: 991px) {
    .v2__footer-top__contact-phone, .v2__footer-top__contact-phone:focus {
        text-align: left;
    }
}

.v2__footer-top__contact-phone:hover {
    opacity: 0.8;
}

.v2__footer-top__contact-email, .v2__footer-top__contact-email:focus {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: all .1s linear;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .v2__footer-top__contact-email, .v2__footer-top__contact-email:focus {
        text-align: left;
    }
}

.v2__footer-top__contact-email:hover {
    opacity: 0.8;
}

.v2__footer-top__contact-socials {
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v2__footer-top__contact-socials a:hover svg path {
    transition: all .1s linear;
}

.v2__footer-top__contact-socials a:hover svg path {
    fill: var(--color-orange);
}

.v2__footer-middle {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #46464680;
    padding: 16px 0;
}

.v2__footer-middle__slogan {
    width: 100%;
    font-family: 'Unbounded';
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .v2__footer-middle__slogan {
        display: none;
    }
}

.v2__footer-middle__copy {
    font-size: 12px;
}

.v2__footer-bottom {

}

.v2__footer-bottom__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

@media (max-width: 991px) {
    .v2__footer-bottom__wrapper {
        flex-wrap: wrap;
    }

    .v2__footer-bottom__item {
        width: 100%;
    }
}

.v2__footer-bottom__copy {
    font-size: 12px;
}

.v2__footer-bottom__menu {
    display: flex;
    gap: 4px;
}

.v2__footer-bottom__menu-item, .v2__footer-bottom__menu-item:focus {
    font-size: 12px;
    text-decoration: none;
    transition: all .1s linear;
    font-weight: 600;
    line-height: 16px;
}

.v2__footer-bottom__menu-item:hover {
    opacity: 0.8;
}

.v2__footer-bottom__menu-del {
    width: 1px;
    background-color: #464646;
}

/* order */
.payment-name,
.delivery-name {
    font-size: 14px;
    font-weight: 700;
}

[name="captcha_sid"] + div  > .bx-authform-label-container {
display: none !important;
}