@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

*{
	margin:0;
	padding:0;
	outline:0 none;
	font-family: inherit;
	box-sizing: border-box;
}

:root{

	/** colors */

	--t-color-1:#000000;
	--t-color-2:#7f95a3;
	--t-color-3:#000000;
	--t-color-4:#69FB84;
	--t-color-5:#ffffff;

	--c-color-1:#000000;
	--c-color-2:#7f95a3 ;
	--c-color-3:#000000;
	--c-color-4:#69FB84;
	--c-color-5:#ffffff;

	--c-1-rgb:0,0,0;
	--c-2-rgb:127, 149, 163;
	--c-3-rgb:53,88,126;
	--c-4-rgb:105,251,132;
	--c-5-rgb:255,255,255;

	--c-title:#212121;
	--c-content:#59595d;

	/** fonts */

	--font-1:"Google Sans Flex", sans-serif;
	--font-2:"Google Sans Flex", sans-serif;
}

html{
	font-size:16px;
	font-family:var(--font-1);
	font-weight:400;
}

body{
	display: flex;
	flex-direction: column;
	min-height:100vh;
	height: 100%;
	max-width:100%;
	width:100%;
	overflow-x: hidden;
	background: #fff;
	font-size:16px;
}


a{
	text-decoration:none!important;
	outline:0 none!important
}

img{
	outline:0 none!important
}

.wrap {
	width:100%;
	flex:1;
}

.wrapper{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap
}

.container{
	width:100%;
	max-width: 1560px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

.padding-30{
	padding:0 30px
}

.padding-45{
	padding:0 45px
}

.padding-60{
	padding:0 60px
}

.padding-75{
	padding:0 75px
}

.padding-90{
	padding:0 90px
}

.padding-120{
	padding:0 120px
}

.padding-150{
	padding:0 150px
}

.section-1145-container{
	width:1145px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

.section-container{
	width:1024px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

.selection{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-block:10vh;
	position: relative;
}

.select-trigger-wrapper{
	display: none
}

.select-trigger{
	width: 100%;
	height:52px;
	padding:0 10px;
	border:1px solid var(--t-color-1);
	background: #fff;
	font-size:14px;
	display: block;
	border-radius: 8px;
}

/*--------------
	HEADER
---------------*/

.sub{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.sub-item{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding:0 0 0 15px;
	border-left:1px solid #ddd
}

.header-service-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--t-color-2);
	color:#fff;
	padding:10px 15px;
	border-radius: 30px;
	gap:0 10px
}

.header-service-link:hover{
	background: var(--t-color-1);
}

.all-header-wrapper{
	position: relative;
	top:0;
	left:0;
	z-index:7000;
	padding:15px 0 0 0
}

.header-wrapper{
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index:7000;
	font-size:0;
}

.header{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	gap:0 15px
}

.header-container{
	width: 100%;
	max-width: 100%;
	padding:0 90px
}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 7000;
	padding:15px 0;
}

.header-menu{
	display: flex;
	flex:1;
	align-items: stretch;
	justify-content: space-between
}

.menu{
	width: 100%;
	display:flex;
	align-items: stretch;
	justify-content: center;
	list-style: none;
	gap:0 40px;
}

.menu-li {
	display: flex;

}

.sub-li{
	position: relative;
}

.menu-link{
	width: 100%;
	display: flex;
	font-size:15px;
	color:#212121;
	position: relative;
	z-index:1001;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	padding:15px 0;
	font-family: var(--font-2);
}

.menu-li:hover > .menu-link,
.menu-li.active > .menu-link{
	color: var(--c-color-2);
}

.menu-sub{
	position: absolute;
	top:0;
	left:0;
	transform: translateX(-40px);
	opacity: 0;
	visibility: hidden;
	min-width: 300px;
	z-index:1000
}

.sub-li:hover > .menu-sub{
	opacity: 1;
	visibility: visible;
}

.menu-sub ul {
	margin-top: 97px;
	min-width: 100%;
	display: block;
	padding: 15px 0;
	list-style-type: none;
	background: var(--t-color-5);
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}

.menu-sub ul li{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	margin:0 0 4px 0;
	padding:0
}

.menu-sub ul li a{
	display: flex;
	flex:1;
	padding:10px 0;
	white-space: nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	color:var(--t-color-1);
	font-weight: 400;
}

.menu-sub ul li a::before{
	content:"";
	display: inline-block;
	width: 0;
	height: 3px;
	background: var(--t-color-2);
	transition: width .2s ease 0s;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(calc(-50% - 3px));
}

.menu-sub ul li a span{
	display: inline-block;
	margin-left:45px;
	font-size:14px;
	letter-spacing: .5px;
}

.menu-sub ul li:hover > a,
.menu-sub ul li.active > a{
	color:var(--t-color-2)
}

.menu-sub ul li:hover > a::before{
	width: 30px;
}

.header-actions{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 1000;
	gap:0 15px
}

.header-contact-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--t-color-2);
	color:#fff;
	padding:10px 15px;
	border-radius: 30px;
	gap:0 10px
}

.header-contact-link:hover{
	background: var(--t-color-1);
	color:var(--t-color-5)
}

.header-search-wrapper{
	position: relative;
	border:1px solid rgba(var(--c-1-rgb),.2);
	border-radius: 16px;
}

.all-header-wrapper.active .header-search-wrapper{
	border-color:rgba(var(--c-1-rgb),.48)
}

.header-search-wrapper.active{
	border-radius: 16px 16px 0 0;
}

.header-search{
	display: flex;
	padding:2px;
	align-items: center;
}

.search-input{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border:none;
	background: transparent;
	padding:0 15px;
	border-radius: 30px 0 0 30px;
	color:var(--c-title);
	font-family: var(--font-2);
	font-size:14px
}

.search-button{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size:18px;
	background: var(--t-color-2);
	border:none;
	color:#fff;
	cursor: pointer;
	margin:2px
}

.search-input:focus + .search-button{
	background: var(--t-color-2);
}

.autocomplete-wrapper{
	position: absolute;
	top:38px;
	left:0;
	width: 100%;
	background: #fff;
	border:1px solid #e8e8e8;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	max-height: 300px;
	padding-bottom:15px;
	display: none;
}

.autocomplete-wrapper.active{
	display: block
}

.autocomplete-container{
	width: 100%;
	max-height: 285px;
	overflow: auto;
	display: block;
	scrollbar-width: thin;
}

.autocomplete-items{
	width: 100%;
	display: block;
	height: 100%;
}

.autocomplete-item-wrapper{
	width: 100%;
	overflow: hidden;
	border-bottom:1px solid #f1f1f1
}

.mns-dark .autocomplete-item-wrapper{
	border-bottom-color: #2a2a2a
}

.autocomplete-item-wrapper:last-child{
	border:none
}

.autocomplete-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px;
}

.autocomplete-item:hover{
	background: #f1f1f1;
}

.autocomplete-item-image{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding:8px
}

.autocomplete-item-image img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.autocomplete-item-content{
	display: flex;
	flex-direction: column;
	flex:auto;
	padding:0 15px
}

.auto-item-complete-category{
	width: 100%;
	display: block;
	color:var(--t-color-2);
	font-size:12px;
}

.autocomplete-item-title{
	width: 100%;
	display: block;
	font-size:14px;
	color:var(--c-title)
}

.autocomplete-empty{
	width: 100%;
	display: block;
	padding:15px 15px 0 15px;
	color:var(--c-title)
}

.header-langs{
	display: flex;
	padding:2px 4px;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	gap:0 8px;
	color:var(--t-color-1);
}

.header-lang{
	width: 36px;
	height: 36px;
	color:var(--t-color-1);
	font-size:12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border:1px solid rgba(var(--c-1-rgb),.5);
	border-radius:50%
}

.header-lang:hover,.header-lang.active{
	background:var(--t-color-2);
	color:var(--t-color-5);
	border-color: var(--t-color-2);
}

.header-contact-button i{
	transform: rotate(0)!important;
}

.mobile-langs{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 3px;
}

.mobile-lang{
	width: 24px;
	height: 24px;
	color:#fff;
	font-size:12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border:1px solid var(--t-color-1);
	color:var(--t-color-1)
}

.mobile-lang:hover,.mobile-lang.active{
	background:var(--t-color-1);
	color:var(--t-color-5)
}

/*----------
MEGA MENU
-----------*/

.mega-menu-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s .2s,visibility 0s .4s;
}

.mega-menu-wrapper{
	position: absolute;
	display: flex;
	align-items: flex-start;
	top:0;
	left:0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.mega-li:hover > .mega-menu-wrapper{
	opacity: 1;
	visibility: visible;
}

.mega-li:hover ~ .mega-menu-overlay{
	opacity: 1;
	visibility: visible;
	transition-delay: .1s;
}

.mega-menu{
	width: 100%;
	padding:0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #fff;
	position: relative;
	margin-top:84px;
	border-top:1px solid #f1f1f1;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}

.mega-left{
	width: 70%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding:30px 0 45px 0;
	border-right:1px solid #f1f1f1
}

.mega-item{
	width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	padding:0 30px
}

.mega-list{
	width: 100%;
	display: block;
}

.mega-list-li{
	display: block;
	width: 100%;
	font-size:14px;
	padding:22px 0;
	border-bottom:1px solid #f1f1f1
}

.mega-list-link{
	display: flex;
	width: 100%;
	font-size:14px;
	color:#212121;
	font-weight: 300;
	letter-spacing: .5px;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}

.mega-list-link i{
	font-size:10px
}

.mega-list-link:hover{
	color:var(--t-color-1)
}

.mega-right{
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding:30px 15px;
	overflow: hidden;
}

.mega-box{
	width: 100%;
	display: flex;
	overflow: hidden;
	position: relative;
}

.mega-box-image{
	width: 100%;
	height: 200px;
	display: flex;
	overflow: hidden;
}

.mega-box-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.mega-box-content{
	width: 100%;
	padding:15px 0;
	display: flex;
}

.mega-box-text{
	width: 100%;
	display: block;
	font-size:14px;
	line-height: 24px;
	font-weight: 300;
	color:var(--c-content)
}

.mega-swiper{
	width: 100%;
	display: block;
}

.mega-swiper-item-wrapper{
	display: flex;
	width: 100%;
}

.mega-swiper-item{
	width: 100%;
	display: flex;
	position: relative;
}

.mega-swiper-item-image{
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 4 / 3;
}

.mega-swiper-item-image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.mega-swiper-item-content{
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	z-index: 200;
	display: flex;
	align-items:flex-end;
	justify-content: flex-start;
	padding:15px;
	background: rgba(var(--c-1-rgb),.2);
	border-radius: 16px;
}

.mega-swiper-item-title{
	display: inline-block;
	color:var(--c-color-5);
	text-shadow: 0 0 5px var(--t-color-1)
}

.mega-swiper-item-title::before{
	content:"";
	display: block;
	position: absolute;
	inset:0;
	z-index: 200;
	border-radius: 16px;
}

.mega-swiper-nav{
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top:50%;
	left:0;
	z-index: 300;
	pointer-events: none;
	padding:0 15px;
}

.mega-swiper-button{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	background: #fff;
	color:var(--t-color-1);
	border:none;
	cursor: pointer;
	pointer-events: all;
	border-radius: 4px;
	opacity: .6;
}

.mega-swiper-button:hover{
	opacity: 1;
}

/*----------
FOOTER
-----------*/

.all-footer-wrapper{
	position: relative;
}


.footer-center-wrapper{
	background: var(--t-color-2);
	padding:90px 0 60px 0
}

.footer-center{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap:0 100px
}

.footer-center-left-wrapper{
	width: 40%;
	display: flex;
}

.footer-center-left{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px 0
}

.footer-center-text{
	display: block;
	color:#fff;
}

.footer-center-divs{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end
}

.footer-center-div{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-left:20px
}

.footer-center-title{
	width: 100%;
	display: block;
	color:#fff;
	font-family: var(--font-title);
	font-weight: 400;
}

.footer-center-title i{
	display: none;
}

.footer-center-items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:30px
}

.footer-center-item{
	width: 100%;
	display: block;
	margin-top:15px
}

.footer-center-link{
	display: inline-block;
	color:#f1f1f1;
	font-size:14px;
	cursor: pointer;
}

.footer-center-contacts{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top:30px
}

.footer-center-contact-item{
	width: 100%;
	display: block;
	margin-top:15px
}

.dir-rtl .footer-center-contact-item{
	display: flex;
	flex-direction: row-reverse;
	text-align: right;
}

.footer-center-contact{
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	font-size:14px;
	color:#f1f1f1;
	gap:0 10px
}

.dir-rtl .footer-center-contact{
	flex-direction: row-reverse;
}

.dir-rtl .footer-center-contact-item{
	direction: ltr;
}

.footer-social{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 15px;
}

.footer-social-link{
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color:#fff;
	font-size:24px;
	align-items: center;
	justify-content: center;
	border:1px solid transparent
}

.footer-social-link img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}

.footer-social-link:hover{
	border-color:#fff;
}

.footer-copyright-wrapper{
	background: var(--t-color-2);
}

.footer-copyright{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px 0;
	border-top:1px solid rgba(255,255,255,.1);
}

.copyright-div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.copyright{
	font-size:12px;
	color:#f1f1f1;
	font-family: var(--t-color-2);
}

.footer-brands{
	display: flex;
	flex:auto;
	align-items: center;
	justify-content: center;
	gap:0 60px
}

.footer-brands img{
	opacity: .5;
}

.footer-brand-link:hover img{
	opacity: 1;
}

.manos{
	font-size:12px;
	color:#f1f1f1;
	font-family: var(--t-color-2);
}

/*--------------------
	COOKIE BOX
---------------------*/

.cookies-box-wrapper{
	position: fixed;
	bottom:15px;
	left:15px;
	z-index:10000;
	max-width: 260px;
	background:rgba(var(--c-2-rgb),.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	border-radius: 16px;
}

.cookies-box{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:30px 0 15px 0
}

.cookies-box-left{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.cookies-desc{
	width: 100%;
	display: inline-block;
	color:#fff;
	font-size:12px;
	line-height: 19px;
}

.cookies-box-buttons{
	width: 100%;
	margin:15px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cookies-inline-link{
	display: inline-block;
	color:var(--color-5);
	text-decoration: underline!important;
	font-size:12px
}
.cookies-link{
	display: inline-block;
	text-align: center;
	font-size:12px;
	font-weight: 700;
	color:#fff;
	background: var(--t-color-2);
	padding:10px 15px;
	border-radius: 6px;
}

/*---------
PAGE
----------*/

.page-all{
	margin-top:-100px;
	padding-top:50px;
	z-index: 400;
	position: relative;
	background: #fff;
	border-radius: 50px 50px 0 0;
}

.page{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.page-left{
	width: 374px;
	display: flex;
	flex-direction: column;
	margin-top:5vh;
	margin-bottom:60px;
	flex-shrink: 0;
	position: relative;
}

.page-right{
	display: block;
	width: calc(100% - 374px);
	margin-top:3vh;
	margin-bottom:60px;
	padding-left:30px;
}

.dir-rtl .page-right{
	padding-left:0;
	padding-right:30px
}

.page-fihrist{
	width: 100%;
	display: flex;
	flex-direction: column;
	border:1px solid #e8e8e8;
	margin-top:60px;
}

.page-fihrist-header{
	padding:15px;
	border-bottom:1px solid #e8e8e8;
}

.page-fihrist-title{
	font-family: var(--font-title);
}

.page-fihrist-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:15px;
	list-style-type: none;
}

.page-fihrist-list li{
	width: 100%;
	padding:3px 0
}

.page-fihrist-list li a{
	color:var(--c-color-1)
}

.page-fihrist-list li a:hover{
	text-decoration: underline!important
}

.page-menu-wrapper{
	width: 100%;
	display: flex;
	margin-bottom:30px;
	background:var(--t-color-3);
	padding:30px;
	border-radius: 30px;
}

.page-menu{
	width: 100%;
	display: block;
	list-style-type: none;
}

.with-menu .page-menu-wrapper{
	display: flex;
}

.page-menu > li {
	width: 100%;
	display: block;
	margin-bottom:6px;
	border-bottom:1px solid rgba(3, 27, 78,.05);
}

.page-menu > li > a{
	width: 100%;
	display: flex;
	padding:16px 0 16px 0;
	font-size:17px;
	line-height: 1.5;
	letter-spacing: .3px;
	border-radius: 4px;
	color:#606060;
	font-weight: 400;
	align-items: center;
	justify-content: space-between;
	gap:0 20px;
	position: relative;
}

.page-menu > li:hover > a,
.page-menu > li.active > a{
	color: var(--t-color-2);
}

.page-menu li a i{
	font-size:13px;
	color:#909090
}

.page-menu > li:hover > a i,
.page-menu > li.active > a i{
	color: var(--t-color-2);
}

.dir-rtl .page-menu li a i{
	transform: rotateY(180deg);
}

.page-menu-item-left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px;
}

.page-menu-item-left img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	border:1px solid var(--t-color-1)
}

.page-sub-menu {
	display: none;
}

.page-menu li.active > .page-sub-menu{
	display: block;
}

.page-sub-menu-1{
	padding:15px 0
}

.page-sub-menu li{
	width: 100%;
	display: block;
	padding:10px 0
}

.page-sub-menu li a{
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-size:14px;
	color:#161616;
	font-weight: 400;
	gap:0 10px;
	letter-spacing: .5px;
	padding:0
}

.page-sub-menu li a:hover,
.page-sub-menu li.active > a{
	color:var(--t-color-1)
}

.page-sub-menu-2{
	padding:15px 0
}

.page-sub-menu-3{
	padding:15px 0
}

.page-components{
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.with-menu .page-components{
	display: flex;
	flex: 1;
}

.with-menu .page-components .container{
	width: 100%!important;
}

/*---------
PAGE BANNER
----------*/

.banner-all-wrapper{
	position: relative;
	padding:0 30px
}

.banner-wrapper{
	align-items: center;
	padding:120px 0 120px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	background-color: var(--t-color-2);
	border-radius: 60px;
}

.banner-wrapper::before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	display: block;
	background: rgba(var(--c-2-rgb),.85);
	border-radius: 60px;
}

.banner-container{
	position: relative;
	z-index: 200;
}

.banner{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.banner-header{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap:0 30px
}

.banner-title{
	display: inline-block;
	color:#fff;
	margin-bottom:5px;
	text-align: center;
	font-family: var(--font-2);
}

/*---------
ROUTE
----------*/

.route-wrapper{
	padding:15px 0
}

.route{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.route li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.route li::after{
	content:"/";
	display: inline-block;
	margin:0 10px;
	color:rgba(255,255,255,.6)
}

.route li:last-child::after{
	display: none;
}

.route li a{
	display: inline-block;
	color:rgba(255,255,255,.6)
}

/*---------
PAGINATION
----------*/

.pagination{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:50px 0 0 0
}

.pagination-list{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	gap:0 15px
}

.pagination-list li{
	display: flex;
	align-self: center;
	justify-content: center;
}

.pagination-list li a{
	padding:15px 20px;
	border:1px solid var(--t-color-2);
	border-radius: 4px;
	color:var(--t-color-2)
}

.pagination-list li a:hover,
.pagination-list li a.active{
	border-color:var(--t-color-1);
	background: var(--t-color-1);
	color:#fff
}

/*---------
PRODUCTS
----------*/

.products{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 4fr;
}

.products-left{
	display: flex;
	flex-direction: column;
	margin-bottom:60px;
	flex-shrink: 0;
	position: relative;
}

.products-right{
	display: block;
	margin-bottom:60px;
	padding-left:30px;
}

.products-navs{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px 0
}

.products-nav{
	width: 100%;
	display: flex;
	flex-direction: column;
	border:1px solid #e9e9e9;
	border-radius: 16px;
}

.products-menu-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color:var(--t-color-1);
	padding:15px 30px;
}

.products-menu-title i{
	font-size:14px;
	cursor: pointer;
}

.products-menu-wrapper{
	width: 100%;
	display: block;
	border-top:1px solid #e9e9e9;
	padding-top:30px
}

.products-menu{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:0 30px;
	padding-bottom:30px;
	max-height: 300px;
	overflow: auto;
	scrollbar-width: thin;
}

.products-menu ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:22px 0;
	list-style-type: none;
}

.products-menu li{
	width: 100%;
	display: block;
}

.products-menu li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 12px;
	color:#909090;
	font-size:15px;
	font-weight: 400;
}

.products-menu li a span{
	width: 16px;
	height: 16px;
	border:1px solid #ddd;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:1px	
}

.products-menu li a span::before{
	content:"";
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.products-menu li:hover > a,.products-menu li.active > a{
	color:var(--t-color-1)
}

.products-menu li.active > a span::before
{
	background:var(--t-color-2)
}

.products-menu li ul{
	margin:5px 0;
	display: none;
}

.products-menu ul li ul{
	border:none;
	padding:15px 15px 15px 30px;
	display: none;
	flex-direction: column;
	gap:15px 0
}

.products-menu ul li.active ul{
	display: flex
}

.products-menu ul li ul li a{
	font-size:14px;
	font-weight: 300;
}

.products-menu ul li ul li a span{
	width: 13px;
	height: 13px;
}

/*--------------
PRODUCTS ITEMS 1
---------------*/
.products-top-wrapper{
	margin-bottom:30px;
}

.products-top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:0 15px;
	margin-top:60px;
}

.products-top-left{
	display: flex;
	flex-direction: column;
	gap:5px 0;
}

.total-count{
	color:var(--c-content)
}

.products-top-right{
	display: flex;
	margin-left: auto;
}

.products-select{
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath fill='%23333' d='M192 384l-160-160h320L192 384z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	padding:15px 30px 15px 15px;
	background-color: #fff;
	border:1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
}

.items-1{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:30px;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin:0 0 60px 0
}

.items-1-container{
	padding:0
}

.item-1-wrapper{
    width: 100%;
    display: flex;
    position: relative;
}

.item-1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    transition: all .3s;
	border-radius: 30px;
	border:1px solid #e9e9e9;
}

.item-1-image{
    width: 100%;
    height: auto;
    display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    z-index: 1;
    transition: all .3s;
    overflow: hidden;
	aspect-ratio: 4 / 3;
	padding:30px 15px
}

.item-1-image img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: top;
    display: inline-block;
    border-radius: 16px;
}

.item-1-content{
    padding:15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: flex-start;
    z-index: 3;
    flex:1;
	gap:15px 0;
}

.item-1-content-top{
    width: 100%;
    display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: space-between;
	padding:0 15px
}

.item-1-category{
	display: block;
	color:#7e7a7a
}

.item-1-title{
    color:var(--c-color-1);
	text-align: center;
}

.item-1-title::after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	z-index: 200;
}

/*---------
PRODUCT ROUTE
----------*/

.product-route-wrapper{
	margin-top:6vh;
	margin-bottom:10px
}

.product-route{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product-route li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product-route li::after{
	content:"/";
	display: inline-block;
	margin:0 5px;
	color:var(--t-color-1);
	font-size:10px
}

.product-route li:last-child::after{
	display: none;
}

.product-route li a{
	display: inline-block;
	color:var(--t-color-1);
	font-size:13px;
}

/*---------
PRODUCT DETAIL
----------*/

.product-hero-wrapper{
	margin-bottom:6vh
}

.product-hero{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
}

.product-gallery{
	width: 100%;
	height: 640px;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: flex-start;
}

.gallery-top{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
}

.top-gallery-item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

.top-gallery-link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding:2vw;
	background: #fff;
	border-radius: 30px;
}

.top-gallery-link img{
	max-width: 100%;
	max-height:100%;
	display: block;
	object-fit: contain;
}

.top-gallery-nav{
	position: absolute;
	width: 100%;
	top:50%;
	transform: translateY(-50%);
	left:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 200;
	padding: 0 15px;
	pointer-events: none;
}

.top-gallery-button{
	background-color:#f6f6f6;
	color:var(--t-color-1);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:none;
	cursor: pointer;
	pointer-events: all;
	border-radius: 50%;
}

.product-content-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-content{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.product-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom:30px;
	border-bottom:1px solid #e8e8e8;
	gap:10px 0
}

.product-variables{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px 0;
	border-bottom:1px solid #e8e8e8
}

.product-price-area{
	display: inline-flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
}

.price-total{
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.product-price-area small{
	font-size:10px;
	color:var(--c-content)
}

.product-summary{
	width: 100%;
	display: block;
	padding:30px 0;
	color:var(--c-content)
}

.product-colors-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding:15px 0;
	gap:15px 0;
	border-top:1px solid #e8e8e8
}

.product-colors{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px
}

.product-color{
	display: inline-flex;
}

.product-color-link{
	display: inline-flex;
}

.product-color-link span{
	width: 36px;
	height: 36px;
	display: inline-flex;
	border-radius: 50%;
	border:2px solid rgba(255,255,255,.4);
}

.product-color-link:hover span,
.product-color-link.active span
{
	border-color:var(--c-color-2)
}

.product-content-footer{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.product-dimensions{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:10px 0;
	padding:15px 0;
	border-top:1px solid #e8e8e8
}

.product-dimensions-text{
	width: 100%;
	display: block;
	color:var(--t-color-1);
	line-height: 1.75;
}

.product-files{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:10px 0;
	padding:15px 0;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}

.product-files-title{
	width: 100%;
	display: block;
	color:var(--c-content)
}

.product-files-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:8px 0;
	list-style-type: none;
}

.product-files-list li{
	width: 100%;
	display: block;
}

.product-files-list li a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
	color:var(--t-color-1);
	font-size:14px;
}

.tab{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.tab-button{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px 0;
	background: transparent;
	border:none;
	border-bottom:1px solid #ddd;
	cursor: pointer;
}

.tab-button i {
    transition: transform 0.3s ease;
}

.tab.active .tab-button i {
    transform: rotate(180deg);
}

.tab-content-wrapper{
	width: 100%;
	max-height: 0;
	overflow: hidden;
    transition: max-height .5s ease-out;
}

.tab.active .tab-content-wrapper {
    max-height: 6000px;
}

.tab-content{
	width: 100%;
	padding:5vh 0;
}

.specs{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:30px
}

.spec-item{
	color:var(--c-content);
	display: flex;
	align-items: flex-start;
	gap:0 15px
}

.spec-item::before{
	content:"\f105";
	font-family: 'Line Awesome Free';
	font-weight: 900;
}

.model-boxes{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:6vh 0
}

.model-boxes-sections{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
	background: #f5f5f5;
	border-radius: 30px;
	padding:60px 30px
}

.model-boxes-sections:nth-child(odd){
    flex-direction: row-reverse;
	background: #f5f5f5;
}

.model-boxes-image-wrapper{
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    border-right: none;
    position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.model-boxes-image{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.model-boxes-image img{
    max-width: 100%;
    max-height: 480px;
    display: block;
    object-fit: contain;
    object-position: center
}

.model-boxes-texts-wrapper{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-block: 8vh;
    position: relative;
}

.model-boxes-sections:nth-child(odd) .model-boxes-texts-wrapper{
    justify-content: flex-start;
}

.model-boxes-texts{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left:5%;
    padding-right:60px;
    gap:30px 0
}

.model-boxes-sections:nth-child(odd) .model-boxes-texts{
    padding-right:5%;
    padding-left:60px
}

.dir-rtl .model-boxes-texts{
    padding-right:15px;
    padding-left:60px;
}

.dir-rtl .model-boxes-left .model-boxes-texts{
    padding-left:15px;
    padding-right:60px
}

.model-boxes-texts-top{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.model-boxes-title {
	width: 100%;
    color:var(--c-color-2);
    margin-bottom:15px
}

.model-boxes-description{
    color:var(--c-title);
    font-family: var(--font-title);
}

.model-boxes-summary{
    display: block;
    width:100%;
    color:var(--c-content);
    font-family: var(--font-content);
    text-align: justify;
}

.model-videos{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:30px
}

.model-video{
	width: 100%;
	display: flex;
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 30px;
}

.model-video img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left:0;
	top:0;
	border-radius: 30px;
}

.model-video-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 200;
	inset:0;
	background-color: rgba(var(--c-2-rgb),.48);
}

.model-video-overlay i{
	color:#fff;
	opacity: .6;
}

.model-video:hover .model-video-overlay i{
	opacity: 1;
}

/*---------
SUGGESTIONS
----------*/

.suggestions-wrapper{
	margin:10vh 0
}

.suggestions-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.suggestions-nav{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:0 6px
}

.suggestions-button{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #bababa;
	color:#bababa;
	font-size:18px;
	cursor: pointer;
	background: transparent;
	border-radius: 50%;
}

.suggestions-button:hover{
	border-color:var(--t-color-1);
	color:var(--t-color-1)
}

.suggestions-items-wrapper{
	margin-top:60px
}

.suggestions-items-container{
	overflow: hidden;
}

.suggestions-swiper{
	width: 100%;
	display: block;
}

.suggestion-wrapper{
    width: 100%;
    display: flex;
    position: relative;
}

.suggestion{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    transition: all .3s;
	border-radius: 30px;
	border:1px solid #e9e9e9;
}

.suggestion-image{
    width: 100%;
    height: auto;
    display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    z-index: 1;
    transition: all .3s;
    overflow: hidden;
	aspect-ratio: 4 / 3;
	padding:30px 15px
}

.suggestion-image img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: top;
    display: inline-block;
    border-radius: 16px;
}

.suggestion-content{
    padding:15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: flex-start;
    z-index: 3;
    flex:1;
	gap:15px 0;
}

.suggestion-content-top{
    width: 100%;
    display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: space-between;
	padding:0 15px
}

.suggestion-category{
	display: block;
	color:#7e7a7a
}

.suggestion-title{
    color:var(--c-color-1)
}

.suggestion-title::after{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	z-index: 200;
}

/*---------
POINTS BANNER
----------*/

.points-banner-all-wrapper{
	position: relative;
	height: auto;
	padding:0 30px;
}

.points-banner-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:var(--t-color-2);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: relative;
	z-index: 200;
	border-radius: 60px;
}

.points-banner-wrapper::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	background: rgba(var(--c-2-rgb),.9);
	border-radius: 60px;
}

.points-banner-container{
	position: relative;
}

.points-banner{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:45px 0;
	padding:90px 0 150px 0
}

.points-banner-title{
	color:var(--t-color-5);
	text-align: center;
}

.points-banner-summary{
	width: 40%;
	display: block;
	text-align: center;
	color:var(--c-color-5);
}

.points-banner-search-wrapper{
	width: 100%;
	padding:0 60px;
	display: flex;
	position: relative;
	margin-top:-50px;
	z-index: 2000;
	align-items: flex-start;
	justify-content: center;
}

.points-banner-search{
	width: 100%;
	display: flex;
	background:rgba(var(--c-2-rgb),.78);
	padding:25px;
	border-radius: 16px;
	max-width: 840px;
	backdrop-filter:blur(64px);
	gap:0 15px
}

.points-banner-inputs-area{
	flex:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: rgba(255,255,255,.25);
	padding:8px;
	border-radius: 12px;
	gap:0 8px
}

.points-banner-input{
	display: block;
	width: 100%;
	background: transparent;
	border:none;
	height: 24px;
	color:#fff
}

.points-banner-input::placeholder{
	color:#fff
}

.points-banner-get-location-button{
	border-radius: 4px;
	background: rgba(255,255,255,.3);
	border:none;
	color:#fff;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.points-banner-search-button {
	display: flex;
	align-items: center;
	justify-content:center;
	border:none;
	padding:0 18px;
	height: 52px;
	gap:0 8px;
	color:var(--t-color-2);
	border-radius: 8px;
	background: var(--t-color-5);
	cursor: pointer;
}

.points-banner-search-button:hover {
	background: var(--t-color-2);
	color:var(--t-color-5)
}

/*------------
SERVICE POINTS
------------*/

.points-wrapper{
	align-items: flex-start;
	justify-content: center;
	height: auto;
	margin-top:30px
}

.points-all-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding:30px 0;
	overflow-y: auto;
}

.points-all{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.points-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:1em 0;
	padding:0 90px
}

.points-autocomplete-wrapper{
	width: 100%;
	display: flex;
}

.points-autocomplete{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.bayi-search-button{
	position: absolute;
	left:0;
	top:25%;
	background: transparent;
	border:none;
	font-size:2em;
	transform: scaleX(-1);
	color:var(--c-title)
}

.points-selects{
	width: 100%;
	display: flex;
}

.points-select-item{
	width: 100%;
	display: flex;
}

.city-select{
	width: 100%;
	height: 38px;
	display: inline-block;
	padding:0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	appearance: none;
	vertical-align: middle;
	border:1px solid rgba(255,255,255,.2);
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	font-size:16px;
	background:rgba(var(--c-1-rgb),.48);
}

.points-checkboxs{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 30px
}

.points-checkbox-label{
	font-size:12px;
	color:var(--c-title)
}

.points-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:4vh
}

.points-card-wrapper{
	width: 25%;
	display: flex;
	padding:0 15px;
	margin-bottom:30px
}

.points-card{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #f9f9f9;
	padding:30px;
	min-height: 100%;
	cursor: pointer;
	border-radius: 30px;
}

.points-card-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:15px 0
}

.points-card-location{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size:13px;
	gap:10px 0;
	text-align: center;
}

.points-card-title{
	font-size:14px;
	font-weight: 600;
	color:var(--c-title);
	text-align: center;
}

.points-card-city{
	color:var(--c-title)
}

.points-card-adres{
	color:var(--c-content)
}

.points-card-body{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin:60px 0 30px 0;
	align-items: center;
	text-align: center;
}

.points-card-body-title{
	font-weight: 700;
	font-size:13px;
	color:var(--c-title)
}

.points-card-tel{
	font-size:12px;
	font-weight: 600;
	border-bottom:1px solid #ddd;
	padding-bottom:13px;
	color:#0056b3;
	display: inline-block;
	text-align: center;
	letter-spacing: .5px;
}

.points-card-tel:hover{
	text-decoration: underline!important
}

.points-card-types{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0 8px
}

.points-card-type{
	display: inline-block;
	text-align: center;
	padding:4px 8px;
	font-size:10px;
	background: #585858;
	color:#fff;
	border-radius: 16px;
	letter-spacing: .5px;
}

.points-card-socials{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:30px;
	align-items: center;
	justify-content: center;
}

.points-card-socials-title{
	font-weight: 700;
	font-size:13px;
	color:var(--c-title);
	margin-bottom:5px
}

.points-card-socials-items{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:8px;
}

.points-card-social{
	border:none;
	background: transparent;
	cursor: pointer;
}

.points-card-footer{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.points-card-routes{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:30px
}

.google-maps-route-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #e8e8e8;
	color:#212121;
	gap:0 8px;
	font-size:12px;
	padding:5px 15px
}

.google-maps-route-link:hover{
	background: #212121;
	color:#fff
}

.points-map-wrapper{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.points-map{
	width: 100%;
	display: block;
	overflow: hidden;
	height: 480px;
}

.points-map iframe{
	width: 100%!important;
	height: 100%!important;
}

.points-pagination-wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:5vh 0;
	gap:0 10px
}

.page-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--t-color-2);
	color:#fff;
	border:none;
	border-radius: 4px;
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.page-btn:hover,.page-btn.active{
	background: var(--t-color-1);
}

.prego-dealers{
	width: 27%;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	padding-left:30px;
	gap:30px 0
}

.prego-dealer{
	padding:30px;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	gap:30px 0;
	background: #f9f9f9;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
}

.prego-delar-image{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prego-delar-image img{
	max-width: 100%;
	max-height: 40px;
}

.prego-dealer-content{
	display: flex;
	flex-direction: column;
	gap:30px 0;
	align-items: center;
}

.prego-delar-title{
	color:var(--c-content);
	width: 100%;
	text-align: center;
}

.prego-dealer-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:10px 15px;
	border-radius: 30px;
	background: var(--t-color-2);
	font-size:12px;
	color:#fff
}

.prego-ebebek .prego-dealer-link{
	background:#0090d4
}

.prego-civil .prego-dealer-link{
	background:#f05330
}

.prego-ebebek .prego-dealer-link:hover{
	background:#f98e21
}

.prego-civil .prego-dealer-link:hover{
	background:#fe360a
}


.model-notice-wrapper{
	margin:5vh 0
}

.model-notice {
	width: 100%;
	text-align: center;
	padding:15px;
	background: rgba(255,255,255,.5);
	border-radius: 16px;
}

#map{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.pin-window{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px 0;
	max-width: 300px;
	padding-top:15px;
}

.pin-window-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
}

.pin-window-title{
	width: 100%;
	display: block;
	font-size:14px;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom:13px;
	border-bottom:1px solid #ddd;
	padding-right:60px;
}

.pin-window-location{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:5px 0;
}

.pin-window-city{
	width: 100%;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size:13px
}

.pin-window-address{
	width: 100%;
	display: block;
	line-height: 1.5;
}

.pin-window-body{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:10px 0;
}

.pin-window-link{
	display: inline-block;
	color:#006699;
	font-weight: 600;
}

.pin-window-link:hover{
	text-decoration: underline!important;
}

.gm-style-iw-chr{
	position: absolute;
	right:0;
	top:0;
	background: var(--c-color-2);
	border-radius: 0 0 0 16px;
}

.gm-ui-hover-effect{
	width:32px!important;
	height: 32px!important;
}

.gm-ui-hover-effect span{
	width:12px!important;
	height: 12px!important;
}

/*----------
ITEMS 2
-----------*/

.blog-first-wrapper{
	margin-top: 30px;
}

.blog-first{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.blog-first-image{
	width: 50%;
	height: 480px;
	padding-right:15px;
	overflow: hidden;
	display: flex;
	flex-shrink: 0;
}

.blog-first-image img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.blog-first-contents-wrapper{
	width: 50%;
	display: flex;
	flex-shrink: 0;
	padding-left:15px;
	align-items: stretch;
	justify-content: flex-start;
}

.blog-first-content-wrapper{
	width: 100%;
	padding:30px 60px;
	background: #fff;
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog-first-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px 0
}

.blog-first-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0
}

.blog-first-sub-title {
	display: inline-block;
	color: var(--c-color-5);
	background: var(--c-color-2);
	width: max-content;
	padding: 8px 22px;
    border-radius: 22px;
}

.blog-first-title{
	color:var(--t-color-1)
}

.blog-first-links{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top:30px
}

.items-3-wrapper{
	padding:30px 0 60px 0
}

.items-3-container{
	padding:0
}

.items-3{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.item-3-wrapper{
    width: 50%;
    display: flex;
    padding:0 15px;
    margin-top:30px;
    font-size:0;
}

.item-3{
    width: 100%;
    display: flex;
    padding:0;
    position: relative;
}

.item-3-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(var(--c-2-rgb),.05);
	border-radius: 30px;
}

.item-3-image-wrapper{
    width: 300px;
    height: 300px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    background: #fff;
	border-radius: 30px;
}

.item-3-image{
    width: 100%;
    height: 100%;
    display: block;
    overflow:hidden;
    position: relative;
}

.item-3-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s ease 0s;
    transform-origin: center;
	border-radius: 30px;
}

.item-3-overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--t-color-2);
    color:#fff;
    font-size:50px;
    position: absolute;
    inset:0;
    transform:scale(.1);
    opacity: 0;
    visibility: hidden;
    transition:all .4s ease 0s;
    touch-action: manipulation;
}

.item-3:hover .item-3-overlay{
    opacity: .5;
    visibility: visible;
    transform:scale(1)
}

.item-3-content-wrapper{
    display: flex;
    position: relative;
    padding:30px;
    flex:1
}

.item-3-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex:1;
}

.item-3-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #e8e8e8;
    gap:10px 0
}

.item-3-sub-title{
    width: 100%;
    display: block;
    font-size:12px;
    color:var(--c-color-2);
    font-weight: 600;
    text-transform: uppercase;
}

.item-3-title{
    width: 100%;
    display: flex;
    color:var(--c-color-1);
    font-weight: 400;
    font-family: var(--font-title);
}

.item-3-title::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    inset:0;
    z-index: 500
}

.item-3-summary{
    width: 100%;
    display: -webkit-box;
    margin-top:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	line-clamp: 3;
    color:var(--c-content);
    padding-right:15px
}


/*---------
ARTICLE
----------*/

.article{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.article-components{
	display: block;
	width: calc(100% - 360px);
	margin-top:60px;
	margin-bottom:60px;
	padding-right:30px;
}

.dir-rtl .article-components{
	padding-right:0;
	padding-left:30px;
}

.article-image{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:30px;
}

.article-image img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
}

.article-summary{
	margin-top:30px;
	width: 100%;
	display: block;
	color:var(--c-content);
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,.1);
	font-weight: 400;
}

.article-content{
	margin-top:30px;
	width: 100%;
	display: block;
	color:var(--c-content)
}

.article-content img{
	max-width: 100%!important;
	height: auto!important;
	display: block;
}

.article-content h2{
	font-size:24px;
	line-height: 1.5;
	color:var(--c-color-2);
	font-weight: 600;
	margin:15px 0;
	font-family: var(--font-1);
}

.article-content h3{
	font-size:20px;
	line-height: 1.5;
	color:#1d1d1d;
	font-weight: 600;
	margin:15px 0;
	font-family: var(--font-1);
}

.article-content ul,.article-content ol{
	width: 100%;
	display: block;
	padding:30px;
	border-radius: 16px;
	background: #fff;
	list-style-type: none;
	margin:30px 0;
	border-radius: 30px;
}

.article-content ul li,.article-content ol li{
	width: 100%;
	display: block;
	margin:6px 0;
}

.article-content ul li::before,.article-content ol li::before{
	content:"\f061";
	display: inline-block;
	margin-right:15px;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	color:var(--t-color-2)
}

.article-widgets{
	width: 360px;
	display: flex;
	flex-direction: column;
	margin-top:60px;
	margin-bottom:60px;
	flex-shrink: 0;
}

.article-widget {
	margin-bottom:30px
}

.recent-posts-wrapper{
	display: flex;
}

.recent-posts{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:30px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
}

.recent-posts-header{
	color:var(--t-color-1);
	font-family: var(--font-title);
}

.recent-posts-items{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:30px
}

.recent-post-wrapper{
	width: 100%;
	display: flex;
	margin-bottom:20px
}

.recent-post{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	gap:0 15px;
	position: relative;
}

.recent-post-image{
	width: 80px;
	height: 60px;
	display: flex;
	flex-shrink: 0;
	overflow: hidden;
}

.recent-post-image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.recent-post-content{
	display: flex;
	flex-direction: column;
}

.recent-post-title{
	display: block;
	width: 100%;
	color:var(--c-content);
	font-size:15px;
	line-height: 21px;
}

.recent-post-title::after{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0
}

.recent-post:hover .recent-post-title{
	color:var(--t-color-2)
}

/*----------
R BOX
-----------*/

.r-box-wrapper{
	margin:30px 0;
	position: sticky;
	top:0;
	z-index:9000
}

.r-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f9f9f9
}

.r-box-item-wrapper{
	flex:auto;
	padding:15px;
	border-right:1px solid #f1f1f1
}

.r-box-item-wrapper:last-child{
	border-right: none
}

.r-box-item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.r-box-left{
	width: 48px;
	height:48px;
	overflow: hidden;
}

.r-box-icon{
	font-size:30px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.r-box-image{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.r-box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.r-box-content{
	padding-left:15px
}

.r-box-title{
	width: 100%;
	display: block;
	font-size:14px;
	font-weight: 600;
}

.r-box-sub-title{
	width: 100%;
	display: block;
	font-size:12px;
	margin-top:5px;
	color:#7e7a7a
}

.r-box-button{
	width: 100%;
	background: #339933;
	color:#fff;
	padding:15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size:12px;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 1px;
	white-space: nowrap;
}

.r-box-button:hover{
	background: #52ab52
}

/*----------
LEGAL TEXTS
-----------*/

.metin-content{
	padding:60px 0;
	width: 100%;
	font-size:16px;
	line-height: 28px;
	color:var(--light-font-color)
}

/*----------
MOBILE NAV
-----------*/
.mobile-header-wrapper{
	justify-content: space-between;
	position: relative;
	z-index:2000;
	padding:15px 15px;
	align-items: center;
	display: none;
	background: #fff;
}

.mobile-header-left{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px
}

.mobile-header-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mobile-buttons{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:0 15px;
}

.fake-search{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border:1px solid var(--t-color-1);
	padding:2px;
}

.fake-input{
	width: 100px;
	height: 22px;
	border:none;
	padding:0 10px
}

.fake-button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size:14px;
	color:var(--t-color-1);
	border:none;
	border-radius: 2px;
	transform: rotate(-90deg);
	background: transparent;
	cursor: pointer;
}

.mobile-search-wrapper{
	width: 100%;
	height: 100%;
	display: none;
	background: #ffff;
	z-index: 9000;
	position: fixed;
	inset:0;
	flex-direction: column;
}

.mobile-search-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px;
	flex-direction: column;
	gap:15px 0;
	background: var(--t-color-2);
}

.mobile-search-header-top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 5px
}

.mobile-search-title{
	color:var(--t-color-5)
}

.mobile-search-close{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px;
	background: var(--t-color-2);
	border:none;
	color:#fff;
	border-radius: 4px;
	cursor: pointer;
}

.mobile-search-header-bottom{
	width: 100%;
	display: flex;
}

.mobile-search-input-group{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:2px;
	border:1px solid #e8e8e8;
	border-radius: 4px;
}

.mobile-search-input{
	display: flex;
	flex:auto;
	width: auto;
	height: 35px;
	padding:0 10px;
	border:none
}

.mobile-search-button{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:19px;
	background: var(--t-color-2);
	color:#fff;
	border:none;
	border-radius: 4px;
}

.mobile-search-result-wrapper{
	display: flex;
	flex-direction: column;
	flex:1;
	overflow: auto;
}

.mobile-dealers-button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:16px 8px;
	border:1px solid var(--t-color-1);
	color:var(--t-color-1);
	font-size:14px;
	gap:0 4px
}

.mobile-dealers-button:hover{
	background: var(--t-color-1);
	color:#fff;
}

.mobile-navs{
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin-left:15px
}

.rMenu{
	width:100%;
	height:100vh;
	background:#fff;
	position:fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index:999999;
	right:auto;
	left:-150%;
	top:0;
	overflow:hidden;
	overflow-y: auto;
	scrollbar-width: none;
	padding:0 0;
	transition:all 300ms ease 0s
}

.rMenu.active{
	left:0;
}

.rMenu::-webkit-scrollbar {
    width: 0px;
	background: transparent;
	display: none;
}

.r-menu-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px;
	background: rgba(var(--c-2-rgb),.2);
}

.r-logo{
	display: inline-flex;
}

.r-menu-body{
	width:100%;
	height:auto;
	position:relative;
	padding:30px 15px;
	display: flex;
	flex:1;
	flex-wrap: wrap;
	align-items: flex-start
}

.rMenu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:inline-block;
	position:relative;
}

.rMenu ul li {
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	height:auto;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,.05);
	color:var(--t-color-1)
}

.rMenu ul li a{
	flex:1;
	display:flex;
	align-items:center;
	padding: 13px 0;
	text-align:left;
	font-size:19px;
	color:var(--t-color-1);
	font-family: var(--font-1);
	font-weight: 500;
}

.rMenu ul li:hover > a,.rMenu ul li.active > a{
	color:var(--t-color-2)
}

.rMenu ul li i{
	background: #f6f6f6;
	color:var(--t-color-2);
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	font-size:14px;
	cursor: pointer;
}

.rMenu ul li i:hover{
	background: var(--t-color-2);
	color:#fff
}

.rMenu ul li ul{
	padding:0 0 0 5px;
	margin:0 0 15px 0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:none;
	position:relative;
}

.rMenu ul li ul.active{
	display: block;
}

.rMenu ul li ul li {
	display:flex;
	width:100%;
	height:auto;
	text-align:center;
	border:none
}

.rMenu ul li ul li a{
	padding: 10px 5px 10px 0;
	text-align:left;
	font-size:15px;
	font-weight: 400;
	color:var(--c-content);
	text-decoration:none!important;
	border:none
}

.rMenu ul li ul li:hover > a,.rMenu ul li ul li.active > a{
	color:var(--t-color-1);
}

.r-menu-buttons{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:30px
}

.r-menu-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255,255,255,.1);
}

.r-foot-link{
	flex:1;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	color:var(--t-color-2);
	background: rgba(var(--c-2-rgb), 0.1);
	padding:15px
}

.r-foot-link:first-child{
	border-right: 1px solid rgba(var(--c-2-rgb),.1);
}

.r-foot-link i{
	font-size:30px
}

.r-foot-link:hover{
	background: var(--t-color-2);
	color:#fff
}

.r-foot-text{
	width:100%;
	text-align: center;
	margin:5px 0;
	font-size:12px
}


.fixed-wrapper{
	position: fixed;
	display: none;
	right:30px;
	bottom:14px;
	z-index:3000;
	justify-content: flex-end;
}

.fixed{
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	background: #f8f8f8;
	border:1px solid #ddd;
	border-radius: 8px;
	padding:6px;
	gap:0 2px
}

.fixed-item{
	display: flex;
}

.fixed-link{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding:10px 10px;
	color:#1d1d1d;
	font-size:12px;
	min-height: 100%;
	gap:5px 0;
	font-weight: 300;
	border-radius: 8px;
}

.fixed-link:hover{
	background: var(--t-color-1);
	color:#fff
}

.fixed-link i{
	font-size:18px;
}

.fixed-phone{
	background: var(--t-color-1);
	color:#fff;
}

.plr0 {
	padding-left:0;
	padding-right:0
}

.toggle {
	display:block;
	padding: 0;
	margin-left:15px;
	font-size: 18px;
	position: relative;
	z-index: 3000;
}

.toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--t-color-1);
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.toggle.active span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.toggle.active span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.toggle.active span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

#closeMenu {
	font-size:30px;
	display: inline-block;
	cursor:pointer;
	z-index:5000
}

.close-menu span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--t-color-1);
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.close-menu span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.close-menu span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.close-menu span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

/*-------------
	COMMON
--------------*/

.f-italic{
	font-family: var(--font-italic);
}

.dir-ltr{
	direction:ltr
}

.dir-rtl{
	direction: rtl;
}

.f-1{font-family: var(--font-1)}

.f-2{font-family: var(--font-2)}

.f-title-12{
	font-size: 12px;
}

.f-title-14{
	font-size:clamp(0.75rem, 0.75rem + 1.5625vw, 0.875rem);
	line-height: 1.25;
}

.f-title-16{
	font-size:clamp(0.875rem, 0.875rem + 0.052548vw, 1rem);
	line-height: 28px;
}

.f-title-18{
	font-size:clamp(0.875rem, 1rem + 0.1050972vw,1.125rem);
	line-height: 1.5;
}

.f-title-20{
	font-size:clamp(1rem, 1rem + 0.2101944vw,1.25rem);
	line-height: 1.5;
}

.f-title-24{
	font-size:clamp(1rem,1rem + 0.420388859vw,1.5rem);
	line-height: 1.5;
}

.f-title-26{
	font-size:26px;
	line-height: 1.5;
}

.f-title-30{
	font-size:clamp(1.25rem, 1.25rem + 0.5254860vw, 1.875rem);
	line-height: 1.2
}

.f-title-36{
	font-size:clamp(1.25rem,1.25rem + 0.8407777vw,2.25rem);
	line-height: 1.25
}

.f-title-40{
	font-size:clamp(1rem,1rem + 1.2611665vw, 2.5rem);
	line-height: 1.25
}

.f-title-46{
	font-size:clamp(1.5rem,1.5rem + 1.156069vw, 2.875rem);
	line-height: 1.25
}

.f-title-50{
	font-size:clamp(1.25rem, 1.25rem + 1.5764582vw,3.3125rem);
	line-height: 1.15;
}

.f-title-57{
	font-size:clamp(1.5rem, 1rem + 1.5625vw,3.5625rem );
	line-height: 72px;
	font-weight: 700;
}

.f-title-60{
	font-size:clamp(1.5rem, 1.5rem + 1.8917498vw,3.75rem);
	line-height: 1.3;
}

.f-title-70{
	font-size:clamp(1.5rem, 1.5rem + 2.4172359vw,4.375rem);
	line-height: 1.3;
}

.f-title-80{
	font-size:clamp(2rem, 1rem + 3.3631108vw,5vw);
}

.f-title-100{
	font-size:clamp(2rem, 2rem + 3.57330530vw,6.25vw);
	line-height: 1.2;
}

.f-title-120{
	font-size:clamp(2rem, 2rem + 4.62427745vw,7.5vw);
}

.f-title-360{
	font-size:clamp(2rem, 2rem + 17.23594324vw,22.5vw);
}

.f-content-14{
	font-size:14px;
	line-height: 19px
}

.f-content-16{
	font-size:clamp(0.875rem, 0.875rem + 1.5625vw, 1rem);
	line-height: 1.6
}

.f-content-18{
	font-size:clamp(1rem, 1rem + 0.1050972vw,1.125rem);
	line-height: 1.6
}

.f-content-20{
	font-size:clamp(1rem, 1rem + 0.2101944vw,1.25rem);
	line-height: 1.5
}

.f-content-24{
	font-size:clamp(1rem, 1rem + 0.42038859vw,1.5rem);
	line-height: 1.65
}

.f-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	padding:12px 20px;
	transition: all .6s ease 0;
	letter-spacing: 1px;
	gap:0 10px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background: transparent;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
}

.f-link-radius{
	border-radius: 30px;
}

.f-link i{
	transform:rotate(-45deg);
	transition: transform .6s ease 0s;
}


.f-link:hover i{
	transform: rotate(0);
}

.dir-rtl .f-link-border:hover i{
	transform: rotate(-180deg);
}

.f-link-border-1{
	border-color:var(--t-color-1);
    color:var(--t-color-1);
}

.f-link-border-1:hover{
	background: var(--t-color-1);
	border-color:var(--t-color-1);
	color:#fff
}

.f-link-border-2{
	border-color:var(--t-color-2);
    color:var(--t-color-2)
}

.f-link-border-2 i{
	color:var(--t-color-2)
}

.f-link-border-2:hover{
	background: var(--t-color-3);
	border-color: var(--t-color-3);
	color:#fff
}

.f-link-border-2:hover i{
	color:#fff
}

.f-link-border-3{
	border-color:var(--t-color-3);
    color:var(--t-color-3);
}

.f-link-border-3:hover{
	background: var(--t-color-1);
	border-color:var(--t-color-1);
	color:#fff
}

.f-link-border-5{
	border-color:var(--t-color-5);
    color:var(--t-color-5);
}

.f-link-border-5:hover{
	background: var(--t-color-5);
	border-color:var(--t-color-5);
	color:var(--t-color-2)
}

.f-link-bg-1{
	background: var(--t-color-1);
	color:#fff;
}

.f-link-bg-2{
	background: var(--t-color-2);
	color:#fff;
}

.f-link-bg-2:hover{
	background: var(--t-color-1);
	color:#fff;
}

.f-link-bg-5-2{
	background: var(--t-color-5);
	color:var(--t-color-2);
}

.f-link-bg-5-2:hover{
	background: var(--t-color-2);
	color:#fff;
}

.w-900{
	font-weight: 900;
}

.w-800{
	font-weight: 800;
}

.w-700{
	font-weight: 700;
}

.w-600{
	font-weight: 600;
}

.w-500{
	font-weight: 500;
}

.w-400{
	font-weight: 400;
}

.w-300{
	font-weight: 300;
}

.w-200{
	font-weight: 200;
}

.w-100{
	font-weight: 100;
}

.layout-header{
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	align-items: center;
	gap:10px 0
}

.layout-sub-title{
	background:rgba(var(--c-2-rgb),.1);
	color:var(--c-color-2);
	padding:8px 16px;
	border-radius: 16px;
	letter-spacing: 1px;
	font-size:14px;
}

.layout-title{
	color:var(--c-color-1);
	letter-spacing: 1px;
}


@media (max-width:1560px) {	

	.cookies-box{
		padding:15px;
	}

	.container{
		width:100%
	}

}

@media (max-width:1700px) {
	
	.header-container{
		padding:0 60px
	}

	.menu{
		gap:0 20px
	}

	.menu-link{
		font-size:14px
	}

	.search-input{
		width: 180px;
		font-size:12px
	}

}

@media (max-width:1470px) {

	.header{
		padding:0 15px
	}

	.header-button{
		padding:10px 10px;
		gap:0 5px;
	}

	.menu-sub ul{
		margin-top:72px
	}

	.mega{
		margin-top:72px
	}

}

@media (max-width:1368px) {


	.cookies-box-buttons{
		width: 100%;
		margin-top:15px
	}

	.header-actions{
		gap:0 5px
	}

}

@media (max-width:1359px) {

	.select-trigger-wrapper{
		display: block;
		margin-top:30px
	}

	.hidden-1359{
		display: none!important;
	}

	.all-header-wrapper{
		display: none;
	}

	.mobile-header-wrapper{
		display: flex;
	}

	.page-menu-wrapper{
		width: 100%;
		padding-right:0;
		display: none;
	}

	.with-menu .page-components{
		width: 100%;
		flex:auto
	}

	.banner-all-wrapper{
		padding:0
	}

	.banner-wrapper{
		border-radius: 0;
		padding:60px 0
	}

	.banner-wrapper::before{
		border-radius: 0;
	}

	.products{
		grid-template-columns: 1fr;
	}

	.products-left{
		display: none;
	}

	.products-right{
		width: 100%;
		padding:0
	}

	.products-top{
		margin:0
	}

	.products-top-wrapper{
		margin-top:30px
	}

	.products-top-left{
		display: flex;
	}

	.items-1{
		grid-template-columns: repeat(4,1fr);
	}

	.points-banner-all-wrapper{
		padding:0
	}

	.points-banner-wrapper::before,
	.points-banner-wrapper{
		border-radius: 0;
	}

}

@media (max-width:1280px){


	.banner-wrapper{
		height: auto;
	}

	.page{
		flex-direction: column-reverse;
	}

	.page-right{
		width: 100%;
		padding-left:0
	}

	.page-left{
		width: 100%;
		margin:0
	}

}
@media (max-width:1024px){

	.selection{
		margin-block:4vh
	}

	.in-page .selection{
		margin-block: 2vh;
	}

	.items-1{
		grid-template-columns: repeat(3,1fr);
	}

	.item-2-wrapper{
		width: 50%;
	}

	.banner-all-wrapper{
		padding:0
	}

	.banner-overlay{
		display: none;
	}

	.banner-wrapper{
		min-height: auto;
		padding:30px 0
	}

	.article{
		flex-direction: column;
	}

	.article-components{
		width: 100%;
		padding:0
	}

	.dir-rtl .article-components{
		padding-left:0
	}

	.article-widgets{
		width: 100%;
		margin-top:0
	}

	.item-2-box{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.item-2-image-wrapper{
		width: 100%;
		height: auto;
	}

	.footer-center{
		padding:0;
		flex-direction: column;
		gap:30px 0;
	}

	.footer-center-left-wrapper{
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.footer-center-left{
		justify-content: center;
		text-align: center;
	}

	.footer-social{
		justify-content: center;
	}

	.footer-center-divs{
		width: 100%;
		justify-content: center;
		padding-top:30px;
		border-top:1px solid rgba(255,255,255,.2)
	}

	.footer-center-div{
		justify-content: center;
		text-align: center;
		padding:0
	}

	.copyright-div{
		flex-direction: column;
		gap:15px 0
	}

	.points-banner{
		padding:60px 0 100px 0
	}

	.points-banner-summary{
		display: none;
	}

	.points-card-wrapper{
		width: 33.33%;
	}

	.item-3-box{
		flex-direction: column;
	}

	.item-3-image-wrapper{
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.item-3-top{
		padding-bottom:15px;
		margin-bottom:15px
	}

	.item-3-content-wrapper{
		padding:15px
	}

}

@media (max-width:768px){

	.hidden-768{
		display: none;
	}

	.sub-wrapper{
		display: none;
	}

	.copyright-policies{
		flex-direction: column;
		gap:15px 0
	}

	.f-link{
		padding:8px 10px;
		font-size:12px
	}

	.footer-center{
		flex-direction: column;
		gap:15px 0
	}

	.footer-center-divs{
		flex-direction: column;
	}

	.footer-center-div{
		width: 100%;
		border:1px solid rgba(255,255,255,.5);
		padding:15px;
		text-align: left;
	}

	.footer-center-title{
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.footer-center-title i{
		display: block;
	}

	.footer-center-items{
		display: none;
		margin:0
	}

	.footer-center-div.active .footer-center-items{
		display: flex;
	}
	
	.footer-brands{
		display: none;
	}

	.items-1{
		grid-template-columns: repeat(2,1fr);
	}

	.product-hero{
		display: flex;
		flex-direction: column;
		gap:30px 0
	}

	.specs{
		grid-template-columns: repeat(3,1fr);
	}

	.model-boxes-sections{
		flex-direction: column-reverse;
	}

	.model-boxes-sections:nth-child(2n+1){
		flex-direction: column-reverse;
	}

	.model-boxes-texts-wrapper{
		width: 100%;
	}

	.model-boxes-sections:nth-child(2n+1) .model-boxes-texts{
		padding:0
	}

	.model-boxes-image-wrapper{
		width: 100%;
	}

	.model-boxes-texts{
		padding:0
	}

	.model-videos{
		grid-template-columns: repeat(2,1fr);
	}

	.product-gallery{
		height: 480px;
	}

	.points-card-wrapper{
		width: 50%;
	}

	.blog-first{
		flex-direction: column;
		gap:15px 0
	}

	.blog-first-image{
		width: 100%;
	}

	.blog-first-contents-wrapper{
		width: 100%;
		padding-left:0
	}

	.item-1{
		gap:15px;
	}

	.item-1-image{
		aspect-ratio: unset;
	}

}

@media (max-width:600px){ 

	.item-2-wrapper{
		width: 100%;
	}

	.item-3-wrapper{
		width: 100%;
	}

	.item-3-image-wrapper{
		height: auto;
	}

	.item-4-wrapper{
		width: 50%;
	}

	.footer-top{
        flex-direction: column;
        align-items: center;
        gap:15px 0
    }

	.specs{
		grid-template-columns: repeat(2,1fr);
	}

	.mobile-header-right{
		background: #fff;
		padding:5px 0;
		align-items: center;
		justify-content: center;
	}

}

@media (max-width:480px){ 

	.item-4-wrapper{
		width: 100%;
	}

	.items-1{
		grid-template-columns: 1fr;
	}

	.specs{
		grid-template-columns: 1fr;
	}

	.model-videos{
		grid-template-columns: 1fr;
	}

	.points-card{
		padding:30px 15px
	}

	.autocomplete-wrapper{
		top:27px
	}

}

@media (max-width:430px){ 


}

@media (max-width:400px) {


}