.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #ffffff;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #fff;
	--theme-b-link-hover: #eee;
	--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;
}

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

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: #000;
}

.bx-wrapper { }

/*region HEADER*/
.bx-header {
	display: flex;
	flex-direction: column;
}

.bx-header-section {
	order: 2;
}

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact {
	order: 2;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

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

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}
img {
	max-width: 100%;
}
.search-title-button {

}
.top-header {
	display: flex;
	align-items: center;
	justify-content: space-around;
	order: 1;
}
.tg-qr {
	width: 150px;
	display: block;
	margin: 0 auto;
}
.faq-item {
	border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
	border-bottom: none;
}

button.faq-question {
	width: 100%;
	padding: 15px;
	color: #ccc;
	background-color: #101010;
	border: none;
	text-align: left;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s;
}

.faq-question:hover {
	background-color: #202020;
}

.faq-answer {
	display: none;
	padding: 15px;
	background-color: #101010;
}

.faq-answer p {
	margin: 0;
}
.banks .bank-group {
	display: flex;
	border: #323232 solid 1px;
	margin: 15px;
	padding: 20px;
	align-items: center;
	gap: 15px;
}
.bank-logo {
	border-right: #323232 solid 1px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}
@media (max-width: 767px) {
	.top-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
		order: 3;
	}
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: #000;
	}
	.icons-footer {
		font-size: 14px;
	}
	.bx-footer {
		padding-bottom: 70px;
	}
	.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: #eee;
	white-space: nowrap;
	font-size: 18px;
	transition: 250ms linear all;
}
.tg-header-block a{
	display: flex;
	align-items: center;
}

.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: #eee;
	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: #eee;
	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);
	}
}

/*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 {
	padding-left: 16px;
}

.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 {
	background: linear-gradient(45deg, #07ad6e, #0000e7);
	border: navajowhite;
	min-width: 120px;
	line-height: 28px;
	border-radius: 15px;
	font-size: 16px;
	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);
	text-decoration: none;
}

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

.wd_propsorter {}
.wd_propsorter table {
	background:transparent;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
.wd_propsorter table td {background:transparent; padding:4px 4px 2px; vertical-align:bottom;}
.wd_propsorter table td.cell_name {width:55%;}
.wd_propsorter table td.cell_name:after {border-bottom:1px dotted #ccc; content:''; display:block; margin-top:-2px; position:relative;}
.wd_propsorter table td.cell_name span {
	background:transparent;
	display:inline-block;
	padding-right:8px;
	position:relative;
	z-index:1;
}
.wd_propsorter table td.cell_name span:after {content:':';}
.wd_propsorter table td.cell_value {width:45%;}
.wd_propsorter table tr.row_header td {font-weight:bold; font-size:120%;}
.wd_propsorter table tr.row_header + tr td {padding-top:10px;}
.wd_propsorter table tr.row_empty td {border-bottom:0;}
.wd_propsorter table tr.row_empty td:before {content:'\00a0\00a0'; display:block; height:1em; line-height:1em; overflow:hidden;}

.text-muted {
	color: #bbb !important;
}

.text-dark {
	color: #bbb !important;
}
.form-control {
	background-color: #ffffff29;
	color: #bbb;
}
.form-control:focus {
	background-color: #ffffff29;
	color: #fff;
}
.popup-window.popup-window-with-titlebar {
	padding: 15px;
	background: #000000bf;
	border-radius: 8px;
}
.sale-personal-section-index-block {
background-color: transparent;
}
.bx-theme-blue .catalog-compare-filter, .bx-blue.catalog-compare .catalog-compare-filter {
	display: none;
	border: 1px solid #474747;
	background: #000000;
	border-radius: 8px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	background-color: #000000;
	color: #ccc;
	border-radius: 15px;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #ffffff;
	text-decoration: none;
	background-color: #1f1f1f;
}
.catalog-compare-form th {
	color: #ccc;
}

.catalog-compare-table th, .catalog-compare-table td {
	min-width: 180px;
	font-size: 14px;
	color: #cbcbcb;
	border-color: #333;
}
body .popup-window-with-titlebar .popup-window-content {
	background: transparent!important;
}

.tradein {
	column-count: 3;
}
.tradein-block {
	padding: 3px 0;
}
.bx-pagination .bx-pagination-container ul li span {
	background-color: #000;
	color: #eee;
	border: #333 solid 1px;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
	background-color: #333;
	color: #eee;
}
.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 {
	background: #000000;
	border: 1px solid #333;
	line-height: 28px;
	padding: 0 18px;
	color: #ccc;
}
.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 {
	color: #cccccc;
	background: #131313;
	border: 1px solid #393939;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #131313;
	border: #393939 solid 1px;
	color: #cccccc;
}
.sale-order-detail-card-title {
	margin: 0;
	padding: 8px 10px;
	background-color: #000000;
	font-size: 16px;
}
.sale-order-detail-payment-options-methods-container:before {
	display: none;
}
.sale-order-detail-section-title {
	padding: 8px 15px;
	background: #171717;
	font-size: 15px;
}
.sale-order-detail-prop-name {
	color: #ddd;
	font-size: 15px;
}
.sale-order-detail-card {
	border: 1px solid #363636;
	border-radius: 5px;
}
.sale-order-detail-section-payment-image {
	display: none!important;
}
.sale-order-list-title-container {
	border: 0px solid #898989;
	background: linear-gradient(45deg, #07ad6e, #0000e7);
}
.sale-order-list-inner-container {
	border: 1px solid #333;
	border-top: none;
}
@media (max-width: 767px) {
	.tradein {
		height: 346px;
		overflow-y: auto;
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (max-width: 414px) {
	.address-block {
		text-align: center;
	}
	.tradein {
		column-count: 1;
		height: 236px;
		overflow-y: auto;
		margin: 20px 0;
		border: #404040 solid 1px;
		border-radius: 6px;
		padding: 10px;
		scrollbar-width: thin;
	}
	.bx-footer-logo img {
		width: 200px;
		margin: 0 auto;
		display: block;
	}
	.catalog-section-list-item {

		width: 100px;
	}
	.catalog-section-list-tile-list {
		justify-content: center;
	}
}