.button-ui {
    border-radius: 8px;
    -o-animation-name: button-ui-init;
    -moz-animation-name: button-ui-init;
    -webkit-animation-name: button-ui-init;
    animation-name: button-ui-init;
    -o-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 40px;
    line-height: 38px;
    min-width: 138px;
    padding: 0;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.buy-btn {
    width: calc(100% - 40px - 8px);
    font-weight: normal;
}
.buy-btn:before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    /*margin-right: 5px;*/
}
.button-ui_href:hover, .button-ui_href:focus {
    color: #fff;
    outline: none;
}
.button-ui_brand {
    min-width: 160px !important;
    color: #fff;
    background: linear-gradient(to top, #db3727, #f04231);
    border: 1px solid transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #db3727;
    border-bottom-color: #f04231;
}
.button-ui_brand.button-ui_passive:hover, .button-ui_brand.button-ui_passive-done:hover, .button-ui_brand.left-filters__button:hover, .bought-btn:hover {
    background-image: linear-gradient(to bottom, #ff6150, #d72817);
    box-shadow:inset 0 -2px 0 0 rgba(0,0,0,0.2);
    border-top-color: #db3727;
    border-bottom-color: #db3727;
}
.button-ui_passive-done {
    border: 1px solid #ff6150;
    color: #ff6150;
    background: #fff;
    font-weight: normal;
    box-shadow: none;
}
/*.button-ui_brand.button-ui_passive-done:hover {
    color: #fff;
}*/
.bought-btn.button-ui_passive-done:hover {
    color: #fff;
}
.catalog-product .button-ui.button-ui_passive {
    background: #fff;
    color: #333;
    border: 1px solid #d9d9d9;
}
.catalog-product:hover .buy-btn, .catalog-product:hover .bought-btn {
    background-image: linear-gradient(to bottom, #ff6150, #d72817);
    border-left: none;
    border-right: none;
    border-top-color: #db3727;
    border-bottom-color: #db3727;
    color: #fff !important;
}
.button-ui_transparent {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
}
.button-ui_transparent:hover {
    background: #f7f7f7;
}
.button-ui_green {
    color: #fff;
    background-color: #5b0;
}
.button-ui_green:hover {
    background-color: #77c933;
    color: #fff;
}
.button-ui_white:hover {
    background-image: linear-gradient(to bottom, #ff6150, #d72817);
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.2);
    color: #fff;
    border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #db3727;
    border-bottom-color: #db3727;
}
.button-ui_white {
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
}
.wishlist-btn {
    min-width: 40px;
    color: #8c8c8c;
    background: #fff;
    border: 1px solid #d9d9d9;
}
.wishlist-btn:before {
    content: "\f004";
    font-family: "Font Awesome 6 Pro";
}
.button-ui_done {
    background: #fff;
    border: 1px solid #ff6150;
    box-shadow: none;
    color: #ff6150;
}
.buy-btn {
    color: #8c8c8c;
}
.product-buy_one-line .button-ui {
    margin-left: 4px;
}
.product-buy .button-ui {
    height: 44px;
    line-height: 42px;
    min-width: 44px;
    padding: 0 10px;
    width: auto;
    font-weight: normal !important;
}
.bought-btn::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
}
.product-card-top__buy .bought-btn {
    min-width: 160px !important;
}
.product-card-top__buy .bought-btn::before {
    content: "В корзине";
    font-family: inherit;
}
.button-ui.processing-ui {
    opacity: .7;
}
.button-ui.processing-ui::before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f00c" !important;
}


.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-transparent {
    border: none;
    background: transparent;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    background-color: #ff000a;
    background-image: linear-gradient(to bottom, #ff000a, #c10209);
    background-repeat: repeat-x;
    border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #c10209;
    background-position: 0 -15px;
    border: none;
}
.btn-transition {
    transition-duration: .3s;
    transition-property: background-color, color;
}
.btn-no-transition {
    transition-duration: unset;
    transition-property: unset;
}
._btn {
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    padding: 4px 10px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
._btn-remove {
    color: #db3727;
    background-color: #fbebe9;
}
._btn-remove:hover {
    color: #f55f50;
    background-color: #fff0f0;
}
._btn-info {
    color: #157ee1;
    background: rgba(21,126,225,.08);
}
._btn-info:hover {
    color: #2d95f7;
    background-color: rgba(53, 146, 234, 0.08);
}
.cart_button {
    margin: 20px 15px 16px 20px;
    width: 174px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 42px;
    transition-duration: .3s;
    transition-property: background-color;
}
.buy_cart {
    background-image: linear-gradient(to top, #db3727, #f04231);
    border: 1px solid transparent;
    border-top-color: #db3727;
    border-bottom-color: #f04231;
}

.buy_cart:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #ff6150, #d72817);
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.2);
    border-top-color: #db3727;
    border-bottom-color: #db3727;
}
.buy-button {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    /*font-size: 18px;*/
    display: inline-block;
    padding: 18px;
}
.btn-disabled {
    opacity: .5;
    cursor: pointer;
}
.view_cart:hover {
    background-color: #4A90E2;
    color: #fff;
}
.view_cart {
    background-color: #157EE1;
}
.checkout_cart {
    background-color: #5b0;
}
.checkout_cart:hover {
    background-color: #77c933;
    color: #fff;
}
.remove_cart {
    background-color: #eee;
    color: #8a8a8a;
}
.remove_cart:hover {
    background-color: #e4e4e4;
    color: #8a8a8a;
}

.apply-button {
    height: 64px;
    width: 302px;
}
/*------------------------labels--------------------*/
.phone-confirm-label_wrapper {
    position: absolute;
    z-index: 3;
    right: 50px;
    top: 21px;
}
.phone-confirm-label-warning, .phone-confirm-label-success {
    display: inline-block;
    font-size: 18px;
}
.phone-confirm-label-warning i {
    color: #d60f15;
}
.phone-confirm-label-success i {
    color: #54bb21;
}
/*------------------------Authorization--------------------*/
.AuthorizationNavigation {
    font-size: 15px;
    margin: 30px 0 30px 0;
    border-bottom: 1px solid #f0f0f0;
}
.modal-header .AuthorizationNavigation {
    margin: 30px 0 0 0;
}
.AuthorizationNavigation__link {
    width: 49%;
    display: inline-block;
    padding-bottom: 12px;
    color: #8c8c8c;
}
.link__active {
    border-bottom: 2px solid #2787f5;
    /*color: #2787f5;*/
    /*border-bottom: 2px solid #4e4e4e;*/
    color: #4e4e4e;
}
/*----------loading animation-----------------*/
.preloader-buy-btn,.preloader-toggle,.preloader-line {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    color: #0000!important;
    cursor: default;
    pointer-events: none;
    user-select: none
}

.preloader-buy-btn:before,.preloader-toggle:before,.preloader-line:before {
    content: ""!important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    background: #fff;
    -webkit-box-shadow: 6px 0 12px 4px #fff,-6px 0 12px 4px #fff;
    -moz-box-shadow: 6px 0 12px 4px #fff,-6px 0 12px 4px #fff;
    box-shadow: 6px 0 12px 4px #fff,-6px 0 12px 4px #fff;
    -webkit-animation: reflect-first 2s linear infinite;
    animation: reflect-first 2s infinite;
    animation-timing-function: linear
}

@keyframes reflect-first {
    0% {
        left: 0
    }

    50% {
        left: 60%
    }

    to {
        left: 110%
    }
}

.preloader-buy-btn:after,.preloader-toggle:after,.preloader-line:after {
    content: ""!important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10%;
    background: #fff;
    -webkit-box-shadow: 6px 0 12px 4px #fff,-6px 0 12px 4px #fff;
    -moz-box-shadow: 6px 0 12px 4px #fff,-6px 0 12px 4px #fff;
    box-shadow: 6px 0 12px 4px #fff,-6px 0 12px 4px #fff;
    -webkit-animation: reflect-second 2s linear infinite;
    animation: reflect-second 2s infinite;
    animation-timing-function: linear
}
.preloader-theme__dark {
    background: #242424;
}
.preloader-theme__dark:after {
    background: #3e3e3e;
    -webkit-box-shadow: 6px 0 12px 4px #3e3e3e,-6px 0 12px 4px #3e3e3e;
    -moz-box-shadow: 6px 0 12px 4px #3e3e3e,-6px 0 12px 4px #3e3e3e;
    box-shadow: 6px 0 12px 4px #3e3e3e,-6px 0 12px 4px #3e3e3e;
}
.preloader-theme__dark:before {
    background: #3e3e3e;
    -webkit-box-shadow: 6px 0 12px 4px #3e3e3e,-6px 0 12px 4px #3e3e3e;
    -moz-box-shadow: 6px 0 12px 4px #3e3e3e,-6px 0 12px 4px #3e3e3e;
    box-shadow: 6px 0 12px 4px #3e3e3e,-6px 0 12px 4px #3e3e3e;
}
@keyframes reflect-second {
    0% {
        left: -40%
    }

    to {
        left: 0
    }
}

.preloader-buy-btn *,.preloader-toggle *,.preloader-line * {
    visibility: hidden;
    transition: none
}
/*.Button {
    font-family: inherit;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    color: #000000de;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #0000;
    border-radius: 8px;
    outline: 0;
    background: #0000;
}*/
.button-ui.Button_color_gray {
    color: #000;
    background-color: #efeff3;
}
.button-ui.Button_color_gray:hover {
    background-color: #0810211a;
}
.button-ui.Button_color_green {
    color: #fff;
    background-color: #36b555;
}
.button-ui.Button_color_green:hover {
    background-color: #5bc274;
}
.Button_size_m {
    line-height: 34px;
    height: 36px
}
.Button_size_l {
    line-height: 42px;
    height: 44px
}
.Button_size_xl {
    height: 52px
}
.Button_size_xxl {
    height: 58px
}
.Button_width_full {
    width: 100%;
}
.Button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.btn-marketplace {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #e5e7e8;
    padding: 7px;
    margin-bottom: 10px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);*/
}
.btn-marketplace:hover {
    border-color: #f4f5f6;
    -webkit-box-shadow: 0 6px 12px 0 #ededed;
    box-shadow: 0 6px 12px 0 #ededed;
}
.btn-marketplace:hover .\+Wdolk {
    color: #1c2126;
}
.btn-marketplace .btn-marketplace__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 40px;
    height: 36px;
}
.btn-marketplace__logo img {
    width: 40px;
    height: auto;
}
.btn-marketplace .btn-marketplace__title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    color: #4e4e4e;
}
.btn-marketplace__half .btn-marketplace__title {
    width: 90px;
}
.\+Wdolk {
    fill: currentColor;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
    color: #93999e;
    margin-left: auto;
}
/*=====================RESPONSIVE========================*/
@media only screen and (max-width: 991px) {
    .product-buy .button-ui_brand {
        min-width: auto !important;
    }
}