@font-face {
	/*@import url('https://fonts.googleapis.com/css2?family=Abel&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/
	font-family: 'abel-rus';
	src: url(/assets/fonts/abel-rus.ttf);
	/*font-family: 'Abel-Regular';
	src: url(/assets/fonts/Abel-Regular.ttf);*/
}
.workarea{
	/*background: url(assets/img/uafx_home_web_hero.jpg) repeat-x top center;*/
	/*background: url(assets/img/uafx_home_web_hero.jpg) ;*/
	/*background: rgb(242,239,187);*/
	/*background: linear-gradient(347deg, rgba(242,239,187,1) 0%, rgba(236,218,102,1) 17%, rgba(242,239,187,1) 34%, rgba(236,218,102,1) 50%, rgba(242,239,187,1) 66%, rgba(236,218,102,1) 83%, rgba(242,239,187,0.9777626811594203) 100%);*/

}
.tablebodytext {
    /*display: none;*/
	z-index: 1000;
	font-size: 20px;
}
.tablebodytext a {
	color: red;
}

.bx-blue,
.bx-theme-blue {
	--primary: #1785C3;
	--primary-white: #ffffff;
	--slider-price-bar-v: #79a744;
	--theme-color-primary: #131111;
	--theme-color-second: #1785C3;
	--theme-color-light: #f0f6f8;
	--slider-ruler-out: #79a744;
	--slider-ruler-in: #6dc8e2;
	--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-uaudio,
.bx-theme-uaudio {
	--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: 'abel-rus', 'Roboto Condensed', 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
	/*font-weight: 400;*/
}

#pagetitle { margin-bottom: 35px; }


h1,h2,h3,h4,h5 {
	font-family: 'abel-rus', 'Roboto Condensed', 'Montserrat', Arial, sans-serif;;
	font-weight: normal;
	font-size: 20px;
}
a {
	color: #FFFFFF;
}

ul {
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
}

.bx-content{
	/*opacity: 0.7;*/
	/*background: url(assets/img/uafx_home_web_hero.jpg) ;*/

}

.bx-content-section,
.bx-header-section {
	max-width: 1805px;
	/*padding-bottom: 2px;*/
	/*opacity: 0.7;*/
	/*background-color: rgba(255, 255, 255, .95);*/
	/*background-color: rgba(43, 41, 41, 0.95);*/


}

.bx-wrapper {
	background: #464646;
	/*background: url(assets/img/uafx_launch_lmod.jpg);*/
	/*background:
			radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0%, #FDB931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%),
			radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
}

/*region HEADER*/
.bx-header {
	/*left: 0;
	z-index: 400;
	width: 100%;
	-webkit-transform: translateY(0) scaleY(1);
	transform: translateY(0) scaleY(1);
	transition: all .2s linear;
	background: linear-gradient(to bottom, #000000 0%,rgba(0,0,0,0) 100%);*/
	max-width: 1805px;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, #000000 0%,rgba(0,0,0,0) 100%);
	text-transform: uppercase;
	z-index: 400;
	transition: all .5s ease;
}

.bx-header-abs {
	/*position: absolute;*/
	transition: all 1s ease;
}

.bx-header-fixed {
	position: fixed;
	background: #000000;
	transition: all 1s ease;
}



.bx-header-abs-in {
	/*position: relative !important;*/
	position: fixed;
	/*background: linear-gradient(to bottom, #000000 0%,rgba(0,0,0,0) 100%);*/
	background-color: #464646;
	transition: all .5s ease;
}



.bx-header-section {
	/*background-color: rgba(78, 74, 74, 0.95);*/
}

.bx-header-logo {
	margin: 0px;
	display: inline-block;
	/*width: 30%;*/
	text-align: center;
	/*float: left;*/
	/*order: 1*/
}
.bx-header-logo a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all .2s linear;
}

.bx-header-personal { /*order: 2*/ }

.bx-header-contact { /*order: 3*/ }

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

}

.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-header-contact{
		color: #FFFFFF;
	}
	.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-width: 700;
	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-weight: 600 ; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font-weight: 600 ;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font-size: 12px;
}

.bx-worktime-schedule {
	color: #000;
	font-size: 12px;
}
.bx-footer {
	/*max-width: 1805px;*/
}
@media (max-width: 991px) {
	.bx-header-worktime {
		font-weight: 500;
	}

	/*endregion*/
	/*endregion*/
	.sidebar-block-title {
		color: #343434;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
	}

	/*region FOOTER*/
	.bx-footer {

	}

	.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: "Abel", sans-serif;*/
	}

	.sidebar li {
		font-size: 12px;
		/*font-family: "Abel", 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;
	}
}
.uad-banner {
	position: relative;
	display: block;
	width: 100%;
	height: 59px;
	/*background: url(images/bg.png) repeat-x top center;*/
	background-color: #000000;

}

.uad-banner-link {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding-top: 10px;
	width: 100%;
	height: 100%;
	color: #fff;
	vertical-align: top;
	text-align: center;
	text-shadow: 0 1px rgba(192, 22, 30, 0.95);
	/*font: 22px/29px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.uad-banner-link:hover {
	color: #fff;
	text-decoration: none;
}

.uad-banner-link span {
	display: inline-block;
	padding: 1px 10px;
	background-color: #ffdc42;
	color: #333;
	vertical-align: top;
	text-shadow: none;
	font-weight: bold;
	margin-left: 5px;
}

.uad-banner-close {
	position: absolute;
	top: 17px;
	right: 30px;
	color: #d3d3d3;
	text-decoration: none;
	font-size: 11px;
}
/*
@media (min-width: 1400px) {
	.container {
		max-width: 1464px;
	}
}*/
@media only screen and (min-width: 981px) {
	.bx-header {
		margin: 0 auto;
		padding: 18px 0;
		/*height: 250px;*/
	}
}

@media only screen and (min-width: 981px) {
	.bx-header-section {
		position: relative;
		max-width: 1464px;
		margin: auto;
		text-align: center;
		z-index: 5;
	}
}