.b-item__noty.m-white span div {
    width: fit-content;
}

.sidebarik {
    position: fixed;
    display: none;
    height: 100%;
    width: 76px;
    background-color: #F7F7F7;
    overflow: hidden;
    z-index: 101;
}

.sidebarik {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sidebar__item {
    padding: 0;
    margin-bottom: 0;
    height: auto !important;
}

.sidebar__item-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    /* identical to box height, or 182% */

    letter-spacing: -0.01em;

    /* Dark_grey */
    
    color: #1e1d1b80;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    -webkit-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}

.sidebar__item-link:hover {
    color: var(--main-color);
}

.sidebar__item-link:hover svg {
    fill: var(--main-color);
    stroke: var(--main-color);
}

.sidebar__item-link svg {
    fill: #1e1d1b80;
    width: 24px;
    height: 24px;
    -webkit-transition: fill 0.1s ease-out;
    transition: fill 0.1s ease-out;
}

.sidebar__item-link.current {
    color: var(--main-color);
}

.sidebar__item-link.current svg {
    fill: var(--main-color);
    stroke: var(--main-color);
}

.sidebar__item-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}

.sidebar__item-logo > svg {
    fill: none;
    stroke: #BDBDBD;
}

.sidebar__item-name {
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}

.sidebar__slider-button {
    display: none;
}

@media (max-width: 1023px) {
    .sidebarik {
        justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
        padding: 0 25px;
        -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
    }

    .sidebar__item {
        width: auto;
    }

    .sidebar__wrapper.swiper-wrapper {
        width: auto;
    }

    .sidebar__item-link {
        padding: 8px 10px 0px 10px;
    }

    .sidebar__slider-button {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        width: 25px;
        height: 100%;
        background-color: #F7F7F7;
        z-index: 1;
    }

    .sidebar__slider-button.sidebar__slider-button--next {
        right: 0;
    }

    .sidebar__slider-button.sidebar__slider-button--prev {
        left: 0;
    }

    .sidebar__slider-button.swiper-button-disabled {
        display: none;
    }

    .sidebar__slider-button-icon {
        width: 12px;
        height: 15px;
        fill: none;
        stroke: #808080;
    }
}

@media (max-width: 767px) {
    .sidebar {
        height: 65px;
    }

    .sidebar__item-link {
        padding-top: 0;
    }

    .sidebar__item-name {
        font-size: 11px;
        line-height: 17px;
    }

    .sidebar__item-logo {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .sidebar__item-logo > svg {
        width: 16px;
        height: 16px;
    }
}

@-webkit-keyframes showHeader {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
}

@media (max-width: 767px) {
    .sidebarik {
        height: 60px;
    }

    .sidebar__item-link {
        padding-top: 0;
    }

    .sidebar__item-name {
        font-size: 11px;
        line-height: 17px;
    }

    .sidebar__item-logo {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .sidebar__item-logo > svg {
        width: 16px;
        height: 16px;
    }
}

.sidebar__wrapper {
    margin-top: 5px;
}

.sidebar__item {
    margin-right: 5px;
}

.phone_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-head .content-wrapper .top-panel .phone .phone_number {
    font-size: 14px;
}

.callback_coloring {
    color: #337AB7;
    cursor: pointer;
    stroke: #337AB7 !important;
}

.callback2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    /* identical to box height */


    /* Gray.visited */

    color: #01af01 !important;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.phones_call {
}

.main-head .content-wrapper .top-panel .phone {
    padding-top: 5px;
    align-items: center;
}

@media (max-width: 426px) {
    .callback2 {
        display: none;
    }

}

.b24-widget-button-position-bottom-right {
    right: 5px;
    bottom: 75px !Important;
}

.main-head .content-wrapper .top-panel {
    padding: 4px 0 4px;
}

body .cbk-phone {
    z-index: 99 !important;
}

.reset-styles .b-item__add {
    padding-left: 5px !important;
}

.mobile_hidden_footer {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.desktop_hidden{
    display: none;
}
.site_footer .menu > .item{
    margin-right: 0!important;
}
.site_footer .menu > .item:first-child {
    max-width: initial!important;
}
.callback3{
    color: #01af01;
    font-size: 15px;
    font-weight: 800;
}
.footer_block {
    display: grid;
    grid-template:
            'footer_block_item1 footer_block_item2 footer_block_item3 footer_block_item4 footer_block_item5'
            'footer_block_item6 footer_block_item7 footer_block_item7 footer_block_item8 footer_block_item9';
    grid-gap: 2px;
}
.footer_block_item1 {
    grid-area: footer_block_item1;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #999999; */
    width: 175px;
}
.footer_block_item2 {
    grid-area: footer_block_item2;
    padding-bottom: 30px;
    width: 132px;
}
.footer_block_item3 {
    grid-area: footer_block_item3;
    padding-bottom: 30px;
    width: 149px;
}
.footer_block_item4 {
    grid-area: footer_block_item4;
    padding-bottom: 30px;
    width: 149px;
}
.footer_block_item5 {
    grid-area: footer_block_item5;
    padding-bottom: 30px;
    width: 149px;
}
.footer_block_item6 {
    grid-area: footer_block_item6;
    padding-top: 30px;
    width: 190px;
}
.footer_block_item7 {
    grid-area: footer_block_item7;
    padding-top: 30px;
    width: 369px;
}
.footer_block_item8 {
    grid-area: footer_block_item8;
    padding-top: 30px;
    width: 190px;
}
.footer_block_item9 {
    grid-area: footer_block_item9;
    padding-top: 30px;
    width: 172px;
}
.footer_block h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 20px;
}
.footer_block_pay,
.footer_block_social {
    display: flex;
    justify-content: space-between;
}
.footer_block_social{
    width: 150px;
}
.footer_small {
    color: var(--unnamed, #DBDBDB);
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 9px;
}
.footer_block_pl_10 {
    padding-left: 10px;
}
.footer_block_pl_5 {
    padding-left: 5px;
}
.footer_email_item {
    width: 369px;
}
#footer_subscribe {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.footer_email_field {
    border-radius: 2px;
    border: 2px solid var(--green-ps, #00913D);
    display: flex;
    width: 100%;
    height: 40px;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
}
.footer_email_but {
    position: absolute;
    right: 16px;
    top: 4px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    height: 32px;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: var(--grey, #C4C4C4);
}
.footer_block h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 20px;
}
.buyers_menu .footer_link a {
    font-family: "Montserrat", sans-serif;
}

.buyers_menu .footer_link {
    margin: 30px 0 0 0 ;
}
@media screen and (max-width: 768px){
    .footer_block {
        grid-template:
                'footer_block_item1 footer_block_item7 footer_block_item7'
                'footer_block_item8 footer_block_item2 footer_block_item3'
                'footer_block_item9 footer_block_item2 footer_block_item3'
                'footer_block_item6 footer_block_item4 footer_block_item5'
                '. footer_block_item4 footer_block_item5';
    }
    .footer_block_item1 {
        grid-area: footer_block_item1;
        width: 175px;
        padding: 0;
        border: none;
    }
    .footer_block_item2 {
        grid-area: footer_block_item2;
        padding-top: 0;
        width: 132px;
        border: none;
        margin: 0 auto;
    }
    .footer_block_item3 {
        grid-area: footer_block_item3;
        padding-top: 0;
        width: 149px;
        border: none;
        margin: 0 auto;
    }
    .footer_block_item4 {
        grid-area: footer_block_item4;
        padding-bottom: 30px;
        width: 149px;
        border: none;
        margin: 0 auto;
    }
    .footer_block_item5 {
        grid-area: footer_block_item5;
        padding-bottom: 30px;
        width: 149px;
        border: none;
        margin: 0 auto;
    }
    .footer_block_item6 {
        grid-area: footer_block_item6;
        padding-top: 30px;
        width: 190px;
        border: none;
    }
    .footer_block_item7 {
        grid-area: footer_block_item7;
        padding: 0;
        width: 369px;
        margin: 0 auto;
    }
    .footer_block_item8 {
        grid-area: footer_block_item8;
        padding-top: 30px;
        width: 190px;
    }
    .footer_block_item9 {
        grid-area: footer_block_item9;
        padding-top: 30px;
        width: 172px;
    }
    .footer_block h3 {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 480px){
    .mobile_hidden_footer {
        display: none!important;
        margin-top: 10px;
    }
    .desktop_hidden{
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .footer_block_app_item{
        padding: 5px 0;
    }
    .logo_wrapper{
        display: none;
    }
    .site_footer .menu{
        margin-left: 0;
    }
    .footer_menu .dropdown__footer-btn {
        pointer-events: all;
    }
    .footer_block_pay{
        width: 150px;
    }
    .footer_block h3 {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .phones_call{
        padding: 10px 0;
    }
    .callback3{
        color: #01af01;
    }
    .footer_block {
        grid-template:
                'footer_block_item1'
                'footer_block_item2'
                'footer_block_item3'
                'footer_block_item4'
                'footer_block_item5'
                'footer_block_item8'
                'footer_block_item9'
                'footer_block_item6'
                'footer_block_item7';
    }
    .footer_block_item1 {
        grid-area: footer_block_item1;
        width: 100%;
        padding-bottom: 10px;
        border: none;
        margin: 0 auto;
    }
    .footer_block_item2 {
        grid-area: footer_block_item2;
        padding: 10px 0;
        width: 100%;
        border: none;
        margin: 0 auto;
    }
    .footer_block_item3 {
        grid-area: footer_block_item3;
        padding: 10px 0;
        width: 100%;
        border: none;
        margin: 0 auto;
        border-top: 1px solid #C4C4C4;
    }
    .footer_block_item4 {
        grid-area: footer_block_item4;
        padding: 10px 0;
        width: 100%;
        border: none;
        margin: 0 auto;
        border-top: 1px solid #C4C4C4;
    }
    .footer_block_item5 {
        grid-area: footer_block_item5;
        padding: 10px 0;
        width: 100%;
        border: none;
        margin: 0 auto;
        border-top: 1px solid #C4C4C4;
    }
    .footer_block_item6 {
        grid-area: footer_block_item6;
        padding: 10px 0;
        width: 100%;
        border: none;
        margin: 0 auto;
        border-top: 1px solid #C4C4C4;
    }
    .footer_block_item7 {
        grid-area: footer_block_item7;
        padding-top: 10px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 60px;
        border-top: 1px solid #C4C4C4;
    }
    .footer_block_item8 {
        grid-area: footer_block_item8;
        padding: 10px 0;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #C4C4C4;
    }
    .footer_block_item9 {
        grid-area: footer_block_item9;
        padding: 10px 0;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #C4C4C4;
    }
}

.swiper {
    opacity: 1;
}

.bootbox-accept {
    display: none !Important;
}

.hidden {
    display: none !Important;
}

@media (max-width: 1279px) {
    .reset-styles .b-filter__footer {
        position: fixed;
        z-index: 10;
        bottom: 50px;
        left: 0;
        width: 100vw;
        padding: 10px 20px 20px;
        margin: 0;
        background-color: white;
    }
}

.reset-styles .b-item__noty.m-white span {
    box-shadow: none !important;
}

.custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    padding: 0px;
    max-width: 640px;
    height: 350px;
    background-color: white;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: none;
    z-index: 1000;
}

.custom-popup-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.custom-popup-image {
    width: 50%;
    background-image: url('../images/300-400.png');
    background-size: cover;
    background-position: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.custom-popup-text {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.custom-popup-text h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.custom-popup-text p {
    font-size: 14px;
    color: #777;
    margin: 0 0 20px 0;
}

.custom-popup-form {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-popup-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}

.custom-popup-form button {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-popup-form button img.custom-popup-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 2px; /* Смещение для иконки */
}

.custom-popup-form button:hover {
    background-color: #218838;
}

.custom-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}

.custom-popup-close:hover {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .custom-popup {
        width: 70%;
        height: auto;
        max-width: 90%;
        padding: 0;
    }

    .custom-popup-content {
        flex-direction: column;
    }

    .custom-popup-image {
        width: 100%;
        height: 200px;
        border-radius: 8px 8px 0 0;
    }

    .custom-popup-text {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .custom-popup-form {
        width: 100%;
    }

    .custom-popup-close {
        top: 5px;
        right: 5px;
        font-size: 20px;
    }
}

.reset-styles .b-product-promo__body:after {
    top: 69px !important;
    left: 229px !important;

}

.reset-styles .b-product-promo__body{
    top: -91px !important;
    left: -1% !important;
}

/* Popup container */
.popup-sale {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}

/* Popup content */
.popup-sale-content {
    position: relative;
    width: 320px;
    height: 369px;
    background-image: url('../images/popup/popupSale.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

/* Close button */
.popup-sale-close-btn {
    position: absolute;
    top: -3px;
    right: 10px;
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
}

/* Text styles */
.popup-sale-content h1 {
    color: #009B33;
    font-weight: 700;
    font-size: 40px;
    margin-top: 12px;
}

.popup-sale-content p {
    color: #000;
    font-weight: 500;
    font-size: 21px;
    margin-top: 5px;
}

.simple-modal {
    background-color: rgba(82, 85, 90, 0.4);
}

.simple-modal__content {
    border-radius: 0
}

#successAddedToCart .simple-modal__content {
    max-width: 400px;
}

.b-colors__wrap .swiper-slide {
    cursor: pointer;
}

.b-products-slider__container .reset-styles .b-item:hover {
    box-shadow: none !important;
}

.b-products-slider__container .reset-styles .b-item__detail {
    display: none !important;
}

.swiper-slide .b-item {
    display: flex;
    margin-bottom: 0;
    height: 100%;
}

.swiper-slide .b-item .b-item__detail {
    height: auto;
}

.b-item .swiper-pagination {
    position: static;
    display: flex;
    width: 100%;
    height: 2px;
    background-color: inherit;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.b-item .swiper-pagination-bullet {
    position: relative;
    flex: 1 1 auto;
    height: 100%;
    background-color: inherit;
    height: 100%;
    top: 0;
}
.b-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    pointer-events: none;
}
.b-item .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #c4c4c4;
}
.b-item .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #00913d;
}
@media (any-hover: hover){
    .b-item:hover .swiper-pagination {
        opacity: 1;
        visibility: visible;
    }
}
.reset-styles .b-colors .swiper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.reset-styles .b-colors .swiper-slide {
    min-width: 62px;
}

.reset-styles .b-colors .swiper-button-next,
.reset-styles .b-colors .swiper-button-prev {
    width: 20px;
}

.b-item-popup__controls {
    margin-top: 1.2rem;
}