/* Header */
.site-header {
	position: fixed;
	z-index: 999;
	float: left;
	width: 100%;
	left: 0;
	background: var(--light);
	content-visibility: visible !important;
}
header.active {
	position: fixed;
	transform: translateY(0);
	transition: all .7s ease,top .7s ease;
}
.header-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-branding {
	padding-left: 100px;
}
#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 auto;
	border: unset;
	background-color: transparent;
}
#dd-collapse-menu {
	padding: 0;
	margin-right: 40px;
}
#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu > li:not(:first-child){
	margin-left: 60px;
}
#primary-menu .menu-item a,
#footer-menu li a {
	font-size: 15px;
	line-height: 19.5px;
	letter-spacing: 0.1em;
	color: #36362C;
	text-transform: uppercase;
}
html[lang="en-US"] #primary-menu .menu-item a,
html[lang="en-US"] #footer-menu li a,
html[lang="sr-RS"] #primary-menu .menu-item a,
html[lang="sr-RS"] #footer-menu li a {
	font-family: "Fahkwang", sans-serif;
	font-weight: 500;
}
html[lang="ru-RU"] #primary-menu .menu-item a,
html[lang="ru-RU"] #footer-menu li a {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 13px;
}
#primary-menu li.menu-item-has-children a {
	margin-right: 18px;
}
#primary-menu li.menu-item-has-children a {
	position: relative;
}
#primary-menu .menu-item-has-children > a:before {
	content: url(/wp-content/uploads/2025/02/arrow.svg);
	position: absolute;
	right: -20px;
	top: -1px;
	height: 24px;
}
#primary-menu ul .menu-item-has-children > a:before {
	right: -10px;
}
li.wpml-ls-slot-3 {
	display: flex;
	height: 19.5px;
}
li.wpml-ls-slot-3 ul.sub-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}
#primary-menu .menu-item a:hover,
#footer-menu li a:hover {
	color: #847F78;
}
#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}  
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: #ececec solid 1px;
	-webkit-box-shadow: 8px 12px 43px #00000016;
	box-shadow: 8px 12px 43px #00000016;
	list-style: unset;
	padding: 20px 0;
	z-index: 999;
	background-color: var(--light);
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 20px;
	margin-bottom: 13px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}
a.header-phone {
	height: 89px;
	width: 309px;
	background-color:  var(--txt);
	color: var(--light);
	font-size: 15px;
	line-height: 19px;
}
a.header-phone:hover {
	background-color: #504C45;
	color: var(--light);
}
.header-phone .phone-icon {
	filter: brightness(0) saturate(100%) invert(96%) sepia(18%) saturate(271%) hue-rotate(347deg) brightness(108%) contrast(83%);
}

/* Footer */
.site-footer {
	margin-top: -2px;
}
.footer-wrap {
	background-color: var(--bckg);
	position: relative;
	padding-top: 120px;
	padding-bottom: 90px;
}
.footer-wrap:after {
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2025/01/footer_blog_leva_linija.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	bottom: 0;
	left: 0;
	width: 37%;
	height: 416px;
	max-height: 100%;
}
.footer-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 9;
}
.img-wrap {
	margin-bottom: 45px;
}
#footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
#footer-menu li {
	padding: 0 20px;
	text-align: center;
}
.menu-footer-menu-container,
.menu-footer-en-menu-container,
.menu-footer-ru-menu-container {
	margin-bottom: 50px;
}
.footer-social-wrap {
	display: flex;
}
.social-circle {
	padding-left: 5px;
	padding-right: 5px;
}
.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--txt);
	border-radius: 50%;
	width: 59px;
	height: 59px;
}
.social-link:hover {
	opacity: .5;
}
.social-link i {
	color: var(--txt);
	font-size: 18px;
}
.site-info {
	float: left;
	width: 100%;
	background-color: #171711;
	padding: 15px 0;
}
.site-info-text p {
	color: #CBB69D;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 18.75px;
	letter-spacing: 0.03em;
}
.on-scroll-button {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}
li#menu-item-545 ul,
li#menu-item-546 ul,
li#menu-item-3610 ul,
li#menu-item-3613 ul,
li#menu-item-3620 ul,
li#menu-item-3973 ul{
	max-height: 300px;
	max-width: 400px;
	overflow-y: auto;
	box-sizing: content-box;
}
/* width */
li#menu-item-545 ::-webkit-scrollbar,
li#menu-item-546 ::-webkit-scrollbar,
li#menu-item-3610 ::-webkit-scrollbar,
li#menu-item-3613 ::-webkit-scrollbar,
li#menu-item-3620 ::-webkit-scrollbar,
li#menu-item-3973 ::-webkit-scrollbar {
	width: 4px;
}
/* Track */
li#menu-item-545 ::-webkit-scrollbar-track,
li#menu-item-546 ::-webkit-scrollbar-track,
li#menu-item-3610 ::-webkit-scrollbar-track,
li#menu-item-3613 ::-webkit-scrollbar-track,
li#menu-item-3620 ::-webkit-scrollbar-track,
li#menu-item-3973 ::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
/* Handle */
li#menu-item-545 ::-webkit-scrollbar-thumb,
li#menu-item-546 ::-webkit-scrollbar-thumb,
li#menu-item-3610 ::-webkit-scrollbar-thumb,
li#menu-item-3613 ::-webkit-scrollbar-thumb,
li#menu-item-3620 ::-webkit-scrollbar-thumb,
li#menu-item-3973 ::-webkit-scrollbar-thumb {
	background: #bdb2a4;
}
/* Handle on hover */
li#menu-item-545 ::-webkit-scrollbar-thumb:hover,
li#menu-item-546 ::-webkit-scrollbar-thumb:hover,
li#menu-item-3610 ::-webkit-scrollbar-thumb:hover,
li#menu-item-3613 ::-webkit-scrollbar-thumb:hover,
li#menu-item-3620 ::-webkit-scrollbar-thumb:hover,
li#menu-item-3973 ::-webkit-scrollbar-thumb:hover {
	background: #a89c8c; 
}
/* English and Russian */
@media screen and (max-width: 1750px) {
	html[lang="en-US"] .site-branding,
	html[lang="ru-RU"]  .site-branding {
		padding-left: 20px;
	}
	html[lang="en-US"] .site-branding img,
	html[lang="ru-RU"]  .site-branding img {
		width: 230px;
	}
	html[lang="en-US"] #primary-menu .menu-item a,
	html[lang="ru-RU"]  #primary-menu .menu-item a {
		font-size: 13px;
	}
	html[lang="en-US"] #primary-menu > li:not(:first-child),
	html[lang="ru-RU"] #primary-menu > li:not(:first-child) {
		margin-left: 45px;
	}
	html[lang="en-US"] a.header-phone,
	html[lang="ru-RU"] a.header-phone {
		height: 79px;
		width: 240px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1650px) {
	.site-branding {
		padding-left: 40px;
	}
	.site-branding img {
		max-width: 200px;
	}
	#dd-collapse-menu {
		margin-right: 30px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 40px;
	}
	a.header-phone {
		height: 79px;
		width: 250px;
		font-size: 14px;
	}
	.header-content {
		height: 78px;
	}
	#primary-menu .menu-item a {
		font-size: 13px;
	}
	.footer-wrap {
		padding-top: 95px;
	}
	html[lang="ru-RU"] #primary-menu .menu-item a, html[lang="ru-RU"] #footer-menu li a {
		font-size: 11px;
	}
	#footer-menu li a {
		font-size: 13px;
	}
}
/* English and Russian */
@media screen and (max-width: 1500px) {
	html[lang="en-US"] .site-branding,
	html[lang="ru-RU"]  .site-branding {
		padding-left: 15px;
	}
	html[lang="en-US"] .site-branding img,
	html[lang="ru-RU"]  .site-branding img {
		width: 187px;
	}	
	html[lang="en-US"] #dd-collapse-menu,
	html[lang="ru-RU"] #dd-collapse-menu{
		margin-right: 20px;
	}
	html[lang="en-US"] a.header-phone,
	html[lang="ru-RU"] a.header-phone {
		width: 216px;
		font-size: 13px;
	}
	html[lang="en-US"] a.header-phone,
	html[lang="ru-RU"] a.header-phone,
	html[lang="en-US"] .header-content,
	html[lang="ru-RU"] .header-content {
		height: 74px;
	}
	#primary-menu > li:not(:first-child),
	html[lang="en-US"] #primary-menu > li:not(:first-child),
	html[lang="ru-RU"] #primary-menu > li:not(:first-child) {
		margin-left: 33px;
	}
	html[lang="en-US"] #primary-menu .menu-item a,
	html[lang="ru-RU"]  #primary-menu .menu-item a {
		font-size: 11.5px;
	}
}
@media screen and (min-width: 1102px) and (max-width: 1270px) {
	.site-branding img {
		max-width: 162px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 28px;
	}
	a.header-phone {
		height: 69px;
		width: 210px;
		font-size: 13px;
	}
	.header-content {
		height: 68px;
	}
	#dd-collapse-menu {
		margin-right: 20px;
	}
	#primary-menu .menu-item a {
		font-size: 12px;
	}
	.site-branding {
		padding-left: 15px;
	}
	#primary-menu .menu-item-has-children > a:before {
		top: 0px;
	}
	html[lang="en-US"] a.header-phone,
	html[lang="ru-RU"] a.header-phone {
		width: 190px;
		font-size: 11px;
	}
	html[lang="en-US"] a.header-phone,
	html[lang="ru-RU"] a.header-phone,
	html[lang="en-US"] .header-content,
	html[lang="ru-RU"] .header-content {
		height: 70px;
	}
	html[lang="en-US"] #primary-menu > li:not(:first-child), html[lang="ru-RU"] #primary-menu > li:not(:first-child) {
		margin-left: 26px;
	}
	html[lang="en-US"] #primary-menu .menu-item a,
	html[lang="ru-RU"]  #primary-menu .menu-item a {
		font-size: 11px;
	}
}  

@media screen and (min-width: 1102px) {
	.menu-item-has-children .sub-menu .sub-menu {
		top: 35px;
		left: 90%;
		min-width: 350px;
	}
} 
@media screen and (max-width: 1101px) {
	.header-content,
	html[lang="en-US"] .header-content,
	html[lang="ru-RU"] .header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		height: auto;
	}
	.site-branding,
	html[lang="en-US"] .site-branding,
	html[lang="ru-RU"] .site-branding {
		z-index: 2;
		padding: 6px 0 5px 40px;
		height: 60px;
	}
	.site-branding img,
	html[lang="en-US"] .site-branding img,
	html[lang="ru-RU"] .site-branding img {
		max-width: 194px;
	}
	.navbar-header {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-around;
		padding: 15px 0;
	}
	#site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
		background-color: unset;
	}
	.navbar-header button .icon-bar{
		background-color: var(--txt)!important;
		width: 39px;
		border-radius: unset;
	}
	.navbar-header button.navbar-toggle .icon-bar:first-of-type {
		transform: rotate(45deg);
		top: 11px;
		position: relative;
		transition: .3s ease;
	}
	.navbar-header button.navbar-toggle .icon-bar:nth-of-type(2) {
		display: none;
		transition: .3s ease;
	}
	.navbar-header button.navbar-toggle .icon-bar:last-of-type {
		transform: rotate(-45deg);
		top: -5px;
		bottom: 0;
		position: relative;
		transition: .3s ease;
	}
	.navbar-header button.navbar-toggle.collapsed .icon-bar {
		transform: none;
		top: unset;
		display: block;
		transition: .3s ease;
	}
	.navbar-toggle {
		display: block;
	}
	#dd-collapse-menu {
		width: 100%;
	}
	.dd-navigation .collapse {
		display: none!important;
	}
	.dd-navigation .collapse.in {
		display: block!important;
	}
	#site-navigation {
		position: static;
		margin: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: unset;
	}
	#primary-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 22px 0 23px 40px;
		align-items: unset;
	}
	#primary-menu > li.menu-item,
	html[lang="en-US"] #primary-menu > li,
	html[lang="ru-RU"] #primary-menu > li{
		margin: 0 0 11px 0;
	}
	html[lang="en-US"] #primary-menu > li:not(:first-child),
	html[lang="ru-RU"] #primary-menu > li:not(:first-child) {
		margin-left: 0;
	}
	#primary-menu .menu-item a {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 0;
	}
	#primary-menu .menu-chevron {
		position: absolute;
		top: 0;
		right: 0;
		height: 24px;
		width: 24px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#primary-menu .menu-item-has-children {
		position: relative;
	}
	#primary-menu .menu-item-has-children a:before {
		content: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		position: static;
		border: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		margin-left: 10px;
	}
	a.header-phone,
	html[lang="en-US"] a.header-phone,
	html[lang="ru-RU"] a.header-phone {
		height: 60px;
		width: 236px;
	}
	.header-btn-wrap {
		position: absolute;
		right: 61px;
		top: 0;
	}
	#dd-collapse-menu {
		border: unset;
		margin-right: 0;
	}
	.footer-wrap:after {
		height: 185px;
	}
	html[lang="ru-RU"] #primary-menu .menu-item a, html[lang="ru-RU"] #footer-menu li a {
		font-size: 12px;
	}
	li.wpml-ls-slot-3 {
		display: block;
		height: 29px;
	}
	li.wpml-ls-slot-3 ul.sub-menu {
		padding-top: 0;
	}
	li#menu-item-545 ul,
	li#menu-item-546 ul,
	li#menu-item-3610 ul,
	li#menu-item-3613 ul,
	li#menu-item-3620 ul,
	li#menu-item-3973 ul {
		max-width: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu a {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.footer-wrap:after {
		display: none;
	}
	.footer-wrap {
		padding-top: 75px;
		padding-bottom: 70px;
	}
	.img-wrap {
		margin-bottom: 25px;
	}
	.footer-inner-wrap img {
		max-width: 240px;
	}
	#footer-menu {
		flex-direction: column;
		text-align: center;
	}
	#footer-menu li {
		padding: 7px 0;
	}

	#footer-menu li a {
		font-size: 15px;
	}
	.menu-footer-menu-container,
	.menu-footer-en-menu-container,
	.menu-footer-ru-menu-container {
		margin-bottom: 33px;
	}
}
@media screen and (max-width: 600px) {
	.site-branding {
		padding-left: 30px;
	}
	.site-branding img {
		max-width: 182px;
	}
	.header-btn-wrap {
		display: none;
	}
	#primary-menu {
		padding-left: 30px;
	}
	.site-info-text p {
		font-size: 14px;
	}
	.all-btns-scroll-holder {
		display: flex;
		align-items: center;
		height: 51px;
	}
	.floater-cta {
		height: 100%;
		width: calc(100% - 51px);
	}
	.floater-phone {
		width: 51px;
		height: 100%;
		background-color: var(--txt);
	}
	.floater-phone img {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(211deg) brightness(102%) contrast(102%);
	}
}