/* Block logo transitions during async CSS load — preload class removed by JS after window.load */
html.preload #logo,
html.preload #logo a img,
html.preload .header,
html.preload .header .wrap { transition: none !important; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
figure { margin:0; padding:0; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

/*	Finish RESET	*/

html::-webkit-scrollbar { width:10px; }
html::-webkit-scrollbar-track { background:#666; }
html::-webkit-scrollbar-thumb { background-color: #FFF; border:3px solid #666; }
html { scrollbar-color:#FFF #666; scrollbar-width:thin; }

body { margin:0; color:#111; font-size:15px; font-family:'GT Eesti Pro Display', Arial; font-weight:300; line-height:20px; -webkit-text-size-adjust:100%; text-size-adjust:100%; -webkit-text-size-adjust:100%; }

*::-moz-selection { background:rgba(0,0,0,0.1); }
*::selection { background:rgba(0,0,0,0.1); }

a { color:#000; text-decoration:none;  }
a:hover { color:#67758D; text-decoration:none; }

:root {
	--input-background-color: #FFF;
	--input-border-color: #464F60;
	--input-border-color-inline: #FFF;
	--input-border-color-checked: #198754;
	--input-background-color-checked: #198754;
	--input-border-color-inline-checked: #198754;
	--input-border-color-disabled: #bfbfbf;
	--input-background-color-disabled: #efefef;
	--input-border-color-inline-disabled: #464F60;
	--input-border-color-hover: #198754;
	--input-background-color-hover: #FFF;
	--input-border-color-inline-hover: #464F60;
	--input-border-color-focus: #198754;
}

/* Reset Css */
input, select, textarea, input[type='checkbox'], input[type='radio'] { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; }
input:focus, select:focus, textarea:focus, input[type='checkbox']:focus, input[type='radio']:focus { outline:0; }
input[type='submit'], button { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; outline:0; }

/* Customization checkbox & radio */
input[type='checkbox'], input[type='radio'] { width:24px; height:24px; line-height:24px; min-width:1px !important; margin-right:13px; padding:0; }
input[type='checkbox']::before, input[type='radio']::before { display:block; position:absolute; content:""; width:calc(100% - 2px); height:calc(100% - 2px); background-color:var(--input-background-color); transition:background-color 500ms, border-color 500ms; }
input[type='checkbox']::after, input[type='radio']::after { display:block; position:absolute; content:""; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition:background-color 500ms, border-color 250ms; }

/* Customization checbox */
input[type='checkbox']::before { border:solid 1px; border-color:var(--input-border-color); }
input[type='checkbox']::after { border:solid; border-color:var(--input-border-color-inline); border-width:0 3px 3px 0; width:6px; height:12px; left:8px; bottom:6px; }
input[type='checkbox']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='checkbox']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='checkbox']:checked:not(:disabled)::before { border-color:var(--input-border-color-checked); background-color:var(--input-background-color-checked); }
input[type='checkbox']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='checkbox']:disabled::before { border-color:var(--input-border-color-disabled); background-color:var(--input-background-color-disabled); }
input[type='checkbox']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='checkbox']:checked:not(:disabled):focus::before, input[type='checkbox']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color:var(--input-background-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

/* Customization radio */
input[type='radio']::before { border-radius: 50%; border: solid 1px; }
input[type='radio']::after { border: solid; border-color: var(--input-border-color-inline-checked); border-width:6px; border-radius:50%; width: 0px; height:0px; left:6px; bottom:6px; }
input[type='radio']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='radio']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='radio']:checked:not(:disabled)::before { border-color: var(--input-border-color-checked); background-color: var(--input-background-color); }
input[type='radio']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='radio']:disabled::before {}
input[type='radio']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='radio']:checked:not(:disabled):focus::before, input[type='radio']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='radio']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color: var(--input-background-color); }
input[type='radio']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

input, textarea, select { float:left; font-size:16px; font-family:'GT Eesti Pro Display', Arial; border-radius:0; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:'GT Eesti Pro Display', Arial; font-size:17px; font-weight:500; letter-spacing:1px; }

.input { width:100%; height:50px; padding:0 16px; border-bottom:2px solid rgba(103,117,141,0.5); transition:ease 0.3s; background-color:#FFF; }
.select { background:#FFF url(../images/arrow-select.png) no-repeat right center; background-size:auto 5px; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.input:focus , .select:focus , .get-started-form .input:focus { border-color:#198754; box-shadow:5px 5px 0 rgba(103,117,141,0.1); }

textarea.input { padding-top:13px !important; padding-bottom:13px !important; }

.button { float:none; height:50px; display:inline-block; padding:0 45px 0 25px; cursor:pointer; position:relative; color:#FFF; background-color:#464F60; transition:all 0.3s; overflow:hidden; }
.button:hover { background-color:#003A13; }
	.button::after { content:""; position:absolute; top:0; bottom:0; right:15px; width:20px; background:url(../images/arrow-white-right.png) no-repeat right center / 20px auto; transition:all 0.25s; }
	.button:hover::after { right:12px; }
	
a.button { color:#FFF; font-weight:600; font-size:14px; line-height:50px; }

.terazzi { float:left; width:100%; padding-top:150px; position:relative; overflow:hidden; }
	.wrap , .wrap-slim { margin:0 auto; width:1680px; min-height:10px; position:relative; }
		.wrap-right { float:right; }
		.wrap-left { float:left; }
		.wrap-slim { width:100%; max-width:960px; }

.tac { text-align:center; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100% !important; }
.w50 { float:left; width:50%; }
.w25 { float:left; width:25%; }
.mt30 { margin-top:30px; }
.mt20 { margin-top:20px; }
.mt10 { margin-top:10px; }
.mb30 { margin-bottom:30px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }

/*	Start TOP	*/

.header { position:fixed; top:0; left:0; right:0; height:90px; background-color:rgba(255,255,255,0.85); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); z-index:8000; transition:height 0.4s ease, box-shadow 0.4s ease; }
.nav-up , .nav-down { top:-80px; box-shadow:0 0 40px rgba(0,0,0,0.1); }

	.header .wrap { height:100%; }
	
.header-flex { display:flex; }
	
	#logo { position:absolute; top:20px; left:0; z-index:300; transition:height 0.4s ease, top 0.3s ease; }
	.nav-up #logo , .nav-down #logo { top:80px; }
		#logo a { float:left; position:relative; text-align:center; }
			#logo a img { float:left; width:321.875px; height:100px; transition:height 0.3s ease, width 0.3s ease; }
			.nav-up #logo a img , .nav-down #logo a img { width:151px; height:60px; padding:5px 0 8px 0; }
		
	.nav-icon , .sidebar-icon , .fixed-phone { display:none; }
	
	.header-right { float:right; height:40px; margin:20px 0; position:relative; z-index:1000; }
	
	.header-lang-wrap { float:right; height:50px; position:relative; z-index:100; font-weight:500; font-size:14px; line-height:40px; }
		.header-lang-icon { float:right; width:60px; padding-left:20px; position:relative; cursor:pointer; z-index:250; color:#67758D; transition:all 0.3s; }
		.header-lang-close { box-shadow:inset 2px 0 0; border-radius:8px; }
			.header-lang-icon::before { content:""; position:absolute; top:0; bottom:4px; right:0; width:12px; background:url(../images/arrow-down.png) no-repeat right center / 12px 5px; transition:all 0.3s; }
			.header-lang-close::before { transform:rotate(180deg); }
		
		.header-lang { position:absolute; top:50px; right:0; width:60px; background-color:#67758D; display:none; z-index:300; box-shadow:0 10px 50px rgba(0,0,0,0.15); border-radius:8px; font-size:14px; text-align:center; }
			
			.header-lang::before { 
				content:"";
				border-bottom:4px solid transparent;
				border-left:8px solid transparent;
				border-right:8px solid transparent;
				height:0;
				position: absolute;
				width:0;
				left:50%;
				top:-4px;
				margin-left:-8px;
				border-bottom-color:#67758D;
			}
			
			.header-lang ul { width:100%; }
				.header-lang li { width:100%; }
					.header-lang li a { float:left; width:100%; color:#FFF; box-shadow:inset 0 -1px 0 rgba(255,255,255,0.1); }
					.header-lang li:last-child a { box-shadow:none; }
					.header-lang li a:hover { opacity:0.7; }
	
	.header-social { float:right; padding:0 50px 0 60px; margin-left:60px; position:relative; z-index:1010; border-left:2px solid rgba(103,117,141,0.15); }
		.header-social ul { position:relative; }
			.header-social li { margin-right:15px; }
			.header-social li:last-child { margin-right:0; }
				.header-social li a { float:left; border:1px solid rgba(103,117,141,0.2); border-radius:20px; transition:all 0.3s; }
				.header-social li a:hover { background-color:#F2F2F4; border-color:rgba(103,117,141,0.4); }
					.header-social li a img { float:left; height:40px; margin:-1px; }
	
	.header-phone { float:right; position:relative; z-index:100; }
		.header-phone::after , .header-social ul::after { content:""; position:absolute; left:0; right:0; bottom:-20px; height:1px; background-color:#66748C; opacity:0.2; }
		.header-phone a { float:left; height:40px; padding-left:35px; position:relative; color:#66748C; background:url(../images/icon-call.png) no-repeat 0 0 / auto 100%; }
			.header-phone a small { display:block; padding:1px 0 5px 0; font-size:15px; font-weight:400; letter-spacing:0.5px; line-height:100%; opacity:0.75; }
			.header-phone a:hover small { opacity:1; }
			.header-phone a strong { display:block; font-size:22px; font-weight:500; line-height:20px; }
	
	.header-search-icon { position:absolute; right:0; bottom:0; width:60px; height:60px; background-image:linear-gradient(180deg,rgba(103,117,141,0.15),rgba(103,117,141,0)); border-radius:4px 4px 0 0; cursor:pointer; text-indent:-9999px; z-index:100; overflow:hidden; display:none; }
	.header-search-close { background-image:linear-gradient(0deg,rgba(103,117,141,0.15),rgba(103,117,141,0)); }
		.header-search-icon::before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:url(../images/icon-search.png) no-repeat center / 20px; transition:all 0.25s; }
		.header-search-icon::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:4px; background-color:#67758D; border-radius:4px 4px 0 0; }
		.header-search-close::before { background-image:url(../images/icon-close-2.png); }
		.header-search-close::after { background-color:#464F60; }
	
	.header-search { float:right; width:320px; margin-right:40px; position:relative; z-index:1100; }
		.header-search .input { height:40px; padding:0 74px 0 19px; font-weight:300; font-size:15px; line-height:40px; border-radius:30px; border:1px solid rgba(103,117,141,0.5); background-color:#FFF; }
		.header-search .input:focus { border-color:#464F60; }
		.header-search button { position:absolute; top:5px; right:5px; bottom:5px; width:60px; background:#464F60 url(../images/icon-search-2.png) no-repeat center / 16px; text-indent:-9999px; border-radius:25px; }
		.header-search button:hover { background-size:18px; }
	
	#nav { float:left; width:100%; height:60px; position:relative; z-index:120; transition:all 0.5s; }
	.search-active #nav { opacity:0; transform:scale(0,0); }
		#nav ul { float:right; }
			#nav li { margin-right:20px; position:relative; z-index:10; }
			#nav li:last-child { margin-right:0; }
			#nav li:hover { z-index:20; }
				#nav li > a { float:left; width:100%; padding:0 10px; position:relative; font-weight:400; font-size:20px; line-height:60px; transition:all 0.3s; }
				#nav li:hover > a , #nav li > a.active { color:#67758D; }
					
					#nav li > small { display:none; }
					
					#nav li > a img { float:left; height:80px; padding:30px 0; }
					
					#nav li > a::before { content:""; position:absolute; left:10px; right:100%; bottom:0; height:4px; background-image:linear-gradient(90deg,#67758D,#FFF); transition:all 0.4s; opacity:0; border-radius:4px 4px 0 0; }
					#nav li:hover > a::before , #nav li > a.active::before { right:10px; opacity:1; }
				
				#nav > ul li span { display:none; position:absolute; top:56px; left:-15px; width:260px; }
				#nav > ul li span.nav-pro { width:320px; }
					#nav > ul li span::before { 
						content:"";
						border-top:5px solid transparent;
						border-left:10px solid transparent;
						border-right:10px solid transparent;
						height: 0;
						top:0;
						left:40px;
						position:absolute;
						width:0;
						border-top-color:#67758D;
						z-index:10;
					}
					
					.nav-in { float:left; width:100%; position:relative; overflow:hidden; background-color:#FFF; box-shadow:0 7px 27px rgba(36,58,111,0.2); border-top:2px solid #67758D; display:flex; align-items:center; border-radius:4px; }
						
						.nav-links { float:left; width:100%; padding:15px; display:flex; flex-flow:row wrap; }
							.nav-links > a { float:left; width:100%; padding:10px 15px; position:relative; font-size:15px; font-weight:400; transition:all 0.3s; border-radius:8px; }
							.nav-links > a:hover { background-color:rgba(103,117,141,0.1); }
							.nav-links-block { float:left; width:100%; }
								.nav-links-block a { float:left; width:100%; padding:10px; display:flex; align-items:center; border-radius:8px; transition:all 0.4s; }
								.nav-links-block a:hover { background-color:rgba(103,117,141,0.1); }
									.nav-links-block a picture { float:left; width:50px; height:50px; margin-right:20px; border-radius:25%; overflow:hidden; }
										.nav-links-block a picture img { width:100%; height:100%; object-fit:cover; }
									.nav-links-block a strong { flex:1; font-size:17px; font-weight:500; }

/*	Finish TOP	*/


.controls { height:100%; }
	.slick-prev , .slick-next { 
		position:absolute;
		top:50%;
		width:50px; 
		height:50px; 
		margin-top:-25px;
		text-indent:-9999px; 
		cursor:pointer;
		z-index:1000;
		transition:all 0.2s ease;
		background:#FFF url(../images/arrow-left.png) no-repeat center / 20px 14px;
		border-radius:50%; 
		box-shadow:0 0 27px rgba(51,75,147,0.2);
		}
		
	.slick-prev { left:20px; }
	.slick-next { right:20px; background-image:url(../images/arrow-right.png); }
	
	.slick-prev:hover , .slick-next:hover { background-color:#67758D !important; }
	.slick-prev:hover { background-image:url(../images/arrow-white-left.png); }
	.slick-next:hover { background-image:url(../images/arrow-white-right.png); }
	
	ul.slick-dots { position:absolute; text-align:center; left:0; right:0; bottom:0; padding-top:28px; padding-bottom:28px; z-index:700; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.2)); }
		ul.slick-dots li { float:none; display:inline-block; width:32px; height:3px; margin:0 5px; transition:all 0.3s; }
			ul.slick-dots li button { float:left; width:100%; height:100%; cursor:pointer; transition:all 0.3s; position:relative; text-indent:-9999px; opacity:0.5; }
			ul.slick-dots li button:hover { opacity:0.6; }
				ul.slick-dots li button::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:#FFF; }
			ul.slick-dots li.slick-active button { opacity:1; }
				ul.slick-dots li.slick-active button::after { background-color:#FFF; }

.slider-hero-wrap { float:left; width:100%; position:relative; z-index:800; background-color:#464F60; }
	
	.slider-hero { float:left; width:100%; position:relative; overflow:hidden; }
		.slider-hero .slick-list { overflow:hidden; }
		.slider-hero-item { float:left; width:100%; height:calc(100vh - 140px); min-height:480px; position:relative; overflow:hidden; }
			
			.item-zoom { position:absolute; top:0; bottom:0; left:0; right:0; background-size:cover; background-position:center; background-repeat:no-repeat; transition:all 3s; transform-origin:center; transform:scale(1.5); z-index:-1; }
			.slick-current .item-zoom { transform:scale(1); }
			.item-zoom img { position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%; object-fit:cover; object-position:center; display:block; }
			
			.slider-hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; object-fit:cover; }
			
			.slider-hero-title { position:absolute; bottom:0; left:0; right:0; display:flex; align-items:center; z-index:100; color:#FFF; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.3)); }
				
				.slider-hero-title .wrap { z-index:1000; }
				
				.slider-hero-title-in { float:left; width:44%; padding:65px 0; position:relative; z-index:7700; }
					.slider-hero-title-in::before { content:""; position:absolute; left:0; bottom:0; width:160px; height:8px; background-image:linear-gradient(90deg,#FFF,rgba(255,255,255,0.0)); transition:all 0.4s; border-radius:8px 8px 0 0; }
			
				.slider-hero-title strong, .slider-hero-title h1 { float:left; width:100%; position:relative; font-size:80px; line-height:100%; letter-spacing:-0.5px; }
				.slider-hero-title section { float:left; width:100%; margin-top:30px; position:relative; font-size:18px; font-weight:500; line-height:30px; }
			
			.slider-hero-item picture , .slider-hero-item picture img , .hero-screen picture , .hero-screen picture img { float:left; width:100%; display:none; }
	
	
	.slider-hero ul.slick-dots { background:none; padding-right:60px; padding-bottom:55px; text-align:right; }
		.slider-hero ul.slick-dots li { width:40px; height:40px; }
			.slider-hero ul.slick-dots li button { text-indent:0; color:#FFF; font-size:12px; }
				.slider-hero ul.slick-dots li button::after { top:auto; height:2px; background-color:#FFF; }
	
.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

.slider-wide-wrap { float:left; width:100%; position:relative; }
	.slider-wide { float:left; width:100%; position:relative; overflow:hidden; }
		.slider-wide-item { float:left; width:100%; position:relative; }
			.slider-wide-item a , .slider-wide-item img { float:left; width:100%; }

.hero-bar { position:absolute; left:0; right:0; bottom:0; box-shadow:inset 0 1px 0 rgba(255,255,255,0.1); z-index:800; }
	
	.scroll-down { position:absolute; right:0; bottom:0; width:50%; height:60px; z-index:10; color:#FFF; background-color:#000; cursor:pointer; }
		.scroll-down::before { content:""; position:absolute; top:0; bottom:0; left:40px; width:2px; background-color:#EEE; transition:all 0.3s; }
		.scroll-down:hover::before { background-color:#1892AC; }
		.scroll-down section { float:left; padding-left:40px; margin-top:10px; position:relative; background-color:#000; font-size:10px; letter-spacing:2px; line-height:40px; transition:all 0.3s; z-index:100; }
		.scroll-down:hover section { letter-spacing:4px; }
	
/*	Finish SLIDER	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:710; overflow:hidden; }
.demo-block-wrap .mask { bottom:-1px; }
.mask-top { top:0; bottom:auto; }
.mask-50 { left:50%; }
	.mask > img , .mask-top > img { float:left; width:100%; }

/*	Start FOOTER	*/

.footer-wrap { float:left; width:100%; position:relative; background-color:#F2F2F4; overflow:hidden; }
	
	.footer { float:left; width:100%; padding-top:100px; position:relative; font-size:17px; line-height:30px; }
		.footer::before { content:""; position:absolute; left:-1000px; top:0; bottom:55%; width:1000px; background-image:linear-gradient(180deg,#FFF,#F2F2F4); }
		
		.footer-left { float:left; width:25%; padding-right:60px; position:relative; }
		.footer-right { float:right; width:75%; position:relative; }
		
		.footer-about { float:left; width:100%; }
			.footer-about > img { float:left; height:96px; margin-top:-26px; margin-bottom:60px; }
			.footer-about section { float:left; width:100%; }
				.footer-about section strong { font-weight:500; }
		
		.footer-connect { float:left; width:100%; margin-bottom:30px; position:relative; }
			
			.footer-phone { float:left; }
				.footer-phone a { height:50px; padding-left:70px; padding-top:5px; background-size:auto 30px; background-position:15px center; }
					.footer-phone a::before { content:""; position:absolute; top:0; left:0; width:50px; height:50px; background-color:#FFF; z-index:-1; border-radius:50%; }
			
			.footer-social { float:right; }
				.footer-social li { padding-right:20px; }
				.footer-social li:last-child { padding-right:0; }
					.footer-social li a { float:left; background-color:#FFF; border-radius:50%; transition:all 0.25s; }
					.footer-social li a:hover { background-color:#003913; }
						.footer-social li a img { float:left; width:50px; }
		
		.footer-links-wrap { float:left; width:100%; position:relative; }
		
		.footer-title { float:left; width:100%; padding:39px 0 31px 0; color:#000; font-size:36px; font-weight:400; line-height:40px; }
		.footer-links , .footer-contact { float:left; width:33.33334%; padding:0 10px; }
			.footer-links section { float:left; width:100%; }
				.footer-links ul { width:100%; }
					.footer-links li { width:100%; }
						.footer-links li a { float:left; width:100%; }
		
			.footer-contact section { float:left; width:100%; margin-bottom:30px; }
			.footer-contact section:last-child { margin-bottom:0; }
				.footer-contact section strong { display:block; font-weight:500; color:#000; }
	
	.footer-newsletter { float:left; width:100%; padding:60px 0; margin-top:90px; position:relative; background-image:linear-gradient(180deg,rgba(255,255,255,0.5),rgba(255,255,255,0.0)); text-align:center; }
		
		.footer-newsletter h5 { float:left; width:100%; padding-bottom:30px; font-size:32px; font-weight:300; color:#67758D; line-height:40px; }
			.footer-newsletter h5 strong { font-weight:500; color:#000; }
		
		.footer-newsletter-form { float:left; width:100%; position:relative; z-index:10; }
			.footer-newsletter-form section { float:left; width:100%; margin-bottom:30px; text-align:left; }
			.footer-newsletter-form section:last-child { margin-bottom:0; }
			
			.footer-newsletter-form .input { background-color:transparent; }
			.footer-newsletter-form label { float:left; margin-top:13px; font-weight:400; }
			.footer-newsletter-form .button { float:right; width:240px; padding:0 0 0 25px; text-align:left; }
	
	.copyright { float:left; width:100%; padding:70px 0; position:relative; z-index:10; box-shadow:inset 0 2px 0 rgba(0,0,0,0.06); font-size:15px; line-height:20px; }
		.copyright .left { float:left; width:50%; font-weight:300; }
		.copyright .right { float:right; }
			.copyright .right a { float:left; }
				.copyright .right a img { float:right; height:24px; margin:-2px 0 -2px 7px; }
	
/*	Start CONTENT	*/

.hero-cats { float:left; width:100%; position:relative; overflow:hidden; }
	.hero-cats ul { width:100%; }
		.hero-cats li { width:25%; padding:0 20px; margin-bottom:40px; }
			.hero-cats li a { float:left; width:100%; position:relative; color:#FFF; }
				.hero-cats li a i { float:left; width:100%; position:relative; overflow:hidden; }
				
				.hero-cats li a picture { float:left; width:100%; overflow:hidden; position:relative; background-size:cover; background-position:center; transform-origin:center; transition:all 1.3s; }
					.hero-cats li a:hover picture { transform:scale(1.2,1.2); }
					.hero-cats li a picture img { float:left; width:100%; height:260px; }
				.hero-cats li a section { position:absolute; left:0; right:0; bottom:0; padding:100px 40px 0 40px; background:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.5)); }
					.hero-cats li a strong { float:left; margin-bottom:-5px; position:relative; font-weight:500; font-size:28px; line-height:30px; transition:all 0.4s; }
					.hero-cats li a:hover strong { padding-bottom:15px; }
						.hero-cats li a strong::after { content:""; position:absolute; left:-15px; right:-15px; bottom:-5px; top:-15px; background-color:#464F60; transition:all 0.3s; }
						.hero-cats li a:hover strong::after { z-index:1; }
						.hero-cats li a strong small { float:left; width:100%; position:relative; z-index:10; }
				
		.hero-cats li:nth-child(1) , .hero-cats li:nth-child(4) { width:50%; }
		.hero-cats li:nth-child(4) { float:right; }

.hero-home-wrap { float:left; width:100%; position:relative; overflow:hidden; }
	.hero-home { float:left; width:100%; position:relative; display:flex; align-items:center; }
		.hero-home-left { float:left; width:33.3%; position:relative; }
		.hero-home-right { float:left; width:66.7%; padding-top:80px; padding-bottom:80px; position:relative; background-image:linear-gradient(145deg,#2D333E,#525C70); color:#FFF; }
			
			.hero-home-right::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:var(--hhr-bg,none) no-repeat center / cover; opacity:0.1; mix-blend-mode:overlay; }
			
			.hero-home-stats { float:left; width:50%; position:relative; }
			.hero-home-video { position:absolute; top:80px; bottom:80px; right:-120px; width:calc(50% + 120px); }
				.hero-home-video a { float:left; width:100%; height:100%; position:relative; text-align:center; display:flex; align-items:center; color:#FFF; overflow:hidden; }
					.hero-home-video a picture { position:absolute; left:0; right:0; top:0; bottom:0; background-size:cover; background-position:center; background-repeat:no-repeat; transform-origin:center; transition:all 1.3s; }
					.hero-home-video a:hover picture { transform:scale(1.2,1.2); }
						.hero-home-video a picture::after { content:""; position:absolute; left:0; right:0; top:0; bottom:0; background:linear-gradient(90deg,rgba(0,0,0,0.0),#000); opacity:0.9; }
					.hero-home-video a section { float:left; width:100%; position:relative; font-size:20px; font-weight:500; line-height:30px; z-index:100; }
						.hero-home-video a section small { max-width:250px; display:inline-block; padding-top:20px; padding-bottom:20px; padding-right:120px; text-align:right; background:url(../images/icon-play.png) no-repeat right center / 80px 64px; }

.block-waves { position:relative; }
.block-waves::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/bg-waves.png) no-repeat center / 100% auto; }

.block-narrow { float:left; width:24%; padding-right:40px; position:relative; }
.block-wide { float:right; width:76%; }

.home-certificates { float:left; width:100%; padding-bottom:60px; position:relative; }
	.home-certificates ul { width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; }
		.home-certificates li { flex-basis:calc(16.66667% - 30px); max-width:170px; }
			.home-certificates li a { float:left; width:100%; /* height:180px; */ transition:all 0.3s; overflow:hidden; }
			.home-certificates li a:hover { box-shadow:0 2px 0 #67758D; }
				.home-certificates li a img { float:left; width:100%; filter:grayscale(100%); -webkit-filter:grayscale(100%); opacity:0.7; }
				.home-certificates li a:hover img { filter:none; -webkit-filter:none; opacity:1; }

.slider-collection-out { float:left; width:100%; padding-bottom:20px; margin-top:20px; position:relative; overflow:hidden; }
	.slider-collection-out::before { content:""; position:absolute; top:30%; bottom:0; left:0; right:0; background-color:#F2F2F4; }
	.slider-similar-out::before { content:""; position:absolute; top:30%; bottom:0; left:0; right:0; background:linear-gradient(180deg,#F2F2F4,#FFF); }
	.slider-collection-wrap { float:left; width:100%; position:relative; }
	
	.slider-collection { float:left; width:133.3%; padding-bottom:60px; position:relative; z-index:50; }
		.slider-collection .slick-list { overflow:hidden; }
		
		.slider-collection-item { float:left; width:100%; padding-right:80px; }
		.slider-collection-cta { display:none; }
			.slider-collection-item a { float:left; width:100%; position:relative; overflow:hidden; }
				
				.slider-collection-item a picture { float:left; width:100%; position:relative; overflow:hidden; box-shadow:0 2px 0 #464F60; }
					.slider-collection-item a picture img { float:left; width:100%; transition:all 1.5s; }
					.slider-collection-item a:hover picture img { transform:scale(1.2,1.2); transition:all 1s; }
				
				.slider-collection-item a section { float:left; width:100%; position:relative; z-index:20; transition:all 0.5s; }
					.slider-collection-item a section strong { float:left; padding:28px 0 20px 0; position:relative; font-size:24px; font-weight:400; line-height:30px; }
		
	.slider-collection .slick-prev , .slider-collection .slick-next { top:auto; left:0; bottom:0; background-color:#FFF; box-shadow:none; }
	.slider-collection .slick-next { left:65px; }

.terazzi-catalog { float:left; width:100%; height:680px; position:relative; display:flex; align-items:center; background-image:linear-gradient(180deg,#F2F2F4,#FFF); }
.terazzi-catalog::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:var(--tc-bg,none) no-repeat right center / auto 100%; }
	.terazzi-catalog-in { float:left; width:40%; padding-top:30px; padding-bottom:30px; position:relative; box-shadow:inset 2px 0 0 rgba(0,0,0,0.2); z-index:50; }

.hero-materials { float:left; width:100%; position:relative; z-index:1000; }
	.hero-materials ul { width:100%; }
		.hero-materials li { width:25%; }
			.hero-materials li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; }
				.hero-materials li a::after { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(180deg,rgba(0, 0, 0, 0.0),#000); opacity:0.8; transition:all 1s; }
				.hero-materials li a:hover::after { top:50%; opacity:0.8; }
				.hero-materials li a img { float:left; width:100%; transform-origin:center bottom; transition:all 1.5s; }
				.hero-materials li a:hover img { transform:scale(1.2, 1.2); }
				
				.hero-materials li a section { position:absolute; left:0; right:0; bottom:0; padding:0 40px; z-index:10; transition:all 0.3s; }
					.hero-materials li a section strong { float:left; width:100%; padding:33px 30px 33px 0; position:relative; font-weight:400; font-size:26px; line-height:30px; transition:all 0.3s; }
						.hero-materials li a strong::before { content:""; position:absolute; left:0; bottom:0; width:60px; height:3px; background-color:#FFF; transition:all 1s; }
						.hero-materials li a:hover strong::before { width:100%; }
						.hero-materials li a strong::after { content:""; position:absolute; right:0; bottom:36px; width:20px; height:24px; background:url(../images/arrow-white-right.png) no-repeat center / 100% auto; transition:all 0.3s; }

.hero-material-item { float:left; width:calc(50% - 10px); position:relative; }
.hero-material-item:nth-child(2) { float:right; }
	.hero-material-item img { float:left; width:100%; }

	.hero-material-pin { position:absolute; width:40px; height:40px; margin:-20px 0 0 -20px; z-index:100; text-align:center; }
	.pin-active { z-index:200; }
		
		.hero-material-dot { float:left; width:40px; height:40px; background-color:rgba(255,255,255,0.5); border-radius:50%; cursor:pointer; box-shadow:0 0 33px rgba(0,0,0,0.4); }
			.hero-material-dot::before , .hero-material-dot::after { content:""; position:absolute; top:10px; left:10px; bottom:10px; right:10px; background-color:#003913; border-radius:50%; }
			.hero-material-dot::before { top:-10px; left:-10px; bottom:-10px; right:-10px; background-color:#FFF; opacity:0.3; }
		
		.hero-material-text { position:absolute; top:60px; left:calc(50% - 160px); width:320px; padding:20px 25px; background-color:#FFF; border-radius:8px; display:none; box-shadow:0 7px 20px rgba(0,0,0,0.15); }
		.hero-material-text a { display:block; }
		.pin-active .hero-material-text { display:block; }
			.hero-material-text::before {
				content:"";
				border-bottom:5px solid transparent;
				border-left:10px solid transparent;
				border-right:10px solid transparent;
				height: 0;
				top:-5px;
				left:calc(50% - 10px);
				position:absolute;
				width:0;
				border-bottom-color:#FFF;
				z-index:10;
			}
			.hero-material-text h4 { float:left; width:100%; padding-bottom:10px; font-size:16px; font-weight:500; }
			.hero-material-text section { float:left; width:100%; font-size:17px; line-height:25px; }

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.1); }
}

.why-terazzi { float:left; width:100%; position:relative; text-align:center; }
	.why-terazzi ul { width:100%; display:flex; flex-flow:row wrap; }
		.why-terazzi li { width:20%; padding:0 10px; margin-bottom:20px; }
			.why-item { float:left; width:100%; position:relative; }
				.why-item picture { float:left; width:100%; position:relative; overflow:hidden; }
					.why-item picture img { float:left; width:100%; transform-origin:center; transition:all 1.25s; }
					.why-item:hover picture img { transform:scale(1.25, 1.25); }
					.why-item picture::after { content:""; position:absolute; bottom:0; right:-10px; width:20px; height:20px; background-color:#FFF; transform:skewX(-45deg); z-index:20; }
				.why-item section { float:left; width:100%; padding:0 10px; position:relative; }
					.why-item section small { position:absolute; width:50px; height:50px; top:-30px; left:calc(50% - 25px); z-index:100; font-size:30px; font-weight:500; color:#FFF; line-height:50px; text-align:center; }
						.why-item section small::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:#67758D; z-index:-1; transform:skewY(-10deg); box-shadow:0 -3px 0 #FFF; }
					.why-item section strong { display:block; padding:39px 0 11px 0; font-size:19px; font-weight:500; color:#003913; line-height:30px; }
					.why-item section article { display:block; font-size:17px; line-height:30px; }

.why-wide li { width:100% !important; }
.why-wide .why-item { display:flex; align-items:center; }
.why-wide .why-item picture { width:30%; }
.why-wide .why-item section { width:calc(70% - 60px); padding:0; margin-left:auto; text-align:left; }
.why-wide .why-item section small { left:0; }

.stats { float:left; width:100%; position:relative; z-index:100; color:#67758D; }
.hero-home-stats .stats { color:#FFF; }
	.stats ul { width:100%; padding:22px 0; }
		.stats li { width:25%; }
		.hero-home-stats .stats li { width:100%; margin-bottom:44px; }
		.stats li:last-child { margin-bottom:0; }
			.stats li strong { display:block; margin-bottom:-4px; position:relative; font-size:54px; font-weight:500; color:#000; line-height:60px; }
			.hero-home-stats .stats li strong { color:#FFF; }
			.stats li span { display:block; font-size:19px; line-height:30px; opacity:0.75; }

.block-light { position:relative; background-color:rgba(45,74,138,0.05); }
.block-pink { position:relative; background-image:linear-gradient(135deg,#FFF2F4,#FFF9F9); }
.block-colored { position:relative; background-image:linear-gradient(135deg,#FFE5E8 25%,#C6E9F7); }
.block-terazzi { position:relative; overflow:hidden; }
.block-terazzi::before { content:""; position:absolute; top:0; bottom:0; left:0; right:-60px; background:url(../images/logo-icon.png) no-repeat right 40px / auto 100%; opacity:0.04; }

.block-promo { float:left; width:100%; padding-top:40px; position:relative; background-color:#F7F4FF; }
	.block-promo-content { float:left; width:calc(50% - 120px); position:relative; }
	.block-promo-media { position:absolute; top:0; bottom:1px; right:0; width:50%; background-color:#021F30; }
		.block-promo-media .hero-video , .block-promo-media .hero-video a , .block-promo-media .hero-video a picture { height:100%; border-radius:0; }

.page-title { float:left; width:100%; position:relative; font-size:41px; font-weight:500; color:#003913; letter-spacing:-0.5px; line-height:50px; }
.page-title.xl { font-size:54px; line-height:60px; }
.page-title.space-bottom { margin-bottom:10px; }
.page-title.xl.space-bottom { margin-bottom:20px; }
	
	.page-title a { color:#003913; }
	.page-title a:hover { color:#000; }
	
	.page-title span { display:inline-block; position:relative; }
		.page-title span::after { content:""; position:absolute; left:-8px; right:-8px; bottom:3px; height:4px; background:url(../images/brush.png) no-repeat 0 0 / 100% 100%; }
	
	.page-title strong { font-weight:700; }
	.page-title small { float:left; width:100%; padding-top:5px; padding-bottom:18px; position:relative; font-size:16px; font-weight:500; color:#67758D; letter-spacing:1px; line-height:20px; }
	.page-title small.line { padding-top:25px; }
		.page-title small.line::before { content:""; position:absolute; left:0; top:0; width:80px; height:2px; background-image:linear-gradient(90deg,#67758D,#FFF); opacity:0.4; }
	
.color-white { color:#FFF !important; }

.medium-title { float:left; width:100%; padding:30px 0 20px 0; position:relative; font-size:32px; font-weight:500; line-height:40px; color:#003913; z-index:30; }

.small-title { float:left; padding:32px 0 33px 0; position:relative; font-weight:700; font-size:16px; letter-spacing:1px; line-height:25px; color:#67758D; z-index:30; }
.small-title-white { color:#B06AD7; }
	.small-title::before { content:""; position:absolute; top:0; left:0; width:80px; height:3px; background-color:#B06AD7; }
	.small-title-white::before { background-color:#FFF; }

.page-hero-text { float:left; width:100%; padding-right:10%; position:relative; font-size:41px; color:#151515; line-height:60px; z-index:30; }
	.page-hero-text strong { font-weight:500; }

.page-summary { float:left; width:100%; position:relative; font-size:22px; line-height:40px; z-index:30; }
	.page-summary strong { font-weight:500; }

.page-text { float:left; width:100%; margin-top:2px; position:relative; font-size:19px; line-height:40px; z-index:20; }
.page-text-small { font-size:16px; line-height:30px; word-wrap:break-word; }
.page-text-space { margin:-16px 0 26px 0; }
.page-text-top { margin-top:13px; }
.page-text-white { color:#FFF; }
	.page-text a , .page-text b , .page-text strong { color:#000; }
	.page-text a:hover { color:#67758D; text-decoration:none; }
	.category-seo h2 { font-size:28px; line-height:40px; font-weight:600; margin-top:48px; margin-bottom:12px; }
	.category-seo h3 { font-size:22px; line-height:34px; font-weight:600; margin-top:36px; margin-bottom:10px; }
	.category-seo h4 { font-size:18px; line-height:28px; font-weight:600; margin-top:24px; margin-bottom:8px; }
	.category-seo p { margin-bottom:20px; }
	.category-seo strong, .category-seo b { font-weight:700; color:#000; }
	.category-seo em, .category-seo i { font-style:italic; }
	.category-seo a { color:#67758D; text-decoration:underline; }
	.category-seo a:hover { color:#000; }
	.category-seo ul, .category-seo ol { margin-bottom:20px; padding-left:24px; }
	.category-seo ul li { list-style:disc; margin-bottom:8px; }
	.category-seo ol li { list-style:decimal; margin-bottom:8px; }
	.category-seo h2:first-child, .category-seo h3:first-child, .category-seo h4:first-child { margin-top:0; }
	.color-white a , .color-white b , .color-white strong { color:#FFF; }

.page-photo-wide { float:left; width:100%; min-height:280px; position:relative; background-color:#67758D; border-radius:12px 12px 0 12px; overflow:hidden; }
	.page-photo-wide::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/bg-footer.png) no-repeat 0 0 / 100% auto; }
	.page-photo-wide img { width:100%; height:100%; max-height:540px; min-height:200px; position:relative; object-fit:cover; overflow:hidden; }
	.page-photo-wide::after { content:""; position:absolute; top:0; bottom:0; right:0; width:50%; background:url(../images/mask-2.png) no-repeat right bottom / 100% auto; z-index:20; }
	.static-in .page-photo-wide img { max-height:360px; }

.promo-wrap , .promo { float:left; width:100%; position:relative;  }
	.promo > ul { width:100%; }
		.promo > ul > li { display:flex; margin-bottom:100px; position:relative; }
		.promo-slider > ul > li { display:contents; }
		.promo > ul > li:last-child { margin-bottom:0; }
			
			.promo > ul > li picture { float:right; width:50%; position:relative; text-align:right; }
				
				.promo > ul > li picture figure { float:left; width:100%; padding:0; margin:0; position:relative; overflow:hidden; }
				.promo > ul > li picture img { float:left; width:100%; position:relative; z-index:10; }
			
			.promo-content { float:left; width:calc(50% - 100px); margin-top:42px; position:relative; }
				.promo-content::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/logo-icon.png) no-repeat center bottom / auto 100%; opacity:0.04; mix-blend-mode:multiply; }
				.promo-content .medium-title { padding:2px 0 14px 0; }

			.promo > ul > li:nth-child(even) .promo-content { margin-left:auto; text-align:left; }
			.promo > ul > li:nth-child(even) picture { margin-left:0; text-align:left; }

.promo-dark > ul > li { margin-bottom:0 !important; align-items:center; background-image:linear-gradient(145deg,#2D333E,#525C70); color:#FFF; }
.promo-dark .promo-content { padding-top:40px; padding-bottom:40px; margin-top:0; }
.promo-dark .promo-content::before { opacity:0.14; }

.boxed { float:left; width:100%; position:relative; background-color:#F2F2F4; }
.boxed::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:var(--bx-bg,none) no-repeat center / cover; opacity:0.3; }

.promo-three { float:left; width:100%; position:relative; }
	.promo-three ul { width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; }
		.promo-three li { flex-basis:calc(33.33334% - 30px); max-width:520px; margin-bottom:85px; }
			.promo-three li picture { float:left; width:100%; position:relative; }
				.promo-three li picture::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:#000; opacity:0.04; }
				.promo-three li picture img { float:left; width:100%; }
				.promo-three li .page-text { margin-top:-13px; }

.inner-80 { margin:0 -80px; }
.inner-40 { margin:0 -40px; }
.inner-30 { margin:0 -30px; }
.inner-20 { margin:0 -20px; }
.inner-15 { margin:0 -15px; }
.inner-10 { margin:0 -10px; }
.inner-6 { margin:0 -6px; }
.inner-5 { margin:0 -5px; }
.inner-2 { margin:0 -2px; }

.top-150 { padding-top:150px; }
.top-100 { padding-top:100px; }
.top-50 { padding-top:50px; }
.bottom-150 { padding-bottom:150px; }
.bottom-100 { padding-bottom:100px; }
.bottom-50 { padding-bottom:50px; }

.left-100 { padding-left:100px; }
.right-100 { padding-right:100px; }

.block-gradient , .block-gradient-reverse { float:left; width:100%; position:relative; background-image:linear-gradient(180deg,#FFF,#F2F2F4); }
.block-gradient-reverse { background-image:linear-gradient(180deg,#F2F2F4,#FFF); }
.block-grey { background-color:#F2F2F4; }
.block-border-bottom { border-bottom:2px solid #67758D; }

.link-all { float:left; width:100%; position:relative; text-align:center; z-index:800; }
	.link-all a { display:inline-block; height:40px; padding-top:1px; padding-right:80px; position:relative; font-size:16px; font-weight:500; color:#67758D; letter-spacing:1px; line-height:38px; background:url(../images/arrow-right.png) no-repeat right center / 20px 16px; white-space:nowrap; transition:all 0.3s; }
	.link-all a::before { content:""; position:absolute; top:calc(50% - 1px); right:20px; width:40px; height:2px; background-color:#67758D; transition:all 0.4s; }
	.link-all a:hover::before { width:10px; }
		.link-all a img { float:left; height:60px; padding:4px 0; margin:-10px 15px -10px 0; }

.grayscale { filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.grayscale:hover { filter:none; -webkit-filter:none; }


/*	Start LIST + PRODUCT	*/

.showcase { float:left; width:100%; position:relative; }
.products { margin-bottom:30px; }
	.showcase ul { width:100%; display:flex; justify-content:flex-start; column-gap:45px; flex-wrap:wrap; }
		.showcase li { flex-basis:calc(33.33334% - 30px); max-width:520px; margin-bottom:95px; }
		.products li { flex-basis:calc(33.33334% - 30px) !important; max-width:initial; margin-bottom:15px; }

.product-item { float:left; width:100%; position:relative; }
	.product-item picture { float:left; width:100%; position:relative; overflow:hidden; }
		.product-item picture::after , .promo-three picture::after , .news-item picture::after { content:""; position:absolute; bottom:-1px; right:-15px; width:30px; height:30px; background-color:#FFF; transform:skewX(-45deg); z-index:20; transition:all 0.4s; }
		.product-item:hover picture::after , .news-item:hover picture::after { right:-40px; width:80px; height:80px; }
		.product-item picture img { float:left; width:100%; transition:all 1.5s; }
		.product-item:hover picture img { transform:scale(1.2,1.2); }
	.product-item section { float:left; width:100%; position:relative; overflow:hidden; }
		.product-item section strong { float:left; width:100%; padding-right:35px; margin:34px 0 8px 0; position:relative; font-size:37px; font-weight:400; line-height:40px; }
			.product-item section strong::before { content:""; position:absolute; top:0; bottom:0; right:0; width:20px; background:url(../images/arrow-right.png) no-repeat right center / 20px 16px; }
		.product-item section small { float:left; position:relative; font-size:17px; font-weight:400; color:#66748C; opacity:0.7; transition:all 0.4s; }
		.product-item:hover section small { color:#000; opacity:1; transition:all 0.4s; }
			.product-item section small::after { content:""; position:absolute; bottom:5px; right:-620px; width:600px; height:2px; background-color:#66748C; opacity:0.08; transition:all 0.4s; }
			.product-item:hover section small::after { background-color:#66748C; opacity:0.7; }
		.product-item section article { float:left; width:100%; height:75px; margin-bottom:18px; position:relative; font-size:17px; color:#66748C; line-height:25px; overflow:hidden; }
	
	.products .product-item section { position:absolute; left:0; bottom:0; padding:60px 30px 23px 30px; z-index:10; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.5)); }
		.products .product-item section strong { margin:0; font-size:26px; color:#FFF; line-height:30px; }
			.products .product-item section strong::before { background-image:url(../images/arrow-white-right.png); transition:all 0.3s; }
			.products .product-item:hover section strong::before { opacity:0; }
	
.category-hero { float:left; width:100%; position:relative; display:flex; flex-flow:row wrap; background-color:#F2F2F4; }
	.category-hero-picture { float:left; width:50%; position:relative; text-align:center; overflow:hidden; }
		.category-hero-picture img { float:left; width:100%; height:100%; max-height:480px; object-fit:cover; opacity:0; }
	.category-hero-text { float:right; width:50%; padding-top:80px; padding-bottom:80px; position:relative; background-color:#F2F2F4; display:flex; align-items:center; }
		.category-hero-text::before { content:""; position:absolute; left:0; right:60px; top:40px; bottom:0; background:url(../images/logo-icon.png) no-repeat right 0 / auto 100%; opacity:0.03; }
		.category-hero-text .in { float:left; width:100%; position:relative; }

.filter { float:left; width:100%; margin-top:30px; position:relative; display:flex; align-items:center; }
	.filter small { float:left; font-size:24px; font-weight:400; }
	.filter section { float:right; margin-left:auto; }
		.filter-item { float:left; /* padding:10px; */ margin-right:20px; cursor:pointer; display:flex; align-items:center; /* background-color:#F2F2F4; */ border-radius:4px; }
		.filter-item-selected { background-color:#003913; color:#FFF; }
		.filter-item:last-child { margin-right:0; }
			.filter-item picture { float:left; width:40px; height:40px; position:relative; border-radius:25%; overflow:hidden; }
				.filter-item picture img { width:100%; height:100%; object-fit:cover; }
				.filter-item-selected picture::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:rgba(0,0,0,0.5) url(../images/icon-ok.png) no-repeat center / 20px auto; }
			.filter-item strong { flex:1; padding:0 10px 0 15px; font-size:16px; font-weight:500; }
			
			.filter-item .input { width:250px; }
			.filter-item .select { background-color:#F8F8F9; }

.product-page { position:relative; }
.product-page::before { content:""; position:absolute; top:0; left:0; right:0; height:320px; background-image:linear-gradient(180deg,#F2F2F4,#FFF); opacity:0.8; }

.breadcrumb { float:left; width:100%; padding:20px 0; letter-spacing:0.5px; line-height:40px; overflow:hidden; }
	.breadcrumb a { float:left; color:#777; }
	.breadcrumb a:hover { color:#353535; text-decoration:underline; }
	.breadcrumb i { float:left; width:6px; height:40px; margin:0 25px; background:url(../images/breadcrumb.png) no-repeat center / 6px 16px; opacity:0.5; }
	.breadcrumb strong { float:left; font-weight:500; color:#67758D; } 

.product-wrap { float:left; width:100%; position:relative; display:flex; align-items:center; }
.product-left { float:left; width:57.15%; position:relative; }

.slider-product { float:left; width:100%; position:relative; }
	.slider-product ul { width:100%; }
		.slider-product li { width:80px; margin-bottom:10px; }
		.slider-product li:first-child { float:right; width:calc(100% - 100px); margin-bottom:0; }
			.slider-product li picture { float:left; width:100%; height:80px; padding:3px; border:1px solid #BFC6D0; border-radius:3px; overflow:hidden; }
			.slider-product li picture:hover { border-color:#464F60; }
				.slider-product li img { width:100%; height:100%; display:block; object-fit:cover; }
				.slider-product li:first-child img { border-radius:5px; }
	
.slider-product-new { float:left; width:100%; padding-left:90px; position:relative; text-align:center; }
	.slider-product-new .slick-list { overflow:hidden;  }
		.slider-product-item { float:left; width:100%; position:relative; background-color:#FFF; border-radius:5px; }
			.slider-product-item a { display:inline-block; }
				.slider-product-item a img { max-width:100%; max-height:580px; border-radius:5px; }
		
	.slider-product-new ul.slick-dots { top:0; bottom:auto; width:70px; padding:0; background:none; }
		.slider-product-new ul.slick-dots li { width:70px; height:70px; padding:3px; margin:0 0 10px 0; border:1px solid #BFC6D0; border-radius:3px; transition:none; opacity:0.75; }
			.slider-product-new ul.slick-dots li button { width:100%; height:100%; border:none; opacity:1; border-radius:0; }
				.slider-product-new ul.slick-dots li button::after { display:none; }
		.slider-product-new ul.slick-dots li.slick-active { padding:2px; border:2px solid #67758D; opacity:1; }	
	
	.slider-product-new .slick-prev , .slider-product-new .slick-next { width:40px; height:40px; margin-top:-20px; box-shadow:none; }
	.slider-product-new .slick-prev { left:90px; border-radius:0 6px 6px 0; }
	.slider-product-new .slick-next { right:0; border-radius:6px 0 0 6px; }
	
.product-right { float:right; width:42.85%; position:relative; }
	
	.product-summary { float:left; width:100%; position:relative; font-size:17px; line-height:25px; }
	
	.product-variants { float:left; width:100%; padding:14px 0; margin:20px 0 25px 0; position:relative; border-top:1px solid rgba(102,115,140,0.1); border-bottom:1px solid rgba(102,115,140,0.1); }
		.product-variants-in { float:left; width:calc(100% + 20px); margin-left:-10px; display:flex; flex-flow:row wrap; }
		
		.product-variant-item { flex:1; flex-basis:50%; padding:8px 10px; }
			.product-variant-title { float:left; width:100%; font-size:14px; font-weight:500; color:#67758D; }
			.product-variant-content { float:left; width:100%; }
	
	.product-coloz { float:left; width:100%; padding:30px 0; margin:25px 0 30px 0; position:relative; border-top:1px solid rgba(102,115,140,0.1); border-bottom:1px solid rgba(102,115,140,0.1); }
		.product-coloz small { float:left; font-size:17px; font-weight:500; color:#67758D; line-height:24px; }
		.product-coloz li { margin-left:10px; }
			.product-coloz li picture { float:left; width:30px; height:24px; position:relative; }
				.product-coloz li picture img { width:100%; height:100%; object-fit:cover; }
				.product-coloz li picture::after { content:""; position:absolute; bottom:0; right:-7px; width:10px; height:10px; background-color:#FFF; transform:skewX(-45deg); z-index:20; transition:all 0.4s; }
	
	.product-cta { float:left; width:100%; padding:20px; position:relative; background-color:rgba(102,115,140,0.1); text-align:center; }
		.product-cta ul { width:100%; display:flex; flex-flow:row wrap; }
			.product-cta li { position:relative; }
			.product-cta li:first-child { flex:1; }
			.product-cta li:last-child { float:right; margin-left:auto; }
				.product-cta li a { float:left; font-weight:500; font-size:17px; letter-spacing:1px; line-height:40px; }
					.product-cta li a picture { float:left; height:40px; background-color:#FFF; border-radius:50%; transition:all 0.3s; }
					.product-cta li a:hover picture { background-color:#919CAE; }
						.product-cta li a picture img { float:left; height:40px; padding:10px; }
					.product-cta li a small { float:left; margin-left:15px; }
	
	.product-quantity { float:left; width:90px; margin-right:20px; position:relative; text-align:center; }
		.product-quantity small { position:absolute; right:12px; top:50%; height:10px; margin-top:-4px; font-size:11px; font-weight:500; color:#67758D; line-height:10px; z-index:100; }
		.product-quantity input { float:left; width:100%; height:44px; padding-left:15px; padding-right:10px; margin:-2px 0; border:2px solid rgba(103,117,141,0.5); border-radius:8px; font-size:18px; font-weight:700; line-height:44px; }
		.product-quantity input:focus { box-shadow:none; }
	
.product-advantages { float:left; width:100%; margin:50px 0; position:relative; text-align:center; }
	.product-advantages ul { width:100%; display:flex; align-items:center; }
		.product-advantages li { padding:10px 15px; flex:1; flex-basis:25%; position:relative; }
			.product-advantages li::after , .product-cta li::after { content:""; position:absolute; top:0; bottom:5px; right:-1px; width:2px; background-color:#66728C; opacity:0.12; }
			.product-cta li::after { bottom:0; right:21px; }
			.product-advantages li:last-child::after , .product-cta li:last-child::after { display:none; }
			.product-advantages li section { float:left; width:100%; }
				.product-advantages li section img { height:24px; display:inline-block; }
				.product-advantages li section small { display:block; margin-top:1px; font-weight:400; font-size:17px; color:#000; }

.product-block-wrap { float:left; width:100%; border-bottom:1px solid rgba(102,115,140,0.2); }

.product-block { float:left; width:100%; padding:50px 0 80px 0; position:relative; border-top:1px solid rgba(102,115,140,0.2); }
	.product-block-title { float:left; width:calc(33% - 80px); position:relative; font-size:30px; color:#67758D; line-height:40px; }
	.product-block-content { float:right; width:67%; position:relative; }
		.product-block-text { float:left; width:100%; font-size:19px; line-height:30px; }
		
		.product-sizes { float:left; width:100%; position:relative; }
			.product-sizes > ul { width:calc(100% + 40px); margin-left:-20px; display:flex; flex-flow:row wrap; }
				.product-sizes > ul > li { flex:1; flex-basis:20%; padding:0 20px; }
			
			.product-size-item { float:left; width:100%; }
				.product-size-item picture { float:left; width:100%; }
					.product-size-item picture img { float:left; max-width:100%; max-height:120px; }
				.product-size-item section { float:left; width:100%; margin:30px 0 20px 0; font-size:24px; font-weight:400; line-height:25px; }
				.product-size-item ul { width:100%; }
					.product-size-item li { width:100%; padding:15px 0; border-top:1px solid rgba(102,115,140,0.15); display:flex; align-items:center; }
						.product-size-item li strong { float:left; font-weight:300; color:#67758D; }
						.product-size-item li small { float:right; margin-left:auto; font-weight:500; }



/*	Finish LIST + PRODUCT	*/


.news-list { float:left; width:100%; position:relative; }
	.news-list ul { width:100%; display:flex; flex-flow:row wrap; }
		.news-list li { width:33.33334%; padding:0 30px; margin-bottom:73px; }

.news-item { float:left; width:100%; position:relative; }
	.news-item picture { float:left; width:100%; position:relative; z-index:5; overflow:hidden; }
		.news-item img { float:left; width:100%; transform-origin:center; transition:all 1.25s; }
		.news-item:hover picture img { transform:scale(1.2, 1.2); }
	
	.news-item-text { float:left; width:100%; position:relative; margin-top:27px; }
		.news-item strong { float:left; width:100%; position:relative; font-size:24px; font-weight:400; line-height:30px; overflow:hidden; }
		.news-item section { float:left; width:100%; margin-top:15px; color:#67758D; display:flex; align-items:center; }
			.news-item section span { float:left; margin-right:20px; font-size:40px; font-weight:200; line-height:100%; }
				.news-item section span::after { content:"/"; float:right; margin-left:15px; opacity:0.4; }
				.news-item section small { float:left; font-weight:400; letter-spacing:1px; }

.news-grid-home { float:left; width:100%; }
	.news-grid-home ul { width:calc(100% + 40px); margin-left:-20px; display:flex; flex-flow:row wrap; }
		.news-grid-home li { width:25%; padding:0 20px; margin-bottom:40px; }

	.news-grid-item { float:left; width:100%; position:relative; color:inherit; }
		.news-grid-item picture { float:left; width:100%; position:relative; overflow:hidden; }
			.news-grid-item picture::after { content:""; position:absolute; bottom:-1px; right:-15px; width:30px; height:30px; background-color:#FFF; transform:skewX(-45deg); z-index:20; transition:all 0.4s; }
			.news-grid-item:hover picture::after { right:-40px; width:80px; height:80px; }
			.news-grid-item picture img { float:left; width:100%; transform-origin:center; transition:all 1.25s; }
			.news-grid-item:hover picture img { transform:scale(1.2,1.2); }
		.news-grid-item-text { float:left; width:100%; padding:22px 0 0 0; }
			.news-grid-item-text small { float:left; width:100%; font-size:13px; font-weight:500; color:#67758D; letter-spacing:1px; margin-bottom:8px; }
			.news-grid-item-text strong { float:left; width:100%; font-size:22px; font-weight:400; line-height:30px; color:#003913; margin-bottom:8px; }
			.news-grid-item-text i { float:left; width:100%; font-size:13px; font-weight:400; color:#999; letter-spacing:1px; font-style:normal; }

.news-wrap { float:left; width:100%; position:relative; }
	
	.news-content { float:right; width:calc(100% - 280px); margin-top:10px; position:relative; }
		.news-photo { float:left; width:100%; height:50vh; margin-bottom:15px; position:relative; overflow:hidden; }
			.news-photo img { width:100%; height:100%; object-fit:cover; object-position:center; }
			.news-photo::after { content:""; position:absolute; bottom:0; right:-40px; width:80px; height:80px; background-color:#FFF; transform:skewX(-45deg); z-index:20; }

	.news-sidebar { float:left; width:240px; padding-top:20px; position:relative; }

.news-info { float:left; width:100%; padding:15px 0; margin-bottom:20px; position:relative; border-top:1px solid rgba(0,0,0,0.06); border-bottom:1px solid rgba(0,0,0,0.06); }
	.news-info section { float:left; width:100%; margin-bottom:16px; }
	.news-info section:last-child { margin-bottom:0; }
		.news-info section i { display:block; font-size:13px; font-weight:500; color:#999; letter-spacing:2px; }
		.news-info section strong { display:block; margin-top:-2px; font-weight:500; }

.page-share { float:left; width:100%; position:relative; }
	.page-share ul { width:100%; }
		.page-share li { margin-right:10px; margin-bottom:10px; }
		.page-share li:last-child { margin-right:0; }
			.page-share li a { float:left; border:1px solid rgba(0,0,0,0.1); transition:all 0.25s; border-radius:50%; }
			.page-share li a:hover { border-color:#67758D; }
				.page-share li a img { float:left; height:44px; margin:-1px; }

.gallery { float:left; width:100%; margin-top:20px; position:relative; overflow:hidden; }
	.gallery ul { width:100%; margin-bottom:20px; }
		.gallery li { width:33.33334%; padding:0 5px; margin-bottom:10px; position:relative; }
			.gallery li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; border-radius:8px; }
				.gallery li a::after { content:""; position:absolute; top:15px; right:15px; width:30px; height:30px; background:#CCC url(../images/icon-expand.png) no-repeat center / 12px; border-radius:50%; }
				.gallery li a:hover::after { background-color:#FFF; box-shadow:0 0 10px rgba(0,0,0,0.07); }
				.gallery li a section { float:left; width:100%; position:relative; overflow:hidden; }
					.gallery li a span { float:left; width:100%; background-size:cover; background-position:center top; transform-origin:center; transition:all 0.75s; }
					.gallery li a:hover span { transform:scale(1.1, 1.1); }
						.gallery li a span img { float:left; width:100%; }

.slider-news { float:left; width:100%; position:relative; overflow:hidden; }
	.slider-news::before , .slider-news::after { content:""; position:absolute; top:60px; bottom:60px; left:0; width:100px; background-color:#464F60; z-index:10; }
	.slider-news::after { background:var(--sn-bg,none) no-repeat center / auto 150%; opacity:0.2; mix-blend-mode:overlay; }
	.slider-news-item { float:left; width:100%; position:relative; }
		.slider-news-item picture { float:right; width:50%; position:relative; overflow:hidden; }
			.slider-news-item picture img { float:left; width:100%; transform-origin:center; transform:scale(1.6,1.6); transition:all 2.5s; }
			.slider-news-item.slick-active picture img { transform:scale(1,1); }
		.item-in { position:absolute; top:60px; bottom:60px; left:0; width:calc(50% + 100px); background-color:#F2F2F4; display:flex; align-items:center; }
			.item-in section { float:left; width:100%; padding-top:20px; padding-bottom:20px; position:relative; }
				.item-in section i { float:left; width:100%; margin-top:-6px; font-weight:400; font-size:13px; color:#999; letter-spacing:2px; }
		
	.slider-news .slick-prev , .slider-news .slick-next { top:auto; bottom:0; left:100px; width:60px; height:60px; border-radius:0; background-color:#67758D; background-image:url(../images/arrow-white-left.png); box-shadow:none; }
	.slider-news .slick-next { left:160px; background-color:#475061; background-image:url(../images/arrow-white-right.png); }
	.slider-news .slick-prev:hover , .slider-news .slick-next:hover { background-color:#003913 !important; }

.terazzi-ig { float:left; width:100%; position:relative; }
	.terazzi-ig ul { width:calc(100% + 2px); margin-left:-1px; }
		.terazzi-ig li { width:16.66667%; padding:0 1px; margin-bottom:2px; }
			.terazzi-ig li a { float:left; width:100%; overflow:hidden; }
				.terazzi-ig li a img { float:left; width:100%; transform-origin:center; transition:all 1.4s; }
				.terazzi-ig li a:hover img { transform:scale(1.25,1.25); }


/*	Start LIGHTBOX	*/

.fancybox-slide--iframe .fancybox-content { width:800px; min-height:300px; max-width:80%; max-height:80%; margin:0; }

.my-fancy { display:none; padding:30px !important; border-radius:8px; }
	
	.my-fancy-wrap { width:100%; max-width:800px; max-height:600px; overflow:hidden; overflow-y:auto; }
		.my-fancy-wrap::-webkit-scrollbar { width:5px; }
		.my-fancy-wrap::-webkit-scrollbar-track { background:#EEEEEE; }
		.my-fancy-wrap::-webkit-scrollbar-thumb { background-color:#555; }
		.my-fancy-wrap { scrollbar-color:#FFF #EEEEEE; scrollbar-width:thin; }

.fancy-title { float:left; width:100%; padding:0 20px; margin-bottom:15px; position:relative; font-size:16px; color:#000; }
	.fancy-title::before { content:""; position:absolute; top:50%; left:0; width:50px; height:2px; margin-top:-2px; background-color:#B06AD7; }
	.fancy-title strong { float:left; padding:0 15px; position:relative; font-weight:800; color:#67758D; letter-spacing:1px; background-color:#FFF; }

.fancy-form { float:left; width:100%; }
	.fancy-form .item { float:left; width:50%; padding:0 10px; margin-bottom:20px; }
	.fancy-form .item:last-child { margin-bottom:0; }
	.fancy-form .item-2 { width:calc(50% - 10px); }
		.fancy-form .item-2 label { float:left; width:100%; padding:9px; border:1px solid #999; border-radius:4px; font-weight:600; }
		.fancy-form .item a { font-weight:600; text-decoration:underline; }

.hero-screen { float:left; width:100%; height:calc(100vh - 140px); position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; }
.hero-screen-50 { height:calc(50vh - 70px); }
	.hero-screen .slider-hero-title-in { width:75% !important; }

.hero-promo { float:left; width:100%; position:relative; overflow:hidden; }
	.hero-promo a { float:left; width:100%; position:relative; }
		.hero-promo a::before , .hero-promo a::after { content:""; position:absolute; top:50%; left:50%; width:800px; height:800px; margin:-400px 0 0 -400px; border:1px solid #FFF; border-radius:50%; z-index:9; opacity:0.3; transition:all 1s; }
		.hero-promo a::after { transform:scale(1.7,1.7); }
		.hero-promo a:hover::before { transform:scale(0.8, 0.8); opacity:1; }
		.hero-promo a:hover::after { transform:scale(1.3, 1.3); opacity:1; }
		.hero-promo a picture { float:left; width:100%; position:relative; overflow:hidden; text-align:center; }
		.hero-promo-video a picture::after { content:""; position:absolute; top:calc(50% - 100px); left:calc(50% - 100px); width:200px; height:200px; background:rgba(0,0,0,0.2) url(../images/icon-play.png) no-repeat center / 80px 64px; z-index:100; border-radius:50%; transition:all 0.5s; }
		.hero-promo-video a:hover picture::after { background-color:#003913; }
			.hero-promo a picture figure { float:left; width:100%; height:100%; padding:0; margin:0; background-size:cover; background-position:center; background-repeat:no-repeat; transform-origin:center; transition:all 1.5s; }
			.hero-promo a:hover picture figure { transform:scale(1.2, 1.2); }
			.hero-promo a picture figure::after { content:""; position:absolute; left:0; right:0; top:0; bottom:0; background-color:#000; mix-blend-mode:overlay; transition:all 0.7s; opacity:0.3; }
			.hero-promo a:hover picture figure::after { bottom:100%; opacity:0; }
			.hero-promo a picture figure img { float:left; width:100%; max-height:600px; }

.sub-hero-wrap { float:left; width:100%; position:relative; background-image:linear-gradient(145deg,#A2B8F2,#7B2BBA); overflow:hidden; }
	.sub-hero-wrap .mask { display:none; }
	.sub-hero { float:left; width:100%; height:55vh; max-height:480px; min-height:320px; position:relative; z-index:100; background-size:cover; background-position:center; background-repeat:no-repeat; }
	.sub-hero-slim { height:320px !important; max-height:initial !important; min-height:initial !important; }
		.sub-hero-slim::before , .sub-hero-slim::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/bg-circles.jpg) no-repeat center 0 / 100% auto; }
		.sub-hero-slim::after { right:50%; background-image:url(../images/bg-water-drops.png); }
	
	.sub-hero-in { position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/hero-mask.png) no-repeat 0 80% / 100% auto; z-index:200; }
		.sub-hero-title { float:left; width:100%; padding:262px 0 88px 0; position:relative; font-size:41px; line-height:50px; color:#FFF; }

#canvas { position:absolute; bottom:-75px; left:-10px; right:-10px; width:calc(100% + 20px) !important; z-index:700; }

.simple-list { float:left; width:100%; margin-top:10px; font-size:18px; line-height:25px; }
	.simple-list ul { width:100%; display:flex; flex-flow:row wrap; }
		.simple-list li { width:100%; padding:0 20px 20px 30px; position:relative; display:inline-block; vertical-align:top; background:url(../images/icon-ok.png) no-repeat 0 4px / 17px auto; }
		
.block-two { width:48%; }

.certificates { float:left; width:100%; text-align:center; overflow:hidden; }
	.certificates ul { width:100%; display:flex; flex-flow:row wrap; }
		.certificates li { width:25%; padding:0 20px; margin-bottom:50px; }
			.certificates li a , .certificates li section { float:left; width:100%; height:100%; padding:30px 0; position:relative; overflow:hidden; display:flex; flex-direction:column; flex:1 1; background-image:linear-gradient(180deg,#F2F2F4,#FFF); }
				.certificates li picture { float:left; width:100%; padding:0 20px; position:relative; overflow:hidden; }
					.certificates li picture img { display:inline-block; max-width:100%; max-height:250px; position:relative; z-index:10; }
				.certificates li strong { float:left; width:100%; padding:24px 0 21px 0; position:relative; font-weight:500; }

.article-text { float:left; width:100%; margin:25px 0; position:relative; font-size:15px; line-height:180%; overflow:hidden; }
	
	.article-text h2 , .article-text h3 , .article-text h4 { display:block; margin-bottom:30px; font-size:32px; font-weight:700; color:#334B93; line-height:120%; }
	.article-text h3 { font-size:28px; margin-bottom:20px; }
	.article-text h4 { font-size:24px; margin-bottom:20px; }
	
	.article-text a { font-weight:600; }
	.article-text a:hover { text-decoration:underline; }
	
	.article-text img { max-width:100%; }

	.article-text ul , .article-text ol , .page-text ul , .page-text ol { float:none; padding-left:15px; padding-bottom:20px; display:table; font-weight:500; }
	.article-text ol , .page-text ol { padding-left:30px; display:inline-block; }
		
		.article-text ul li , .page-text ul li { width:100%; padding-left:25px; margin-bottom:15px; position:relative; }
			.article-text ul li::before , .page-text ul li::before { content:""; position:absolute; top:9px; left:0; width:4px; height:4px; border:2px solid #A566E6; border-radius:50%; }
			.page-text ul li::before { top:13px; }
		
		.article-text ol li , .page-text ol li { width:100%; margin-bottom:15px; display:list-item; list-style:decimal; }
		.article-text ul li:last-child , .article-content ol li:last-child , .page-text ul li:last-child , .page-text ol li:last-child { margin-bottom:0; }
			.article-text ol li::marker , .page-text ol li::marker { font-weight:600; }
	
	.article-text table { width:100%; }
		.article-text table img { min-width:140px; border-radius:8px; }
		.article-text table td { vertical-align:top; }

.sale-points-wrap { float:left; width:100%; margin-top:50px; position:relative; }
	
	.sale-points-sidebar { float:left; width:340px; position:relative; }
		.sale-points-choose { float:left; width:100%; position:relative; }
			.sale-points-choose .input { font-weight:500; font-size:15px; letter-spacing:0.5px; background-color:#F6F6F8; }
		.sale-points-apply { float:left; width:100%; padding-bottom:30px; margin:21px 0 30px 0; position:relative; border-bottom:1px solid #EEE; line-height:25px; }
			.sale-points-apply article { float:left; width:100%; font-size:17px; }
			.sale-points-apply strong { float:left; width:100%; padding-left:30px; margin-top:19px; font-size:20px; line-height:30px; background:url(../images/icon-call.png) no-repeat 0 0 / auto 100%; }
	
	.sale-points { float:right; width:calc(100% - 400px); position:relative; }
		.sale-points ul { width:100%; display:flex; flex-flow:row wrap; }
			.sale-points li { width:50%; padding:0 20px; margin-bottom:40px; }
				.sale-points li section { float:left; width:100%; height:100%; padding:40px; padding-top:0 !important; position:relative; background-color:#F6F6F8; overflow:hidden; }
					.sale-points li section::after { content:""; position:absolute; bottom:0; right:-10px; width:20px; height:20px; background-color:#FFF; transform:skewX(-45deg); z-index:20; }
					.sale-points li section h4 { float:left; width:100%; padding:40px 0 30px 0; position:relative; font-size:24px; font-weight:500; color:#000; letter-spacing:0.5px; }
						.sale-points li section h4::before { content:""; position:absolute; top:0; left:0; width:40px; height:2px; background-color:#66748C; }
					.sale-points li section i { float:left; width:100%; margin-bottom:4px; font-size:13px; font-weight:600; letter-spacing:2px; }
					.sale-points li section article { float:left; width:100%; margin-bottom:21px; font-size:17px; letter-spacing:1px; }
					.sale-points li section > a { float:left; margin:-5px 0; font-size:13px; font-weight:600; letter-spacing:2px; line-height:30px; transition:all 0.3s; }
						.sale-points li section > a::after { content:""; float:right; width:20px; height:30px; margin-left:10px; background:url(../images/arrow-right.png) no-repeat right center / 20px auto; transition:all 0.3s; opacity:0.5; }
						.sale-points li section > a:hover::after { margin-left:15px; opacity:1; }


/*	Start CONTACT	*/
	
.accordion { float:left; width:100%; }
	.accordion-section { float:left; width:100%; border-bottom:1px solid rgba(0,0,0,0.07); }
	
	.accordion-section-title { float:left; width:100%; padding:30px 45px 30px 30px; position:relative; font-size:21px; font-weight:400; color:#67758D; border-top:1px solid rgba(0,0,0,0.07); z-index:10; }
	.accordion-section-title:hover { color:#000; }
	.accordion-section-title.active { color:#000 !important; }
		.accordion-section-title::after { content:""; position:absolute; top:0; bottom:0; right:20px; width:14px; background:url(../images/arrow-down.png) no-repeat center / 100% auto; transition:all 0.3s; }
		.accordion-section-title.active::after { transform:rotate(180deg); }
		.accordion-section-title section { float:left; }

	.accordion-section-content { float:left; width:100%; padding:0 30px 40px 30px; position:relative; display:none; }
		.accordion-section-text { float:left; width:100%; font-size:17px; line-height:30px; }
	
.contact-item { padding:80px 100px; margin-bottom:100px; background-image:linear-gradient(145deg,#2D333E,#525C70); }
	.contact-item::before { right:50%; opacity:0.06; }
	.contact-item-map { position:absolute; right:0; top:0; bottom:0; width:50%; text-align:center; overflow:hidden; }
		.contact-item-map img { width:100%; height:100%; object-fit:cover; }
	.contact-item-in { float:left; width:calc(50% + 100px); padding-top:80px; padding-bottom:80px; position:relative; background-color:#FFF; box-shadow:0 0 33px rgba(0,0,0,0.1); z-index:100; }
		.contact-item-in section { float:left; width:100%; margin-top:20px; position:relative; font-size:19px; font-weight:500; line-height:24px; display:flex; align-items:center; }
			.contact-item-in section picture { float:left; width:40px;  }
				.contact-item-in section picture img { float:left; height:30px; }
			.contact-item-in section small { flex:1; padding-left:20px; }

.contact-form { float:left; width:100%; margin-top:40px; position:relative; z-index:1000; }
	
	.form-item { float:left; width:50%; padding:0 15px; margin-bottom:30px; position:relative; }
	.form-item-text { margin-top:-10px; color:#666; }
	.form-item:last-child { margin-bottom:0; }
		.form-item label { float:left; width:100%; }
		.form-item section { float:left; width:100%; font-size:16px; font-weight:600; margin-bottom:-10px; }
		.form-item i { float:left; width:100%; font-weight:500; margin:-10px 0 5px 0; }
		
		.security-code img { float:left; width:120px; height:50px; margin-right:10px; padding:3px; border:1px solid #999; background-color:#FFF; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
		.security-code a.refresh { float:left; width:50px; height:50px; text-indent:-9999px; background:#FFF url(../images/refresh.png) no-repeat center center / 24px; border:1px solid #999; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
		.security-code a:hover.refresh { background-color:#EEE; }
	
	.contact-form .form-item label { float:left; width:100%; margin-bottom:15px; }
	.contact-form .form-item label:last-child { margin-bottom:0; }
		.contact-form .form-item label a { font-weight:500; text-decoration:underline; }

.contact-map { float:right; width:50%; height:600px; padding-top:10px; margin-top:-60px; position:relative; border-radius:8px; overflow:hidden; background-image:linear-gradient(90deg,#A2B8F2,#7B2BBA); z-index:900; }
	
	.upload { float:left; width:100%; height:50px; position:relative; text-align:center; }

		.upload section {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			border-bottom:2px solid #1892AC;
			font-weight:500;
			font-size:16px;
			line-height:48px;
			z-index:2;
		}
		.upload:hover section { background-color:#FFF; }
			
			.upload section::after { content:""; position:absolute; top:0; bottom:0; right:0; width:50px; background:url(../images/icon-clip.png) no-repeat center / auto 16px; }

		.upload input {
			display:block !important;
			width:100% !important;
			height:100% !important;
			opacity:0 !important;
			overflow:hidden !important;
			position:absolute;
			left:0;
			top:0;
			z-index:3;
			cursor:pointer;
		}
	
/*	Start PAGINATION	*/

.virtual-tour { float:left; width:100%; height:calc(100vh - 140px); position:relative; }

.pages { float:left; width:100%; position:relative; font-size:16px; font-weight:600; line-height:50px; text-align:center; }
	
	.pages ul { width:100%; margin-bottom:-15px; }
		.pages li { float:none; display:inline-block; padding:0 7px; }
			.pages li a { float:left; width:50px; height:50px; color:#999; transition:all 0.4s; box-shadow:inset 0 -2px 0 rgba(0,0,0,0.06); }
			.pages li a:hover { box-shadow:inset 0 -2px 0 #000; }
			.pages li a.current { box-shadow:inset 0 -2px 0 #000; color:#000; }
				
.cookies-wrap { position:fixed; right:20px; bottom:0; width:400px; z-index:7950; display:none; }
	.cookies { float:left; width:100%; padding:25px 30px 20px 30px; position:relative; background-color:rgba(45,74,138,0.93); backdrop-filter:blur(13px); -webkit-backdrop-filter:blur(13px); color:rgba(255,255,255,0.8); border-radius:8px 8px 0 0; border-bottom:2px solid #B06AD7; font-weight:500; box-shadow:0 0 22px rgba(255,255,255,0.2); }
		.cookies::before { content:""; position:absolute; right:15px; top:15px; left:15px; bottom:0; background:url(../images/icon-cookies.png) no-repeat 0 top / 60px auto; opacity:0.15; }
		.cookies section { float:left; width:100%; position:relative; }
		.cookies-close { position:absolute; top:-14px; right:20px; width:28px; height:28px; }
			.cookies-close span { float:left; width:100%; height:100%; position:relative; border-radius:8px; text-indent:-9999px; background:#B06AD7 url(../images/icon-close.png) no-repeat center / 12px; cursor:pointer; border:2px solid #FFF; }
			.cookies-close span:hover { background-color:#000; }

.block-flexed { float:left; width:100%; position:relative; display:flex; }
.align-center { align-items:center; }
.block-flexed .block-wide { flex:1; width:auto; }
.block-flexed .block-narrow.fr { float:right; width:auto; margin-left:80px; }

.block-flexed-cta , .cta-xl { float:right; width:120px; height:120px; margin-left:80px; text-align:center; }
.cta-xl { width:240px; height:240px; text-align:left; }
	.block-flexed-cta a { float:left; width:100%; height:100%; position:relative; border:1px solid #67758D; border-radius:50%; font-size:13px; font-weight:500; color:#67758D; letter-spacing:1px; line-height:118px; background-color:#FFF; transition:all 0.4s; }
	.block-flexed-cta a:hover { border-color:#003913; color:#003913; }
		.block-flexed-cta a::before { content:""; position:absolute; top:calc(50% - 20px); left:-11px; width:30px; height:40px; background:#FFF url(../images/arrow-right.png) no-repeat right center / 20px 16px; transition:all 0.25s; }
		.block-flexed-cta a:hover::before { width:40px; }
		.block-flexed-cta a::after { content:""; position:absolute; top:calc(50% - 1px); left:-31px; width:40px; height:2px; background-color:#67758D; transition:all 0.25s; }
		.block-flexed-cta a:hover::after { left:-11px; width:20px; }
		.block-flexed-cta a small { display:inline-block; height:118px; padding-top:1px; padding-left:10px; text-align:right; }

	.cta-xl a { float:left; width:100%; height:100%; padding:28px; position:relative; border:2px solid #67758D; font-size:17px; font-weight:500; color:#67758D; transition:all 0.4s; display:flex; flex-direction:column; flex:1 1; }
	.cta-xl a:hover { background-color:#FFF; border-color:#003913; color:#003913; }
		.cta-xl a small { float:left; width:100%; padding:15px 30px 15px 0; margin-top:auto; position:relative; border-bottom:2px solid #67758D; transition:all 0.4s; }
		.cta-xl a:hover small { border-bottom-color:#003913; }
			.cta-xl a small::after { content:""; position:absolute; top:0; bottom:0; right:0; width:20px; background:url(../images/arrow-right.png) no-repeat right center / 20px 16px; }
	
	.flex-left { float:left; width:50%; padding-right:5%; position:relative; }
	.flex-right { float:right; width:50%; position:relative; }

.page-bottom-cta { float:left; width:100%; margin-top:40px; position:relative; text-align:center; /* background-color:rgba(103,117,141,0.06); */ }
	
	/* .page-bottom-cta a { float:left; padding:20px 25px; transition:all 0.3s; }
	.page-bottom-cta a:last-child { float:right; }
	.page-bottom-cta a:hover { box-shadow:inset 0 -2px 0 #67758D; }
		.page-bottom-cta a::before { content:""; float:left; width:20px; height:20px; margin:0 10px 0 -5px; background:url(../images/arrow-left.png) no-repeat right center / 20px 16px; }
		.page-bottom-cta a:last-child::before { float:right; margin:0 -5px 0 10px; transform:rotate(90deg); } */
	
	.page-bottom-cta a { float:right; width:128px; height:128px; padding-top:60px; position:relative; border:2px solid #67758D; font-weight:500; font-size:16px; border-radius:50%; transition:all 0.3s; }
	.page-bottom-cta a:hover { background-color:#67758D; color:#FFF; }
		.page-bottom-cta a::before { content:""; position:absolute; top:33px; left:calc(50% - 10px); width:20px; height:20px; background:url(../images/arrow-left.png) no-repeat right center / 20px 16px; transform:rotate(90deg); transition:all 0.3s; }
		.page-bottom-cta a:hover::before { top:25px; background-image:url(../images/arrow-white-left.png); }


.for-mobile { display:none; } 

.line-6 { overflow:hidden; vertical-align:middle; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; }



@media only screen and (max-width:1760px) {

.wrap { float:left; width:100%; padding:0 60px; }
#logo { left:60px; }
.header-search-icon { right:60px; }

.hero-home-right { padding-top:60px; padding-bottom:60px; }
.hero-home-video { top:60px; bottom:60px; right:-60px; width:calc(50% + 60px); }
.hero-home-stats .stats li { margin-bottom:34px; }
.hero-home-stats .stats li:last-child { margin-bottom:0; }

.left-100 { padding-left:60px; }
.right-100 { padding-right:60px; }

.slider-collection-item { padding-right:40px; }
.terazzi-catalog { height:600px; }

.item-in { width:calc(50% + 60px); }
.item-in .page-title { font-size:33px; line-height:40px; }
.slider-news::before , .slider-news::after { width:60px; }
.slider-news .slick-prev { left:60px; }
.slider-news .slick-next { left:120px; }

.block-flexed-cta , .cta-xl { margin-left:40px; }

.top-150 { padding-top:100px; }
.top-100 , .footer { padding-top:60px; }
.top-50 { padding-top:30px; }
.bottom-150 { padding-bottom:100px; }
.bottom-100 { padding-bottom:60px; }
.bottom-50 { padding-bottom:30px; }

.footer-about > img { margin-top:-6px; margin-bottom:40px; }
.footer-newsletter { margin-top:70px; }
.copyright { padding:50px 0; }

.promo > ul > li { margin-bottom:60px; }
.promo-content { width:calc(50% - 60px); margin-top:32px; }

.contact-item { padding:50px 60px; margin-bottom:60px; }
.contact-item-in { width:calc(50% + 60px); padding-top:50px; padding-bottom:50px; }

.category-hero-text { padding-top:50px; padding-bottom:50px; }

}


@media only screen and (max-width:1560px) {

.header-social { float:right; padding:0 20px 0 30px; margin-left:30px; }
.header-search { margin-right:30px; }

#nav li { margin-right:5px; }
#nav li > a { padding:0 10px; position:relative; font-weight:400; font-size:17px; }

.slider-hero-title-in { width:60%; padding:45px 0; }
.slider-hero-title strong, .slider-hero-title h1 { font-size:60px; }
.hero-cats li a strong { font-size:24px; }
.why-item section { padding:0; }
.page-hero-text { font-size:33px; line-height:50px; }

.hero-home-video a section { float:left; width:100%; position:relative; font-size:17px; line-height:20px; }
.hero-home-video a section small { padding-right:100px; }

.home-certificates li { flex-basis:calc(16.66667% - 20px); }
/* .home-certificates li a { height:140px; } */

.terazzi-catalog { height:480px; }
.terazzi-catalog-in { width:50%; }

.product-coloz { padding:25px 0; margin:20px 0 25px 0; }
.product-block-title { width:calc(33% - 40px); }

}


@media only screen and (max-width:1320px) {

.wrap { padding:0 30px; }
#logo { left:30px; }
.header-search-icon { right:30px; }
.header-search { width:240px; }

#logo a img { padding:15px 0; }

#nav li > a { font-size:15px; }

.slider-hero ul.slick-dots { padding-right:30px; padding-bottom:25px; }

.hero-cats li { width:25%; padding:0 15px; margin-bottom:30px; }

.page-title { font-size:33px; line-height:40px; }
.page-title.xl { font-size:41px; line-height:50px; }
.page-title span::after { left:-5px; right:-5px; }
.page-summary { font-size:19px; line-height:35px; }

.terazzi-catalog { height:auto; padding:60px 0; }
.terazzi-catalog::after { background-size:48% auto; }

.hero-home-right { padding-top:30px; padding-bottom:30px; }
.hero-home-video { top:30px; bottom:30px; right:-30px; width:calc(50% + 30px); }
.hero-home-stats .stats li { margin-bottom:14px; }

.left-100 { padding-left:30px; }
.right-100 { padding-right:30px; }

.slider-collection-out { margin-top:0; }
.slider-collection-item { padding-right:30px; }

.item-in { top:30px; bottom:30px; width:calc(50% + 30px); padding-left:0; }
.slider-news::before , .slider-news::after { display:none; }
.slider-news .slick-prev { left:30px; }
.slider-news .slick-next { left:90px; }

.block-flexed-cta , .cta-xl { margin-left:40px; }

.top-150 { padding-top:75px; }
.top-100 , .footer { padding-top:30px; }
.bottom-150 { padding-bottom:75px; }
.bottom-100 { padding-bottom:30px; }

.hero-home-wrap { margin:20px 0; }
.stats li strong { font-size:44px; line-height:50px; }

.hero-materials li a section { padding:0 30px; }
.hero-materials li a section strong { padding:24px 30px 24px 0; font-size:21px; line-height:25px; }
.hero-materials li a strong::after { bottom:26px; }

.footer { padding-left:0; padding-right:0; }
.footer::before { display:none; }

.footer-newsletter { padding:40px 0; margin-top:50px; }
.footer-newsletter h5 { padding-bottom:20px; font-size:28px; line-height:30px; }

.footer-connect { margin-bottom:20px; }
.footer-title { padding:20px 0 10px 0; font-size:30px; }

.block-flexed { margin:10px 0; }

.promo > ul > li { margin-bottom:40px; }
.promo-content { width:calc(50% - 40px); margin-top:22px; }

.showcase ul { column-gap:30px; }
.showcase li { flex-basis:calc(50% - 15px); }
.products li { flex-basis:calc(33.33334% - 20px) !important; }
.promo-three li { flex-basis:calc(50% - 20px); max-width:initial; }

.contact-item { padding:30px; margin-bottom:30px; }
.contact-item-in { width:calc(50% + 30px); padding-top:30px; padding-bottom:30px; }

.news-list .inner-30 , .certificates .inner-20 { margin:0 -15px; }
.news-list li , .certificates li { padding:0 15px; }
.certificates li { width:33.33334%; }

.category-hero-text { padding-top:30px; padding-bottom:30px; }

.products .product-item section { padding:60px 25px 20px 25px; }
.products .product-item section strong { font-size:20px; line-height:24px; }

.filter-item .input { width:180px; }

.sale-points-sidebar { width:250px; }
.sale-points { width:calc(100% - 290px); }

.sale-points .inner-20 { margin:0 -15px; }
.sale-points li { padding:0 15px; margin-bottom:30px; }
.sale-points li section { padding:30px; }
.sale-points li section h4 { padding:30px 0 25px 0; }

.why-wide .why-item picture { width:40%; }
.why-wide .why-item section { width:calc(60% - 60px); }

.breadcrumb { padding:10px 0; font-size:13px; letter-spacing:0; }
.breadcrumb i { margin:0 15px; }

.product-wrap { display:block; }
.product-left { width:100%; }
.product-right { width:100%; padding-left:0 !important; margin-top:30px; }

.product-advantages { margin:30px 0; }

.home-certificates { padding-bottom:30px; }

.slider-product-item a img { max-height:600px; }

}


@media only screen and (max-width:1080px) {

.header-search { width:200px; }
#nav li { margin-right:2px; }
.news-list li { width:50%; }
.news-grid-home li { width:50%; }
.products li { flex-basis:calc(50% - 15px) !important; margin-bottom:20px; }

.product-block-title { width:100%; }
.product-block-content { width:100%; margin-top:20px; }

}


@media only screen and (max-width:1023px) {

.terazzi { padding-top:70px; }
.wrap , .wrap-slim { float:left; width:100%; padding:0 30px; max-width:initial; }
.wrap .wrap-slim { padding:0; }

.header-phone , .header-social { display:none; }

.header-support { float:right; position:relative; }
.header-support a { float:left; padding:0 30px; position:relative; font-size:16px; font-weight:700; color:#FFF; letter-spacing:1px; line-height:50px; background-image:linear-gradient(135deg,#688BEB,#334B93); border-radius:25px; transition:all 0.4s; overflow:hidden; }
.header-support a:hover { background-color:#FFF; }
.header-support a img { float:left; height:50px; padding:15px 0 16px 0; margin-right:10px; }
.header-support a::before { content:""; position:absolute; top:0; bottom:0; right:-40%; left:45%; background-image:linear-gradient(0deg,rgba(0,0,0,0),#000); transform:skew(50deg); opacity:0.1; transition:all 0.25s; }
.header-support a:hover::before { left:60%; opacity:0.2; }

.fixed-phone { position:fixed; right:15px; bottom:85px; z-index:7990; display:block; }
.fixed-phone a { float:left; width:50px; height:50px; position:relative; text-indent:-9999px; background-color:#25D366; border:2px solid #FFF; border-radius:50%; }
	.fixed-phone a::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/icon-whatsapp-2.png) no-repeat center / 24px; }

.header { height:70px; background-color:#FFF !important; }
.header .wrap { padding:0; }
.nav-up , .nav-down , .nav-opened .header { top:0; box-shadow:0 0 20px rgba(0,0,0,0.15) !important; }
.header-flex { display:block; }
.header-in { display:block; }
.nav-up::before , .nav-down::before , .nav-opened .header::before { opacity:0; }

#logo { top:0 !important; left:20px; }
#logo a img { width:141.625px !important; height:70px !important; padding:11px 0 !important; }

.header-right { margin:15px 15px 15px 0; position:static; }

.header-search-icon { float:right; position:relative; right:auto; bottom:auto; height:70px; background:none; border-radius:0; display:block; }
.header-search-icon::after { display:none; }

.header-search { position:absolute; right:0; top:70px; width:100%; padding:15px; margin-right:0; background-color:#FFF; box-shadow:inset 0 1px 0 rgba(0,0,0,0.1); border-bottom:2px solid #000; display:none; }
.header-search .input { border-color:#464F60; }
.header-search button { top:20px; right:20px; bottom:20px; }

.nav-icon { float:right; width:70px; height:70px; position:relative; cursor:pointer; display:block; text-indent:-9999px; z-index:200; }
	.nav-icon span { position:absolute; top:50%; left:50%; width:32px; height:2px; margin:-1px 0 0 -16px; transition:all 0.5s; }
		.nav-icon span::before { content:""; position:absolute; top:-6px; left:0; right:0; height:2px; background-color:#000; transition:all 0.5s; }
		.nav-icon span::after { content:""; position:absolute; bottom:-6px; left:0; right:6px; height:2px; background-color:#000; transition:all 0.5s; }
	
	.nav-icon-close span { background-color:transparent; }
		.nav-icon-close span::before { 
			-webkit-transform:rotate(-135deg);
			-moz-transform:rotate(-135deg);
			-o-transform:rotate(-135deg);
			-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
			top:0;
			background-color:#464F60;
		}
		.nav-icon-close span::after { 
			-webkit-transform:rotate(135deg);
			-moz-transform:rotate(135deg);
			-o-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
			transform:rotate(135deg);
			bottom:0;
			right:0;
			background-color:#464F60;
		}
		
	.nav-icon-close::before { 
		content:"";
		border-bottom:4px solid transparent;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		height:0;
		position: absolute;
		width:0;
		left:50%;
		bottom:0;
		margin-left:-10px;
		border-bottom-color:#464F60;
	}

#nav { position:fixed; top:70px; bottom:0; left:0; right:0; width:100%; height:100vh; padding:30px 30px 180px 30px; margin:0; background-color:#464F60; overflow-y:auto; z-index:200; display:none; transition:none; }
.search-active #nav { opacity:1; transform:scale(1,1); }
	#nav ul { float:left; width:100%; border-top:1px solid rgba(255,255,255,0.1); display:block; }
		#nav li { width:100%; margin:0; position:relative; border-bottom:1px solid rgba(255,255,255,0.1); text-align:left; }
		#nav li:first-child { display:block; }
		#nav li.nav-multi::before { content:""; position:absolute; top:0; right:0; width:40px; height:60px; background:url(../images/arrow-white-down.png) no-repeat center 52%; background-size:14px auto; opacity:0.7; }
			#nav li > a { width:100%; padding:0 25px; color:#FFF !important; font-size:21px; font-weight:800; line-height:60px; }
			#nav li > a:hover , #nav li > a.active { color:#FFF !important; }
			
			#nav li > small { display:block; position:absolute; top:0; right:0; width:40px; height:60px; }
			
			#nav li > a::before { left:0; right:auto; top:15px; bottom:15px; width:4px; height:auto; background-color:#FFF; border-radius:0 4px 4px 0; }
			#nav li > a img , #nav > ul li span::after { display:none; }
			#nav li > a small { display:block; }
			
			#nav > ul li span { float:left; width:100% !important; margin-bottom:20px; position:relative; top:auto; left:auto !important; box-shadow:none; }	
				
				#nav > ul li span::before { top:0; border-top-color:#464F60; }
				
				.nav-links > a { padding:10px; font-size:17px; color:#FFF; }
			
			.nav-in { border:0; background-color:#2F3540; }
			
			.nav-links-block strong { margin-bottom:0; }
			.nav-links-block a { color:#FFF; }
	
.nav-opened { overflow:hidden; }

.slider-hero-item , .hero-screen { height:auto; min-height:initial; }
.slider-hero-item picture , .slider-hero-item picture img , .hero-screen picture , .hero-screen picture img { display:block; }
.slider-hero-item picture img { height:calc(80vh - 60px); min-height:320px; }
.slider-hero-title-in { padding:30px 0; }
.slider-hero-title-in::before { width:120px; height:5px; }
.slider-hero-title strong, .slider-hero-title h1 { font-size:41px; }

.slider-hero ul.slick-dots { padding-right:15px; padding-bottom:15px; }
.slider-hero ul.slick-dots li { width:20px; height:30px; }

.hero-cats li { width:50%; }
.hero-cats li:nth-child(1) , .hero-cats li:nth-child(4) { width:100%; }

.promo > ul > li { flex-flow:column; }
.promo > ul > li:nth-child(odd) picture { order:1; }
.promo > ul > li:nth-child(odd) .promo-content { order:2; }
.promo-content , .promo > ul > li picture { width:100%; }
.promo > ul > li::before { width:100%; }
.promo > ul > li picture::after { display:none; }
.promo-content { padding-bottom:20px; }
.promo-content .page-text { margin-top:-13px; }

.promo-dark .promo-content { padding:30px; }

.hero-materials li { width:50%; }

.why-terazzi li { width:33.33334%; margin-bottom:40px; }
.why-wide .why-item { display:block; }
.why-wide .why-item picture { width:100%; }
.why-wide .why-item section { width:100%; text-align:center; }
.why-wide .why-item section small { left:calc(50% - 25px); }

.block-flexed { display:block; }
.flex-left , .flex-right { width:100%; padding-right:0; }
.flex-right { margin-top:20px; }
.flex-right:first-child { margin-top:0; }
.block-flexed .block-wide { flex:auto; width:100%; }

.block-narrow { width:100%; padding-right:0; }
.block-wide { width:100%; }

.block-flexed-cta { display:none; }
.cta-xl { width:100%; height:auto; margin-top:20px; }
.cta-xl:first-child { margin-top:0; }

.hero-home { display:block; }
.hero-home-left { width:100%; padding-right:0; padding-bottom:20px; }
.hero-home-right { width:100%; padding-top:0; padding-bottom:0; }

.terazzi-catalog-in { padding-top:10px; padding-bottom:0; }

.why-item section small { transform:scale(0.7); }
.why-item section strong { padding:24px 0 6px 0; }

.page-hero-text { padding-right:0; font-size:26px; line-height:40px; }

.home-certificates li { flex-basis:calc(16.66667% - 10px); }

.slider-news { width:calc(100% + 60px); margin-left:-30px; margin-bottom:40px; }
.slider-news-item picture { width:100%; }
.item-in { float:left; width:calc(100% - 60px); padding-top:0; padding-bottom:50px; margin-top:-30px; margin-left:30px; position:relative; top:auto; bottom:auto; z-index:20; }
.slider-news ul.slick-dots { background:none; padding-bottom:15px; }
.slider-news ul.slick-dots li button::after { background-color:#464F60; }

.footer-newsletter { padding:30px; margin-top:30px; }

.footer-left { width:100%; padding-right:0; padding-top:25px; margin-top:30px; border-top:2px solid rgba(0,0,0,0.06); }
.footer-about > img { display:none; }

.footer-right { width:100%; }
.footer-phone { display:block; }

.hero-home-wrap { padding-top:30px; margin-top:0; border-top:2px solid #67758D; }

.filter { display:block; }
.filter small { width:100%; margin-bottom:16px; font-size:19px; }
.filter section { width:calc(100% + 10px); margin-right:-5px; display:flex; flex-flow:row wrap; }
.filter-item { flex:1; flex-basis:calc(25% - 16px); width:calc(25% - 10px); padding:0 5px; margin:0; }
.filter-item .input { width:100%; font-size:15px; }
.filter-item picture { width:32px; height:32px; }
.filter-item strong { padding:0 0 0 10px; font-size:13px; }

.promo-three li { flex-basis:calc(50% - 15px); }

.contact-item { padding:0; }
.contact-item-in { width:calc(100% - 60px); margin:30px 0 30px 30px; border-bottom:2px solid #003913; }
.contact-item-map { float:left; width:100%; height:400px; position:relative; right:auto; top:auto; bottom:auto; }

.news-photo { height:auto; }
.news-content , .news-sidebar { width:100%; }
.news-sidebar { padding:30px 0; }

.certificates li { width:50%; }

.hero-material-item { width:100%; margin-bottom:10px; }

.product-item section article { height:40px; margin-bottom:15px; position:relative; font-size:15px; line-height:20px; }

.sale-points li { width:100%; }

.slider-product li { width:60px; }
.slider-product li:first-child { width:calc(100% - 74px); margin-bottom:0; }
.slider-product li picture { height:60px; }

.virtual-tour { height:calc(100vh - 100px); }

.slider-product-new { padding-left:70px; }
.slider-product-new ul.slick-dots { width:50px; }
.slider-product-new ul.slick-dots li { float:left; width:50px; height:50px; margin-bottom:10px; }
.slider-product-new .slick-prev { left:70px; }

.for-mobile { display:block; }
.for-web { display:none; }

.link-all a img { height:40px; margin:0 10px 0 0; }

}





@media only screen and (max-width:767px) {

.cookies-wrap { right:10px; left:10px; width:auto; }
.cookies { padding:20px 20px 15px 20px; }
.my-fancy { padding:20px !important; }

.home-certificates { width:calc(100% + 30px); padding-bottom:0; margin-bottom:30px; white-space:nowrap; overflow:hidden; overflow-x:auto; }
.home-certificates ul { float:none; display:block; }
.home-certificates li { float:none; display:inline-block; width:140px; flex-basis:initial; max-width:initial; margin-right:15px; }
.home-certificates li:last-child { margin-right:30px; }

.terazzi-ig li { width:33.33334%; }
.footer-newsletter h5 { padding-bottom:15px; font-size:21px; line-height:25px; }
.footer-newsletter-form label { width:100%; margin-top:0; margin-bottom:20px; }
.footer-newsletter-form .button { width:100%; }

.stats ul { margin-bottom:-30px; }
.hero-home-stats .stats ul { margin-bottom:0; }
.stats li { width:50%; margin-bottom:30px; }

.showcase li { flex-basis:100%; max-width:initial; }
.products li { flex-basis:100% !important; margin-bottom:30px; }

.page-text { font-size:17px; line-height:30px; }

.contact-item { width:calc(100% + 60px); margin-left:-30px; }
.contact-item-in section { font-size:17px; }
.contact-item-in section picture { width:24px;  }
.contact-item-in section picture img { height:24px; }
.contact-item-in section small { padding-left:14px; }

.news-photo::after { right:-20px; width:40px; height:40px; }

.certificates li a , .certificates li section { padding:20px 0; }

.category-hero { display:block; }
.category-hero-picture { width:100%; }
.category-hero-text { width:100%; }
.category-hero-text::before { right:30px; top:20px; }

.sale-points-wrap { margin-top:30px; }
.sale-points-sidebar { width:100%; margin-bottom:40px; }
.sale-points-apply { padding-bottom:20px; margin-bottom:20px; }
.sale-points { width:100%; }

.accordion-section-title { padding:20px 35px 20px 15px; font-size:19px; }
.accordion-section-title::after { right:10px; }
.accordion-section-content { padding:0 0 30px 15px; position:relative; display:none; }

.breadcrumb { display:none; }

.product-left { width:calc(100% + 60px); margin-left:-30px; }

.slider-product li { width:40px; margin-left:10px; }
.slider-product li:first-child { width:100%; margin-right:0; margin-bottom:10px; }
.slider-product li picture { height:40px; }
.slider-product li:first-child img { border-radius:0; }

.product-right { margin-top:15px; }

.product-coloz small { font-size:14px; line-height:30px; }
.product-coloz li { margin-left:15px; }
.product-coloz li picture img { width:30px; height:30px; }

.product-cta { float:left; width:100%; padding:15px; }
.product-cta li::after { right:16px; }
.product-quantity { margin-right:15px; }

.product-advantages ul { display:block; }
.product-advantages li { padding:10px 0; flex-basis:100%; width:100%; }
.product-advantages li::after { display:none; }
.product-advantages li section { display:flex; align-items:center; }
.product-advantages li section img { float:left; }
.product-advantages li section small { flex:1; margin-top:0; padding-left:15px; font-size:15px; text-align:left; }

.product-block { padding:30px 0 50px 0; }
.product-sizes > ul > li { flex-basis:100%; margin-bottom:50px; }
.product-sizes > ul > li:last-child { margin-bottom:0; }
.product-size-item li { padding:10px 0; }

.promo { width:calc(100% + 60px); margin-left:-30px; }
.promo-dark > ul > li { background:none; }
.promo-content , .promo-dark .promo-content { float:left !important; width:calc(100% - 60px); padding:30px; margin:-30px 0 40px 0 !important; background-color:#FFF; z-index:100; }
.promo-dark .promo-content { background-image:linear-gradient(145deg,#2D333E,#525C70); }
.promo-slider .promo-content { margin-top:0 !important; }

.slider-product-new { padding-left:0; }

.slider-product-item { border-radius:0; background:linear-gradient(180deg,#F2F2F4,#FFF); }
.slider-product-item a img { border-radius:0; }

.slider-product-new ul.slick-dots { float:left; width:100%; padding-top:10px; position:relative; top:auto; left:auto; right:auto; }
.slider-product-new ul.slick-dots li { float:none; width:40px; height:40px; margin:0 3px 5px 3px; }
.slider-product-new .slick-prev { left:0; }
.slider-product-new .slick-prev , .slider-product-new .slick-next { margin-top:-55px; }

.slider-collection { width:calc(100% + 30px); padding-bottom:0; display:block; overflow:hidden; overflow-x:auto; white-space:nowrap; }
.slider-collection-item { float:none; width:320px; padding-right:20px; display:inline-block; }
.slider-collection-item a section strong { padding-top:18px; font-weight:500; }

.slider-collection-cta { width:190px; display:inline-block; } 
.slider-collection-cta a small { float:left; width:160px; height:200px; padding:25px 30px; margin-bottom:68px; position:relative; font-size:18px; font-weight:700; color:#FFF; line-height:30px; background-image:linear-gradient(145deg,#525C70,#2D333E); box-shadow:0 2px 0 #464F60; white-space:initial; } 
.slider-collection-cta a small::after { content:""; position:absolute; top:30px; bottom:30px; left:30px; right:30px; background:url(../images/arrow-white-right.png) no-repeat 0 bottom / 40px auto; } 

.page-bottom-cta a { width:50px; height:50px; padding-top:0; text-indent:-9999px; }
.page-bottom-cta a::before { top:calc(50% - 10px); }

}



@media only screen and (max-width:640px) {

.hero-home-wrap { margin-bottom:60px; overflow:initial; }
.hero-home-right { width:calc(100% + 60px); padding-bottom:0; margin-left:-30px; }
.hero-home-stats , .news-list li , .news-grid-home li { width:100%; }
.hero-home-stats .stats li { width:50%; }
.stats li span { padding-right:20px; }
.hero-home-video { float:left; width:100%; height:40vh; max-height:320px; min-height:250px; margin-bottom:-30px; position:relative; top:auto; bottom:auto; right:auto; z-index:100; }

.footer-links { width:50%; }
.footer-contact { width:100%; margin-top:20px; }
.copyright { padding:30px 0; margin-top:30px; }
.copyright .left , .copyright .right { width:100%; padding:5px 0; }

.hero-promo-video a picture::after { top:calc(50% - 60px); left:calc(50% - 60px); width:120px; height:120px; background-size:48px auto; }

.filter section { margin-bottom:-10px; }
.filter-item { width:calc(50% - 10px); margin-bottom:10px; }

.promo-three li { flex-basis:100%; }

.hero-material-pin { width:30px; height:30px; margin:-15px 0 0 -15px; }
.hero-material-dot { width:30px; height:30px; }
.hero-material-dot::before { top:-7px; left:-7px; bottom:-7px; right:-7px; }
.hero-material-dot::after { top:7px; left:7px; bottom:7px; right:7px; }

.hero-material-text { top:50px; left:calc(50% - 110px); width:220px; padding:15px 20px; }
.hero-material-text section { font-size:15px; line-height:20px; }

.product-block-text { font-size:17px; line-height:25px; }

.slider-product-item a img { max-height:480px; }

}



@media only screen and (max-width:540px) {

.nav-links-block a picture { width:40px; height:40px; margin-right:15px; }

.slider-hero-title strong, .slider-hero-title h1 { font-size:33px; }
.item-in .page-title { font-size:26px; line-height:30px; }
.why-terazzi li { width:50%; }

.hero-cats li , .form-item .button { width:100%; }

.footer-social { width:100%; margin-top:30px; }
.form-item { width:100%; margin-bottom:20px; }

.terazzi-catalog { display:block; }
.terazzi-catalog-in { width:100%; }
.terazzi-catalog::after { float:right; width:100%; height:240px; position:static; background-position:center top; background-size:cover; }

.products .product-item section { padding:60px 20px 15px 20px; }
.products .product-item picture::after { width:30px !important; height:30px !important; right:-25px !important; }

.product-cta li { width:100%; }
.product-cta li:first-child { margin-bottom:15px; }
.product-cta li::after { display:none; }
.product-cta li a { font-size:17px; letter-spacing:0.5px; }

}



@media only screen and (max-width:440px) {

#logo a img { padding:13px 0 !important; }
.nav-icon { width:60px; }
.header-search-icon { width:50px; }

.slider-hero-title-in { padding:25px 0; }
.slider-hero-title strong { font-size:26px; }

.hero-cats li a picture img { height:200px; }

.home-certificates li { flex-basis:calc(50% - 10px); }

.hero-materials li a section { padding:0 20px 0 25px; }
.hero-materials li a section strong { padding-bottom:20px; font-size:19px; line-height:20px; }

.certificates li { width:100%; margin-bottom:20px; }

.product-cta li a small { margin-left:10px; }

.promo-content::before { background-size:90% auto; }

.slider-product-item a img { max-height:320px; }

.product-variant-item { flex-basis:100%; }

}



@media only screen and (max-width:374px) {

#logo a img { padding:20px 0 !important; }

}


.reveal { position:relative; transform:translateY(170px); /* transform:scale(1.4,1.4); transform-origin:center top; */ opacity:0; transition:1.3s all ease; }
.reveal.active { transform:translateY(0); opacity:1; }
.reveal-left { transform:translateX(-240px); }
.reveal-left.active { transform:translateX(0); }
.reveal-right { transform:translateX(240px); }
.reveal-right.active { transform:translateX(0); }


@media only screen and (max-width:1023px) {

.reveal { transform:initial; opacity:1 !important;}

}


/* uncover */

.grid__wrap { position:absolute !important; top:0; bottom:0; left:0; right:0; }
	.grid__item { float:left; width:100%; height:100%; position:relative; }
		.scroll-img { float:left; width:100%; height:100%; background-size:cover; background-repeat:no-repeat; background-position:center; }

.uncover { overflow:hidden; background-image:none !important; position:relative; }
.uncover__img { width:100%; height:100%; background-size:cover; background-position:50% 50%;}
.uncover__slices { width:100%; height:100%; position:absolute; top:0; left:0; display:flex; }
.uncover__slices--vertical { flex-direction:row; }
.uncover__slices--horizontal { flex-direction:column; }
.uncover__slices--horizontal-double { display:grid; grid-template-columns:50% 50%; }
.uncover__slices--vertical-double { display:grid; grid-template-rows:50% 50%; }
.uncover__slice { color:#fff; background-color:currentColor; flex:1; }
.uncover__slices--vertical .uncover__slice { box-shadow:1px 0 0 currentColor; }
.uncover__slices--horizontal .uncover__slice { box-shadow:0 1px 0 currentColor; }

/* =====================================================
   HEADER: Two-row layout v2 — corporate top + category bar
   Referans: menu-design-proposals-v1.html
   ===================================================== */

/* ─── DESKTOP (≥1024px) ─────────────────────────────────────── */
@media only screen and (min-width:1024px) {

	/* Wrap: single top row, 90px, overflow visible for dropdowns */
	.header .wrap { display:flex; flex-wrap:nowrap; align-items:center; height:90px; overflow:visible; position:relative; }
	#logo { position:static !important; top:auto !important; left:auto !important; flex:1; min-width:0; height:90px; display:flex; align-items:center; padding-right:16px; z-index:300; justify-content:flex-start; flex-shrink:0; }
	#logo a img { height:72px !important; width:auto !important; padding:0 !important; transition:height 0.4s ease, width 0.4s ease !important; }

	/* Corporate nav: fixed center column — logo and header-right each take flex:1 as equal side columns */
	.header-corp-nav { flex:none; min-width:0; height:90px; display:flex !important; position:static !important; align-items:center; justify-content:center; pointer-events:all !important; overflow:visible; transition:height 0.4s ease; }
	.header-corp-nav ul { display:flex !important; float:none !important; align-items:center; height:90px; list-style:none; margin:0; padding:0; transition:height 0.4s ease; }
	.header-corp-nav li { position:relative; height:90px; display:flex !important; float:none !important; align-items:center; margin:0 !important; transition:height 0.4s ease; }
	.header-corp-nav li > a { display:flex !important; align-items:center; height:90px; padding:0 12px; font-size:12.5px; font-weight:500; letter-spacing:0.04em; text-transform:uppercase; color:#464F60; white-space:nowrap; transition:color 0.2s, height 0.4s ease; position:relative; line-height:1; float:none !important; width:auto !important; text-decoration:none; }
	.header-corp-nav li > a::after { content:""; position:absolute; bottom:0; left:12px; right:12px; height:2px; background:#67758D; transform:scaleX(0); transform-origin:left; transition:transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94); }
	.header-corp-nav li:hover > a { color:#67758D; }
	.header-corp-nav li:hover > a::after { transform:scaleX(1); }
	.header-corp-nav li > small { display:none !important; }
	/* Corp nav CSS-hover dropdowns */
	.header-corp-nav li > span { display:none; position:absolute; top:90px; left:0; width:240px; z-index:9000; }
	.header-corp-nav li > span.nav-pro { width:340px; }
	.header-corp-nav li:hover > span { display:block; }

	/* Header-right: search LEFT, lang RIGHT; hide phone + social */
	.header-right { flex:1; min-width:0; justify-content:flex-end; height:90px; float:none !important; margin:0 !important; display:flex !important; align-items:center; gap:8px; position:static !important; transition:height 0.4s ease; }
	.header .header-phone , .header .header-social { display:none !important; }

	/* Search pill (desktop) — v1 d1-search-form style */
	.header-right .header-search { float:none !important; margin-right:0 !important; width:auto; min-width:0; flex-shrink:1; }
	.header-right .header-search form { display:flex; align-items:center; background:rgba(103,117,141,0.08); border-radius:100px; border:1px solid rgba(103,117,141,0.2); height:34px; overflow:hidden; transition:box-shadow 0.2s; }
	.header-right .header-search form:focus-within { box-shadow:0 0 0 2px rgba(103,117,141,0.2); }
	.header-right .header-search .input { border:none !important; background:none !important; outline:none; padding:0 14px; font-family:'GT Eesti Pro Display',Arial,sans-serif; font-size:12px; font-weight:300; color:#464F60; width:260px; max-width:260px; min-width:80px; line-height:34px; height:34px; border-radius:0; }
	.header-right .header-search button { position:static; top:auto; right:auto; bottom:auto; width:38px; height:34px; background:#464F60 url(../images/icon-search-2.png) no-repeat center / 14px; text-indent:-9999px; border-radius:0 100px 100px 0; flex-shrink:0; }

	/* Lang pill (desktop) — v1 d1-lang style */
	.header-lang-wrap { height:auto !important; line-height:normal !important; float:none !important; display:flex !important; align-items:center; flex-shrink:0; }
	.header-lang-pill { display:flex !important; align-items:center; background:rgba(103,117,141,0.08); border-radius:100px; border:1px solid rgba(103,117,141,0.2); height:34px; overflow:hidden; align-self:center; white-space:nowrap; }
	.header-lang-pill .hlp-active { padding:0 12px; font-family:'GT Eesti Pro Display',Arial,sans-serif; font-size:11.5px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:#FFF; background:#464F60; border-radius:100px; height:34px; display:flex; align-items:center; }
	.header-lang-pill .hlp-sep { color:rgba(103,117,141,0.3); font-size:11px; line-height:1; padding:0 1px; }
	.header-lang-pill .hlp-other { padding:0 12px; font-family:'GT Eesti Pro Display',Arial,sans-serif; font-size:11.5px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:#67758D; text-decoration:none; display:flex; align-items:center; height:34px; transition:color 0.2s; }
	.header-lang-pill .hlp-other:hover { color:#464F60; }
	/* Hide old mobile dropdown trigger on desktop */
	.header-lang-icon--mobile , .header-lang { display:none !important; }

	/* Category bar: full-width dark band (position:fixed to span viewport, not just .wrap) */
	#nav { position:fixed !important; top:90px !important; left:0 !important; right:0 !important; bottom:auto !important; width:100% !important; height:60px !important; float:none !important; background-color:#464F60 !important; display:block !important; z-index:120; overflow:visible; transition:top 0.4s ease !important; padding:0 !important; margin:0 !important; }
	.search-active #nav { opacity:0; pointer-events:none; }

	/* Inner wrap inside #nav for content alignment */
	#nav > .wrap { display:flex !important; align-items:center !important; height:60px !important; overflow:visible !important; flex-wrap:nowrap !important; padding:0 40px; }

	/* Category list: flex row, left-aligned, Koleksiyonlar pushed right */
	#nav ul.nav-cat-list { display:flex !important; float:none !important; align-items:center; height:60px !important; justify-content:flex-start; list-style:none; padding:0 60px; margin:0 auto; width:100%; max-width:1680px; overflow:visible; }
	#nav ul.nav-cat-list > li { float:none !important; display:flex !important; align-items:stretch; height:60px; margin-right:0 !important; position:relative; z-index:10; }
	#nav ul.nav-cat-list > li:hover { z-index:20; }
	#nav ul.nav-cat-list > li > a { display:flex !important; align-items:center; float:none !important; width:auto !important; padding:0 14px; font-size:12.5px; font-weight:500; letter-spacing:0.05em; text-transform:uppercase; color:rgba(255,255,255,0.75); line-height:1; position:relative; white-space:nowrap; text-decoration:none; transition:color 0.2s; border-bottom:2px solid transparent; }
	#nav ul.nav-cat-list > li:hover > a , #nav ul.nav-cat-list > li > a.active { color:#FFF; border-bottom-color:rgba(201,169,110,0.8); }
	/* Remove the original gradient underline on cat-bar items */
	#nav ul.nav-cat-list > li > a::before { display:none !important; }

	/* Chevron on dropdown items */
	#nav ul.nav-cat-list > li.nav-multi > a > span.nav-chevron , #nav ul.nav-cat-list > li.nav-multi > a::after { content:""; display:inline-block; margin-left:5px; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid rgba(255,255,255,0.5); vertical-align:middle; flex-shrink:0; transition:transform 0.2s; }
	#nav ul.nav-cat-list > li.nav-multi > a::after { content:""; }
	#nav ul.nav-cat-list > li.nav-multi:hover > a::after { border-top-color:#FFF; transform:rotate(180deg); }

	/* Koleksiyonlar: inline with other items */
	#nav ul.nav-cat-list > li.nav-collections { margin-left:0; }

	/* Category separator */
	.nav-cat-sep { float:none !important; display:flex !important; align-items:center; height:60px; pointer-events:none; padding:0 6px; }
	.nav-cat-sep > span { display:block; width:1px; height:18px; background:rgba(255,255,255,0.2); }

	/* Dropdown positioning from category bar (override base top:56px) */
	#nav ul.nav-cat-list > li > span { top:60px !important; left:0 !important; }
	#nav ul.nav-cat-list > li > span.nav-pro { width:300px; }
	/* Koleksiyonlar dropdown: open to the left on small screens */
	#nav ul.nav-cat-list > li.nav-collections > span { right:0 !important; left:auto !important; }
	/* Correct the dropdown arrow color for dark bar */
	#nav ul.nav-cat-list > li > span::before { border-top-color:#464F60 !important; }
	/* Hide ::before triangle that shows on dark background */
	#nav ul.nav-cat-list > li > span::before { display:none; }
	/* Add top accent bar matching brand color */
	#nav ul.nav-cat-list > li > span .nav-in { border-top-color:#67758D !important; }

	/* Materials dropdown: show 4 items then scroll */
	span.nav-pro .nav-in { overflow:hidden; position:relative; }
	span.nav-pro .nav-in::after { content:""; position:absolute; bottom:0; left:0; right:0; height:48px; background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 100%); pointer-events:none; z-index:2; border-radius:0 0 4px 4px; }
	span.nav-pro .nav-links { max-height:310px; overflow-y:scroll; overflow-x:hidden; overscroll-behavior:contain; scrollbar-width:thin; scrollbar-color:rgba(103,117,141,0.5) rgba(103,117,141,0.12); }
	span.nav-pro .nav-links::-webkit-scrollbar { width:5px; }
	span.nav-pro .nav-links::-webkit-scrollbar-track { background:rgba(103,117,141,0.12); border-radius:4px; }
	span.nav-pro .nav-links::-webkit-scrollbar-thumb { background:rgba(103,117,141,0.5); border-radius:4px; }
	span.nav-pro .nav-links::-webkit-scrollbar-thumb:hover { background:rgba(103,117,141,0.75); }

	/* "Tüm Ürünler" link inside category dropdown */
	.nav-cat-all { display:flex !important; align-items:center; float:none !important; width:100% !important; padding:10px 15px !important; margin-top:4px; border-top:1px solid rgba(103,117,141,0.15); font-size:13px !important; font-weight:500; letter-spacing:0.04em; color:#67758D !important; text-decoration:none; transition:color 0.2s; border-radius:0 !important; background:transparent !important; }
	.nav-cat-all:hover { color:#464F60 !important; background:rgba(103,117,141,0.05) !important; }

	/* Mobile-only elements hidden on desktop */
	#nav ul.nav-cat-list > li.nav-mob-all { display:none !important; }
	#nav ul.nav-mob-corp { display:none !important; }
	.header-cat-bg { display:none !important; }
	.nav-icon { display:none !important; }
	.header-search-icon { display:none !important; }

	/* Override old hide-on-scroll behavior — desktop uses header--scrolled instead */
	.nav-up, .nav-down { top:0 !important; box-shadow:none !important; }

	/* Search pill: animated collapse on scroll */
	.header-right .header-search { overflow:hidden; max-width:360px; opacity:1; transition:max-width 0.4s ease, opacity 0.35s ease, margin-right 0.35s ease; }

	/* Lang pill: animated collapse on scroll */
	.header-lang-wrap { overflow:hidden; max-width:200px; opacity:1; transition:max-width 0.4s ease, opacity 0.35s ease; }

	/* ─── SCROLLED COMPACT STATE ────────────────────────────────── */
	.header.header--scrolled { height:70px; box-shadow:0 2px 20px rgba(0,0,0,0.09); }
	.header.header--scrolled .wrap { height:70px; }
	.header.header--scrolled #logo { height:70px; }
	.header.header--scrolled #logo a img { height:50px !important; }
	.header.header--scrolled .header-corp-nav { height:70px; }
	.header.header--scrolled .header-corp-nav ul { height:70px; }
	.header.header--scrolled .header-corp-nav li { height:70px; }
	.header.header--scrolled .header-corp-nav li > a { height:70px; }
	.header.header--scrolled .header-corp-nav li > span { top:70px; }
	.header.header--scrolled .header-right { height:70px; }
	.header.header--scrolled .header-right .header-search { max-width:0; opacity:0; margin-right:0 !important; }
	.header.header--scrolled .header-lang-wrap { max-width:0; opacity:0; }
	.header.header--scrolled #nav { top:70px !important; }

	/* Body top padding for fixed header (90px top + 60px cat bar = 150px) */
}

/* ─── DESKTOP MEDIUM: 1381–1580px — prevent cat bar overflow ─────── */
@media only screen and (min-width:1381px) and (max-width:1580px) {
	#nav ul.nav-cat-list { padding:0 10px; }
	#nav ul.nav-cat-list > li > a { padding:0 9px; font-size:12px; letter-spacing:0.03em; }
	.nav-cat-sep { padding:0 3px; }
}

/* ─── DESKTOP COMPACT: 1024–1380px — cat bar & corp nav squeeze ─── */
@media only screen and (min-width:1024px) and (max-width:1380px) {
	#nav ul.nav-cat-list { padding:0 20px; }
	#nav ul.nav-cat-list > li > a { padding:0 8px; font-size:11.5px; letter-spacing:0.02em; }
	.nav-cat-sep { padding:0 2px; }
	.header-corp-nav li > a { padding:0 9px; font-size:12px; }
	.header-right .header-search .input { width:200px; }
	/* Compact lang pill padding */
	.header-lang-pill .hlp-active,
	.header-lang-pill .hlp-other { padding:0 10px; }
}

/* ─── DESKTOP TIGHT: 1024–1260px — further reduction ─────────── */
@media only screen and (min-width:1024px) and (max-width:1260px) {
	#nav ul.nav-cat-list { padding:0 12px; }
	#nav ul.nav-cat-list > li > a { padding:0 5px; font-size:10.5px; letter-spacing:0; }
	.nav-cat-sep { padding:0 1px; }
	.header-corp-nav li > a { padding:0 7px; font-size:11px; }
	#logo a img { height:60px !important; }
	.header.header--scrolled #logo a img { height:44px !important; }
	.header-right .header-search .input { width:140px; }
	/* Keep pill visible but minimal padding */
	.header-lang-pill .hlp-active,
	.header-lang-pill .hlp-other { padding:0 8px; font-size:11px; }
	.header-lang-pill .hlp-sep { padding:0; }
}

/* ─── DESKTOP MINIMUM: 1024–1130px — narrow search ───────────── */
@media only screen and (min-width:1024px) and (max-width:1130px) {
	.header-right .header-search .input { width:100px; }
	.header-corp-nav li > a { padding:0 5px; font-size:10.5px; }
}

/* ─── MOBILE (≤1023px) ──────────────────────────────────────── */
@media only screen and (max-width:1023px) {
	.header-corp-nav { display:none !important; }
	.header-cat-bg { display:none !important; }
	.nav-cat-sep { display:none !important; }
	.header-lang-pill { display:none !important; }
	.header-lang-icon--mobile { display:block !important; }
	#nav ul.nav-mob-corp { display:block !important; border-top:1px solid rgba(255,255,255,0.2); margin-top:15px; padding-top:5px; }
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../font/GTEestiProDisplay-Bold.eot');
    src: local('GT Eesti Pro Display Bold'), local('GTEestiProDisplay-Bold'),
        url('../font/GTEestiProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Bold.woff2') format('woff2'),
        url('../font/GTEestiProDisplay-Bold.woff') format('woff'),
        url('../font/GTEestiProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../font/GTEestiProDisplay-Light.eot');
    src: local('GT Eesti Pro Display Light'), local('GTEestiProDisplay-Light'),
        url('../font/GTEestiProDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Light.woff2') format('woff2'),
        url('../font/GTEestiProDisplay-Light.woff') format('woff'),
        url('../font/GTEestiProDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../font/GTEestiProDisplay-Medium.eot');
    src: local('GT Eesti Pro Display Medium'), local('GTEestiProDisplay-Medium'),
        url('../font/GTEestiProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Medium.woff2') format('woff2'),
        url('../font/GTEestiProDisplay-Medium.woff') format('woff'),
        url('../font/GTEestiProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../font/GTEestiProDisplay-UltraLight.eot');
    src: local('GT Eesti Pro Display UltraLight'), local('GTEestiProDisplay-UltraLight'),
        url('../font/GTEestiProDisplay-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-UltraLight.woff2') format('woff2'),
        url('../font/GTEestiProDisplay-UltraLight.woff') format('woff'),
        url('../font/GTEestiProDisplay-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../font/GTEestiProDisplay-Regular.eot');
    src: local('GT Eesti Pro Display Regular'), local('GTEestiProDisplay-Regular'),
        url('../font/GTEestiProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/GTEestiProDisplay-Regular.woff2') format('woff2'),
        url('../font/GTEestiProDisplay-Regular.woff') format('woff'),
        url('../font/GTEestiProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.gallery-swiper-wrapper { float:left; width:100%; position:relative; overflow:hidden; }
.gallery-swiper-container { float:left; width:100%; position:relative; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-red {
    --swiper-pagination-color: #dc3545
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-gray10 {
    --swiper-pagination-color: #1a1a1a
}

.swiper-pagination-gray70 {
    --swiper-pagination-color: #b3b3b3
}

.swiper-pagination-gray95 {
    --swiper-pagination-color: #f2f2f2
}

.swiper-pagination-lock {
    display: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background:#2D4A8A;
    border-radius:0;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}


.c-scrollbar {
    z-index: 1080
}

.c-scrollbar_thumb {
    background-color: gray
}

.swiper-scrollbar {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer !important;
    border-radius: 0
}

.swiper-scrollbar:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: -1
}

.swiper-scrollbar-drag:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: -1
}

.swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    right: 0;
    width: auto;
    height: 2px;
    bottom: 1px
}

.swiper-gallery .swiper-container { padding-bottom:40px; overflow:visible; }

.swiper-gallery .swiper-container {
    will-change: transform
}

[data-scroll-container] .swiper-gallery .swiper-container {
    opacity: .001;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: opacity .4s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .4s;
    transition: opacity .4s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .4s;
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s;
    transition: transform .1s cubic-bezier(.215, .61, .355, 1) .4s, opacity .4s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .4s
}

.swiper-gallery .swiper-container.is-inview {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity .8s .2s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: opacity .8s .2s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .2s, opacity .8s .2s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) .2s
}

.swiper-gallery .swiper-slide { width:auto; }

.swiper-gallery .swiper-slide:not(:last-child) { padding-right:40px; }

.gallery-figure { float:left; position: relative; background-color:rgba(85,85,85,0.3); border-radius:8px; overflow:hidden; }
	.gallery-figure a { float:left; width:100%; position:relative; }
		.gallery-figure a img { float:left; height:40vh; max-height:300px; min-height:200px; }
		.gallery-figure a::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:rgba(0,0,0,0.33) url(../images/icon-zoom.png) no-repeat center / 32px; opacity:0; transition:all 0.5s; }
		.gallery-figure a:hover::after { background:rgba(0,0,0,0.3) url(../images/icon-zoom.png) no-repeat center / 32px; opacity:1; }

.swiper-gallery-image {
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .001;
    height: 70vw;
    width: auto;
    max-width: 100%
}

.swiper-gallery-image.lazyloaded {
    opacity: 1
}

@media only screen and (max-width:1280px) {

.swiper-gallery .swiper-slide:not(:last-child) { padding-right:30px; }

}

@media only screen and (max-width:767px) {

.swiper-gallery .swiper-container { padding-bottom:25px; }

}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background:#000;
    opacity:0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity:0.7;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background:#BFC6D0;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding:5px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width:auto;
    z-index: 99995;
	text-align:center;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    bottom:90px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    display:inline-block;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 60px;
    margin: 4px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width:80px;
	border-radius:4px;
}

.fancybox-thumbs__list a::before {
    border: 4px solid #FFF;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


@media all and (max-width:767px) {

.fancybox-show-thumbs .fancybox-inner { bottom:60px; }
.fancybox-slide--image { padding:0; }
.fancybox-thumbs__list a { width:48px; height:32px; }

}
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__relax.noty_bar .noty_body {
    padding: 10px; }
  .noty_theme__relax.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }
  .noty_theme__relax.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }
  .noty_theme__relax.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }
  .noty_theme__relax.noty_type__info .noty_buttons,
  .noty_theme__relax.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }
  .noty_theme__relax.noty_type__success .noty_buttons {
    border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_body {
    padding: 15px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  .noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

/*# sourceMappingURL=noty.css.map*/