:root {
	--color-main: rgb(0, 207, 198);
	--primary: var(--color-main) !important;
	--bs-btn-bg:  var(--color-main) !important;
}

.t-body #allrecords a,  a {
	color: var(--color-main);
	text-decoration: none;
}

.content .btn-primary, .btn-primary{
	background-color: var(--color-main);
	border-color: var(--color-main);
	color: #fff !important;
}
.content .btn-primary:hover, .btn-primary:hover{
	background-color: var(--color-main);
	border-color: var(--color-main);
	color: #fff !important;
}
.content .btn-link, .btn-link{
	color: var(--color-main);
}
.content .btn-link:hover, .btn-link:hover{
	color: var(--color-main);
}


/* header */
header{
	font-size: 16px;
	font-family: 'Roboto', Arial, sans-serif;
	border-bottom: 1px solid #d8d8d8;
	box-shadow: 0px 2px 2px #d8d8d8;
	padding: 10px 0;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 100;
}
ul.header-menu{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0 20px;
	margin: 0 auto;
}
.header-menu li {
	list-style: none;
}
.t-body #allrecords header a, header a{
	color: inherit;
	font-weight: 300;
}
.t-body #allrecords header a.logo, header a.logo{
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
}
.phone-icon{
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image:url('/images/tild6465-3035-4430-b532-376464336564__phone.svg');
	background-color: #ffffff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-color: transparent;
	border-style: solid;
	text-decoration: none;
}
.header-phone{
	white-space: nowrap;
}
ul.header-contacts-icons{
	width: 100%;
	max-width: 160px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 10px;
	margin: 0;
	list-style: none;
}
.header-callback-button{
	background-color: var(--color-blue);
	color: var(--color-white);
	width: 100%;
	min-width: 150px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	font-family: var(--font-style-Lakes);
	font-weight: 600;
	font-size: var(--font-size-cap);
}
.header-callback-button:hover{
	background-color: #003CD7;
}
header .row>div, .header-phone{
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-contacts{
	justify-content: right;
}
#mobile-menu{
	display: none;
	padding-bottom: 20px;
}
#mobile-menu li {
	list-style: none;
	margin: 15px 0 15px 5px;
}
#mobile-menu.active{
	display: block;
}
@media (max-width: 768px) {
	header{
		padding: 5px 0;
	}
	header .container{
		max-width: 100%;
	}
}

/* footer */
footer{
	font-size: 14px;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 60px 0;
	background-color: #292929;
	color: #fff;
	line-height: 24px;
}
.t-body #allrecords footer a, footer a{
	color: #fff;
	font-weight: 300;
	line-height: 24px;
}
.t-body #allrecords footer a:hover, footer a:hover{
	color: var(--color-main);
}
.t-body #allrecords footer a.logo, footer a.logo{
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
}
#allrecords footer ul.header-contacts-icons, footer ul.header-contacts-icons{
	padding: 5px 0;
	justify-content: space-between;
	max-width: fit-content;
	gap: 5px;
}
ul.footer-menu, #allrecords ul.footer-menu{
	padding: 0;
	margin: 0;
}
.footer-menu li {
	list-style: none;
}
.footer-header{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}
@media (max-width: 576px) {
	footer{
		text-align: center;
	}
	#allrecords footer ul.header-contacts-icons, footer ul.header-contacts-icons{
		justify-content: center;
		max-width: 100%;
	}
	footer>.container>.row>div{
		margin-bottom: 40px;
	}
}

/* catalog.element */
.product-item-scu-container-title{
	font-size: 14px;
}
.product-item-scu-item-text{
	font-size: 12px;
}
.product-item-detail-tab-link{
	font-size: 16px;
}
#allrecords .product-item-detail-tab-link.active a span{
	color: #000;
}
.product-item-detail-price-current {
	color: rgb(0, 207, 198);
}
.product-item-title{
	font-size: 20px;
}
.product-item-price-current{
	font-size: 16px;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{
	display: block !important;
	opacity: 1 !important;
}