.aparat-img {
	background: url(../images/aparat-fikstur.jpg) 50% 50% no-repeat;
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.kalip-img {
	background: url(../images/kalip.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.kontrol-img {
	background: url(../images/kontrol-ekipmanlari.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.makina-img {
	background: url(../images/makina.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.yedek-img {
	background: url(../images/yedek-parca.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	position: relative;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

/* LANG MENU START */
.header-misc {
	margin-bottom: 10px;
}
.lang-menu {
	float: right;
	position: relative;
	transition: margin 0.4s ease, padding 0.4s ease;
	padding: 1px 28px 1px 4px;
	border: 1px solid #333;
	z-index: 999;
	margin-top: 32px;
}

.lang-menu::after {
	font-family: 'linea-icons';
	content: '\e200';
	position: absolute;
	right: 5px;
	top: 0;
	font-weight: 600;
	speak: none;
}

#header.sticky-header:not(.static-sticky) .lang-menu {
	margin-top: calc((var(--sticky-header-height) - 32px) / 2);
	margin-bottom: calc((var(--sticky-header-height) - 32px) / 2);
}

.selected-lang {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90px;
	height: 24px;
}

.selected-lang::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../images/tr.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.selected-lang.tr::before {
	background-image: url('../images/tr.png') !important;
}

.selected-lang.en::before {
	background-image: url('../images/en.png') !important;
}

.selected-lang.ge::before {
	background-image: url('../images/ge.png') !important;
}

.selected-lang.fr::before {
	background-image: url('../images/fr.png') !important;
}

.selected-lang.ar::before {
	background-image: url('../images/ar.png') !important;
}

.lang-menu ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #f8f8f8;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
}

.lang-menu:hover ul {
	display: block;
}

.lang-menu ul li {
	display: flex;
	justify-content: space-between;
}

.lang-menu ul li a {
	width: 140px;
	display: block;
	padding: 5px 10px;
}

.lang-menu ul li a:hover {
	background-color: #f2f2f2;
}

.lang-menu ul li a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url('../images/tr.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.lang-menu ul li a.tr::before {
	background-image: url('../images/tr.png');
}
.lang-menu ul li a.ge::before {
	background-image: url('../images/ge.png');
}
.lang-menu ul li a.en::before {
	background-image: url('../images/en.png');
}
.lang-menu ul li a.fr::before {
	background-image: url('../images/fr.png');
}

.lang-menu ul li a.ar::before {
	background-image: url('../images/ar.png');
}

.lang-menu.mobile {
	display: none;
}

@media (max-width: 768px) {
	.lang-menu {
		display: none;
	}

	.lang-menu.mobile {
		display: block;
		position: absolute;
		top: -7px;
		right: 80px;
		float: none;
	}
}
/* LANG MENU END */
