@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
	margin:0;
	padding:0;
	outline:0 none;
	font-family: inherit;
	box-sizing: border-box;
}

:root{

	/** colors */
	--t-color-1:#0095ad;
	--t-color-2:#575656;
	--t-color-3:#f3faff;
	--t-color-4:#e3f9e0;
	--t-color-5:#ad1f24;
	--t-color-6:#F5F8FD;

	--c-color-1:#0095ad;
	--c-color-2:#575656;
	--c-color-3:#f3faff;
	--c-color-4:#e9f9e9;
	--c-color-5:#ad1f24;

	--c-1-rgb:0,149,173;
	--c-2-rgb:87,86,86;
	--c-3-rgb:236,244,255;
	--c-4-rgb:240,247,253;
	--c-5-rgb:227,249,224;

	--c-title:rgba(255,255,255,.6);
	--c-content:#657078;

	/** fonts */

	--font-1:"Manrope", sans-serif;
	--font-2:"Manrope", sans-serif;
	--font-3:"Manrope", sans-serif;
	--font-title:"Manrope", sans-serif;
	--font-content:"Manrope", sans-serif;
}

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

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

body.dark-theme{
	background-color:var(--dark-bg-color);
}

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:1360px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

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

.section-container{
	width:940px;
	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;
}

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

.with-menu .selection{
	margin-block:2vh
}

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

.default-pointer{
    cursor: default!important;
}

.inside .container{
	width: 100%;
}

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

.animated-text span {
	opacity: 0.2;
	display: inline-block;
  }

  .animated-text {
	display: flex;
	flex-wrap: wrap; 
  }

  @keyframes fadeIn {
	to {
	  opacity: 1;
	}
  }

/*--------------
	SUB
---------------*/

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

.sub-left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sub-contact{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color:var(--t-color-2);
	padding:15px 15px;
	gap:0 10px
}

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

.sub-buttons{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.sub-buttons-item{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px;
	color:var(--t-color-2);
	font-style: normal;
	padding:15px
}

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

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

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

.header-wrapper{
	background: #fff;
}

.header{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding:30px 0;
	border-radius: 16px;
	
}

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

.dir-rtl .logo{
	margin-left:0;
	margin-right:15px
}

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

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

.menu-li {
	display: flex;

}

.sub-li{
	position: relative;
}

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

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

.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: 70px;
	min-width: 100%;
	display: block;
	padding: 15px 0;
	list-style-type: none;
	background: #f4f7f9;
}

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

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

.menu-sub ul li a::before{
	content:"";
	display: inline-block;
	width: 0;
	height: 3px;
	background: var(--t-color-1);
	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:16px;
	letter-spacing: .5px;
}

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

.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
}

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

.header-lang{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color:#fff;
	font-size:12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	opacity: .5;
}

.header-lang:hover,.header-lang.active{
	opacity: 1;
}

.mobile-langs{
	display: flex;
	padding:2px 4px;
	align-items: center;
	justify-content: center;
	background: var(--t-color-2);
	gap:0 3px;
	color:var(--t-color-1)
}

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

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

.all-header-scroll{
	padding:0
}

.all-header-scroll .sub-wrapper{
	opacity: 0;
	visibility: hidden;
	display: none;
}

.all-header-scroll.all-header-wrapper{
	position: fixed;
	top:0;
	left:0;
}

.all-header-scroll .header-wrapper{
	background: #fff;
}

.all-header-scroll .logo img{
	max-width: 130px;
}

.all-header-scroll .menu-link{
	color:#212121
}

.mega-menu-wrapper{
	position: absolute;
	top:108px;
	left:0;
	width: 100%;
	padding:5vh 0;
	background-color: #fff;
	border-top:1px solid #e8e8e8;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease 0s;
}

.all-header-scroll .mega-menu-wrapper{
	top:71px
}

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

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

.mega-list li{
	width: 33.33%;
	display: flex;
	margin:8px 0
}

.mega-list li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
	font-size:16px;
	color:#212121
}

.mega-list li a i{
	color:var(--t-color-2)
}

.mega-list li a:hover span{
	text-decoration: underline!important;
	color:var(--t-color-3)
}

.header-search-wrapper{
	position: relative;
	border:1px solid rgba(0,0,0,.5);
	border-radius: 30px;
}

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

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

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

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

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

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

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

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

.footer-top-wrapper{
	padding:90px 0 0 0;
	background-color:var(--t-color-2);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50px 50px 0 0;
}

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

.footer-top-left{
	display: inline-flex;
}

.footer-top-center{
	display: flex;
	flex:1;
	justify-content:center
}

.footer-top-center ul{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:0 45px;
	list-style: none;
}

.footer-top-center ul li a{
	font-size:16px;
	color:#fff;
	position: relative;
}

.footer-top-center ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #fff;
	transition: 0.4s ease all;
	transform: scale(0);
	transform-origin: center;
}

.footer-top-center ul li a:hover::before {
	transform: scale(1);
}

.footer-top-socials ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 15px;
	list-style: none;
}

.footer-top-socials ul li a{
	font-size:40px;
	color:#fff;
}

.footer-center-wrapper{
	background-color: var(--t-color-2);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding:60px 0
}

.footer-center-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #707070;
}

.footer-center{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left:90px
}

.footer-center-contacts{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border:1px solid #707070;
	background: var(--t-color-2);
	padding:0 85px 0 40px;
	height: 80px;
	border-radius: 60px;
	z-index: 20;
	position: relative;
	gap:0 30px
}


.footer-center-contact:first-child{
	padding-right:50px;
	border-right:1px solid #bcbcbc
}

.footer-center-contact-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px;
	color:#fff;
	position: relative;
}

.footer-center-contact-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #fff;
	transition: 0.4s ease all;
	transform: scale(0);
	transform-origin: center;
}

.footer-center-contact-item:hover::before {
	transform: scale(1);
}


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

.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);
}

.copyright-policies{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 15px
}

.copyright-button{
	background: none;
	color:#fff;
	font-size:14px;
	border:none;
	cursor: pointer;
}

.copyright-button:hover{
	text-decoration: underline!important;
}

.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;
}

/*------
FIXED
-------*/

.ikon-menu{
	position: fixed;
	right:15px;
	bottom:15px;
	display: none;
	flex-direction: column;
	align-items: flex-end;
	z-index:9000
}

.go-top{
	background:var(--t-color-1);
	color: #fff;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 100ms ease 0s;
	transition: all 100ms ease 0s;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	margin-bottom:10px
}

.whatsapp{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.w-box-wrapper{
	max-width: 300px;
	display: none
}

.w-box-wrapper.active{
	display: flex;
}

.w-box{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 20px;
	overflow: hidden
}

.w-box-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px;
	background: var(--t-color-1);
	gap:0 20px
}

.w-box-avatar{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	border:1px solid #fff;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5px
}

.w-box-avatar img{
	max-width: 100%;
	max-height: 100%;
}

.w-box-person{
	display: flex;
	flex-direction: column;
	flex:1;
	justify-content: center;
	align-items: flex-start;
	color:#fff
}

.w-box-name{
	width: 100%;
	display: block;
	font-size:13px
}

.w-box-title{
	font-size:12px;
	display: block;
	margin-top:2px
}

.w-box-body{
	width: 100%;
	padding:15px 15px;
	background: #f1f1f1;
}

.w-box-text-wrapper{
	padding:15px;
	position: relative
}

.w-box-text{
	background: #fff;
	padding:15px;
	display: block;
	border-radius: 0 15px 15px 15px;
	position: relative;
	font-size:13px;
	line-height: 19px;
}

.w-box-text::before{
	content:"";
	display: inline-block;
	width:0;
	height: 0;
	border:8px solid transparent;
	border-top-color:#fff;
	border-right-color:#fff;
	position: absolute;
	top:0;
	left:-15px
}

.w-box-footer{
	width: 100%;
	padding:0 15px 15px;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-box-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:12px 25px;
	color:#fff;
	background: var(--t-color-1);
	border-radius: 30px;
	gap:0 5px
}

.w-box-link i{
	font-size:22px
}

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

.w-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width:48px;
	height:48px;
	background: var(--t-color-2);
	border-radius:6px;
	text-align: center;
	font-size:36px;
	color:#fff;
	margin-top:8px;
	box-shadow:2px 2px 13px rgba(0,0,0,0.6);
}

/*---------
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;
}

.intro-page-right{
	display: block;
	width: calc(100% - 374px);
	margin-top:2vh;
	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 ITEMS
----------*/
.page-items{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	padding-block:10vh
}

.page-item-wrapper{
	width: 33.33%;
	position: relative;
	display: flex;
	color:#000;
	padding:0 15px;
	margin:15px 0
}

.page-item{
	display: flex;
	padding:30px;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border:1px solid var(--c-color-1);
	border-radius: 16px;
}

.with-menu .page-item{
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap:20px 0	
}

.page-item-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap:15px 0
}

.page-item-title{
	width: 100%;
	display: block;
}

.page-item-content{
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding:30px 0;
	margin-top:50px;
	border-top:1px solid #c9cdd0
}

.page-item-title{
	display: block;
	text-align: left;
	color:var(--c-color-1);
}

.page-item-content{
	color:var(--c-content)
}


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

.page-updates{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding:30px 0 0 0;
	color:#7e7a7a
}

.page-updates span{
	display: inline-block;
	margin-left:8px
}

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

.banner-all-wrapper{
	position: relative;
	height: 400px;
	display: none;
}

.banner-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--c-color-1);
	position: relative;
	z-index: 200;
}

.banner-wrapper::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	background: rgba(var(--c-1-rgb),.5);
}

.banner-container{
	position: relative;
}

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

.banner-title{
	color:#fff
}


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


.route{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	margin-top:15px;
	background: #f4f7f9;
	padding:9px 15px;
	border-radius: 30px;
}

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

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

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

.route li a{
	display: inline-block;
	color:var(--t-color-1)
}

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

.arama-results-container{
	margin:30px 0 60px 0
}

.arama-item-wrapper{
	width: 100%;
	display: flex;
	margin-top:30px
}

.arama-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:15px;
	background: #fff;
	border-radius: 8px;
}

.arama-item-header{
	width: 100%;
	display: block
}

.arama-item-title{
	width: 100%;
	display: block;
	color:var(--t-color-1)
}

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


/*---------
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
}

/*---------
ITEMS 1
----------*/

.referenz-listing{
	width: 100%;
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-auto-rows: 100px;
	gap: 25px;
	margin: 5vh 0
}

.referenz-listing .listing-item-wrapper{
	position: relative;
	overflow: hidden;
}

.referenz-listing .listing-item-wrapper:nth-child(odd) {
	grid-column: span 1;
	grid-row: span 4;
}

.referenz-listing .listing-item-wrapper:nth-child(even){
	grid-column: span 1;
	grid-row: span 6;
}

.item-1{
    width: 100%;
    display: flex;
    position: absolute;
    background: var(--c-color-2);
	inset:0
}

.item-1-image{
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    inset:0;
    z-index: 1;
    transition:all .4s ease 0s;
}

.item-1-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.item-1-content-wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    padding:3vw;
    background: rgba(0,0,0,.25);
    transition:all .3s ease 0s;
}

.item-1:hover .item-1-content-wrapper{
    background: transparent;
}

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

.item-1-header{
    color:#fff;
    font-family: var(--font-1);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.item-1-title-bold{
    line-height: 40px;
}

.item-1:hover .item-1-title{
    color:#fff
}

.item-1-link{
    display: flex;
    width: 100%;
    color:rgba(255,255,255,.5);
    align-items: center;
    justify-content: space-between;
}

.item-1:hover .item-1-link{
    color:#fff
}

.item-1-link::after{
    content:"";
    display: block;
    position: absolute;
    inset:0;
    z-index: 2;
}


.suggestions-header-wrapper{
	margin-top:5vh
}

.suggestions-wrapper .items-1{
	margin:30px 0 0 0
}

.suggestion-title{
	color:var(--t-color-2);
	width: 100%;
	text-align: center;
}

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

.product-route-wrapper{
	border:1px solid rgba(var(--c-1-rgb),.1);
}

.product-route{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:25px 30px;
	
	border-bottom: 0;
}

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

.product-route li::after{
	content:"/";
	display: inline-block;
	margin:0 10px;
	color:#bbb
}

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

.product-route li a{
	display: inline-block;
	color:#7e7a7a;
	font-family: var(--font-2);
	font-size:14px;
	text-transform: capitalize;
}

.product-route li a:hover{
	color:var(--t-color-1)
}

/*-------------
PRODUCT DETAILS
-------------*/

.product-hero-wrapper{
	margin:3vh 0 3vh 0
}

.product-hero{
	width: 100%;
	display: flex;
	align-items: stretch;
	background: #fff;
	padding:30px;
	border-radius: 16px;
}

.product-hero-image-wrapper{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:30px;
	overflow: hidden;
	flex-shrink: 0;
}

.product-hero-image{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.model-galleries{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom:0
}

.model-big-images-wrapper{
	width: 100%;
	height: 50vh;
	display: flex;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.model-big-images{
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden
}

.model-big-images-swiper{
	width: 100%;
	height: 100%;
	display: flex;
}

.model-big-image-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.model-big-image{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.model-big-image img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.model-thumb-images-wrapper{
	width: 100%;
	position: relative;
	z-index: 30;
	margin-top:0px;
	justify-content: center;
	display: flex;
}

.model-thumb-images{
	width: 100%;
	display: flex;
	overflow: hidden;
	margin: 15px 0 0 0
}

.model-thumb-images-swiper{
	width: 100%;
	height: auto;
	display: flex;
}

.model-thumb-image-wrapper{
	width: 200px;
	height: 100px;
	display: flex;
}

.model-thumb-image{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
	border:1px solid #e8e8e8;
	cursor: pointer;
	padding:8px
}

.model-thumb-image img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.model-thumb-image-wrapper.swiper-slide-thumb-active .model-thumb-image{
	border-color:var(--t-color-2)
}

.product-hero-content-wrapper{
	width: 50%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding:30px 60px;
}

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

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

.product-hero-title{
	width: 100%;
	display: block;
	color:var(--t-color-1)
}

.product-hero-brand{
	width: 100%;
	display: block;
	color:var(--t-color-2)
}

.product-hero-summary{
	width: 100%;
	display: block;
	color:var(--a-dark);
	font-family: var(--font-2);
	font-weight: 300;
}

.product-hero-footer{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:16px 0
}

.product-sale-button{
	width: 100%;
	padding:15px 20px;
	background: var(--t-color-2);
	color:#fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-sale-button:hover{
	background: var(--t-color-3);
}

.product-files{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:4vh;
	gap:1vh 0
}

.product-file-wrapper{
	width: 100%;
	display: flex;
}

.product-file{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border:1px solid var(--t-color-1);
	padding:15px;
	border-radius: 6px;
	color:var(--t-color-1)
}

.product-file-icon{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--t-color-1);
	color:#fff;
}

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

.product-file:hover .product-file-icon{
	background: #fff;
	color:var(--t-color-1)
}

.product-texts{
	width: 100%;
	display: block;
	overflow-x: auto;
}

.product-texts table{
	width: 100%;
	border-collapse: collapse;
	border:1px solid #e8e8e8;
}

.product-texts table td{
	padding:15px;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8
}

.product-texts table tr:nth-child(even) td{
	background: var(--c-color-3);
}

.product-texts table tr:hover td{
	background: #f5f5f5;
}

.product-texts table td table{
	border:0 none!important;
}

.product-texts table td table tr td{
	padding:15px;
	border:0 none;
	background: none!important;
}

.product-texts table td table tr:nth-child(odd) td{
	border-bottom:1px solid #e8e8e8
}

.layout-507-content-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.layout-507-content-container{
	justify-content: center;
}

.layout-507-video-wrapper{
    width: 100%;
    display:block;
	text-align: center
}

.layout-507-video-howto{
	max-width: 100%;
    margin:0 auto;
	display: block
}

.layout-507-video-embed{
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 57.14285714%;
	height: 0;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.with-radius .layout-507-video-embed{
	border-radius: var(--radius-30);
	overflow: hidden;
}

.layout-507-video-object{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

.items-2-container{
	padding:0
}

.items-2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

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

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

.item-2-box{
    width: 100%;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    background: #fff;
	border-radius: 30px;
}

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

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

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

.item-2-overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--t-color-1);
    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-2:hover .item-2-overlay{
    opacity: .5;
    visibility: visible;
    transform:scale(1)
}

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

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

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

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

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

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

.item-2-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
}

.layout-16-box-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	color: var(--c-color-1);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px
}

.item-2:hover .layout-16-box-icon{
	background: var(--c-color-1);
	color:#fff;
}

.item-2:hover .layout-16-box-icon i{
	transform:rotate(-45deg)
}

.dir-rtl .item-2:hover .layout-16-box-icon i{
	transform:rotate(45deg)
}

/*-------------
	MEDYA
--------------*/

.media-selection{
	width: 100%;
	display: block;
	margin:5vh 0
}

.media-header-wrapper{
	margin-bottom:30px;
}

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

.media-items-container{
	align-items: stretch;
	padding:0
}

.media-items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.media-news-item-wrapper{
	width: 33.33%;
	display: flex;
	padding:0 15px;
	margin-bottom:45px;
}

.media-news-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
}

.media-news-item-image{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
}

.media-news-item-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 423 / 260;	
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.media-news-item-date{
	display: inline-flex;
	padding:5px 10px;
	flex-direction: column;
	position: absolute;
	left:5px;
	bottom:5px;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color:var(--c-color-1)
}

.media-news-item-title{
	width: 100%;
	display: flex;
	flex:1;
	padding:30px 15px;
	color:#212121;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.media-news-item:hover .media-news-item-date{
	background: var(--t-color-1);
	color:#fff
}

.media-news-item:hover .media-news-item-title{
	color:var(--t-color-1)
}

.media-gallery-wrapper{
	padding:5vh 0;
	background: rgba(var(--c-1-rgb),.05);
}

.media-gallery-item-wrapper{
	width: 25%;
	display: flex;
	padding:0 15px;
	margin-bottom:45px;
}

.media-gallery-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
	padding:15px;
	border:1px solid #fff;
}

.media-gallery-item-image{
	width: 100%;
	overflow: hidden;
	aspect-ratio: 423 / 300;
	border-radius: 16px;
	position: relative;
	flex:1;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.media-gallery-item-image img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
	display: block;
	margin:0 auto
}

.media-gallery-item-title{
	width: 100%;
	display: flex;
	padding:15px 0;
	color:#212121;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.media-gallery-item:hover{
	border-color:var(--t-color-1)
}

.media-video-item-wrapper{
	width: 33.33%;
	display: flex;
	padding:0 15px;
	margin-bottom:45px;
}

.media-video-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
	padding:15px;
	border:1px solid #fff;
	position: relative;
}

.media-video-item-image{
	width: 100%;
	overflow: hidden;
	aspect-ratio: 423 / 300;
	border-radius: 16px;
	position: relative;
	flex:1;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.media-video-item-image img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
	display: block;
	margin:0 auto
}

.media-video-item-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
}

.media-video-item-overlay i{
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	border-radius: 50%;
	background: rgba(var(--c-1-rgb),.74);
	font-size:clamp(1.5rem, 1.5rem + 1.8917498vw,3.75rem);
}

.media-video-item-title{
	width: 100%;
	display: flex;
	padding:15px 0;
	color:#212121;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.media-video-item-title::before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	inset:0;
	z-index: 200;
	border-radius: 16px;
}

.media-video-item:hover{
	border-color:var(--t-color-1)
}

.media-header-link,.media-footer-link{
	font-size:14px
}

.media-footer-links{
	display: none;
}

/*---------
PRODUCTS
----------*/
.products-container{
	padding:0
}

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

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

.dir-rtl .products-left{
	padding-left:0;
	padding-right:15px
}

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

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

.products-menu-title{
	text-transform: uppercase;
	color:var(--t-color-1)
}

.products-menu-wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom:30px;
	background:rgba(var(--c-1-rgb),.1);
	padding:30px 0 30px 30px;
	gap:30px 0;
	border-radius: 16px;
}

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

.products-menu li{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-right:30px
}

.products-menu li a img{
	border-radius: 50%;
	border:1px solid #fff
}

.products-menu li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px;
	background: rgba(255,255,255,.4);
	border-radius: 30px;
	gap:0 12px;
	color:var(--a-dark)
}

.products-menu li.active{
	padding-right:0
}

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

.products-menu li.active > a{
	border-radius: 30px 0 0 30px;
	background: #fff;
	color:var(--t-color-1)
}

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

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

.products-menu ul li ul {
	padding-left:30px
}

.products-menu ul li ul li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:5px;
	border-radius: 0;
	background: transparent;
}

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

.products-menu ul li ul li.active > a{
	background: transparent;
	color:var(--t-color-1)
}
/*---------
PRODUCTS ITEMS 1
----------*/

.product-items-1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin:60px 0 60px 0
}

.product-items-1-container{
	padding:0
}

.product-item-1-wrapper{
    width: 33.33%;
    display: flex;
    padding:0 15px;
    margin-bottom:30px;
    position: relative;
}

.product-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;
}

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

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

.product-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
}

.product-item-content-top{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.product-item-1-title{
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
    transition: all .3s;
    font-family: var(--font-title);
    color:var(--c-color-1)
}

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

.product-item-1:hover .product-item-1-title{
    color:var(--c-color-2)
}

.product-item-1:hover{
	background: rgba(var(--c-1-rgb),.1);
}

.suggestions-header-wrapper{
	margin-top:5vh
}

.suggestions-wrapper .items-1{
	margin:30px 0 0 0
}

.suggestions-wrapper .product-item-1-wrapper{
	width: 25%;
}

.suggestion-title{
	color:var(--t-color-1);
	width: 100%;
	text-align: left;
}

/*--------
REFERENCES
---------*/

.firms-menu-wrapper{
	margin-top:5vh
}

.firms-menu{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
}

.firms-menu-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:var(--t-color-2);
	border:1px solid var(--t-color-2);
	padding:5px 15px;
	border-radius: 15px;
}

.firms-menu-link.active{
	background: var(--t-color-2);
	color:#fff;
}

.references{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:10vh
}

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

.reference-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: var(--t-color-3);
	padding:30px;
	gap:0;
	position: relative;
	border-radius: 16px;
}

.reference-item-image{
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.reference-item-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:5px 0;
	padding:15px
}

.reference-item-link{
	display: inline-block;
	color:var(--t-color-1);
	font-weight: 600;
	letter-spacing: .5px;
}

.reference-item-link::after{
	content:"";
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.reference-item:hover .reference-item-link{
	color:var(--t-color-2)
}

/*--------------
REFERENCE DETAIL
--------------*/

.reference-hero-image{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-right:15px
}

.reference-hero-image img{
	max-width: 100%;
	height: auto;
	display: block
}

.references-nav-wrapper{
	margin-bottom:10vh
}

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

.reference-nav-item-wrapper{
	display: flex;
	flex:auto;
	padding-right:15px;
}

.reference-nav-item-wrapper:nth-child(2){
	padding-left:15px;
	padding-right:0;
}

.reference-nav-item-wrapper.no-padding{
	padding:0;
}

.reference-nav-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px;
	background: #f8f8f8;
	border-radius: 6px;
}

.reference-nav-item-wrapper:first-child .reference-nav-item{
	flex-direction: row-reverse;
}

.reference-nav-item-image{
	width: 30%;
	height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.reference-nav-item-image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.reference-nav-item-box{
	display: flex;
	flex-direction: column;
	gap:15px 0;
	padding:15px
}

.reference-nav-item-box-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:5px 0
}

.reference-nav-item-info{
	width: 100%;
	display: block;
	color:var(--t-color-2)
}

.reference-nav-item-wrapper:nth-child(2) .reference-nav-item-box{
	text-align: right;
}

.reference-nav-item-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:0 8px;
	color:var(--t-color-1)
}

.reference-nav-item-link:hover{
	text-decoration: underline!important;
}

/*---------
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;
}

.article-content h2{
	font-size:24px;
	line-height: 1.5;
	color:var(--c-color-1);
	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)
}


/*-----------
PATIENT COMMENTS
------------*/

.p-comments-list-wrapper{
	margin-top:60px
}

.p-comments-container{
	padding:0
}

.p-comments{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
	margin-bottom:30px
}

.p-comment-wrapper{
    width: 50%;
    display: flex;
	overflow: hidden;
	position: relative;
	padding:0 15px;
	font-size:0;
	margin-bottom:30px;
}

.p-comment{
    width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border:1px solid transparent;
	transition: all .2s;
	align-items: center;
	position: relative;
	background: var(--c-color-5);
	border-radius: 16px;
}

.p-comment:hover .p-comment-image img{
	transform: scale(1.05);
}

.p-comment-top{
	width: 100%;
	display: flex;
	flex:1;
	padding:30px;
}

.p-comment-summary{
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	line-clamp: 10;
	color:var(--c-light-font-color)
}

.p-comment-bottom{
	width: 100%;
	display: flex;
	padding:15px 30px;
	border-top:1px solid rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:0 20px;
}

.p-comment-title{
    display: block;
	color:var(--c-color-1);
	font-weight: 600;
	text-align: left;
	transition: color .2s ease 0s;
}

.p-comment-stars{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.p-comment-stars i{
	font-size:16px;
	color:var(--t-color-3)
}


/*--------------
	WIDGETS
---------------*/

.w-item{
	width: 100%;
	margin-bottom:30px
}

.widget-1-wrapper{
	width: 100%;
	display: flex;
}

.widget-1{
	width: 100%;
	background: var(--c-color-1);
}

.widget-1-sections{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.widget-1-header{
	width: 100%;
	padding:15px 30px 15px 30px;
	display: block;
	border-left:5px solid var(--t-color-2);
}

.widget-1-sub-title{
	display: block;
	color:var(--t-color-2);
	letter-spacing: 1px;
}

.widget-1-title{
	display: block;
	color:#fff;
	letter-spacing: 1px;
}

#widget-1-form{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:0
}

.widget-1-form-items{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	padding:0 30px 30px 30px;
}

.widget-1-input{
	width: 100%;
	display: block;
	background: transparent;
	border:none;
	border-bottom:1px solid rgba(255,255,255,.75);
	padding:0 5px;
	font-size:16px;
	color:#fff;
	height: 52px;
}

.widget-1-buttons{
	width: 100%;
	margin-top:15px
}

.widget-1-button{
	display: inline-flex;
	padding:10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 15px;
	font-size:16px;
	color:#fff;
	background: var(--t-color-2);
	border:none;
	cursor: pointer;
	text-transform: uppercase;
}

.widget-1-button:hover{
	background: var(--t-color-2);
}

.self-input{
	opacity: 0;
	visibility: hidden;
}

.widget-1-result {
    width:100%;
    display: block;
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 4px;
}    

.widget-1-error {
	display: block;
    width:100%;
    font-size:14px;
    padding:15px;
	color: #ed1c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/*--------------
	WIDGET 2
---------------*/
.widget-2{
    width: 100%;
    display: flex;
    position: relative;
}

.widget-2-clip::before,
.widget-2-overlay{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset:0
}

.dir-rtl .widget-2-clip::before,
.dir-rtl .widget-2-overlay{
    transform:rotateY(180deg)
}

.widget-2-1::before{
    background: var(--t-color-3);
	border-radius: 30px;
}

.widget-2-1 .widget-2-icon{
    background: var(--c-color-2);
}

.widget-2-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    position: absolute;
    right:15px;
    top:15px;
    font-size:30px;
    z-index: 1000;
	border-radius: 50%;
}

.dir-rtl .widget-2-icon{
    right:auto;
    left:0
}

.widget-2-1 .widget-2-icon{
    background: var(--c-color-1);
}

.widget-2-inner{
    width: 100%;
    padding:45px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.widget-2-header {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 30px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(var(--c-1-rgb),.4);
}

.widget-2-title {
    color:var(--t-color-1);
    font-family: var(--font-title);
}

.widget-2-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex:1;
}

.widget-2-content{
    width: 100%;
    display: flex;
    flex:1;
    color:var(--c-content)
}

.widget-2-content ul{
    width: 100%;
    list-style-type: none;
}

.widget-2-content ul li{
    width: 100%;
    display: flex;
    padding:10px 0;
    align-items: center;
    justify-content: space-between;
}

.widget-2-footer{
    width: 100%;
    display: flex;
    margin-top:30px;
}

.widget-2-footer-title{
    color:#fff
}

/*--------------
	WIDGET 3
---------------*/

.widget-3{
    width: 100%;
    display: flex;
    position: relative;
}

.widget-3-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.widget-3-overlay::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    inset:0;
    z-index: 2;
    background:#fff;
	border-radius: 30px;
}

.widget-3-clip::before,
.widget-3-overlay{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset:0
}

.dir-rtl .widget-3-clip::before,
.dir-rtl .widget-3-overlay{
    transform:rotateY(180deg)
}

.widget-3-3::before{
    background: var(--t-color-1);
}

.widget-3-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    position: absolute;
    right:15px;
    top:15px;
    font-size:30px;
    z-index: 1000;
	border-radius: 50%;
}

.dir-rtl .widget-3-icon{
    right:auto;
    left:0;
}

.widget-3-3 .widget-3-icon img{
  max-width: 100%;
  height: auto;
}

.widget-3-inner{
    width: 100%;
    padding:0 30px 30px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.widget-3-header {
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 30px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(0,0,0,.1);
}

.widget-3-title {
    color:var(--t-color-1);
}

.widget-3-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex:1;
}

.widget-3-content{
    width: 100%;
    display: flex;
    flex:1;
    color:var(--t-color-2)
}

.widget-3-footer{
    width: 100%;
    display: flex;
    margin-top:30px;
}

.widget-3-footer-title{
    color:#fff
}

.widget-3-3-link{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:0 10px;
	background: var(--t-color-1);
	padding:15px;
	border-radius: 16px;
}

.widget-3-3-link:hover{
	background: var(--t-color-2);
}

.widget-3-3-link-icon{
    display: block;
    font-size:50px;
    color:#fff;
}

.widget-3-3-link-content{
    display: flex;
    flex-direction: column;
    color:#fff
}

/*----------
WIDGET 4
----------*/

.widget-4-files{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:1vh 0
}

.widget-4-file-wrapper{
	width: 100%;
	display: flex;
}

.widget-4-file{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding:15px;
	border-radius: 6px;
	color:#1d1d1d
}

.widget-4-file-icon{
	width: 24px;
	height: 24px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--t-color-3);
	color:#fff;
}

.widget-4-file:hover{
	background: var(--t-color-3);
	color:#fff;
}

.widget-4-file:hover .widget-4-file-icon{
	background: #fff;
	color:var(--t-color-3)
}

/*----------
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: var(--t-color-3);
}

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

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

.mobile-search-wrapper .header-search{
	border:1px solid var(--t-color-1);
	border-radius: 30px;
}

.mobile-selects{
	width: 100%;
}

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

.rMenu.active{
	right: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: var(--t-color-3);
}

.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,.1);
	color:var(--t-color-1)
}

.rMenu ul li a{
	flex:1;
	display:flex;
	align-items:center;
	padding: 13px 0;
	text-align:left;
	font-size:18px;
	color:var(--t-color-2);
	text-transform: capitalize;
}

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

.rMenu ul li i{
	color:var(--t-color-1)
}

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

.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:14px;
	font-weight: 300;
	color:var(--t-color-2);
	text-decoration:none!important;
	border:none
}

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

.r-menu-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--t-color-1);
}

.r-foot-link{
	flex:1;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	color:#fff;
	background: var(--t-color-1);
	padding:15px
}

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

.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{
	width: 100%;
	position: fixed;
	display: none;
	right:0;
	bottom:0;
	z-index:3000;
	justify-content: flex-end;
}

.fixed{
	width: 100%;
	display: inline-flex;
	align-items: stretch;
	justify-content: space-around;
	background: #f8f8f8;
	border:1px solid #ddd;
	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-2);
	color:#fff
}

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

.fixed-phone{
	background: var(--t-color-2);
	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
--------------*/

.dir-ltr{
	direction:ltr
}

.dir-rtl{
	direction: rtl;
}

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

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

.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(1rem, 1rem + 1.5625vw, 1.875rem);
	line-height: 1.5
}

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

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

.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.5rem, 1.5rem + 1.366263794vw,3.125rem);
	line-height: 1.3;
}

.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-content-14{
	font-size:14px;
	line-height: 21px
}

.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.5
}

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

.f-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	padding:12px 20px;
	transition: all .6s ease 0;
	letter-spacing: 1px;
	gap:0 10px;
	border-width: 2px;
	border-style: solid;
	font-family: var(--font-title);
	background: transparent;
	cursor: pointer;
	touch-action: manipulation;
}

.f-link i{
	transition: all .6s ease 0s;
}

.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:hover{
	background: var(--t-color-2);
	border-color:var(--t-color-2);
	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-4{
	border-color:var(--t-color-4);
    color:var(--t-color-4);
}

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

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

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

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

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

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

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

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

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


.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:1610px) {	

	.cookies-box{
		padding:15px;
	}

}

@media (max-width:1470px) {

	.container{
		width:100%
	}

	.menu{
		gap:0 30px
	}

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

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

	.mega{
		margin-top:72px
	}

}

@media (max-width:1368px) {

	.menu{
		gap:0 30px
	}

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

}

@media (max-width:1359px) {

	.fixed-wrapper{
		display: none;
	}

	.select-trigger{
		display: block;
	}

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

	.sub-wrapper{
		display: none;
	}

	.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
	}

	.products{
		width: 100%;
		flex-direction: column-reverse;
	}

	.products-left{
		width: 100%;
		padding-right:15px
	}

	.products-right,.intro-page-right{
		width: 100%;
		padding-left:0;
		margin-bottom:0
	}

	.product-items-1{
		margin-bottom:0
	}


}

@media (max-width:1280px){


	.banner-all-wrapper{
		height: auto;
	}

	.banner-wrapper{
		padding:5vh 0
	}
}

@media (max-width:1024px){

	.footer-top-wrapper{
		padding:60px 0 0 0
	}

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

	.footer-center{
		padding:0
	}

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

	.footer-center-contacts{
		flex-direction: column;
		padding:15px 30px
	}

	.footer-center-contact:first-child{
		padding:0;
		border:0 none
	}

	.selection{
		margin-block:4vh
	}

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

	.route{
		padding:5px 10px
	}

	.route li a{
		font-size:14px
	}

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

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

	.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
	}

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

	.product-hero{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.product-hero-image-wrapper{
		width: 100%;
		padding:15px
	}

	.model-big-images-wrapper{
		height: auto;
		height: 50vh;
	}

	.product-hero-content-wrapper{
		width: 100%;
		padding:30px 15px
	}

	.referenz-listing .listing-item-wrapper:nth-child(odd) {
		grid-row: span 4;
	}
	
	.referenz-listing .listing-item-wrapper:nth-child(even){
		grid-row: span 4;
	}

	.reference-item-wrapper{
		width: 33.33%;
	}

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

	.item-2-image{
		height: auto;
	}

	.suggestions-wrapper .product-item-1-wrapper{
		width: 33.33%;
	}

	.page-items{
		padding-block:5vh
	}

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

}

@media (max-width:768px){

	.hidden-768{
		display: none;
	}

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

	.referenz-listing .listing-item-wrapper:nth-child(odd) {
		grid-row: span 3;
	}
	
	.referenz-listing .listing-item-wrapper:nth-child(even){
		grid-row: span 3;
	}

	.product-item-1-wrapper{
		width: 50%;
	}

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

	.reference-nav{
		flex-direction: column;
		gap:15px 0
	}

	.reference-nav-item-wrapper{
		width: 100%;
	}

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

	.media-news-item-wrapper{
		width: 50%;
	}

	.media-gallery-item-wrapper{
		width: 33.33%;
	}

	.media-video-item-wrapper{
		width: 50%;
	}

}

@media (max-width:600px){ 

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

	.item-1-image{
		height: auto;
	}

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

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

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

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

	.footer-center-left-wrapper{
		width: 100%;
	}

	.referenz-listing{
		grid-template-columns: 1fr;
	}

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

	.reference-item-image{
		height: auto;
	}

	.reference-nav-item-wrapper{
		padding:0!important
	}

	.reference-nav-item-wrapper:first-child .reference-nav-item,.reference-nav-item{
		flex-direction: column;
	}

	.reference-nav-item-image{
		width: 100%;
		height: auto;
	}

	.reference-nav-item-wrapper:nth-child(2) .reference-nav-item-box,
	.reference-nav-item-box{
		text-align: center;
	}

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

	.suggestions-wrapper .product-item-1-wrapper{
		width: 50%;
	}

	.mobile-header-wrapper{
		flex-direction: column;
		gap:15px 0
	}

	.mobile-header-right-wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
		padding:15px;
		border-radius: 16px;
	}

	.mobile-search-wrapper{
		display: flex;
		flex:1
	}

	.mobile-search-wrapper form{
		width: 100%;
	}

	.mobile-search-wrapper .search-input{
		width: 100%;
	}

}

@media (max-width:480px){ 

	.product-item-1-wrapper{
		width: 100%;
	}

	.suggestions-wrapper .product-item-1-wrapper{
		width: 100%;
	}

	.media-gallery-item-wrapper{
		width: 50%;
	}
	

}

@media (max-width:360px) {


	.footer-top-items{
		display: none;
	}

	.media-news-item-wrapper,
	.media-gallery-item-wrapper,
	.media-video-item-wrapper{
		width: 100%;
	}

}