main {
font-family: "Nobel Book" !important;
}

.hidden {
	display: none
}

.container .flex {
	display: flex
}

.container img {
	max-width: 100%
}

[hideifempty=''],
[hideifempty='0.00'],
[hideifempty='://'],
[hideifemty=''],
[hideifemty='0.00'],
[hideifemty='://'],
div[vocab] {
	display: none !important
}

:hover>.arrow {
	transform: translateX(2px)
}

.gallery-image:hover {
	opacity: 0.6;
}

.cool-zoom {}

.cool-zoom:hover {
	transform: scale(1.04);
	transition: all 0.3s ease-in-out;
	/* Добавено за плавен преход */
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: -10px;
	overflow: hidden;
	width: 100%;
}

li {
	padding: 15px 20px;
	border-bottom: 1px solid #dddddd;
	transition: background-color 0.3s, transform 0.3s;
}

li:last-child {
	border-bottom: none;
}

li:hover {
	background-color: #f1f1f1;
	transform: translateX(5px);
}

li::before {
	content: "•";
	color: #282830;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.logo {}

.logo:hover {
	opacity: 0.6;
}

.topbar-font {
font-family: "Nobel Bold" !important;
font-size: 1.05rem;
letter-spacing: 0.50pt;
}

.menu-font {
font-family: "Nobel Light" !important;
}

.title-font {
font-family: "Nobel Bold" !important;
}

.title-font-2 {
font-family: "Nobel Book" !important;
}

.managed-font {
font-family: "Nobel Light" !important;
}

.size-ebay-links {
font-size: 1.12rem;
}

.link {
	font-size: 1.25rem;
	font-weight: 500;
	color: #000000;
	padding: 4px;
}

.link:hover {
	color: #282830;
	border-bottom: 1px solid #282830;
}

.bg-f5f5f5 {
	background-color: #f5f5f5;
}

.bg-212721 {
	background-color: #212721;
}

.background-video {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 260px;
	overflow: hidden;
	background-image: url("../images/bg-video.jpg");
	background-size: cover;
}

.background-video video{
	position: relative;
	top: -300px;
	width: 100%;
}

.background-video h2{
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

@media (max-width: 1023px){
	.background-video video{
		top: 0;
	}
}

@media (max-width: 575px){
	.background-video{
		height: 247px;
	}
	.background-video h2{
		font-size: 18px;
		left: 15px;
		bottom: 5px;
	}
	.background-video video{
		display: none;
	}
}

.dark-title {
	font-family: "Nobel Bold" !important;
	font-size: 1.35rem;
	font-weight: 500;
}

.dark-title-link {
	font-size: 0.9rem;
	padding-bottom: 10px;
	border-bottom: 2px solid #dddddd;
	width: 100px;
}

.dark-title-link:hover {
	color: #002855;
}

.cool-background {
	background: linear-gradient(45deg, #b9c0c2 50%, #212721 50%);
	height: auto;
	margin: 0;
}

@media (max-width: 1023px){
	.cool-background {
		background: #b9c0c2;
		height: auto;
		margin: 0;
	}
}

@media (max-width: 575px){
	.cool-background {
		background: #b9c0c2;
		height: auto;
		margin: 0;
	}
}

.cool-background-2 {
background: linear-gradient(135deg, #a9aca1, #212721);
}

.cool-pattern {

}

.circle {
	width: 40px;
	height: 40px;
	background-color: #000000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-text-container {
	display: flex;
	align-items: center;
}
