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

:root{

	/** colors */

	--t-color-1:#283e3c;
	--t-color-2:#526d66;
	--t-color-3:#859994;
	--t-color-4:#2a3f40;
	--t-color-5:#a7b6b1;

	--c-color-1:#283e3c;
	--c-color-2:#526d66;
	--c-color-3:#859994;
	--c-color-4:#2a3f40;
	--c-color-5:#a7b6b1;

	--c-1-rgb:40,62,60;
	--c-2-rgb:82,109,102;
	--c-3-rgb:133,153,148;
	--c-4-rgb:42,63,64;
	--c-5-rgb:167, 182, 177;

	--c-title:#909090;
	--c-content:#2d1437;

	/** fonts */

	--font-1:"Manrope", sans-serif;
	--font-2:"Albert Sans", sans-serif;
	--font-title:"Manrope", sans-serif;
	--font-content:"Albert Sans", 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%; /* 1, 3 */
	max-width:100%;
	width:100%;
	overflow-x: hidden;
	background: #ffffff;
	font-size:16px;
}

select,select option {
font-family: 'Arial', sans-serif;
}

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

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
}

.theme-wrapper{
	width:100%;
	max-width: 1920px;
	padding:0 50px;
	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-container-1720{
	width: 100%;
	max-width: 1750px;
	padding:0 15px
}

.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: center;
	flex-wrap:wrap
}

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

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

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

.all-header-wrapper{
	left:0;
	padding:0;
	position: relative;
	z-index: 7001;
}

.header-wrapper{
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	background:var(--t-color-1);
	padding:0 50px 30px 50px
}

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

.logo{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: relative;
	z-index: 7001;
	width: 20%;
}

.logo-img{
	display: block;
}

.header-right{
	flex:1;
	display: flex;
	flex-direction: column;
	gap:15px 0
}

.header-top{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding:10px 0
}

.header-top-items{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.header-top-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
	margin-right:30px;
	padding-right:30px;
	border-right:1px solid #FFFFFF33;
	color:#fff;
	font-size:14px
}

.all-header-wrapper.active .header-top-item{
	color:var(--t-color-1);
	border-right-color:rgba(var(--c-2-rgb),.48)
}

.header-top-item:last-child{
	margin:0;
	padding:0;
	border:none
}

.header-top-item-link{
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px
}

.all-header-wrapper.active .header-top-item-link{
	color:var(--t-color-1);
}


.header-top-item-link:hover{
	color:var(--c-color-2)
}

.header-top-item-icon svg{
	width: 24px;
	height: 24px;
	color:#fff;
	fill: #fff;
}

.all-header-wrapper.active .header-top-item-icon svg{
	color:var(--t-color-1);
	fill: var(--t-color-1);
}

.header-top-item-link:hover .header-top-item-icon svg{
	color:var(--c-color-2);
	fill: var(--c-color-2);
}

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

.header-bottom-menu{
	flex:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-bottom-menu::after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, transparent 0%, var(--t-color-3) 70%);
}

.menu{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap:0 30px;
	flex:auto
}

.menu-li{
	display: inline-flex
}

.sub-li{
	position: relative;
}

.menu-link{
	display: inline-flex;
	color:#fff;
	margin:7px 0;
	padding:8px 15px;
	position: relative;
	z-index: 200;
	border-radius: 30px;
	white-space: nowrap;
}

.all-header-wrapper.active .menu-link{
	color:var(--t-color-1)
}

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

.all-header-wrapper.active .menu-li:hover .menu-link,
.all-header-wrapper.active  .menu-li.active .menu-link
{
	background:var(--t-color-1);
	color:#fff
}

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

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

.menu-sub ul {
	margin-top: 67px;
	min-width: 100%;
	display: block;
	padding: 15px 0 0 0;
	list-style-type: none;
	background: var(--t-color-1);
	border-bottom:3px solid var(--t-color-2);
}

.menu-sub ul li{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	margin:0 0 4px 0;
	padding:0 30px 0 0;
	border-left:2px solid transparent;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.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-3);
	font-weight: 400;
	z-index: 9000;
}

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

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

.menu-sub ul li:hover{
	border-left-color: var(--t-color-2);
}

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

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

.header-bottom-buttons{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:0 20px;
	position: relative;
	z-index: 1;
}

.header-bottom-actions{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	margin-left:15px
}

.header-lang-link{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 5px;
	color:#fff
}

.all-header-wrapper.active .header-lang-link{
	color:var(--t-color-1)
}

.header-lang-link:hover{
	color:var(--t-color-2)
}

.arora{
	display: inline-flex;
}

.header-search-wrapper{
	position: relative;
	border:1px solid rgba(255,255,255,.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: 270px;
	height: 40px;
	border:none;
	background: transparent;
	padding:0 15px;
	border-radius: 30px 0 0 30px;
	color:var(--c-title);
	font-family: var(--font-2);
	font-size:16px
}

.search-button{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size:20px;
	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:49px;
	left:0;
	width: 100%;
	background: #fff;
	border:1px solid #fff;
	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: 75px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	background: #e8e8e8;
	border-radius: 8px;
}

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

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

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

.mega-show{display: none}
.all-header-wrapper.active .mega-hide{display: none;}
.all-header-wrapper.active .mega-show{display: block;}

/*----------
MEGA MENU
-----------*/
.mega-all-wrapper{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100vh;
	display: none;
	background: #fff;
	overflow: hidden;
	padding-bottom:60px;
	pointer-events: none
}

.mega-li:hover .mega-all-wrapper{
	display: block
}

.mega-wrapper{
	width: 100%;
	height: calc(100% - 90px);
	display: grid;
	grid-template-columns: 25% auto;
	margin-top:115px;
	padding-top:30px;
	pointer-events: all;
	background: #fff;
}

.mega-items-wrapper{
	width: 100%;
	height: calc(100% - 30px);
	display: flex;
	padding-right:30px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top:30px;
	scrollbar-width: thin;
	padding-left:60px;
}

.mega-cat{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:5px 0;
	position: relative;
}

.mega-cat-childs{
	max-height: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: max-height 1s ease 0s;
	padding-left:15px
}

input.mega-cat-checkbox{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:0;
	left:0;
}

input.mega-cat-checkbox:checked + .mega-cat-childs {
    max-height: 600px;
}

.mega-cat-button{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:30px 15px;
	text-transform: uppercase;
	gap:0 30px;
	position: relative;
	background: #859994;
	background: linear-gradient(90deg, rgba(40, 62, 60, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border: none;
	cursor: pointer;
	color:#fff
}

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

.mega-items-list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.mega-item-wrapper{
	width: 100%;
	display: flex;
	margin-bottom:5px
}

.mega-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px;
	text-transform: uppercase;
	gap:0 30px;
	position: relative;
}

.mega-item-image{
	width: 102px;
	height: auto;
	display: block;
	position: relative;
}

.mega-item-image img{
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top;
}

.mega-item-content{
	display: flex;
	flex: auto;
	flex-direction: column;
	gap:0
}

.mega-item-title{
	display: inline-block;
	color:var(--t-color-1)
}

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

.mega-item:hover,.mega-item.active{
	background: #859994;
	background: linear-gradient(90deg, rgba(133, 153, 148, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.mega-item-category{
	color:var(--t-color-2);
	font-size: 12px;
	display: block;
}

.mega-items-list li a:hover,
.mega-items-list li a.active{
	color:var(--t-color-2);
	font-weight: 400;
}

.mega-showcase-wrapper{
	display: flex;
	flex:auto;
	flex-direction: column;
	height: calc(100% - 30px);
	margin-top:30px;
	overflow: hidden;
	position: relative;
}

.mega-showcase{
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	flex-wrap: wrap;
	overflow: auto;
	display: flex;
	scrollbar-width: thin;
	position: absolute;
	inset:0;
	padding:0 0 0 60px;
}

.mega-showcase.active{
	opacity: 1;
	visibility: visible;
}

.mega-detail{
	width: 100%;
	display: flex;
	align-items: stretch;
	padding-right:60px
}

.mega-detail-left{
	width: 25%;
	display: flex;
}

.mega-detail-text{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px 0
}

.mega-detail-title{
	color:var(--t-color-1)
}

.mega-detail-right{
	width: 75%;
	display: flex;
	position: relative;
}

.mega-small-bg{
	width: 322px;
	height: 322px;
	display: block;
	position: absolute;
	right:-15px;
	top:0;
	transition:all .3s ease 0s;
	overflow: hidden;
}

.mega-small-bg img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}

.mega-big-bg{
	width: 70%;
	height: 100%;
	position: absolute;
	right:15px;
	top:30px;
	z-index: 2;
	transition:all .5s ease 0s;
	overflow: hidden;
	opacity: 0
}

.mega-big-bg img{
	width: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}

.mega-model-bg{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	position: absolute;
	z-index: 2;
	bottom:0;
	left:-30px;
	transition:all .6s ease 0s;
}

.mega-model-bg img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: contain;
	object-position: bottom;
}

.mega-showcase.active .mega-small-bg{
	right:0;
}

.mega-showcase.active .mega-big-bg{
	right: 30px;
	opacity: 1;
}

.mega-showcase.active .mega-model-bg{
	left:0
}

.mega-showcase.active .mega-big-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    animation: shineSweep 1.5s ease-out;
    z-index: 2;
}

@keyframes gradientShine {
    0% {
        filter: brightness(1);
    }
    20% {
        filter: brightness(1.3);
    }
    40% {
        filter: brightness(1.6);
    }
    60% {
        filter: brightness(1.3);
    }
    100% {
        filter: brightness(1);
    }
}



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

.all-footer-wrapper{
	position: relative;
	background-image: url(../../../img/site/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1000;
}

.all-footer-wrapper::before{
	content:"";
	display: block;
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	background: rgba(var(--c-1-rgb),.9);
	z-index: 2;
}

.footer-top-wrapper{
	position: relative;
	z-index: 43;
}

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

.footer-left-wrapper{
	width: 64%;
	display: flex;
	padding-inline-end:30px;
}

.footer-right-wrapper{
	width: 36%;
	display: flex;
	padding-inline-start: 30px;
}

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

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

.footer-socials{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:60px 0;
	border-bottom:1px solid rgba(var(--c-3-rgb),.5)
}

.footer-socials-title{
	color:var(--c-color-3)
}

.footer-socials-links{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:0 10px;
	list-style-type: none;
}

.footer-socials-links li a{
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:28px;
	border:1px solid var(--c-color-3);
	color:var(--c-color-3);
}

.footer-socials-links li a:hover{
	border-color: var(--c-color-2);
	background: var(--c-color-2);
}

.footer-left-center{
	width: 100%;
	display: flex;
	padding:60px 0
}

.footer-left-logo{
	width: 40%;
	display: flex;
	flex-direction: column;
	padding-inline-end:60px;
}

.footer-left-logo-image{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer-left-logo-image img{
	max-width: 100%;
	height: auto;
	display: block;
}

.footer-left-logo-bottom{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:60px;
	gap:30px 0
}

.footer-left-logo-text {
	color:var(--c-color-3)
}

.footer-left-logo-link{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 15px;
	color:var(--c-color-3)
}

.footer-left-logo-link i{
	color:var(--c-color-2)
}

.footer-left-divs{
	width: 60%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-left-div-wrapper{
	display: flex;
}

.footer-left-div{
	display: flex;
	flex-direction: column;
	gap:30px 0
}

.footer-left-title{
	width: 100%;
	display: block;
	color:var(--c-color-3)
}

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

.footer-left-list{
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:15px 0
}

.footer-left-list li a{
	display: inline-block;
	color:var(--c-color-3)
}

.footer-left-list li a:hover{
	text-decoration: underline!important;
}

.footer-right{
	padding:30px;
	background: #f4f5f6;
	margin-top:60px
}

.in-page .footer-right{
	margin-top:30px
}

.footer-bottom-wrapper{
	position: relative;
	z-index: 43;
}

.footer-bottom{
	width: 100%;
	display: flex;
	padding:15px 0;
	border-top:1px solid rgba(var(--c-3-rgb),.5)
}

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

.copyright{
	color:var(--c-color-3);
	font-size:14px
}

.footer-form-result-desc {
	color: #ed1c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}


.footer-form-form{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-form-form-element{
    width:100%;
    display: block;
}

.footer-form-item-outer{
    width: 100%;
    display: flex;
    gap:0 15px
}

.footer-form-item-100{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:20px
}

.footer-form-item-50{
    width:50%;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:20px
}

.footer-form-input{
    width:100%;
    display: block;
    padding:0 15px;
    height:60px;
    font-size:14px;
    background:transparent;
    color:#1d1d1d;
    border:1px solid rgba(179,179,179,.8);
}

.footer-form-textarea{
    width:100%;
    display: block;
    padding:15px;
    height:120px;
    resize:vertical;
    font-size:14px;
    line-height: 24px;
    background:transparent;
    color:#1d1d1d;
    border:1px solid rgba(179,179,179,.8);
}

.footer-form-input:focus,.footer-form-textarea:focus{
    border-color:var(--c-color-1)
}

.footer-form-buttons{
    text-align: center;
    justify-content: flex-start;
    margin-top:30px
}

.footer-form-button{
    padding:15px 45px;
    font-size:16px;
    color:#fff;
    border-radius:4px;
    background:var(--c-color-2);
    border:none;
    font-weight: 400;
    cursor: pointer;
    transition:all 300ms ease 0s;
    font-family: var(--font-1);
}

.footer-form-button:hover{
    background:var(--c-color-1);
}

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

.footer-form-result-desc{
    display: block;
    width:100%;
    font-size:14px;
    padding:15px
}

.footer-form-error {
	color: #ed1c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
    border-radius: 4px;
}

.footer-form-check-label{
    position: relative;
    display:flex;
    align-items: center;
    cursor: pointer;
    font-size:14px;
    line-height: 24px;
    color:var(--c-light-font-color)
}

.footer-form-check{
    position: absolute;
    opacity:0;
    visibility: hidden
}

.footer-form-check + span{
    display: inline-block;
    margin-right:10px;
    margin-top:6px
}

.footer-form-check + span:before{
    content:"\f111";
    display: inline-block;
    font-family: "Line Awesome Free";
    color:var(--c-color-1-light);
    font-size:36px;
    font-weight: 900;
}

.footer-form-check:checked + span:before{
    content:"\f058"
}

.footer-form-onay-text{
	font-size:12px
}

.footer-form-onay-text a{
    color:var(--c-color-2);
    text-decoration: underline!important;
    display: inline-block;
}

.dir-rtl .footer-form-check + span{
    margin-left:10px
}

.dir-rtl .footer-form-left-item-value{
    direction: ltr;
    text-align: right;
}

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

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

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

/*--------------------
	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:60px;
	margin-bottom:60px;
	flex-shrink: 0;
	position: relative;
}

.page-right{
	display: block;
	width: calc(100% - 374px);
	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:#fff;
	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:16px;
	letter-spacing: .3px;
	border-radius: 4px;
	color:#1d1d1d;
	font-weight: 400;
	align-items: center;
	justify-content: space-between;
	gap:0 20px;
	position: relative;
	font-family: var(--font-title);
}

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

.page-menu li a i{
	font-size:12px;
	color:var(--t-color-1)
}

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

/*----------
MODELS
-----------*/

.models-sections{
	width: 100%;
	display: flex;
	padding-bottom:60px
}

.models-categories-wrapper{
	width: 20%;
	display: flex;
	height: 100%;
	position: sticky;
	top:60px;
	padding-right:30px;
	flex-shrink: 0;
	margin-top:60px
}

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

.models-categories-title{
	color:var(--c-title);
	font-weight: 700;
	text-transform: uppercase;
}

.models-categories-wrapper{
	display: flex;
}

.models-categories-list{
	width: 100%;
	display: block;
	list-style: none;
}

.models-categories-list li{
	width: 100%;
	display: block;
}

.models-categories-list li a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px 15px 15px 0;
	font-size:20px;
	color:var(--c-title);
	border-bottom:1px solid var(--border-color);
	text-transform: uppercase;
	font-weight: 100;
}

.models-categories-list li a:hover,
.models-categories-list li a.active{
	color:var(--t-color-2);
	font-weight: 400;
}

.models-items-wrapper{
	display: flex;
	flex:auto;
	margin-top:60px
}

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

.models-product-wrapper{
	width: 33.33%;
	padding:0 15px;
	margin-bottom:30px;
	overflow: hidden;
	display: flex;
}

.models-product{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:15px;
	background:#f7f7f7;
	border-radius: 10px;
	gap:30px 0;
	position: relative;
}

.models-product-image{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex:1;
	aspect-ratio: 3 / 2;
}

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

.models-product-title{
	color:var(--t-color-1);
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.models-product-footer{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:15px
}

.models-product-link{
	border:1px solid var(--t-color-5);
	display: flex;
	width: 100%;
	height: 42px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	color:#9a9a9a;
	font-size:16px;
	font-weight: 300;
}

.models-product-link::before{
	content:"";
	position: absolute;
	inset:0;
	border-radius: 10px;
}

.models-product:hover .models-product-link{
	background: var(--t-color-3);
	color:#fff;
}

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

.banner-all-wrapper{
	position: relative;
	height: 300px
}

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

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

.banner-container{
	position: relative;
}

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

.banner-title{
	color:#fff
}

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

.points-banner-all-wrapper{
	position: relative;
	height: auto
}

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

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

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

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

.points-banner-title{
	color:#fff;
	text-align: center;
}

.points-banner-summary{
	width: 60%;
	display: block;
	text-align: center;
	color:rgba(255,255,255,.8)
}

.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-1-rgb),.48);
	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:#fff;
	border-radius: 8px;
	background: linear-gradient(243deg,var(--c-color-1) -31.37%,var(--c-color-2) 44.85%,var(--c-color-3) 95.73%);
	cursor: pointer;
}

.points-banner-search-button:hover {
	background: linear-gradient(243deg,var(--c-color-3) -31.37%,var(--c-color-2) 44.85%,var(--c-color-1) 95.73%);
}

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


.route{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	margin-top:15px;
	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:#fff
}

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

.route li a{
	display: inline-block;
	color:#fff
}

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

/*------------
MODEL NEW SECTION
------------*/

.m-section-wrapper{
	position: relative;
}

.m-section-container{
	width: 100%;
	max-width: 1900px;
}

.m-section{
	width: 100%;
	display: flex;
	align-items: stretch;
	min-height: calc(100vh - 209px);
	justify-content: space-between;
}

.m-section-absolute{
	position: absolute;
	width: 1000%;
	height: 88%;
	left: auto;
	right:47%;
	top:0;
	clip-path:polygon(0% 0%, 100% 0,97.5% 100%, 0% 100%);
	background: var(--t-color-3);
}

.m-section-left-wrapper{
	width: 55%;
	display: flex;
	position: relative;
	padding-right:30px
}

.m-section-left{
	width: 100%;
	display: flex;
	position: relative;
	z-index: 2;
}

.m-section-gallery{
	width: 100%;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-end;
}

.m-section-swiper{
	width: 100%;
	display: flex;
	margin-bottom:15px
}

.m-section-swiper-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-section-swiper-item img{
	max-width: 100%;
	height: auto;
	display: block
}

.m-section-right-wrapper{
	width: 45%;
	display: flex;
	padding-right:60px
}

.m-section-right{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-right:15px
}

.m-section-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	border-bottom:1px solid var(--c-title);
	padding-bottom:15px
}

.m-section-name{
	font-size:clamp(1rem, 1rem + 3.468208092485549vw, 5.714285714285714rem);
	line-height: 1;
	color:#ccc;
}

.m-section-title{
	color:var(--t-color-3);
	font-weight: 400;
}

.m-section-body{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:15px 0;
	gap:30px 0
}

.m-section-motto{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px 0
}

.m-section-motto h3{
	width: 80%;
	display: block;
	font-size:clamp(1rem, 1rem + 1.891749868628481vw, 3.571428571428571rem);
	line-height: 1.25;
	color:var(--c-title)
}

.m-section-motto p{
	color:var(--c-content);
	width: 80%;
}

.m-section-body-bullets{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px
}

.m-g-bullets{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 10px;
	display: none;
}

.ms-section-bullet{
	width: 24px;
	height: 24px;
	display: flex;
	border-radius: 50%;
	border:none;
	border:2px solid #ddd;
	cursor: pointer;
}

.ms-section-bullet:hover,.ms-section-bullet.active{
	border-color: var(--t-color-3);
}

.m-section-footer{
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:60px;
	margin-bottom:15px
}

.m-section-counter{
	display: flex;
	flex:auto;
	align-items: center;
	justify-content: center;
	gap:0 5px;
	position: relative;
	color:var(--c-title)
}

.m-section-counter:first-child{
	justify-content: flex-start;
}

.m-section-counter:last-child{
	justify-content: flex-end;
}

.m-section-counter::after{
	content:"";
	width: 1px;
	height: 100%;
	display: block;
	background: var(--c-title);
	position: absolute;
	right:0;
	top:0;
	bottom:0
}

.m-section-counter:last-child::after{
	display: none;
}

/*------------
MODEL DETAILS
------------*/

.m-t-90{
	margin-top:90px
}

.m-t-60{
	margin-top:60px
}

.model-banner-wrapper{
	height: calc(100vh - 64px);
	background-image: url(../../../img/site/model.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.model-banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	background: rgba(0,0,0, .5);
}

.model-banner-container{
	height: 100%;
	position: relative;
	z-index: 30;
}

.model-banner{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.model-banner-title{
	width: 100%;
	position: absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	font-size:160px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	color:rgba(255,255,255,.55)
}

.model-banner-image{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	z-index: 50;
}

.model-banner-image img{
	max-width: 70%;
	height: auto;
	display: block;
}

.model-motto-container{
	justify-content: center;
}

.model-motto{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	gap:45px 0
}

.model-motto-top{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	gap:30px 0
}

.model-motto-sub-title{
	font-weight: 400;
	color:var(--t-color-2)
}

.model-motto-title{
	font-weight: 900;
	color:var(--c-title)
}

.model-motto-text{
	color:var(--c-content)
}

.motto-catalog{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:60px 0;
	gap:0 15px
}

.motto-catalog-link{
	display: inline-flex;
	padding:15px 15px;
	font-size:16px;
	background: var(--t-color-2);
	color:#fff;
	gap:0 10px;
	align-items: center;
	justify-content: center;
}

.motto-catalog-link:hover{
	background: #ed1c24;
}


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

.model-big-images-wrapper{
	width: 100%;
	height: 70vh;
	
	overflow: hidden;
	display: flex;
	border-radius: 30px;
	padding:0 0 30px 0
}

.model-big-images{
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
	background: var(--item-bg);
	border-radius: 30px;
}

.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: 0 auto

}

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

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

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

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

.model-counters-items-container{
	padding:0
}

.model-counters-items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.model-counter-wrapper{
	width: 25%;
	display: flex;
	padding:0 15px;
	flex:auto;
}

.model-counter{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #f7f7f7;
	align-items: center;
	border-radius: 16px;
}

.model-counter-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:30px 0;
	padding:45px 0
}

.model-counter-count{
	font-size:50px;
	line-height: 50px;
	font-weight: 700;
	color:var(--t-color-1)
}

.model-counter-unit{
	font-size:20px;
	display: inline-block;
	color:var(--t-color-2)
}

.model-counter-title{
	border-top:1px solid var(--t-color-5);
	width: 100%;
	display: block;
	font-weight: 400;
	width: 100%;
	text-align: center;
	font-size:16px;
	line-height: 28px;
	padding:30px 0;
	text-transform: uppercase;
	color:var(--t-color-1)
}

.model-specs-header{
	width: 100%;
	text-align: center;
	color:var(--t-color-1)
}

.model-specs-wrapper{
	margin-top:60px;
}

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

.model-specs-menu{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
	padding:0 15px
}

.model-specs-button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border:none;
	cursor: pointer;
	color:var(--t-color-2);
	padding:0 15px 15px 15px;
	border-bottom:2px solid transparent
}

.model-specs-button.active{
	color:var(--t-color-1);
	border-color:var(--t-color-1)
}

.model-specs-tabs{
	width: 100%;
	display: flex;
	flex-direction: column;
	border:1px solid var(--t-color-5);
	border-bottom: 0;
	border-radius: 16px;
	overflow: hidden;
}

.model-specs-tab{
	width: 100%;
	display: none;
	padding:0 0;
	flex-direction: column;
}

.model-specs-tab.active{
	display: flex;
}

.model-specs-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px 15px;
	border-bottom:1px solid rgba(var(--c-1-rgb),.1);
	font-family: var(--font-2);
	color:var(--c-title)
}

.model-specs-key{
	width: 20%;
	flex-shrink: 0;
	display: flex;
	text-transform: uppercase;
	padding-right:30px
}

.model-specs-value{
	display: flex;
	flex:auto;
	color:var(--c-content)
}

.model-specs-item:nth-child(even){
	background: var(--item-bg);
}

.model-boxes-wrapper{
	margin-bottom:6vh
}

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

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

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

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

.model-boxes-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    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-left .model-boxes-texts-wrapper{
    justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

.x-suggestions-wrapper{
	margin-bottom:90px
}

.x-suggestions-sections{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

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

.x-suggestions-title{
    width: 100%;
    display: block;
    font-family: var(--font-title);
    font-weight: 400;
    text-align: left;
    color:var(--c-title);
}

.x-suggestions-nav{
	gap:0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	align-items: center;
	justify-content: flex-end;
	z-index: 2000;
	pointer-events: none;
}

.dir-rtl .x-suggestions-nav{
	flex-direction: row-reverse;
}

.x-suggestions-nav-button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border:1px solid var(--border-color);
	color:var(--c-title);
	background: transparent;
	cursor: pointer;
	font-size:20px;
	border-radius: 6px;
	pointer-events: all;
}

.x-suggestions-nav-button:hover{
	background:var(--c-color-2);
	border-color: var(--c-color-2);
	color:#fff
}
.x-suggestions-container{
    align-items: stretch;
    overflow: hidden;
}

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

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

.x-suggestion{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: all .3s;
    background: var(--item-bg);
    border-radius: 16px;
	overflow: hidden;
}

.x-suggestion-image{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all .3s;
    overflow: hidden
}

.x-suggestion-image::after{
    content:"";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset:0;
    z-index: 2;
    background: rgba(0,0,0,.52);
    opacity:0;
    visibility: hidden;
}

.x-suggestion-image img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.x-suggestion-box{
    padding:0 40px 0 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 3;
}

.x-suggestion-box-top{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex:1;
}

.x-suggestion-title{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom:20px;
    font-size:20px;
    line-height: 28px;
    font-weight: 500;
    transition: all .3s;
    text-transform: uppercase;
    font-family: var(--font-title);
    color:var(--c-title)
}

.mns-dark .x-suggestion:hover{
    background: #2a2a2a;
}

.x-suggestion:hover .x-suggestion-title{
    color:var(--c-color-2)
}

.x-suggestion-box-links{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
    margin-bottom:30px
}

.x-suggestion-box-link{
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background: #f4f5f6;
    color:#212121;
    border-radius: 16px;
}

.mns-dark .x-suggestion-box-link{
    background: #3a3a3a;
    color:#fff
}

.x-suggestion-box-link::before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    inset:0
}

.x-suggestion:hover .x-suggestion-box-link{
    border-color: var(--c-color-2);
    background: var(--c-color-2);
    color:#fff;
}

.product-details-wrapper{
	position: relative;
	margin-bottom:64px
}

.product-details-nav-wrapper{
	position: relative;
	top: 0;
	position: -webkit-sticky;
	position: sticky;
	overflow-x: scroll;
	z-index: 49;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	transition: box-shadow .2s;
	background: var(--c-color-3);
	border-bottom: 1px solid var(--border-color);
}

.product-details-nav {
	display: flex;
	padding: 0;
	width: 100%;	
	justify-content: center
}

.product-details-nav-item{
	position: relative;
	padding:24px;
	color:#fff;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	flex-shrink: 0;
	font-size:16px;
	letter-spacing: .4px;
	line-height: 16px;
	font-weight: 300
}

.product-details-nav-item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 20px 12px;
	height: 2px;
	background: #fff;
	transform: translateX(250%);
	transition: transform .2s;
	margin: 16px 24px;
}

.product-details-nav-item.active{
	color:#fff
}

.product-details-nav-item.active::after{
	transform:none
}

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

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

.items-2-container{
	padding:0
}

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

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

.item-2{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	border:1px solid var(--c-color-5);
	border-radius: 30px;
	padding:15px;
	position: relative;
}

.item-2-image{
	width: 100%;
	display: block;
	position: relative;
	padding-top:75%;
}

.item-2-image img{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.item-2-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	padding:15px;
	flex:1;
	z-index: 100;
}

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

.item-2-sub-title{
	display: inline-block;
	padding:5px 10px;
	font-size:12px;
	background:#fff;
	color:var(--t-color-1);
	border-radius: 16px;
	position: absolute;
	left:15px;
	bottom:15px;
}

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

.item-2-summary{
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.item-2-links{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:15px
}

.item-2-link {
	border-radius: 30px;
}

.item-2-link::before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	inset:0;
	border-radius: 30px;
	z-index: 200;
}

.item-2:hover{
	background: var(--t-color-5);
}

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

.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-header-title{
	color:var(--c-color-3)
}

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

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

.article-content h2{
	font-size:clamp(1rem,1rem + 0.420388859vw,1.5rem);
	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:clamp(1rem, 1rem + 0.2101944vw,1.25rem);
	line-height: 1.5;
	color:var(--c-color-3);
	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: #f7f7f7;
	overflow: hidden;
	border-radius: 30px;
}

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

.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: 10px;
}

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

.recent-post-title{
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	width: 100%;
	color:var(--c-color-1);
	font-size:15px;
	line-height: 21px;
	font-family: var(--font-2);
}

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

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

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

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

.points-left{
	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: 33.33%;
	display: flex;
	padding:0 15px;
	margin-bottom:30px
}

.points-card{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #f7f7f7;
	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-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-right-wrapper{
	width: 100%;
	flex-shrink: 0;
	display: flex;
}

.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: 500px;
	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;
}


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

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

.mobile-lang{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:5px;
	font-size:14px;
	border:1px solid var(--t-color-3);
	color:var(--t-color-3);
	text-transform: uppercase;
	touch-action: manipulation;
}

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

.rMenu{
	width:100%;
	height:100vh;
	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-1);
	border-bottom:1px solid rgba(255,255,255,.1)
}

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

.r-menu-body{
	width:100%;
	height:auto;
	position:relative;
	padding:45px 15px;
	display: flex;
	flex:1;
	flex-wrap: wrap;
	align-items: flex-start;
	background: var(--t-color-1);
}

.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(255,255,255,.05);
	color:#fff
}

.r-menu-item-top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rMenu ul li a{
	flex:1;
	display:flex;
	align-items:center;
	padding: 13px 0;
	text-align:left;
	font-size:18px;
	color:#fff;
	gap:0 8px
}

.r-menu-link-icon {
	font-size:16px;
	background: var(--t-color-2);
	color:#fff!important;
	padding:3px;
	border-radius: 4px;
	display: block;
}

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

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

.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(--a-dark);
	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: #f1f1f1;
}

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

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

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

.r-foot-link:hover{
	background: #339933;
	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-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:none;
	padding: 0;
	font-size: 18px;
	position: relative;
	z-index: 3000;
}

.toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--t-color-2);
	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;
	color:var(--t-color-3);
	cursor:pointer;
	z-index:5000
}

.close-menu span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--t-color-3);
	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;
	padding:12px 20px;
	transition: all .6s ease 0;
	letter-spacing: 1px;
	gap:0 10px;
	border-width: 1px;
	border-style: solid;
	font-family: var(--font-title);
	background: transparent;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
}

.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-2);
	background: #fff;
	color:var(--t-color-2);
}

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

@media (max-width:1660px) {	

	.cookies-box{
		padding:15px;
	}

	.menu{
		gap:0 15px
	}

	.menu-link{
		font-size:14px;
		padding:5px 10px
	}

	.search-input{
		width: 200px;
	}

	.mega-wrapper{
		margin-top:100px
	}


}

@media (max-width:1470px) {

	.container{
		width:100%
	}

	.menu{
		gap:0 15px
	}

	.arora{
		display: none;
	}

	.search-input{
		height: 30px;
	}

	.search-button{
		width: 30px;
		height: 30px;
		font-size:14px;
	}

}

@media (max-width:1368px) {

	.header-wrapper{
		padding:0 15px
	}

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

	.m-section-right-wrapper{
		padding-right:0;
		padding-left:60px
	}

}

@media (max-width:1359px) {


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

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

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

	.toggle{
		display: block;
	}

	.models-categories-wrapper{
		display: none;
	}

	.models-container{
		padding:0 10px
	}

	.models-items-wrapper{
		margin-top:30px
	}
	
	.models-product-wrapper{
		padding:0 5px;
		margin-bottom:10px;
	}

	.m-section-left-wrapper{
		padding-top:0
	}

	.m-section-right-wrapper{
		padding-top:0
	}


}

@media (max-width:1280px){

	.bordered-section{
		display: none;
	}

	.section-1145-container{
		width: 100%;
	}

	.select-trigger{
		display: block;
	}

	.theme-wrapper{
		padding:0 15px
	}

	.footer-form-item-outer{
        gap:0;
        flex-direction: column;
    }

    .footer-form-item-50{
        width: 100%;
    }

    .footer-form-form-header{
        gap:10px 0
    }

    .footer-form-text{
        width: 100%;
    }

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

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

	.banner-wrapper{
		padding:30px 0
	}

}

@media (max-width:1024px){

	.section-container{
		width: 100%;
	}

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

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

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

	.footer-left-logo{
		display: none;
	}

	.footer-left-divs{
		width: 100%;
		flex-direction: column;
		gap:15px 0
	}

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

	.footer-left-div{
		width: 100%;
	}

	.footer-left-title{
		padding:15px;
		border:1px solid var(--c-color-2);
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.footer-left-list{
		display: none;
	}

	.footer-left-div.active .footer-left-list {
		display: flex; 
		padding-inline-start:15px
	}

	.footer-left-title i {
		display: block;
		transition: transform 0.3s;
	}

	.footer-left-div.active .footer-left-title i {
		transform: rotate(45deg);
	}

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

	.model-banner-wrapper{
		height: auto;
		padding-top:90px;
	}

	.product-details-nav-wrapper{
		display: none;
	}

	.m-section{
		flex-direction: column;
		align-items: flex-start;
	}

	.m-section-absolute{
		clip-path: unset;
		width: 100%;
		left:0;
		right:0;
		display: none;
	}

	.m-section-left-wrapper{
		width: 100%;
		padding-top:30px
	}

	.m-section-swiper-item{
		justify-content: center;
	}

	.m-section-right-wrapper{
		width: 100%;
		padding-top:0;
		padding:0 15px
	}

	.m-section-right{
		max-width: unset;
	}

	.m-section-header{
		justify-content: center;
		text-align: center;
	}

	.m-section-motto{
		align-items: center;
	}

	.m-section-motto h3{
		text-align: center;
	}

	.m-section-motto p{
		text-align: center;
	}

	.m-section-body-bullets{
		display: none;
	}

	.m-g-bullets{
		display: flex;
		margin-bottom:30px
	}

	.m-section-footer{
		margin-top:30px;
		width: 100%;
		justify-content: center;
	}

	.article{
		flex-direction: column;
	}

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

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

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

	.points-card-wrapper{
		padding:0 5px
	}

}

@media (max-width:768px){

	.hidden-768{
		display: none;
	}

	.selection{
		margin-block: 5vh;
	}

	.f-link{
		padding:5px 10px;
	}

	.fixed-wrapper{
		width: 100%;
		right:0;
		bottom:0;
	}

	.fixed{
		width: 100%;
		justify-content: space-evenly;
		border-radius: 0;
	}
	
	.item-1-image{
		max-height: 250px;
	}

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

	.model-boxes-sections{
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: flex-start;
	}

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

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

	.model-boxes-image{
		max-height: unset;
		height: auto;
	}

	.model-boxes-image img{
		max-width: 100%;
		height: auto;
		display: block;
		object-fit: unset;
		object-position: unset
	}

	.model-boxes-texts-wrapper{
		width: 100%;
		justify-content: flex-start;
		padding-block: 4vh;
	}

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

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

	.model-specs-item{
		flex-direction: column;
		align-items: flex-start;
		gap:15px 0
	}

	.model-specs-key{
		width: 100%
	}

	.model-counter-wrapper{
		width: 50%;
		margin-bottom:30px
	}

	.model-motto{
		width: 90%;
	}

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

}

@media (max-width:600px){
	 
	.show-600{
		display: flex;
	}

	.hide-600{
		display: none!important;
	}

	.footer-right{
		padding:10px
	}

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

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

	.motto-catalog{
		flex-direction: column;
		gap:15px 0;
		padding:0 15px
	}

	.motto-catalog-link{
		width: 100%;
	}

	.points-banner{
		padding:30px 0 90px 0
	}

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

	.points-banner-search-wrapper{
		padding:0 15px
	}
	
}

@media (max-width:480px){ 

	.show-480{
		display: flex;
	}

	.hide-480{
		display: none!important;
	}

	.footer-socials-title{
		display: none;
	}

	.footer-socials-links{
		width: 100%;
		justify-content: center;
	}

	.fixed{
		justify-content: center;
	}

	.fixed-item{
		flex:auto;
		justify-content: center;
	}

	.fixed-link{
		width: 100%;
	}

	.fixed-item span{
		display: none;
	}

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

	.models-product-wrapper{
		width: 50%;
	}

	.model-counter-wrapper{
		width: 100%;
	}

	.model-motto{
		width: 100%;
	}

	.points-card-wrapper{
		width: 100%;
		padding:0
	}

}

@media (max-width:390px) {

	.mobile-header-wrapper {
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		align-items: center;
		justify-content: center;
	}

}

@media (min-width:601px){
	.hide-601{
		display: none;
	}
}

@media (min-width:481px){
	.hide-481{
		display: none;
	}
}