.accordion__text.active {
    display: block !important;
    max-height: 100% !important;
}

.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: #f8f9fa;
    background-clip: padding-box;
    border: none;
    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: 3rem;
    font-family: 'Montserrat', 'sans-serif';
}

.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 (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
}

.trade-in-request .modal-fast-order {
    max-width: 566px;
    width: 100%;
}

@media (max-width: 575px) {
    .modal-fast-order {
        margin: 0;
        padding: 0 10px;
    }
}

.trade-in-request .modal-window.opened {
    width: 100%;
}

.trade-in-request .modal-window__content {
    width: 100%;
    padding: 0 14px 40px 30px;
}

.trade-in-request .one-click-wrap {
    width: 100%;
    margin: 0;
}

.trade-in-request .thanks-message {
    background-color: #f8f9fa;
    padding: 30px;
}

.trade-in-request .thanks-message__title {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .trade-in-request .thanks-message__title {
        font-size: 18px;
    }
}

.trade-in-request .btn {
    width: 100%;
}

.trade-in-request-backdrop:not(.show) {
    visibility: hidden;
}

.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: 18px;
    line-height: 20px;
}

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

.modal-body .preorder-modal__title {
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 500;
    margin-bottom: 15px;
}

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

.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: 35px;
    border-radius: 20px;
    border: none;
    padding-left: 20px;
}

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

.has--coupon {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #77176e;
    cursor: pointer;
    margin: 25px 0;
}

.order-item.order_item_delete_notification {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    grid-template-columns: 95%;
}

.order-item.order_item_delete_notification .basket-items-list-item-removed-block {
    margin-right: 25px;
}

.order-item.order_item_delete_notification .basket-items-list-item-removed-block a {
    margin-right: 15px;
    color: #77176e;
    text-decoration: none;
}

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

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

.modal-window .bucket .order-checkout {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
    box-sizing: unset;
}

.modal-window.opened .bucket .order-checkout {
    opacity: 1;
    visibility: visible;
    z-index: 12;
}

.modal-content .btn.btn-white.close {
    opacity: 1;
}

.modal-content .btn.btn-purple:hover {
    color: #ffffff;
}

.container-bucket.empty-cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 620px;
    max-height: 420px;
    height: 100vh;
    width: 100vh;
    font-size: 16px;
    line-height: 22px;
}

.bucket .order-checkout {
    left: 0;
}

button:focus {
    outline: none !important;
}

.basket-items-list-item-removed-block span {
    cursor: pointer;
}

.search--button {
    border: none;
    background: unset;
}

.confirm--block {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    max-width: 210px;
    width: 100%;
    height: 100%;
    margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
    .confirm--block {
        max-width: 329px;
    }
}

.confirm_form_message {
    color: #a5a5a5;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 20px;
    text-align: center;
}

.confirm--block .confirm_form_message {
    margin-left: auto;
    margin-right: auto;
}

.confirm-form-control {
    color: #555;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    height: 48px;
    margin-top: 8px;
    padding: 0;
    text-indent: 20px;
    border: none;
    width: 100%;
    border-radius: 40px;
}

.send_again_code {
    margin-top: 15px;
    text-align: center;
    color: #77176e;
}

.send_again_code .resend-link {
    color: #77176e;
}

.profile__tabs-link img {
    margin: 8px;
    fill: #141414;
    min-width: 24px
}

.send---code---form .plain {
    margin: 16px 0 22px;
    font-size: 14px;
    line-height: 160%;
    color: #141414;
    font-weight: 400
}

.send---code---form .confirm-form-control {
    width: 100%;
}

.send---code---form .send-code.text-center {
    text-align: center;
}

.send---code---form .modal-code__message {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #555;
    margin-top: 16px;
}

.n-ui-autocomplete {
    width: 100%;
}

.n-ui-autocomplete {
    width: 100%
}

.n-ui-autocomplete .input-floating {
    margin: 0 !important
}

.n-ui-autocomplete .z-index-popup {
    z-index: 202
}

.n-ui-autocomplete .n-ui-popup {
    pointer-events: none
}

.n-ui-autocomplete .n-ui-opened {
    pointer-events: auto
}

.n-ui-autocomplete .not-found__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 12px;
    overflow: hidden
}

.input-floating {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.input-floating:hover label {
    cursor: text;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
}

form .input-floating label {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
}

.input-floating label.label-phone-split-field {
    padding-left: 107px;
    -webkit-transition: padding-left .2s ease-in-out, font-size .2s ease-in-out, top .2s ease-in-out;
    -o-transition: padding-left .2s ease-in-out, font-size .2s ease-in-out, top .2s ease-in-out;
    transition: padding-left .2s ease-in-out, font-size .2s ease-in-out, top .2s ease-in-out
}

.input-floating label.label-phone-split-field-boot {
    color: transparent
}

.input-floating .form-control:-webkit-autofill+label,
.input-floating .form-control:placeholder-shown+label {
    color: #8693a2;
    font-size: 10px;
    line-height: 145%;
    top: 10px
}

.input-floating.active:hover label {
    color: #8693a2
}

.n-ui-autocomplete .z-index-popup {
    z-index: 100
}

.n-ui-autocomplete .n-ui-popup {
    position: absolute;
    opacity: 0;
    -webkit-transform: scaleY(.1);
    -ms-transform: scaleY(.1);
    transform: scaleY(.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -1px;
    left: 0;
    min-width: 150px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .3);
    border: 1px solid #999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.n-ui-autocomplete .n-ui-popup.n-ui-opened {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.n-ui-autocomplete .n-ui-popup ul {
    width: 100%;
    list-style: none outside none;
    padding: 0;
    margin: 0
}

.n-ui-autocomplete .n-ui-popup li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden
}

.n-ui-autocomplete .n-ui-popup li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete .n-ui-popup .n-ui-nodes {
    padding-left: 15px
}

.n-ui-autocomplete .n-ui-popup .n-ui-node {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
    background-color: #f8f8f8
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li:hover {
    background-color: #f6e3f7
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li.n-ui-selected {
    background-color: #f2d7f4
}

.n-ui-autocomplete .n-ui-popup .n-ui-node>li.n-ui-selected:hover {
    background-color: #efcff1
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>li,
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>li {
    padding-left: 30px;
    cursor: pointer
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>li a,
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>li a {
    padding-left: 0
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened .n-ui-toogle,
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-toogle {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 8px center
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened>.n-ui-toogle {
    background-image: url(/acp/img/svg/minus.svg)
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed>.n-ui-toogle {
    background-image: url(/acp/img/svg/plus.svg)
}

.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-nodes {
    display: none
}

.n-ui-autocomplete .n-ui-selected-item {
    display: inline-block;
    max-width: 300px;
    background: #6f8191;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
    margin: 0 5px 3px 0;
    cursor: default;
    color: #000
}

.n-ui-autocomplete .n-ui-selected-item .grid.table {
    display: table;
    width: auto;
    margin: 0
}

.n-ui-autocomplete .n-ui-selected-item .grid.table .col {
    display: table-cell
}

.n-ui-autocomplete .n-ui-selected-item.n-ui-unknown-text {
    background: #f1c2c2
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-title {
    padding: 5px 0 5px 10px;
    cursor: default;
    max-width: 270px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-close {
    padding: 5px 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.n-ui-autocomplete .n-ui-selected-item .n-ui-close:hover {
    color: #000
}

.n-ui-autocomplete .n-ui-values {
    max-height: 250px;
    overflow-y: auto
}

.n-ui-autocomplete .n-ui-more {
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #6f8191
}

.modal-content-kenwood-preorder .preorder-modal__button {
    -webkit-box-shadow: 0 9px 13px rgba(119, 23, 110, .12);
    box-shadow: 0 9px 13px rgba(119, 23, 110, .12);
    width: 100%;
    background: #77176e;
    color: #fff;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .modal-content-kenwood-preorder .preorder-modal__button {
        margin-top: 24px;
    }
}

.modal-content-kenwood-preorder .thanks-message {
    padding: 15px 30px;
}

.promo__block {
    margin-bottom: 20px;
    margin-top: 15px;
}

.form.form-login .privacy-policy a {
    color: #77176e;
}

.form.form-login .privacy-policy {
    font-size: 10px;
    line-height: 160%;
    font-weight: 400;
    margin-top: 18px;
    text-align: center;
}

.login-block {
    margin: 0 14px 40px;
}

.login-block .title {
    text-align: center;
}

.modal-content-kenwood-preorder .form-control {
    width: 94%;
}

.modal-fast-order .modal-body .form-control {
    width: 86%;
}

.modal-content.modal--similar--products {
    width: 780px;
    background: #ffffff;
}

.modal-dialog.order-modal.similar--modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.modal-dialog.order-modal.similar--modal .buyWithThis {
    background: #f8f9fa;
    position: relative;
    width: auto;
    padding-bottom: 25px;
    padding-top: 25px;
}

.modal-content.modal--similar--products .modal-body {
    padding: 1.5em;
}

.buyWithThis__slider-wrap.similar--slider--wrap {
    padding-left: 50px;
    padding-right: 50px;
}

.similar--modal--button {
    padding-top: 1.5em;
}

.similar--modal--button button {
    background: #77176e;
    line-height: 135%;
    color: #ffffff;
}

.input-floating.preorder-modal__fullname.legal_entity {
    display: flex;
    flex-direction: inherit;
    margin: 12px 0;
}

.input-floating.preorder-modal__fullname.legal_entity label {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    padding-left: 5px;
}

@media only screen and (min-width: 768px) {
    .modal-content.modal--similar--products {
        max-width: 688px
    }
}

.modal.modal--similar.fade .modal-dialog {
    transform: translate(0, 2%);
}

@media only screen and (min-width: 1024px) {
    .modal-content.modal--similar--products {
        max-width: 972px
    }
}

@media only screen and (min-width: 768px) {
    .login-block {
        margin: 0 20px 40px 40px;
    }
}

@media only screen and (min-width: 768px) {
    .form.form-login .privacy-policy {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .send---code---form .plain {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) {
    .profile__tabs-link img {
        margin: 0 16px 0 0
    }
}

@media (max-width: 1280px) {
    .pagination {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .container-bucket.empty-cart-container {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .container-bucket.empty-cart-container {
        max-width: 520px;
        max-height: 380px;
    }
}

@media (max-width: 576px) {
    .modal--fullscreen .modal-content .close-wrapper {
        padding: 15px 0 15px 30px;
        background-color: #0d2645;
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }
    .modal--fullscreen .modal-content .close {
        margin-right: auto;
        float: none;
        top: 15px;
        left: 32px;
        opacity: 1
    }
    .modal--fullscreen .modal-content .close i {
        font-size: 20px
    }
    .container-bucket.empty-cart-container {
        max-width: 380px;
        max-height: 320px;
    }
    .pagination {
        padding-bottom: 30px;
    }
}

@media (max-width: 420px) {
    .container-bucket.empty-cart-container {
        max-width: 320px;
        max-height: 270px;
    }
}

@media (max-width: 380px) {
    .container-bucket.empty-cart-container {
        max-width: 300px;
        max-height: 250px;
    }
}

.checkout__main__personal-info__header__section-title .auth {
    font-size: 12px;
    color: #77176e;
    margin-left: 10px;
    cursor: pointer;
}

.legal_entity_input {
    width: 13px;
    height: 13px;
    margin: 0;
    cursor: pointer;
}

.legal_entity_label {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    padding-left: 7px;
    cursor: pointer;
}

.cookie-popup .btn {
    border-radius: 40px;
}

body .login-block__socials .custom-icon,
body .login-block__socials .custom-icon svg {
    width: 60px;
    height: 41px;
}

body .bucket .order-summary__promo .promocode-success__code {
    align-items: center;
}

body .card-item__labels .label-gift {
    display: block !important;
    padding: 3px 8px;
}

@media only screen and (max-width: 1024px) {
    body .card-item__labels .label-gift {
        padding: 2px 8px;
    }
}

@media only screen and (max-width: 1024px) {
    body .card-item__labels .label-gift svg {
        width: 10px;
        height: 10px;
    }
}

.preorder--form--wrap form {
    margin: 0 16px;
    padding: 20px 0
}

@media only screen and (min-width: 768px) {
    .preorder--form--wrap form {
        margin: 0 40px;
        padding: 34px 0 30px
    }
}

.modal-content-kenwood-preorder .form-control {
    font-weight: 500;
    line-height: 26px;
    text-indent: 20px;
    padding: 0;
    height: 48px;
    color: #555;
    font-size: 12px;
    margin-top: 4px;
    border: none;
    border-radius: 40px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .modal-content-kenwood-preorder .form-control {
        margin-top: 8px;
        font-size: 14px;
    }
}

.input-floating.promocode label,
.input-floating.preorder-modal__fullname.buy--comment--block label {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

body .modal-dialog.modal--cart--js {
    margin: 0;
}

body .modal-dialog.modal--cart--js.active {
    margin: 30px auto;
}

.home-advantages___col {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 24px;
}

.home-advantages___col .advantage-item__logo {
    width: 24px;
    height: 24px;
    margin-right: 18px;
}

.home-advantages___col .advantage-item__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #555;
}

.home-advantages___col .advantage-item__logo img {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .home-advantages___col .advantage-item {
        height: 32px;
    }
    .home-advantages___col .advantage-item__logo {
        width: 32px;
        height: 32px;
    }
    .home-advantages___col .advantage-item {
        height: 32px;
    }
    .home-advantages___col {
        padding: 20px 40px;
    }
}

.home-advantages___col .advantage-item {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
}

@media (min-width: 576px) {
    .home-advantages___col .advantage-item {
        flex-basis: calc((100% / 2) - 1rem);
    }
}

@media (min-width: 1024px) {
    .home-advantages___col .advantage-item {
        flex-basis: calc((100% / 3) - 2rem);
    }
}

@media only screen and (min-width: 1280px) {
    .home-advantages___col {
        padding: 20px 25px;
        margin-bottom: 40px;
        width: 1150px;
    }
}

@media only screen and (max-width: 1280px) {
    .home-advantages___col {
        padding: 20px 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .home-advantages___col {
        padding: 24px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .home-advantages___col .advantage-item {
        flex-basis: 100%;
    }
    .home-advantages___col {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        padding: 24px;
        width: max-content;
    }
    .modal-content.modal--similar--products {
        width: 400px;
    }
}

@media (max-width: 400px) {
    .modal-content.modal--similar--products {
        width: 350px;
    }
}

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

.product__card .card__button {
    flex-wrap: wrap;
    gap: 15px;
}

.btn-analog-call,
.product__card .card__button .button__preorder {
    width: calc(100% / 2 - 10px);
    font-size: 10px;
}

.product__card .card__button .button__waiting {
    opacity: 1;
    cursor: pointer;
}

.product__card .card__button .button__waiting:hover {
    background-color: #f8f9fa;
    color: #141414;
}

.btn-analog-call {
    background: #f8f9fa;
    box-shadow: 0 9px 13px rgba(0, 0, 0, .12);
    border-radius: 40px;
    border: none;
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #77176e;
    padding: 13px 14px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 9px 13px rgba(0, 0, 0, .12);
}

.control-label.preorder-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    font-weight: normal;
    margin-left: 0 !important;
    color: #141414;
}

.input-group.preorder-modal {
    padding: 0;
}

.profile__tabs-link:hover, .profile__tabs-link:active, .profile__tabs-link:focus{
    color: unset;
    text-decoration: none;
}

.promo-select-button {
    background: #f8f9fa;
    margin-top: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #555 !important;
    border: none;
    border-radius: 40px;
    max-height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

.promo-select-block {
    position: relative;
}

.promo-select-arrow {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    right: 15px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.promo-select-button option {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
}

.js-add-to-basket-click {
    cursor: pointer;
}

.modal-window__loader {
    display: none;
    opacity: 0.5;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 10000;
    background-size: 81px;
    background: black url(./../img/spinning-circles.svg) no-repeat center center;
}

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

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

.checkout-new .payment-tab__item .payment-tab__item-desc {
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.payment-tab__item-inner {
    max-width: 500px;
    display: flex;
    justify-content: space-between;
}

.payment-tab__item-icon {
    height: 20px;
}

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

.exel-list-block {
    background: #f8f9fa;
    border-radius: 12px;
    margin: 0 14px 14px;
    padding: 24px;
    width: 300px
}

@media only screen and (min-width: 768px) {
    .exel-list-block {
        margin: 0 20px 38px 40px;
        width: 350px
    }
}

.exel-list-item {
    margin-top: 20px;
}

.btn-filter-sap {
    display: block;
    padding: 0px;
    visibility: hidden;
}

.btn-filter-sap svg {
    visibility: visible;
}

@media only screen and (min-width: 1280px) {
    .report-filters-cancel {
        margin-left: 22px!important;
    }
}

.report-filters-cancel:hover {
    color: #77176e!important;
}

.report-filters-cancel:disabled, .report-filters-cancel[disabled] {
    color: #fff;
    border: none;
}

.open_exel_list_pop_up {
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #555;
}

@media only screen and (max-width: 768px) {
    .open_exel_list_pop_up {
        margin-top: 18px;
    }
}

.open_exel_list_pop_up:hover, .open_exel_list_pop_up:focus {
    color: #77176e;
    text-decoration: none;
}
