
body {
	background-attachment: fixed;
	background-size: cover;

}

#pagetitle {
	margin-bottom: 35px;
}

h1, h2, h3, h4, h5 {}



.bx-wrapper {}

/*region HEADER*/


/*region Logo*/


/*endregion*/

/*region included Phone*/


@media (max-width: 991px) {}

/*endregion*/

/*region included Worktime*/




/*endregion*/

/*endregion*/


/*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*/


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


/*endregion*/

.bx-sidebar-block {}


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