:root {
	--sys-space: 3rem;
	--bs-border-radius: 0;
	--bs-border-radius-md: var(--bs-border-radius);
	--bs-border-radius-sm: var(--bs-border-radius);
	--bs-border-radius-lg: var(--bs-border-radius);
	--bs-border-radius-xl: var(--bs-border-radius);
	--bs-border-radius-xxl: var(--bs-border-radius);
}

[data-iw="100"] {
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.mainPopup .fancybox-close-small {
	background-color: rgba(0, 0, 0, .4);
	color: #fff !important;
}

.mainPopup .fancybox-slide > *, .mainPopup .fancybox__slide > * {
	padding: 0;
}

.mainPopup .fancybox-slide .video-16x9, .mainPopup .fancybox__slide .video-16x9 {
	width: 1280px;
	height: 720px;
}

.container-16x9 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.container-16x9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

#block_ui {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background-color: rgba(0, 0, 0, .8);
	cursor: wait;
	display: flex;
	align-items: center;
	justify-content: center;
}

#block_ui.d-none {
	display: none !important;
}

.sys-loader {
	border: 20px solid #f3f3f3;
	border-radius: 50%;
	border-top: 20px solid #3498db;
	border-bottom: 20px solid #3498db;
	width: 100px;
	height: 100px;
	-webkit-animation: spin .9s linear infinite; /* Safari */
	animation: spin .9s linear infinite; /* .9s windows mouse cursor wait ile aynı */
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.in-page-loader {
	display: flex;
	justify-content: center;
	align-items: center;
}

html.no_scroll {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main_map, .single_map {
	height: 450px;
	position: relative;
	z-index: 1;
}

.single_map {
	height: 300px;
}

.sys_dev_mode, .admin_status_danger {
	position: fixed;
	padding: 15px 25px;
	background-color: darkred;
	color: whitesmoke;
	opacity: .5;
	z-index: 9999999;
	pointer-events: none;
}

.sys_dev_mode {
	left: 10px;
	bottom: 10px;
}

.admin_status_danger {
	top: 0;
	text-align: center;
	opacity: .7;
	width: 100%;
}

.sys-gallery .title {
	text-align: center;
	font-size: 2.5rem;
}

.sys-gallery .item_image {
	display: block;
	position: relative;
}

.sys-gallery .play_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000066;
	color: whitesmoke;
}

.sys-gallery .play_button img {
	max-width: 20%;
	max-height: 20%;
}

.module_form .disabled,
.module_form .disabled * {
	pointer-events: none !important;
	user-select: none !important;
	cursor: none !important;
	opacity: .7;
}

.module_form.use_ph label.removable {
	display: none;
}

.sys-space {
	margin-top: var(--sys-space);
	margin-bottom: var(--sys-space);
}

.sys-space-top {
	margin-top: var(--sys-space);
}

.sys-space-bottom {
	margin-bottom: var(--sys-space);
}

.sys-space-x {
	margin-left: var(--sys-space);
	margin-right: var(--sys-space);
}

.sys-space-y {
	margin-top: var(--sys-space);
	margin-bottom: var(--sys-space);
}

.over_hidden {
	overflow: hidden;
}

.sys_modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	left: 0;
	top: 0;
	background-color: #232327;
	color: whitesmoke;
	overflow-y: scroll;
}

.sys_modal .text * {
	color: whitesmoke;
}

.sys_modal .btn_close {
	position: fixed;
	left: 0;
	top: 0;
	background-color: whitesmoke;
	color: #232327;
	width: 100%;
	height: 50px;
	border: 0;
}

.sys_modal.active {
	display: block;
}

.sys_modal .text {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 20px 30px;
}

#cc-main {
	z-index: 999999 !important;
}

#cc-main .cm:not(.cm--bar) {
	max-width: clamp(0em, 50em, 100%) !important;
}

/*#cc-main .pm--box {*/
/*	max-width: clamp(43em, 55em, 100%) !important;*/
/*}*/

#cc-main .cm__desc *,
#cc-main .pm__section-desc * {
	all: revert;
}

#cc-main .cm__desc p,
#cc-main .pm__section-desc p {
	margin-top: 0;
	margin-bottom: 10px;
}

#cc-main .cm__desc p:last-child,
#cc-main .pm__section-desc p:last-child {
	margin-bottom: 0;
}

.youtube-embed-wrapper {
	padding-top: 0 !important;
}

.module_form a {
	font-weight: bold;
	text-decoration: underline;
}

.module_form .form-floating > textarea.form-control {
	height: 140px;
}

.form-floating > label {
	color: rgba(var(--bs-body-color-rgb), .65); /* bootstrap default */
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
}

.swiper-slide video {
	width: 100%;
	object-fit: cover;
	display: block;
}

.sys-back-icon, .sys-back-icon:before {
	transform: scaleX(-1);
}

.sys-lazy {
	min-width: clamp(50px, 50px, 100%);
	min-height: clamp(50px, 50px, 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect fill="%23999999" stroke="%23999999" stroke-width="9" width="30" height="30" x="25" y="85"><animate attributeName="opacity" calcMode="spline" dur="1" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></rect><rect fill="%23999999" stroke="%23999999" stroke-width="9" width="30" height="30" x="85" y="85"><animate attributeName="opacity" calcMode="spline" dur="1" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></rect><rect fill="%23999999" stroke="%23999999" stroke-width="9" width="30" height="30" x="145" y="85"><animate attributeName="opacity" calcMode="spline" dur="1" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></rect></svg>');
}

.main .maps {
	padding-top: 0;
}

.warningBox p {
	margin-bottom: 1rem;
}

.warningBox p:last-child {
	margin-bottom: 0;
}

.modal-body p {
	margin-bottom: 1rem;
}

.cardBox .carBrand {
	width: auto;
}