.add_to_cart_detail {
    width: 100%;
    margin-right: 25px;
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-fast-order {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-fast-order {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal.fade.show {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-fast-order {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-fast-order {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-fast-order {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-window.modal--auth--open--js.opened .modal-content {
    background-color: unset;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #071a33
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .7
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #8693a2;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #8693a2;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (max-width: 780px) {
    .search__input-wrap {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .modal-fast-order {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal.fade.show .modal--default {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 50vh auto
}

.modal.fade.show .modal--default .modal-body .icon-close {
    display: block;
    margin-top: 15px
}

.modal--default {
    color: #000;
    max-width: none
}

.modal--default .modal-fast-order {
    max-width: none
}

.modal--default .modal-content {
    border: 12px;
    padding: 30px;
    max-width: 460px;
    margin: 0 auto;
    margin-top: 1.75rem
}

.modal--default .modal-content .modal-content {
    padding: 0
}

.modal--default .modal-body {
    padding: 0
}

.modal--default .custom-control {
    color: #8693a2
}

.modal--default .custom-control.custom-checkbox label:hover {
    cursor: pointer;
    color: #59aee4
}

.modal--default .custom-control.custom-checkbox .custom-control-input:not(:disabled):checked~.custom-control-label {
    color: #8693a2
}

.modal--default .close-cookie {
    top: -20px;
    right: -20px;
    line-height: 1;
    padding: .375rem
}

.modal--fullscreen .modal-fast-order,
.modal--fullscreen .modal-content {
    position: absolute;
    max-width: none;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.modal--fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    background-color: rgba(13, 38, 69, .9);
    overflow-y: auto
}

.modal--fullscreen .modal-content .close {
    display: inline-block;
    color: #fff
}

@media (min-width: 576px) {
    .modal--fullscreen .modal-content .close {
        position: fixed;
        top: 32px;
        right: 32px;
        opacity: 1
    }
    .modal--fullscreen .modal-content .close i {
        font-size: 32px
    }
}

.thanks-message {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 30px 10px 30PX
}

.thanks-message__icon {
    margin-bottom: 20px
}

.thanks-message__title {
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #141414;
    margin-bottom: 16px
}

.thanks-message__text {
    font-size: 16px;
    line-height: 148%;
    text-align: center;
    color: #071a33
}

.thanks-message__text-numOrder {
    color: #59aee4
}

.modal-body-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-body-header .modal-body-header-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

.modal-body-header .close {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

.modal-body .preorder-modal__title {
    font-weight: 500;
    margin-bottom: 15px;
}

.modal-body .input-floating label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #686868;
}

.submit_block_btn {
    text-align: center;
}

.submit_block_btn input {
    color: #fff;
    background-color: #77176e;
    padding: 15px 35px;
    border-radius: 35px;
    border: none;
}

.modal-body .form-control {
    height: 44px;
    border: 1px solid #ebebeb;
    text-indent: 20px!important;
    color: #414141;
    box-shadow: unset;
    padding: 5px 0;
}

.modal-body .form-control::placeholder {
    font-weight: 400;
    color: #141414;
}

#preorder .preorder-modal__button {
    background-color: #e71d34;
    width: 100%;
}

.input-floating label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #686868;
}

body .modal-dialog.modal-fast-order {
    top: -8.5%;
}

body .modal-dialog.modal__auth__pop,
body .modal-dialog.modal-bucket {
    position: unset;
    margin: 0;
}

.modal-dialog.modal-bucket.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.modal-dialog.modal-bucket .modal-window__header.modal_custom__header {
    padding: 40px 40px 20px 40px;
}

.modal-dialog.modal-bucket .modal-window__header.modal_custom__header .modal-window__close {
    right: 20px;
}

.modal-window.opened .container-bucket {
    padding-right: 40px;
}

.modal-window {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 95vh;
    width: auto;
    max-width: 99vw;
    overflow: hidden;
    -webkit-box-shadow: 0 9px 13px rgba(0, 0, 0, .04);
    box-shadow: 0 9px 13px rgba(0, 0, 0, .04);
    transform: translate(-50%, -50%) scale(0);
}

.modal-window.opened {
    transform: translate(-50%, -50%) scale(1);
    transition: 200ms ease-in-out;
}

.modal-dialog.modal-dialog-background,
.modal-dialog.modal__auth__pop {
    background-color: rgba(0, 0, 0, .6);
    z-index: 900;
}

.modal-dialog.modal--cart--js.active,
.modal-dialog.modal__auth__pop.modal--auth--js.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, .6);*/
    z-index: 999;
    width: 100%;
    height: 100%
}

.caption.auth__pop__up__caption {
    margin-top: 12px;
}

.caption.auth__pop__up__caption a {
    color: #e71d34;
}

@media only screen and (min-width: 768px) {
    .modal-window.opened {
        max-width: 688px
    }
}

@media (max-width: 767px) {
    .order-summary__info .row {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .modal-window.opened {
        max-width: 972px
    }
}

@media only screen and (min-width: 768px) {
    .send---code---form .send-code {
        padding: 24px;
    }
}

.send---code---form .send-code .plain {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 22px;
    color: #686868;
}

.send---code---form .send-code .send_again_code {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #e71d34;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}

.send---code---form .send-code {
    background: #f9f9f9;
    margin-top: 24px;
    padding: 24px 14px;
}

.input-floating .form-control {
    height: 44px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 160%;
    text-indent: 20px!important;
    color: #414141;
    padding: 5px 0;
    border-radius: none;
    box-shadow: unset;
}

.send---code---form .input-floating.confirm--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media only screen and (min-width: 768px) {
    .send---code---form .input-floating.confirm--block {
        margin-top: 20px;
    }
}

.send---code---form .input-floating.confirm--block .confirm_form_message {
    font-size: 14px;
    line-height: 20px;
    color: #686868;
}

.send---code---form .input-floating.confirm--block .form-control.confirm-form-control {
    height: 44px;
    border: 1px solid #ebebeb;
    text-indent: 20px!important;
    color: #414141;
}

.button__preorder {
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .shell-content .title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }
}

.shell-content .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
}

.profile__group-tabs .profile-tab svg,
.profile__group-tabs .profile-tab img {
    margin-right: 16px;
}

.accordion--button--wrap {
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

.promo__block.has-coupon-button.has--coupon {
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.accordion--button--wrap.active svg.icon-opened {
    display: none
}

.accordion--button--wrap.active svg.icon-closed {
    display: block
}

.accordion--button--wrap.active+.accordion__text {
    margin-bottom: 32px
}

.accordion--button--wrap .button-title {
    max-width: 650px
}

.accordion--button--wrap .button-figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px
}

.accordion--button--wrap svg.icon-opened {
    display: block
}

.accordion--button--wrap svg.icon-closed {
    display: none
}

.promo__block .has-coupon-button.has--coupon,
.modal-window__content .one-click-wrap .popup__promocode {
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 500;
    color: #414141;
    text-transform: inherit;
    text-align: inherit;
}

body .login-block__socials a svg,
body .social__icon svg {
    width: 70px;
    height: 41px;
}

.modal .modal-dialog.modal-fast-order.modal-dialog-centered {
    justify-content: center;
}

.login-block__socials .icons {
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.login-block__socials a {
    margin-right: 30px;
}

.button-tinkoff {
    margin-left: 8px !important;
}

.tinkoff-btn {
    width: unset !important;
}

.h3.promocode-success-content {
    font-size: 15px;
    margin-top: 0;
}

body .bucket .order-summary .promocode-success {
    padding: 10px 20px;
}

body .bucket .order-summary .promocode-success__delete {
    margin-top: 8px;
}

.profile__group--socials .profile__group-content {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media screen and (max-width: 767px) {
    .accordion--button--wrap .button-figure {
        margin-left: 36px
    }
    .accordion--button--wrap {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 21px;
        padding-bottom: 24px
    }
    .accordion--button--wrap svg {
        width: 16px
    }
    .accordion--button--wrap.active+.accordion__text {
        margin-bottom: 24px
    }

    .tinkoff-btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .promo__block .has-coupon-button.has--coupon,
    .modal-window__content .one-click-wrap .popup__promocode {
        font-size: 16px;
    }
}

.personal--info--edit {
    margin-top: 25px;
}

.profile__group--socials .profile__social {
    margin-top: 15px;
}

.copyright:hover,
.copyright:active,
.copyright:focus {
    color: white !important;
}

.modal-dialog.modal-fast-order.modal-dialog-centered .input-group {
    display: unset;
}

.grecaptcha-badge {
    right: -300px!important;
}

.profile__bonus-program {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: unset;
}

.profile__bonus {
    display: flex;
    justify-content: space-between;
    align-items: unset;
}

.profile__bonus-title {
    margin-top: 0;
}

.profile__group {
    padding: 24px;
}


/* .profile__blocks {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 25%) minmax(0, 75%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    gap: 20px;
} */

.profile__bonus-item::before {
    top: -22px;
    height: calc(100% + 44px);
}

.profile__bonus-img {
    display: flex;
    align-items: center;
}

@media (max-width: 1100px) {
    .profile__bonus-item::before {
        height: 1px;
        width: calc(100% + 47px);
        top: auto;
        left: -23px;
        bottom: 0;
    }
    .profile__bonus-title {
        margin-bottom: 30px;
        margin-top: 17px;
    }
}

@media (max-width: 437px) {
    .profile__bonus .profile__bonus-program .profile__bonus-images {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px 5px;
    }
    .profile__bonus .profile__bonus-program .profile__bonus-images .profile__bonus-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.category__inner .bread-crumbs {
    margin-top: 100px;
    padding-top: 0;
}

.category__items {
    display: block;
}

.pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    width: 100%;
}

.pagination-wrapper .mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination {
    margin: auto!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}

.pagination .page-item {
    margin-left: 8px;
    margin-right: 8px;
    list-style-type: none;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination-wrapper .mobile-buttons .btn__prev-page,
.pagination-wrapper .mobile-buttons .btn__next-page {
    display: block!important;
    font-size: 14px;
    width: 150px;
    height: 50px;
    line-height: 50px;
}

.pagination-wrapper .btn__next-page {
    display: block!important;
    width: 300px;
    height: 60px;
    padding: 0;
    background-color: #020211!important;
    border: 0!important;
    border-radius: 70px;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    color: white;
}

.prev,
.next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.mobile-buttons>a {
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper .desktop {
        display: inline-block;
    }
}

.pagination-wrapper .desktop {
    display: none;
}

.pagination .page-item.active .page-link {
    color: #020211;
    font-weight: 700;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
    border: 0;
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    height: 32px;
    width: 32px;
    font-size: 20px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
    border: 0;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
    border: 0;
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    height: 32px;
    width: 32px;
    font-size: 20px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.pagination-wrapper .btn__next-page {
    display: block!important;
    width: 300px;
    height: 60px;
    padding: 0;
    background-color: #020211!important;
    border: 0!important;
    border-radius: 70px;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
}

.prev,
.next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


a {
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper .desktop {
        display: inline-block;
    }
}

.pagination-wrapper .desktop {
    display: none;
}

.pagination .active {
    width: 32px;
    border-radius: 50%;
    background: none !important;
    color: #fff;
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .pagination-wrapper .mobile-buttons {
        display: none;
    }
}

.pagination-wrapper .btn__prev-page {
    display: block!important;
    width: 300px;
    height: 60px;
    padding: 0;
    background-color: #fff!important;
    border: 1px solid #2b2b2b!important;
    border-radius: 70px;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
}

.pagination>.active>span:hover {
    background: none !important;
}

.pagination .page-item:hover .page-link {
    font-weight: 700;
}

@media only screen and (max-width: 480px) {
    .account__bonuses .grid-container {
        margin-bottom: 24px;
    }
    .account__bonuses .grid-container .item2 {
        grid-column: 1/span 2;
        grid-row: 1;
        border-bottom: none;
        padding-bottom: 16px;
    }
    .account__bonuses .grid-container .item2,
    .account__bonuses .grid-container .item3,
    .account__bonuses .grid-container .item4,
    .account__bonuses .grid-container .item5 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%;
    }
    .account__bonuses .grid-container .item3 {
        grid-column: 3/span 4;
        grid-row: 1;
        border-bottom: none;
    }
    .account__bonuses .grid-container .item4 {
        grid-column: 1/span 4;
        grid-row: 2;
        border-bottom: none;
        padding-bottom: 7px;
    }
    .account__bonuses .grid-container .item5 {
        grid-column: 1/span 4;
        grid-row: 3;
        padding-bottom: 16px;
    }
    .account__bonuses .grid-container .item2 span,
    .account__bonuses .grid-container .item3 span,
    .account__bonuses .grid-container .item4 span,
    .account__bonuses .grid-container .item5 span {
        display: block;
        height: auto;
    }
    .account__bonuses .grid-container .item1 {
        display: none;
    }
}

@media only screen and (max-width: 741px) {
    .account__bonuses .grid-container {
        display: grid;
    }
}

@media (max-width: 767px) {
    .pagination-wrapper .btn__next-page,
    .pagination-wrapper .btn__prev-page {
        display: none!important;
    }
}
.js-add-to-basket-click {
    cursor: pointer;
}

.checkout-new .payment-tab__item .order-delivery__time-item .payment-info {
    font-size: 14px;
    line-height: 24px;
    color: #8693a2;
    margin-left: 50px;
    font-weight: 400;
}

.checkout-new .payment-tab__item .order-delivery__time-item .checkbox {
    margin-bottom: 5px;
}

.checkout-new .payment-tab__item .order-delivery__time-item {
    margin-bottom: 20px;
}

/* Promo */
.promo .container {
    margin: 0 auto;
}

.promo__title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 50px;
}

.promo__title-wrap .promo__title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #2b2b2b;
}

.promo__title-wrap a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 148%;
    color: #2b2b2b;
}

.promo__items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
    margin-bottom: 100px;
}

.promo__item {
    aspect-ratio: 1 / 1;
    position: relative;
    padding: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.promo__item p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 148%;
    margin-bottom: 16px;
    color: #fff;
}

.promo__item h4 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 120%;
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 20px;
    margin-bottom: 16px;
}
.promo__item .button {
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 2000px 0 rgba(255, 255, 255, 0.6);
    padding: 13px 61px 14px 61px;
    background: #fff;
    border-radius: 25px;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 148%;
    color: #2b2b2b;
    text-align: center;
    transition: 0.5s;
    justify-content: center;
    display: inline-block;
}

.promo__item .button:hover {
    background: #2b2b2b;
    color: #fff;
}

@media (max-width: 1024px) {
    .promo__items {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 767px) {
    .promo__title-wrap {
        display: block;
    }
    .promo__title-wrap .promo__title {
        margin-bottom: 16px;
    }
    .promo__items {
        grid-template-columns: 1fr;
    }
}

.buy-parts {
    flex-grow: 1;
}

.buy-parts .buy-parts__inner a {
    color: #59aee4;
}

.card-promocode {
    width: 271px;
    height: 90px;
    position: relative;
    margin-top: 32px
}

@media only screen and (min-width: 1280px) {
    .card-promocode {
        width: 368px;
        height: 90px
    }
}

.card-promocode img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-promocode .card-promocode__info {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 32px 20px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__info {
        padding: 15px 48px 15px 24px
    }
}

.card-promocode .card-promocode__info .left {
    max-width: 118px
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__info .left {
        max-width: 140px
    }
}

.card-promocode .card-promocode__info .left .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 123%;
    color: #141414;
    margin-bottom: 0
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__info .left .price {
        font-size: 18px
    }
}

.card-promocode .card-promocode__info .left .date {
    font-size: 11px;
    line-height: 120%;
    color: #141414;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__info .left .date {
        font-size: 12px
    }
}

.card-promocode .card-promocode__info .right {
    max-width: 90px;
    margin-right: 2px
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__info .right {
        max-width: 95px;
        margin-right: 10px
    }
}

.card-promocode .card-promocode__info .right .code {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 120%;
    color: #141414;
    text-align: center;
    font-weight: 400
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__info .right .code {
        font-size: 12px
    }
}

.card-promocode .card-promocode__info .right .code span {
    font-weight: 700;
    display: block;
    margin-top: 2px
}

.card-promocode .card-promocode__info .right .confirm {
    font-weight: 700;
    font-size: 12px;
    line-height: 145%;
    text-align: center;
    color: #8d4086;
    margin-top: 6px;
    background: none;
    border: none
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__info .right .confirm {
        font-size: 14px;
        margin-top: 10px
    }
}

.card-promocode .card-promocode__success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -8px
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__success {
        margin-left: -18px
    }
}

.card-promocode .card-promocode__success svg {
    display: block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    min-width: 20px
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__success svg {
        margin-right: 12px;
        width: 24px;
        height: 24px;
        min-width: 24px
    }
}

.card-promocode .card-promocode__success svg .code {
    font-weight: 400;
    font-size: 11px;
    line-height: 130%;
    color: #071a33;
    max-width: 62px
}

@media only screen and (min-width: 1280px) {
    .card-promocode .card-promocode__success svg .code {
        font-size: 12px;
        max-width: 68px
    }
}


.bucket .social-contract {
    margin-top: 8px;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .bucket .social-contract {
        margin-top: 12px;
        font-size: 13px;
    }
}

.card-item__price .discount {
    font-weight: 600;
    font-size: 12px;
    line-height: .7;
    color: #00865e;
}

.product__slider {
    position: relative;
}

.tenge {
    font-family: sans-serif!important;
}

.order-banner-picture {
    display: none;
}

.order-banner-picture.order-banner-picture--active {
    display: block;
}

.order-banner {
    width: 100%;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .order-banner {
        margin-bottom: 18px;
    }
}

.order-banner-detail {
    width: 100%;
    margin-bottom: 28px;
}
