.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.vote-link {
    display: block;
    background: rgba(4, 165, 4, 1);
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border: 2px solid rgba(4, 165, 4, 1);
    text-decoration: none;
    text-align: center;
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { 
	order: 1;
}

.bx-header-logo img { 
}

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 100px !important;
	border-bottom: none;	
	padding: 0 0 !important;
}

.bx-logo-block img {
	max-height: 90px !important;
	width: auto;
	
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 90px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 100px !important;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

.bx-header-vote {
	margin-top: 10px;
	display: inline-block;
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}



/* update 08.02.24 */

.bx-logo-block { height: auto !important; margin: 2em 0; }
    
    .bx-blue, .bx-theme-blue {
        --theme-b-link: #446188;
    }
    
    h1, h2, h3, h4, h5 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
    }

    .bx-header-worktime {
        margin-left: 5%;
    }
    
    .bx-worktime-schedule p {
        font-size: 14px;
        margin-bottom: 0;
        white-space: nowrap;
    }

    #pagetitle { text-transform: uppercase; letter-spacing: 1px; }
    
    .bx-breadcrumb-item-link { text-decoration: none; }
    .bx-breadcrumb-item-angle { margin: 0 15px; }
    
    .product-item {
        font-family: 'Roboto Condensed', sans-serif;
    }
    
    .bx-nav-1-lvl-link-text {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 19px;
        font-weight: normal;
        text-transform: none;
    }
    
    .catalog-section-list-item-title,
    .product-item-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 17px;
        overflow: visible;
        text-align: left;
        white-space: normal;
    }
    
    .catalog-section-list-item-title {
        font-size: 19px;
    }
    
    .product-item-small-card {
        border: 1px solid #eee;
        margin: 0 0 -1px -1px;
    }
    
    .product-item-price-container {
        margin: 1em 0;
        text-align: left;
    }
    
    .product-item-price-current {
        font-size: 21px;
    }
    
    .b24-form-click-btn-wrapper.--b24-mod-center>button {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.4;
        margin: 0;
    }
    
    .sidebar-info h3,
    .sidebar-info h4 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        text-transform: none;
        font-size: 17px;
    }
    .sidebar-info h3 { font-size: 21px; margin-bottom: 1em }
    .sidebar-info h4 a { text-decoration: none; }
    
    .sidebar-info > div > div { margin-bottom: 1em; }
    .sidebar-info > div > div:last-child { margin-bottom: 0; }
    .sidebar-icon { height: 36px; margin-right: .5em; width: 36px; }
    
    
    .sidebar .bx-searchtitle .input-group {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
    }
    .input-group>:not(:first-child):not(.dropdown-menu) { margin-left: 5px; }
    
    .bx-header-contact > div { align-items: center; margin-left: 2em; }
    
    .basket-line-block-icon-cart:after {
        background-size: contain;
    }
    .basket-line-block { padding-left: 35px; }
    
    .bx-rating { display: none; }
    
    footer {
        color: #999;
        font-size: 14px;
    }
    footer a {
        color: #ccc;
        text-decoration: none;
    }
    footer h4 { font-weight: normal; }
    footer .nav { margin-left: -15px; }
    footer .nav a:hover {
        background-color: transparent;
        opacity: .7;
    }
    
    footer .bx-up a { color: #fff; text-decoration: none; }
    
    .bx-logo-block img { max-width: 230px; }
    
    .bx-footer-logo { display: block; max-width: 150px; margin-bottom: 2em; }
    .bx-footer-logo img { max-width: 100%; }
    
    .btn-subscribe,
    .btn-subscribe:hover {
        background: #446188;
        font-size: 14px;
        text-transform: none;
    }
    
    .btn-subscribe:before {
        background-color: #0d6efd;
    }
    
    .bx-nav-bars { border-top-width: 2px; border-bottom-width: 2px; }
    .bx-nav-bars:after { height: 2px; }

    .bx_catalog_tile .bx_catalog_tile_ul {
        display: flex;
        justify-content: space-between;
    }
    .bx_catalog_tile .bx_catalog_tile_ul li {
        float: none;
        padding: 0;
        width: 32%;
    }
    .bx_catalog_tile .bx_catalog_tile_img {
        border: none;
        border-radius: 5px;
        height: 0;
        overflow: visible;
        padding-top: 75%;
        width: auto;
    }
    .bx_catalog_tile .bx_catalog_tile_title { display: none; }

    .bx-pagination { margin: 25px 0; }
    
    .bx-pagination .bx-pagination-container ul li.bx-pag-all span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-next span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-next a span { border: none; font-size: 14px; }
    
    .bx-pagination .bx-pagination-container ul li.bx-active span { font-weight: bold; }
    
    .bx-pagination .bx-pagination-container ul li span {
        background: none;
        border-radius: 4px;
        height: auto;
        font-size: 17px;
        line-height: 1;
        min-width: 1em;
        padding: .45em 0.55em;
    }

    @media (max-width: 767px) {
        .bx-header-logo {
            background-color: #446188;
            height: 55px !important;
            padding: 5px 5px 5px 50px;
        }
        .bx-logo-block {
            align-items: center;
            margin: 0;
            height: 100% !important;
            max-height: 100% !important;
        }
        .bx-logo-block img {
            height: auto !important;
            max-height: 100% !important;
            width: 100%;
        }
        .bx-header-contact > div {
            justify-content: space-between;
            margin-left: 0;
        }
        .bx-header-worktime { display: none; }
        .bx-header-phone-number { color: #fff; }
        .bx-header-section > div:first-child { background: #446188 }
        .bx-header-phone-icon { display: none; }
        
        .bx-header-contact > div { justify-content: flex-end; }
        .bx-breadcrumb-item-text { font-size: 12px; }
        
        .bx_catalog_tile .bx_catalog_tile_ul { flex-wrap: wrap; }
        .bx_catalog_tile .bx_catalog_tile_ul li { width: 100%; }
    }

.cookie-note {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: rgba(40, 40, 40, .9);
    z-index: 1000000000;
    color: #fff;
}
.cookie-note.show {
    display: block;
}
.cookie-note__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-note__text {
    width: calc(100% - 200px);
}
.cookie-note__accept {
    background: #fff;
    width: 180px;
    height: 46px;
    line-height: 46px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    color: #042b54;
}

@media (max-width: 991.98px) {

    .cookie-note__wrapper {
        display: block;
    }
    .cookie-note__text {
        width: 100%;
        line-height: 130%;
    }
    .cookie-note__accept {
        margin-top: 14px;
        margin-right: 0;
    }

}