.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--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;
}

@font-face {
	font-weight: 400;
	font-family: "Montserrat";
	font-style: normal;
	src: url("fonts/montserrat/Montserrat-Regular.ttf");
	font-display: swap;
}
@font-face {
	font-weight: 500;
	font-family: "Montserrat";
	font-style: normal;
	src: url("fonts/montserrat/Montserrat-Medium.ttf");
	font-display: swap;
}
@font-face {
	font-weight: 600;
	font-family: "Montserrat";
	font-style: normal;
	src: url("fonts/montserrat/Montserrat-SemiBold.ttf");
	font-display: swap;
}
@font-face {
	font-weight: 700;
	font-family: "Montserrat";
	font-style: normal;
	src: url("fonts/montserrat/Montserrat-Bold.ttf");
	font-display: swap;
}

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

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-weight: 700;
}

a {
    text-decoration: none;
}
button {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

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

.bx-content {
    margin: 50px 0;
}

.bx-wrapper { }

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

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

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

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		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: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	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);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}


.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.header {
	position: fixed;
	z-index: 15;
	background: #fff;
	width: 100%;
	transition: top 0.3s;
	top: 0;
	box-shadow: 0 4px 8px 0 rgba(33, 37, 41, 0.08);
}
.header.transform {
	top: -70px;
	transition: top 0.3s;
}
@media (max-width: 1199px) {
	.header.transform {
		top: 0;
	}
}
.header.transform .menu {
	top: 175px;
	height: calc(100vh - 100px);
}
@media (max-width: 1199px) {
	.header.transform .menu {
		top: 73px;
	}
}
.header.transform.top {
	top: 0;
}
.header.transform.top .menu {
	top: 170px;
}
@media (max-width: 1199px) {
	.header.transform.top .menu {
		top: 73px;
	}
}
@media (max-width: 720px) {
	.header.open-menu .header__top {
		transform: translateX(0);
	}
	.header.open-menu .header__main {
		box-shadow: none;
	}
}
.header__top {
    height: 70px;
    background-color: #000000;
    padding: 0;
    display: flex;
    align-items: center;
}
.header__top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__top .header__actions.mobile {
	display: none;
}
@media (max-width: 720px) {

}
@media (max-width: 1199px) {
	.header__top {
		display: none;
	}
}
@media (max-width: 720px) {
}
.header__actions-mobile {
	display: none;
}
@media (max-width: 1199px) {
	.header__actions-mobile {
		display: flex;
		gap: 16px;
	}
}
.header .shadow {
	display: none;
}
.header .hamburger {
	display: none;
}
@media (max-width: 1199px) {
	.header .hamburger {
		display: block;
	}
}
.header .hamburger svg {
	width: 24px;
	height: 24px;
	margin-bottom: -5px;
}
.header__nav {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header__nav .header__nav-link-catalog {
	display: none;
}
@media (max-width: 1420px) {
	.header__nav {
		gap: 13px;
	}
}
@media (max-width: 720px) {
	.header__nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding-bottom: 17px;
		border-bottom: 1px solid #e9ecef;
		width: 100%;
		margin-bottom: 17px;
	}
	.header__nav .header__nav-link-catalog {
		display: flex;
		align-items: center;
		font: 500 18px/130% "Golos Text", sans-serif;
		color: #212529;
		gap: 16px;
	}
	.header__nav .header__nav-link-catalog svg {
		width: 16px;
		height: 16px;
	}
}

.header__info {
	display: flex;
	align-items: center;
	gap: 16px;
}
.header__info a {
    color: #fff;
    font-size: 20px;
}
.header__info a:hover {
    color: #aaa;
}
.header__info a.call_order {
    padding-left: 10px;
    border-left: 1px solid #777;
}

@media (max-width: 720px) {
	.header__info {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		padding-bottom: 75px;
	}
    .header__info a {
        color: #212529;
    }
}
.header__contact {
	font: 400 14px/130% "Golos Text", sans-serif;
	letter-spacing: -0.02em;
	color: #6c757d;
}
@media (max-width: 720px) {
	.header__contact {
		order: 1;
	}
}
.header__contact.tel {
	display: flex;
	align-items: center;
	gap: 7px;
}
@media (max-width: 720px) {
	.header__contact.tel {
		order: 3;
	}
}
.header__contact.tel svg {
	width: 16px;
	height: 16px;
}
.header__city {
	display: flex;
	align-items: center;
	gap: 7px;
	font: 400 14px/130% "Golos Text", sans-serif;
	letter-spacing: -0.02em;
	color: #6c757d;
	cursor: pointer;
}
@media (max-width: 720px) {
	.header__city {
		order: 2;
	}
}
.header__city svg {
	width: 16px;
	height: 16px;
}
.header__action-search.active svg:nth-child(1) {
	display: none;
}
.header__action-search.active svg:nth-child(2) {
	display: block;
}
.header__action-search svg:nth-child(2) {
	display: none;
}
.header__main {
	padding: 27px 0;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(33, 37, 41, 0.08);
	z-index: 11;
}
@media (max-width: 1199px) {
	.header__main {
		padding: 11px 0;
		z-index: 11;
		background: #fff;
		box-shadow: 0 4px 8px 0 rgba(33, 37, 41, 0.08);
	}
}
.header__main .hamburger {
	display: none !important;
}
.header__main .hamburger svg:nth-child(2) {
	display: none;
}
@media (max-width: 1199px) {
	.header__main .hamburger {
		display: block !important;
	}
}
@media (max-width: 1199px) {
	.header__main .hamburger.active svg:nth-child(1) {
		display: none;
	}
	.header__main .hamburger.active svg:nth-child(2) {
		display: block;
	}
}
.header__main .container {
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
	gap: 32px;
}
@media (max-width: 1199px) {
	.header__main .container {
		justify-content: space-between;
		align-items: center;
		gap: 0;
	}
}
.header__main svg {
	width: 24px;
	height: 24px;
}
.header .logo {
	margin-right: 0;
}

@media (max-width: 1199px) {
	.header .logo {
		margin-right: 0;
	}
}
@media (max-width: 720px) {
	.header .logo {
		margin-right: 0;
	}
}
.header .logo img {
	max-width: 250px;
	width: 250px;
	height: 50px;
}
@media (max-width: 720px) {
}
.header__catalog-btn {
	background: #db0812 !important;
	display: flex;
	align-items: center;
	color: #fff !important;
	gap: 12px;
	padding: 12px 24px;
}
@media (max-width: 1199px) {
	.header__catalog-btn {
		display: none;
	}
}
.header__search {
	display: flex;
	align-items: center;
	border: 1px solid #e9ecef;
	width: 690px;
	padding-right: 15px;
	height: 48px;
    box-sizing: content-box;
}
.header__search.mobile {
	display: none;
}

@media (max-width: 1199px) {
	.header__search {
		position: absolute;
		top: 73px;
		height: auto;
		background: #fff;
		padding: 0;
		border: none;
		left: 0;
		width: 100%;
		padding: 24px;
		transform: translateY(-200%);
		transition: all 0.3s;
		z-index: 11;
		padding: 0 !important;
	}
	.header__search input {
		display: none;
	}
	.header__search svg {
		display: none;
	}
	.header__search.mobile {
		display: flex;
		flex-direction: column;
		padding: 24px !important;
	}
	.header__search.mobile .container {
		width: 720px;
		position: relative;
	}
	.header__search.mobile input {
		display: block;
	}
	.header__search.mobile svg {
		display: block;
	}
	.header__search.mobile svg {
		width: 16px;
		height: 16px;
		background: #fff;
	}
	.header__search.active {
		transform: translateY(0%);
	}
	.header__search button {
		position: absolute;
		right: 5px;
		top: 0px;
		width: 40px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 720px) {
	.header__search {
		padding: 8px;
		top: 60px;
		z-index: 77;
	}
	.header__search.mobile {
		padding: 8px !important;
	}
	.header__search.mobile .container {
		width: 100%;
		padding: 0;
	}
	.header__search svg {
		right: 24px;
	}
}
.header__search input {
	border: none;
	outline: none;
	width: 100%;
	appearance: none;
	padding: 15px;
	font: 400 14px/130% "Golos Text", sans-serif;
	letter-spacing: -0.02em;
}

@media (max-width: 1199px) {
	.header__search input {
		border: 1px solid #e9ecef;
		padding-right: 50px;
	}
}
.header__actions {
	display: flex;
	gap: 30px;
	transition: all 0.3s;
}
@media (max-width: 1199px) {
	.header__actions {
		display: none;
	}
}
.header__actions.mobile .cart-btn {
	display: flex !important;
}
.header__actions.fixed {
	display: none;
}
@media (max-width: 1199px) {
	.header__actions.fixed.hide-bottom-menu {
		display: none !important;
	}

	.header__actions.fixed {
		display: flex !important;
		position: fixed;
		bottom: 0;
		z-index: 77;
		left: 0;
		backdrop-filter: blur(20px);
		background: #f8f9fa;
		width: 100%;
		justify-content: space-between;
		padding: 16px 0px;
	}
	.header__actions.fixed .container {
		display: flex;
	}
	.header__actions.fixed .container svg {
		width: 24px;
		height: 24px;
	}
	.header__actions.fixed .digit {
		left: auto !important;
		right: 9px !important;
	}
	.header__actions.fixed .header__action.mobile {
		display: flex;
	}
	.header__actions.fixed .header__action.active {
		color: #db0812;
	}
	.header__actions.fixed .header__action.active svg use {
		fill: #db0812;
	}
	.header__actions.fixed .header__action:nth-child(3) {
		display: none;
	}
	.header__actions.fixed .header__action:nth-child(4) {
		display: none;
	}
	.header__actions.fixed .container {
		justify-content: space-around;
		width: 720px;
		padding: 0;
	}
}
@media (max-width: 720px) {
	.header__actions.fixed {
		width: 100%;
		padding: 16px 24px;
	}
	.header__actions.fixed .container {
		width: 100%;
	}
	.header__actions.fixed .header__action.active {
		display: none !important;
	}
}
@media (max-width: 720px) {
	.header .btn {
		width: 100%;
	}
}
.header__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	color: #212529;
	transition: all 0.3s;
	white-space: nowrap;
	position: relative;
}
.header__action .digit {
	position: absolute;
	top: 0;
	right: 10px;
	text-align: center;
	color: #fff;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #db0812;
	border-radius: 50%;
}
@media (max-width: 720px) {
	.header__action .digit {
		right: auto;
		left: 9px;
	}
}
.header__action.srav-btn .digit {
	right: 19px;
}
.header__action.mobile {
	display: none;
}
@media (max-width: 1199px) {
	.header__action:nth-child(4) {
		display: flex !important;
	}
	.header__action:nth-child(5) {
		
	}
}
.header__action:hover {
	color: #db0812;
}
.header__action:hover use {
	fill: #db0812;
}

a.header__action[href="/sales/"] {
	color: #db0812;
}
a.header__action[href="/sales/"] use {
	fill: #db0812;
}
@media (max-width: 1199px) {
	.header__action:hover use {
		fill: #212529;
	}
}

.header__action .digit:empty {
    display: none;
}

.blur-over {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: none;
}

.blur-over.active {
	opacity: 1;  
	visibility: visible;
	display: block;
}

.menu-mobile {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999999999999;
	transform: translateX(100%);
	transition: transform 0.3s;
	display: none;
	overflow: scroll;
}



.menu-mobile.open ~ .header__actions.fixed {
	display: none !important;
}

@media (max-width: 720px) {
	.menu-mobile {
		display: block;
	}
	.header__top .header__actions.mobile {
		display: flex !important;
		flex-direction: column;
		gap: 16px;
		padding: 20px 0;
		margin: 20px 0;
		width: 100%;
        border-top: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
	}
	.header__top .header__actions.mobile svg {
		width: 24px;
		height: 24px;
	}
	.header__top .header__actions.mobile .header__action {
		flex-direction: row;
	}
	.header__action {
	    font-size: 20px;
	    color: #212529;
	}
	.header__top {
		display: block;
		position: absolute;
		top: 72px;
		background: #fff;
		overflow: auto;
		height: calc(100dvh - 0px);
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.3s;
	}
	.header__top::-webkit-scrollbar {
		display: none;
	}
	.header__top .container {
		flex-direction: column;
		align-items: flex-start;
	}
}
.menu-mobile.open {
	overflow: hidden;
	transform: translateX(0%);
}
.menu-mobile__title {
	font-size: 18px;
}
.menu-mobile__top .container {
	display: grid;
	grid-template-columns: 24px 1fr 24px;
	padding: 12px 0px 16px;
	margin: 0 8px;
	border-bottom: 1px solid #e9ecef;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-bottom: 16px;
}
.menu-mobile__top .container button {
	display: flex;
	align-items: center;
}
.menu-mobile .menu__list-wrapper {
	display: flex;
	flex-direction: column;
}
.menu-mobile .menu__list-wrapper li {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	align-items: center;
}
.menu-mobile .menu__list-wrapper li .menu__list-title {
	max-width: 70%;
	font: 400 14px/130% "Golos Text", sans-serif;
}
.menu-mobile__wrapper {
	position: relative;
}
.menu-mobile__wrapper .container {
	width: 100%;
	display: flex;
	overflow: hidden;
}
.menu-mobile__wrapper .container ul {
	min-width: 97%;
	transform: translateX(110%);
	position: absolute;
	background: #fff;
	min-height: 100vh;
	width: 97%;
	transition: transform 0.3s;
	gap: 0;
}
.menu-mobile__wrapper .container ul a {
	color: #212529;
}
.menu-mobile__wrapper .container ul:nth-child(1) {
	transform: translateX(0);
}
.menu-mobile__wrapper .container ul.active {
	transform: translateX(0);
}
.menu-mobile__wrapper .container ul li {
	padding: 5px 0;
}
.menu-mobile__wrapper .container ul li button {
	flex-grow: 1;
	text-align: right;
	height: 24px;
}
/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*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: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

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