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:#222; font-size:14px; font-family:Overpass, Arial; 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:#043C5D; text-decoration:none;  }
a:hover { color:#57C5CC; text-decoration:none; }

:root {
	--input-background-color: #FFF;
	--input-border-color: #bfbfbf;
	--input-border-color-inline: #FFF;
	--input-border-color-checked: #00A678;
	--input-background-color-checked: #00C18C;
	--input-border-color-inline-checked: #00C18C;
	--input-border-color-disabled: #bfbfbf;
	--input-background-color-disabled: #efefef;
	--input-border-color-inline-disabled: #bfbfbf;
	--input-border-color-hover: #00C18C;
	--input-background-color-hover: #FFF;
	--input-border-color-inline-hover: #bfbfbf;
	--input-border-color-focus: #00A678;
}

/* 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:18px; height:18px; line-height:18px; min-width:1px !important; margin:1px 10px -1px 0; 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-radius:4px; 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 2px 2px 0; width:5px; height:10px; left:7px; bottom:5px; }
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: 5px; border-radius: 50%; width: 0px; height:0px; left:4px; bottom:4px; }
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:14px; font-family:Overpass, Arial; border-radius:0; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:Overpass, Arial; font-size:16px; font-weight:500; letter-spacing:1px; }

.input { width:100%; height:50px; padding:0 16px; border:1px solid #999; transition:ease 0.3s; background-color:#FFF; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
.select { background:#FFF url(../images/arrow-select.png) no-repeat right center; background-size:auto 5px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.input:focus , .select:focus { border-color:#00C18C; box-shadow:5px 5px 0 rgba(0,0,0,0.06); }

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

.button { float:none; height:50px; display:inline-block; padding:0 40px 0 30px; cursor:pointer; position:relative; color:#FFF; background-color:#57C5CC; transition:all 0.25s; border-radius:6px; overflow:hidden; }
.button:hover { background-color:#043B5D; letter-spacing:2px; }
	.button::before { content:""; position:absolute; top:0; bottom:0; right:-40%; left:50%; background-image:linear-gradient(0deg,rgba(255, 255, 255, 0.0),#FFF); transform:skew(-40deg); opacity:0.25; transition:all 0.25s; }
	.button:hover::before { left:30%; opacity:0.15; }
	.button::after { content:""; position:absolute; top:0; bottom:0; right:15px; width:14px; background:url(../images/arrow-white-right.png) no-repeat right center / auto 16px; transition:all 0.25s; }
	.button:hover::after { right:10px; }
	
a.button { color:#FFF; font-weight:600; font-size:14px; line-height:50px; }

.prusa { float:left; width:100%; padding-top:100px; position:relative; }
	.outer { float:left; width:100%; padding:0 100px; position:relative; }
		.wrap , .wrap-slim { margin:0 auto; width:1320px; min-height:10px; position:relative; }
		.wrap-right { float:right; }
		.wrap-slim { width:100%; max-width:920px; }

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

/*	Start TOP	*/

.header { position:fixed; top:0; left:0; right:0; z-index:8000; transition:all 0.7s; background-color:rgba(255,255,255,0.9); backdrop-filter:blur(13px); }
.nav-up , .nav-down { box-shadow:0 0 15px rgba(4,58,93,0.1); }
.header-in { float:left; width:100%; height:120px; position:relative; }
	
	#logo { float:left; margin-left:40px; position:relative; z-index:300; transition:all 0.5s; }
		#logo a { float:left; padding:25px 0; position:relative; /* box-shadow:inset 0 2px 0 #FFF; */ transition:all 0.5s; }
		#logo a:hover { box-shadow:inset 0 2px 0 #57C5CC; }
		.nav-up #logo a , .nav-down #logo a { padding:15px 0; }
			#logo img { float:left; height:50px; transition:all 0.5s; }
			#logo img:hover { opacity:0.8; }
			.nav-up #logo img , .nav-down #logo img { padding:5px 0; }
	
	.nav-icon , .sidebar-icon { display:none; }
	
	.header-lang-wrap { float:right; width:60px; margin:30px 40px 30px 0; position:relative; z-index:100; font-weight:500; color:#043C5D; text-align:center; transition:all 0.3s; }
	.nav-up .header-lang-wrap , .nav-down .header-lang-wrap { margin-top:20px; margin-bottom:20px; }
		.header-lang-icon { float:right; width:60px; height:40px; padding-right:10px; position:relative; background:#F2F4F6 url(../images/arrow-down.png) no-repeat right 10px center / 10px 5px; cursor:pointer; z-index:250; font-size:16px; font-weight:600; line-height:40px; border-radius:4px; }
		
		.header-lang { position:absolute; top:45px; right:0; width:60px; background-color:#57C5CC; display:none; z-index:300; box-shadow:0 10px 50px rgba(0, 0, 0, 0.15); border-radius:4px; }
			
			.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:#57C5CC;
			}
			
			.header-lang ul { width:100%; }
				.header-lang li { width:100%; }
					.header-lang li a { float:left; width:100%; color:#FFF; line-height:48px; box-shadow:inset 0 -1px 0 rgba(255,255,255,0.2); }
					.header-lang li:last-child a { box-shadow:none; }
					.header-lang li a:hover { opacity:0.7; }
	
	#nav { float:right; position:relative; box-shadow:0 -1px 0 rgba(255,255,255,0.06); z-index:200; }
		#nav ul { float:right; }
			#nav li { position:relative; margin-right:50px; }
			#nav li:hover { z-index:10; }
				#nav li > a { float:left; position:relative; font-size:16px; font-weight:600; letter-spacing:-0.5px; line-height:100px; transition:all 0.3s; z-index:10; }
				#nav li > a:hover { box-shadow:inset 0 -2px 0 #57C5CC; }
				#nav li > a.active { color:#57C5CC; box-shadow:inset 0 -2px 0 #57C5CC; }
				
				#nav > ul li span { display:none; position:absolute; top:90px; left:-25px; width:280px; padding:15px; background-color:#FFF; box-shadow:0 10px 50px rgba(0, 0, 0, 0.2); border-radius:8px; z-index:20; }
					#nav li span::before { 
						content:"";
						border-bottom:3px solid transparent;
						border-left:8px solid transparent;
						border-right:8px solid transparent;
						height: 0;
						position: absolute;
						width:0;
						left:35px;
						top:-3px;
						border-bottom-color:#FFF;
					}
					#nav > ul li span a { float:left; width:100%; padding:10px 15px; position:relative; font-weight:600; transition:all 0.3s; border-radius:3px; }
					#nav > ul li span a:hover { color:#FFF; background-color:#57C5CC; }
	
				.nav-up #nav li > a , .nav-down #nav li > a { line-height:80px; }
				.nav-up #nav li span , .nav-down #nav li span { top:70px; }
	
.connect-whatsapp { position:fixed; bottom:20px; right:20px; z-index:7990; }
	.connect-whatsapp a { float:right; width:48px; height:48px; border:2px solid #FFF; background-color:#27C34B; border-radius:50%; position:relative; text-indent:-9999px; box-shadow:0 0 15px rgba(0,0,0,0.2); }
	.connect-whatsapp a:hover { background:linear-gradient(45deg,#00C451,#047737 100%); }
		.connect-whatsapp a::before { content:""; position:absolute; top:0; left:0; bottom:0; right:0; background:url(../images/icon-whatsapp.png) no-repeat center / 50px; }

/*	Finish TOP	*/

.hero-screen { float:left; width:100%; position:relative; z-index:2000; }
	.hero-screen > img { float:left; width:100%; max-height:800px; }
	.hero-video-wrap { position:absolute; top:0; bottom:0; left:0; right:0; z-index:2; }
		.hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; z-index:10; object-fit:cover; }
		
	.hero-background { display:none; }
	.hero-message { position:absolute; bottom:0; left:0; right:0; z-index:20; padding:70px 20px 74px 20px; color:#FFF; text-align:center; font-size:17px; line-height:24px; background-image:linear-gradient(180deg,rgba(87, 16, 25, 0),#571019); }
		.hero-message strong { float:left; width:100%; position:relative; font-weight:600; font-size:60px; line-height:60px; }
		.hero-message span { float:left; width:100%; padding-top:38px; position:relative; }
			.hero-message span::before { content:""; position:absolute; top:20px; left:50%; width:40px; height:2px; margin-left:-20px; background-color:#C09C61; }

/*	Finish HERO VIDEO	*/

.controls { height:100%; }
	.slick-prev , .slick-next { 
		position:absolute;
		top:50%;
		width:40px; 
		height:40px; 
		margin-top:-20px;
		text-indent:-9999px; 
		cursor:pointer;
		z-index:1000;
		transition:all 0.2s ease;
		background:#FFF url(../images/arrow-left.png) no-repeat center / auto 14px;
		border-radius:50%;
		box-shadow:0 0 20px rgba(16,41,75,0.1);
		}
		
	.slick-prev { left:15px; }
	.slick-next { right:15px; background-image:url(../images/arrow-right.png); }
		
	.slick-prev:hover { background-position:40% center; }
	.slick-next:hover { background-position:60% center; }
	
	ul.slick-dots { position:absolute; text-align:center; right:0; left:0; bottom:0; padding:50px 0 20px 0; z-index:1000; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.2)); }
		ul.slick-dots li { float:none; height:3px; margin:0 5px; display:inline-block; transition:all 0.3s; }
			ul.slick-dots li button { float:left; width:20px; height:3px; cursor:pointer; background-color:#FFF; 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.slick-active button { opacity:1; }

.slider-hero-wrap { float:left; width:100%; position:relative; z-index:700; }
	
	.slider-hero { float:left; width:100%; position:relative; }
		.slider-hero .slick-list { overflow:hidden; }
		.slider-hero-item { float:left; width:100%; position:relative; overflow:hidden; }
			.slider-hero-item::after { content:""; position:absolute; top:0; bottom:0; left:0; right:15%; z-index:20; background-image:linear-gradient(90deg,#02263E,rgba(2,38,62,0.0)); opacity:0.8; }
			
			.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); }
			.slick-current .item-zoom { transform:scale(1); }
			
			.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; top:0; bottom:0; left:0; right:0; }
			
			.slider-hero-title-in { display:inline-block; width:60%; position:relative; z-index:7700; color:#FFF; }
			
			.slider-hero-title strong { float:left; width:100%; position:relative; font-size:60px; font-weight:800; line-height:60px; letter-spacing:-1px; }
			.slider-hero-title article { float:left; width:100%; padding-top:46px; position:relative; font-size:18px; line-height:30px; }
				.slider-hero-title article::before { content:""; position:absolute; top:20px; left:-40px; width:80px; height:2px; background-color:#57C5CC; }
			
			.slider-hero-go { float:left; width:100%; margin-top:20px; }
				.slider-hero-go a { display:inline-block; padding:0 10px; color:#FFF; letter-spacing:1px; line-height:50px; box-shadow:inset 0 -2px 0 rgba(255,255,255,0.2); transition:all 0.4s; }
				.slider-hero-go a:hover { padding:0 20px; letter-spacing:2px; box-shadow:inset 0 -2px 0 #FFF; }
			
			.slider-hero-item picture , .slider-hero-item picture img { float:left; width:100%; }
				.slider-hero-item picture img { max-height:640px; }
	
.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

.slider-gallery-wrap { float:left; width:100%; position:relative; overflow:hidden; } 
	.slider-gallery { float:left; width:100%; position:relative; overflow:hidden; } 
		.slider-gallery .slick-list { float:left; width:100%; position:relative; } 
			.slider-gallery .slick-list::before { content:""; position:absolute; top:0; bottom:0; left:10px; width:calc(20% - 20px); background-image:linear-gradient(90deg,#FFF,rgba(255,255,255,0.0)); z-index:10; } 
			.slider-gallery .slick-list::after { content:""; position:absolute; top:0; bottom:0; right:10px; width:calc(20% - 20px); background-image:linear-gradient(-90deg,#FFF,rgba(255,255,255,0.0)); z-index:10; } 
		.slider-gallery-item { float:left; width:100%; padding:0 10px; position:relative; }
			.slider-gallery-item section { float:left; width:100%; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; }
			.slider-gallery-item.slick-center section { filter:none; -webkit-filter:none; }
				.slider-gallery-item section::before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(45deg,#000,rgba(0, 0, 0, 0.0)); z-index:2; opacity:0.25; }
				.slider-gallery-item section article { position:absolute; left:30px; bottom:0; padding:25px 0; color:#FFF; z-index:5; box-shadow:inset 0 -2px 0 #FFF; font-weight:600; letter-spacing:1px; transition:all 0.3s; opacity:0.5; }
					.slider-gallery-item section article strong { display:block; padding-bottom:7px; font-weight:500; font-size:20px; font-family:Ivy Mode; line-height:40px; transition:all 0.75s; }
			
			.slider-gallery-item img { float:left; width:100%; }

.slider-wide { float:left; width:100%; position:relative; overflow:hidden; }
	.slider-wide div { float:left; width:100%; position:relative; }
		.slider-wide div a , .slider-full div img { float:left; width:100%; }
		.slider-wide div a { background-size:cover; background-position:center; background-repeat:no-repeat; }

/*	Finish SLIDER	*/

.hero-prusa-wrap { float:left; width:100%; position:relative; overflow:hidden; }
	.hero-prusa { float:left; width:100%; padding:20px 30px; position:relative; line-height:40px; z-index:800; }
		.hero-references { float:left; text-align:center; }
			.hero-references li::after { content:""; float:right; width:2px; height:30px; margin:15px 9px 0 9px; background-color:#000; opacity:0.05; }
			.hero-references li:last-child::after { display:none; }
			.hero-references li section { float:left; display:flex; align-items:center; }
				.hero-references li section small { float:left; width:100%; max-height:60px; }
				.hero-references li section img { max-width:100%; max-height:60px; }

.slider-references { float:left; width:calc(100% - 200px); text-align:center; overflow:hidden; }
	.slider-ref-item { float:left; position:relative; }
	.slider-ref-item::after { content:""; position:absolute; right:0; top:calc(50% - 15px); width:2px; height:30px; background-color:#000; opacity:0.05; }
	.slider-references section { float:left; width:100%; display:flex; align-items:center; }
		.slider-references section small { float:left; width:100%; max-height:60px; }
		.slider-references section img { max-width:100%; max-height:60px; }


/*	Finish SLIDER	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:700; }
.mask-top { top:0; bottom:auto; }
	.mask > img , .mask-top > img { float:left; width:100%; }

/*	Start FOOTER	*/

.footer-out { float:left; width:100%; position:relative; overflow:hidden; }

.footer-wrap { float:left; width:100%; padding-top:100px; position:relative; color:#999; overflow:hidden; }
	.footer-wrap::before { content:""; position:absolute; top:0; bottom:0; right:-50%; left:18%; background-image:linear-gradient(0deg,rgba(87,197,204,0.0),#57C5CC); transform:skew(45deg); opacity:0.1; }
	
	.footer-compose { float:left; width:100%; padding:60px 0; position:relative; background:#043C5D url(../images/.png) no-repeat 0 center / 50% auto; }
		.footer-compose h5 { float:left; width:100%; margin:-3px 0 13px 0; font-weight:600; color:#57C5CC; letter-spacing:1px; }
		.footer-compose section { float:left; width:100%; padding-right:160px; position:relative; }
			.footer-compose section small { float:left; width:25%; padding-right:20px; position:relative; }
			.footer-compose section small:nth-child(3) { width:50%; }
				.footer-compose section small .input { border-color:#FFF; }
			.footer-compose section i { position:absolute; top:0; right:0; width:160px; z-index:100; }
				.footer-compose section i .button { width:100%; }
	
	.footer { float:left; width:100%; position:relative; z-index:100; }
		
		.get-in-touch { float:left; width:100%; padding:80px 15%; text-align:center; }
			.get-in-touch section { float:left; width:100%; margin-bottom:30px; font-size:19px; font-weight:300; color:#666; line-height:30px; }
			.get-in-touch a { width:240px; height:50px; display:inline-block; font-size:14px; font-weight:700; color:#FFF; letter-spacing:1px; line-height:54px; background:#57C5CC url(../images/arrow-white-right.png) no-repeat right 20px center / auto 16px; border-radius:25px; transition:all 0.25s; }
			.get-in-touch a:hover { background-color:#043B5D; background-position:right 15px center; }
		
		.footer-connect { float:left; width:100%; padding:50px; background-color:#FFF; box-shadow:0 0 30px rgba(0, 0, 0, 0.06); }
		
		.footer-logo { float:left; padding-right:40px; margin-right:40px; border-right:2px solid #F5F5F5; }
			.footer-logo img { float:left; height:50px; }
		
		.footer-phone { float:left; }
			.footer-phone a { font-size:23px; font-weight:700; color:#57C5CC; letter-spacing:-1px; line-height:50px; }
				.footer-phone a img { float:left; height:50px; margin-right:15px; }
		
		.footer-social { float:right; }
			.footer-social li { padding-right:20px; }
			.footer-social li:last-child { padding-right:0; }
				.footer-social li a { float:left; border:1px solid rgba(0, 0, 0, 0.07); border-radius:50%; transition:all 0.25s; }
				.footer-social li a:hover { border-color:#57C5CC; }
					.footer-social li a img { float:left; width:50px; margin:-1px; }
		
		.copyright { float:left; width:100%; padding:50px; position:relative; z-index:10; box-shadow:inset 0 1px 0 rgba(255,255,255,0.06); }
			.copyright .left { float:left; width:calc(100% - 180px); }
				.copyright .left section { float:left; width:100%; margin-bottom:10px; }
				.copyright .left section:last-child { margin-bottom:0; }
					.copyright .left section a { float:left; }
					.copyright .left section i { float:left; margin:0 20px; opacity:0.3; }
			.copyright .right { float:right; }
				.copyright .right a { display:inline-block; }
					.copyright .right a img { float:right; height:20px; margin-left:7px; }
		
	
/*	Start CONTENT	*/

.welcome-wrap { float:left; width:100%; position:relative; }
	.welcome-wrap::before { content:""; position:absolute; top:0; bottom:0; left:0; right:5%; background:url(../images/bg-world.png) no-repeat right center / 40% auto; }
	.welcome-wrap::after { content:""; position:absolute; top:0; left:0; right:0; height:15px; background-image:linear-gradient(180deg,#000,rgba(0,0,0,0.0)); opacity:0.03; }
	.welcome { float:left; width:calc(50% - 30px); position:relative; }
	.welcome-video { float:right; width:calc(50% - 30px); margin-top:10px; position:relative; }
	
		.welcome-video a { float:left; width:100%; position:relative; }
			.welcome-video a picture { float:left; width:100%; position:relative; overflow:hidden; text-align:center; }
			.welcome-video a picture::after { content:""; position:absolute; top:50%; left:50%; width:60px; height:60px; margin:-30px 0 0 -30px; background:#043C5D url(../images/icon-play.png) no-repeat center / auto 30px; z-index:100; border-radius:20%; transition:all 0.5s; }
			.welcome-video-video a:hover picture::after { background-color:#043C5D; }
				.welcome-video a picture figure { float:left; width:100%; padding:0; margin:0; background-size:cover; background-position:center; background-repeat:no-repeat; transform-origin:center; transition:all 1.5s; }
				.welcome-video a:hover picture figure { transform:scale(1.2, 1.2); }
				.welcome-video a picture figure::after { content:""; position:absolute; left:0; right:0; top:0; bottom:100%; background-color:#57C5CC; transition:all 0.7s; opacity:0; }
				.welcome-video a:hover picture figure::after { bottom:0; opacity:0.5; }
				.welcome-video a picture figure img { float:left; width:100%; }

.hero-sectors { float:left; width:100%; position:relative; }
	.hero-sectors ul { width:100%; }
		.hero-sectors li { width:33.33334%; padding:0 20px; margin-bottom:30px; }
			.hero-sectors li a { float:left; width:100%; position:relative; box-shadow:0 0 30px rgba(0,0,0,0.08); transition:all 0.4s; }
				.hero-sectors li a strong { float:left; padding:30px 0 10px 0; margin-left:30px; position:relative; font-size:23px; line-height:30px; }
					.hero-sectors li a strong::before { content:""; position:absolute; top:0; left:0; width:30px; height:2px; background-color:#57C5CC; transition:all 0.4s; }
					.hero-sectors li a:hover strong::before { width:100%; }
				.hero-sectors li a picture { float:right; width:calc(100% - 30px); position:relative; box-shadow:5px 5px 0 #57C5CC; overflow:hidden; transition:all 0.4s; }
				.hero-sectors li a:hover picture { box-shadow:5px 5px 0 #043B5D; }
					.hero-sectors li a picture img { float:left; width:100%; transform-origin:center bottom; transition:all 1s; }
					.hero-sectors li a:hover picture img { transform:scale(1.15, 1.15); }
					.hero-sectors li a picture::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/mask-sector.png) no-repeat 0 0 / 100% auto; }

.page-title { float:left; width:100%; margin:60px 0 24px 0; position:relative; font-weight:500; font-size:39px; color:#043B5D; letter-spacing:-1px; line-height:50px; z-index:30; }
.page-title-white { color:#FFF; }
.page-title-center { text-align:center; }
.page-title-slim { margin-top:9px !important; }

	.page-title small { float:left; width:100%; padding:27px 0 8px 0; position:relative; font-size:14px; font-weight:600; color:#57C5CC; line-height:20px !important; letter-spacing:1px; text-transform:uppercase; }
		.page-title small::before { content:""; position:absolute; top:0; left:0; width:40px; height:2px; background-color:#57C5CC; }
		.page-title-center small::before { left:calc(50% - 20px); }
	.page-title strong { float:left; width:100%; margin-top:6px; position:relative; font-weight:800; }

.page-summary { float:left; width:100%; position:relative; font-size:23px; font-weight:300; color:#757575; line-height:40px; z-index:30; }
.page-hero-text { float:left; width:100%; position:relative; font-size:33px; font-weight:200; letter-spacing:-0.5px; line-height:50px; z-index:30; }

.page-about { float:left; width:100%; margin:-9px 0 39px 0; position:relative; font-size:17px; line-height:30px; z-index:20; }
.page-about-single { margin-top:11px !important; }
.page-summary-left { padding-left:0 !important; padding-right:0 !important; text-align:left; }
	.page-about a { text-decoration:underline; }
	.page-about a:hover { text-decoration:none; }

.text-white { color:#FFF !important; }
.two-column { column-count:2; column-gap:80px; }

.page-photo { float:right; width:50%; max-width:430px; padding:0 0 20px 30px; }
.page-photo-wide { float:left; width:100%; padding-bottom:50px; }
	.page-photo img , .page-photo-wide img { float:left; width:100%; }

.block-flexed { float:left; width:100%; position:relative; display:flex; align-items:center; }
	.flex-left , .flex-right { float:left; width:calc(50% - 60px); }
	.flex-right { float:right; margin-left:auto; }
	
	.block-flexed .page-title , .block-flexed .page-about { margin:0 !important; }

.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 15px; margin-bottom:30px; }
			.certificates li a { float:left; width:100%; height:100%; padding-bottom:5px; position:relative; }
				
				.certificates li a picture { float:left; width:100%; padding:30px; padding-bottom:0 !important; background-image:linear-gradient(180deg,#EEF9FA,#FFF); }
				.certificates li a:hover picture { background-image:linear-gradient(180deg,#EEE,#FFF); }
					.certificates li a img { display:inline-block; max-width:100%; max-height:240px; }
				.certificates li a strong { float:left; width:100%; padding:15px 0 20px 0; font-weight:500; position:relative; }

.prusa-press { float:left; width:100%; position:relative; overflow:hidden; }
	.prusa-press ul { width:100%; }
		.prusa-press li { width:33.33334%; padding:0 20px; margin-bottom:40px; position:relative; }
			.prusa-press li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; }
				.prusa-press li a::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(20deg,#000,rgb(0 0 0 / 0)); z-index:5; opacity:0.7; }
				.prusa-press li a::after { 
					content:""; 
					position:absolute; 
					top:calc(50% - 24px);			
					left:calc(50% - 24px);
					background:url(../images/icon-zoom.png) no-repeat center / 24px;
					transition:all 0.3s;
					opacity:0;
					z-index:10;
					width:44px;
					height:44px;
					border:2px solid #FFF;
					border-radius:50%;
					}
				.prusa-press li a:hover::after { opacity:1; }
				.prusa-press li a picture { float:left; width:100%; background-size:cover; background-position:center top; transform-origin:center; transition:all 1.5s; }
				.prusa-press li a img { float:left; width:100%; }
				.prusa-press li a:hover picture { transform:scale(1.2, 1.2); }
				
				.prusa-press li a strong { position:absolute; left:0; right:0; bottom:0; padding:20px 20px 25px 35px; font-size:19px; font-weight:500; z-index:100; }
					.prusa-press li a strong::after { content:""; position:absolute; left:35px; bottom:0; width:50px; height:2px; background-color:#57C5CC; transition:all 0.3s; }
					.prusa-press li a:hover strong::after { width:100px; }

.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-1 { margin:0 -1px; }

.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-80 { padding-left:80px; }
.right-80 { padding-right:80px; }

.block-prusa { float:left; width:100%; margin-bottom:20px; position:relative; background-image:linear-gradient(155deg,#043C5D,#257389); color:#FFF; }
	.block-prusa::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/arka.png) no-repeat left 70% center / 100% auto; opacity:0.15; }
	.block-prusa .page-hero-text { width:80%; margin-top:7px; }
	.block-prusa .w100 { position:relative; }
	.block-prusa-logo { position:absolute; top:0; right:0; z-index:100; }
		.block-prusa-logo img { width:120px; }
.block-gradient { float:left; width:100%; position:relative; background-image:linear-gradient(180deg,#F5FAFC,#FFF); }

.block-space { float:left; width:100%; height:80px; }
.block-top-border { box-shadow:inset 0 1px 0 rgba(0,0,0,0.06); }

.link-all { float:left; width:100%; position:relative; text-align:center; }
	.link-all a { float:left; height:40px; padding:0 10px; position:relative; color:#999; letter-spacing:2px; font-size:14px; font-weight:600; line-height:40px; transition:all 0.3s; box-shadow:inset 0 -2px 0 #57C5CC; }
	.link-all-centered a { float:none; display:inline-block; }
	.link-all a:hover { padding:0 20px; color:#043B5D; box-shadow:inset 0 -2px 0 #043B5D; }
		
	.link-all-dark a { font-weight:700; color:#57C5CC; box-shadow:inset 0 -2px 0 #57C5CC; }
		.link-all-dark a::after { opacity:1; }

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

.sub-hero-wrap { float:left; width:100%; margin-bottom:-1px; position:relative; z-index:1100; }
	.sub-hero-wrap .block-prusa { margin-bottom:0; }
	.sub-hero { float:left; width:100%; position:relative; background-color:#043B5D; background-size:cover; background-position:center; background-repeat:no-repeat; z-index:100; }
		.sub-hero::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/logo-white.png) no-repeat center / auto 45%; mix-blend-mode:overlay; }
		.sub-hero img { float:left; width:100%; max-height:320px; }

.breadcrumb { float:left; width:100%; position:relative; font-size:12px; letter-spacing:0.4px; line-height:40px; }
	.breadcrumb::after { content:""; position:absolute; bottom:-15px; left:0; right:0; height:15px; background-image:linear-gradient(180deg,#000,rgba(0,0,0,0.0)); opacity:0.03; }
	.breadcrumb section { float:left; width:100%; padding:10px 0; position:relative; box-shadow:inset 0 1px 0 rgba(0,0,0,0.05); }
		.breadcrumb a { color:#777; }
		.breadcrumb a:hover { color:#353535; text-decoration:underline; }
		.breadcrumb i { margin:0 15px; opacity:0.2; }
		.breadcrumb strong { font-weight:700; color:#043B5D; }

.sub-hero-photo { float:left; width:100%; position:relative; }
	.sub-hero-photo::before { content:""; position:absolute; top:0; bottom:50%; left:0; right:0; background-color:#043B5D; }
	.sub-hero-photo picture { float:left; width:100%; position:relative; background-size:cover; background-repeat:no-repeat; background-position:center; z-index:10; border-radius:12px 0 0 48px; }
		.sub-hero-photo picture img { float:left; width:100%; max-height:320px; }

.prusa-stats-wrap { float:left; width:100%; position:relative; background-color:#EEF9FA; overflow:hidden; }
	.prusa-stats-wrap::before { content:""; position:absolute; top:0; bottom:0; right:12%; left:12%; background-image:linear-gradient(0deg,rgba(87,197,204,0.0),#57C5CC); transform:skew(-45deg); opacity:0.1; }
	.prusa-stats { float:left; width:100%; margin:40px 0 -11px 0; position:relative; z-index:100; }
		.prusa-stats ul { width:100%; display:flex; flex-flow:row wrap; }
			.prusa-stats li { width:25%; margin:25px 0; position:relative; }
				.prusa-stats li section { float:left; width:100%; position:relative; }
					.prusa-stats li strong { display:block; margin-bottom:14px; font-size:53px; font-weight:800; color:#57C5CC; letter-spacing:-2px; line-height:50px; }
					.prusa-stats li span { display:block; font-size:17px; font-weight:300; }

.promo-wrap { float:left; width:100%; }
.promo { float:left; width:100%; position:relative; }
	.promo > ul { width:100%; }
		.promo > ul > li { display:flex; align-items:center; margin-bottom:100px; }
		.promo > ul > li:last-child { margin-bottom:0; }
			
			.promo > ul > li picture { float:right; width:calc(50% - 60px); margin-left:auto; 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 figure::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/logo-top.html) no-repeat center / auto 10%; z-index:15; }
				.promo > ul > li picture img { width:100%; position:relative; z-index:10; border-radius:16px; }
			
			.promo-content { float:left; width:calc(50% - 60px); position:relative; }

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

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

.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.5s; }
		.news-item:hover picture img { transform:scale(1.25, 1.25); }
	
	.news-item section { float:left; width:calc(100% - 50px); padding:25px; margin-left:25px; margin-top:-25px; position:relative; background-color:#FFF; z-index:100; }
		.news-item span { float:left; width:100%; margin:-3px 0 12px 0; color:#A1ACBA; letter-spacing:2px; }
		.news-item strong { float:left; width:100%; position:relative; font-size:17px; font-weight:600; line-height:25px; }
		.news-item em { float:left; width:100%; padding-top:33px; position:relative; color:#A1ACBA; letter-spacing:1px; transition:all 0.3s; }
		.news-item:hover em { letter-spacing:2px; }
			.news-item em::before { content:""; position:absolute; top:15px; left:0; width:40px; height:2px; background-color:#57C5CC; }

.news-wrap { float:left; width:100%; position:relative; }
	
	.news-content { float:right; width:calc(100% - 280px); position:relative; }
		.news-photo { float:left; width:100%; margin-bottom:15px; }
			.news-photo img { float:left; width:100%; border-radius:6px; }

	.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:11px; font-weight:500; color:#999; letter-spacing:1px; }
		.news-info section strong { display:block; margin-top:-1px; 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:#57C5CC; }
			.page-share li a.share-whatsapp { background-color:#27C34B; border-color:rgba(0,0,0,0.1); }
				.page-share li a img { float:left; height:40px; margin:-1px; }

.prusa-references { float:left; width:100%; position:relative; }
	.prusa-references ul { width:100%; }
		.prusa-references li { width:100%; padding:30px 0; display:flex; align-items:center; border-top:1px solid #F0F0F0; }
			.prusa-references li picture { float:left; width:200px; }
				.prusa-references li picture img { float:left; width:100%; padding:4px; border:1px solid #EEE; border-radius:8px; transition:all 0.4s; }
				.prusa-references li:hover picture img { border-color:#57C5CC; }
			.prusa-references li section { flex:1; padding:10px 0 10px 50px; margin-left:50px; font-size:19px; font-weight:500; line-height:24px; border-left:2px solid #EEE; }

.sidebar { float:left; width:300px; margin-top:60px; position:relative; }

	.left-menu { float:left; width:100%; position:relative; }
		.left-menu > ul { width:100%; border-top:1px solid rgba(0, 0, 0, 0.06); }
			.left-menu > ul > li { width:100%; border-bottom:1px solid rgba(0, 0, 0, 0.06); }
				.left-menu > ul > li a { float:left; width:100%; padding:17px 25px 13px 20px; position:relative; font-size:19px; font-weight:700; letter-spacing:-0.5px; line-height:25px; transition:all 0.3s; }
					.left-menu > ul > li a::before { content:""; position:absolute; top:10px; bottom:10px; left:0; width:2px; transition:all 0.3s; }
					.left-menu > ul > li a:hover::before { background-color:#57C5CC; }
				.left-menu > ul > li a.menu-active { color:#57C5CC; }
					.left-menu > ul > li a.menu-active::before { background-color:rgba(0,0,0,0.03); box-shadow:inset -2px 0 0 #57C5CC; }
					
				.left-menu li a.left-menu-multiple::after { content:""; position:absolute; right:5px; top:50%; width:16px; height:16px; margin-top:-8px; background:url(../images/icon-plus.png) no-repeat center / 100%; opacity:0.5; }
				.left-menu li a:hover.left-menu-multiple::after { opacity:1; }
				.left-menu li a:hover.left-menu-multiple { background-color:transparent; }
					
		.left-menu li ul.left-menu-sub { width:100%; border-top:1px solid rgba(0, 0, 0, 0.06); display:none; padding:14px 0 15px 20px; position:relative; }
			.left-menu li ul.left-menu-sub li { width:100%; border-bottom:0; }
			.left-menu li ul.left-menu-sub::before , .left-menu li ul.left-menu-sub::after { content:""; border-top:5px solid transparent; border-left:8px solid transparent; border-right:8px solid transparent; height:0; top:-1px; left:30px; position:absolute; width:0; border-top-color:#DDD; }
			.left-menu li ul.left-menu-sub::after { top:-2px; border-top-color:#FFF; }
			
			.left-menu li ul.left-menu-sub li a { padding:8px 20px 4px 20px; margin-bottom:1px; font-weight:500; font-size:15px; }
			.left-menu li ul.left-menu-sub li a::before { top:5px; bottom:5px; }

.right-block { float:right; width:calc(100% - 360px); position:relative; }

.product-list { float:left; width:100%; }
	.product-list ul { width:100%; display:flex; flex-flow:row wrap; }
		.product-list li { width:50%; padding:0 15px; margin-bottom:30px; }
			.product-list li section , .product-list li a { float:left; width:100%; height:100%; padding:24px 29px; position:relative; border:1px solid #D3E9FE; border-radius:4px; letter-spacing:1px; transition:all 0.4s; }
			.product-list li section:hover , .product-list li a:hover { border-color:#57C5CC; }
				.product-list li strong { display:block; font-size:16px; }
				.product-list li article { display:block; padding-top:20px; margin-bottom:-5px; position:relative; font-size:16px; color:#666; }
					.product-list li article::before { content:""; position:absolute; top:10px; left:0; width:30px; height:1px; background-color:#57C5CC; opacity:0.7; }

.product-wrap { float:left; width:100%; position:relative; display:flex; flex-flow:row wrap; align-items:center; }
	.product-in-left , .product-in-right { float:left; flex:1; position:relative; }
	.product-in-left { flex-basis:35%; padding-right:40px; }
	.product-in-right { flex-basis:65%; }
	
	.product-left { float:left; width:100%; position:relative; }
		
		.product-photo { float:left; width:100%; padding:19px; position:relative; text-align:center; background-color:#FFF; border:1px solid #D3E9FE; border-radius:6px; }
			.product-photo img { display:inline-block; max-width:100%; max-height:300px; }
		
		.slider-product { float:left; width:100%; position:relative; padding:20px; background-color:#FFF; box-shadow:0 5px 20px rgba(0,0,0,0.06); border-radius:4px; overflow:hidden; }
		.slider-product ul.slick-dots { padding:15px 0; }
			.slider-product-item { float:left; width:100%; position:relative; text-align:center; }
				.slider-product-item img { display:inline-block; max-width:300px; max-height:300px; }
	
	.product-certificate { float:left; width:100%; position:relative; }
		.product-certificate img { float:left; height:48px; padding:3px; margin:0 10px 10px 0; border:1px solid #E5E5E5; border-radius:3px; }
	
	.product-right { width:100%; position:relative; }
		.product-buttons { float:left; width:100%; margin-top:-10px; font-weight:600; }
			.product-buttons ul { width:100%; display:flex; flex-flow:row wrap; }
				.product-buttons li { padding:0 10px; margin-bottom:20px; flex:1; flex-basis:33.33334%; }
					.product-buttons li a { float:left; width:100%; height:100%; padding:15px 20px 15px 50px; position:relative; display:flex; align-items:center; color:#2D3A73; background-color:#EDF5FC; transition:all 0.3s; letter-spacing:1px; border-radius:4px; }
					.product-buttons li a.form , .product-buttons li a.video { color:#FFF; position:relative; background-color:#57C5CC; }
					.product-buttons li a.video { background-color:#222; }
					.product-buttons li a:hover { background-color:#042956; color:#FFF; }
						.product-buttons li a::before { content:""; position:absolute; top:0; bottom:0; left:15px; width:20px; background:url(../images/icon-down.html) no-repeat 0 center / 100% auto; }
						.product-buttons li a.form::before { background-image:url(../images/icon-pen.html); }
						.product-buttons li a.video::before { background-image:url(../images/icon-play.png); }

.inner-5 { margin:0 -5px; }

/*	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:30px; height:2px; margin-top:-2px; background-color:#57C5CC; }
	.fancy-title strong { float:left; padding:0 15px; position:relative; font-weight:600; font-size:13px; 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; }

.parallax-outer { float:left; width:100%; padding:60px 0; position:relative; }
	.parallax-outer::before { content:""; position:absolute; top:0; bottom:0; right:0; width:75%; background-image:linear-gradient(-90deg,#FFF,#CEC9C8); opacity:0.2; z-index:-1; }
	.parallax-outer-right::before { right:auto; left:0; background-image:linear-gradient(90deg,#FFF,#CEC9C8); }

.parallax-wrap { float:left; width:100%; position:relative; }
	
	.parallax-photo-wrap { position:absolute; left:0; right:calc(50% + 40px); bottom:0; top:0; }
		.parallax-photo { position:absolute; left:0; right:0; bottom:0; top:0; background:transparent; }
	.parallax-wide-wrap { float:left; width:100%; position:relative; }
		/* .parallax-wide-wrap::before { content:""; position:absolute; top:25%; right:40px; left:-40px; bottom:-40px; background-image:linear-gradient(180deg,#FFF,#CEC9C8); opacity:0.2; z-index:-1; } */
		.parallax-wide { float:left; width:100%; position:relative; background:transparent; background-size:100% auto; }
			.parallax-wide::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(145deg,#57C5CC,rgba(0,70,128,0.5)); opacity:0.7; }
			.parallax-wide-content { float:left; width:100%; padding:0 30px; position:relative; z-index:10; color:#FFF; }
		
		.parallax-just-photo img { float:left; width:100%; max-height:600px; }
			.parallax-just-photo::before , .parallax-just-photo::after { display:none; }
		
	.parallax-text { float:right; width:calc(50% - 40px); padding-bottom:80px; position:relative; }
	
	.parallax-right .parallax-photo-wrap { right:0; left:calc(50% + 40px); }
	.parallax-right .parallax-text { float:left; }



.simple-list { float:left; width:100%; font-size:17px; font-weight:500; line-height:25px; }
	.simple-list ul { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; }
		.simple-list li { flex-basis:calc(50% - 30px); padding:0 0 30px 40px; position:relative; background:url(../images/icon-ok.png) no-repeat 0 4px / 14px auto; }
		.simple-list-wide li { flex-basis:100%; }
		
.block-two { width:calc(50% - 20px); }

.gallery { float:left; width:100%; position:relative; overflow:hidden; }
	.gallery ul { width:100%; }
		.gallery li { width:25%; padding:0 5px 10px 5px; position:relative; }
			.gallery li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; border-radius:8px; }
				.gallery li a::before { 
					content:""; 
					position:absolute; 
					top:calc(50% - 20px);
					left:calc(50% - 20px);
					width:38px;
					height:38px;
					border:1px solid #FFF;
					background:url(../images/icon-zoom.png) no-repeat center / 20px;
					transition:all 0.3s;
					border-radius:50%;
					z-index:10;
					opacity:0.5;
					}
				.gallery li a:hover::before { opacity:1; }
				.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; transform-origin:center; transition:all 1s; }
					.gallery li a:hover span { transform:scale(1.12, 1.12); }
						.gallery li a span img { float:left; width:100%; }	

.video-list { float:left; width:100%; position:relative; overflow:hidden; }
	.video-list ul { width:100%; display:flex; flex-flow:row wrap; }
		.video-list li { width:33.33334%; padding:0 20px; margin-bottom:45px; }
			.video-list li a { float:left; width:100%; position:relative; }
				.video-list li a picture { float:left; width:100%; position:relative; overflow:hidden; }
					.video-list li a picture img { float:left; width:100%; transform-origin:center; transition:all 1s; }
					.video-list li a:hover picture img { transform:scale(1.2, 1.2); }
					
					.video-list li a picture::after { content:""; position:absolute; width:44px; height:44px; left:calc(50% - 24px); top:calc(50% - 24px); background:rgba(0,0,0,0.4) url(../images/icon-play.png) no-repeat center / auto 20px; border:2px solid #FFF; border-radius:50%; z-index:100; transition:all 0.3s; }
					.video-list li a:hover picture::after { background-color:#043B5D; }
				
				.video-list li a section { float:left; width:100%; position:relative; }
					.video-list li a section strong { float:left; width:100%; padding:19px 0 6px 0; font-size:17px; font-weight:500; line-height:25px; }
					.video-list li a section i { float:left; height:20px; padding-left:25px; color:#999; font-size:13px; letter-spacing:1px; line-height:24px; background:url(../images/icon-clock.png) no-repeat 0 center / 16px; }

.tab { float:left; width:100%; padding-bottom:30px; position:relative; }
	.tab li { padding-right:15px; }
		.tab li a { float:left; height:50px; padding:0 25px; position:relative; font-weight:500; font-size:16px; line-height:54px; background-color:#EEF9FA; border-radius:4px; transition:all 0.3s; }
		.tab li a.tab-active { color:#FFF; background-color:#57C5CC; }
			.tab li a.tab-active::before { 
				content:"";
				border-top:3px solid transparent;
				border-left:8px solid transparent;
				border-right:8px solid transparent;
				height:0;
				position: absolute;
				width:0;
				left:50%;
				bottom:-3px;
				margin-left:-8px;
				border-top-color:#57C5CC;
			}

.item { float:left; width:25%; padding:0 5px 10px 5px; }
.photo-item { float:left; width:100%; transition:all 0.25s; }
	.photo-item a { float:left; width:100%; position:relative; }
		.photo-item a section { float:left; width:100%; position:relative; overflow:hidden; border-radius:4px; }
			
			.photo-item a section img { float:left; width:100%; box-shadow:0 5px 20px rgba(0, 0, 0, 0.07); transform-origin:center; transition:all 1s; }
			.photo-item a:hover section img { transform:scale(1.2, 1.2); }
		
		.photo-item a section::before { content:""; position:absolute; top:50%; left:50%; width:600px; height:600px; margin:-300px 0 0 -300px; background-color:#FFF; opacity:0; transition:all 1s; border-radius:50%; transform:scale(0,0); z-index:10; }
		.photo-item:hover a section::before { background-color:#57C5CC; opacity:0.8; transform:scale(1,1); }
		
		.photo-item a::after { content:""; position:absolute; top:0; right:0; width:32px; height:32px; background:rgba(255,255,255,0.7) url(../images/icon-expand.png) no-repeat center / 12px; border-radius:50%; transition:all 0.4s; opacity:0; z-index:20; }
		.photo-item a:hover::after { opacity:1; top:15px; right:15px; }
			
		.photo-item a span { float:left; width:100%; padding-top:10px; color:#999; }

/*	Start CONTACT	*/
	
.accordion { float:left; width:100%;  border-bottom:1px solid rgba(0,0,0,0.06); }
	
	.accordion-section-title { float:left; width:100%; padding:30px; padding-right:40px !important; position:relative; font-size:19px; color:#454545; border-top:1px solid rgba(0,0,0,0.06); z-index:10; }
	.accordion-section-title:hover { color:#57C5CC; }
	.accordion-section-title.active { color:#57C5CC !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 0 40px 30px; position:relative; display:none; }
		.accordion-section-text { float:left; width:100%; font-size:17px; line-height:30px; }

.hero-contact { padding:4% 0; }

.contact-info { float:left; width:100%; margin-bottom:50px; position:relative; display:flex; flex-flow:row wrap; }
	.contact-info section { float:left; max-width:360px; padding-right:100px; margin-bottom:31px; position:relative; line-height:25px; transition:all 0.4s; }
		.contact-info section span { display:block; margin-bottom:9px; font-weight:700; font-size:19px; color:#043B5D; }
		.contact-info section article { display:block; margin-bottom:10px; font-size:15px; line-height:30px; }
		.contact-info section article:last-child { margin-bottom:0; }
		.contact-info section a { color:#151515; }
		.contact-info section a:hover { text-decoration:underline; }

.contact-form { float:left; width:100%; position:relative; }
	
	.contact-form .title-medium { margin-top:14px; }
	
	.form-item { float:left; width:50%; padding:0 15px 30px 15px; position:relative; }
	.form-item-text { margin-top:-10px; color:#666; }
	.form-item:last-child { padding-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-map { float:left; width:100%; height:600px; position:relative; z-index:10; }
	
.upload { float:left; width:100%; height:50px; position:relative; text-align:center; }
	.upload section { float:left; width:100%; height:50px; padding:0 16px; border:1px solid #999; line-height:48px; background-color:#FFF; border-radius:6px; box-shadow:5px 5px 0 rgb(0 0 0 / 3%); }
	.upload:hover section { border-color:#00C18C; color:#00C18C; }
		.upload section::after { content:""; position:absolute; top:0; bottom:0; right:0; width:48px; background:url(../images/icon-clip.png) no-repeat center / 16px; opacity:0.5; }
		.upload:hover section::after { opacity:1; }
	.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; }

.request-form { display:none; float:left; width:100%; max-width:800px; }
	.request-form .contact-form { width:100%; margin-top:-10px; }

/*	Start PAGINATION	*/
	
.pages { float:left; width:100%; position:relative; font-weight:600; line-height:54px; text-align:center; }
	.pages ul { width:100%; }
		.pages li { float:none; display:inline-block; padding:0 5px; }
			.pages li a { float:left; width:50px; height:50px; font-weight:500; color:#57C5CC; transition:all 0.3s; border-radius:6px; }
			.pages li a:hover , .pages li a.current { background-color:#F5F5F5; }
			.pages li a.current { background-color:#57C5CC; color:#FFF; }
				
.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(16,41,75, 0.85); backdrop-filter:blur(13px); color:#FFF; border-radius:4px 4px 0 0; }
		.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.3; }
		.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:4px; text-indent:-9999px; background:#57C5CC url(../images/icon-close.png) no-repeat center / 12px; cursor:pointer; border:1px solid #FFF; }
			.cookies-close span:hover { background-size:14px; background-color:#042956; }

.slider-pro-wrap { float:left; width:100%; position:relative; z-index:700; overflow:hidden; }
	.slider-pro { float:left; width:100%; position:relative; z-index:700; }
		.slider-pro-item { float:left; width:auto !important; position:relative; }
			.slider-pro-item a , .slider-pro-item section { float:left; width:100%; padding:0 10px; position:relative; background-repeat:no-repeat; background-size:cover; background-position:center; overflow:hidden; }
			.slider-pro-item img { float:left; height:40vh; max-height:320px; }
			.slick-center.slider-pro-item img {  }
			.slider-pro-item::after { content:""; position:absolute; top:50%; left:50%; width:48px; height:48px; margin:-24px 0 0 -24px; background:#000 url(../images/icon-zoom.png) no-repeat center / 24px; border-radius:50%; transition:all 0.5s; transform-origin:center; transform:scale(0.2); opacity:0; }
			.slider-pro-item:hover::after { transform:scale(1); opacity:1; }



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

.outer { padding:0 60px; }
.slider-hero-item picture img { max-height:540px; }
.slider-hero-title strong { font-size:50px; line-height:50px; }

}



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

.outer { padding:0; }
.slider-hero .slick-list , .slider-hero ul.slick-dots { border-radius:0; }
.footer-wrap { padding-top:0; }

}



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

.wrap { width:1200px; }

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

.slider-hero-title-in { margin-left:40px; }
.get-in-touch { padding:60px 5%; }

}


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

.wrap { width:980px; }
#logo { margin-left:25px; }
.header-lang-wrap { margin-right:25px; }
#nav li { margin-right:35px; }
.prusa-stats li strong { margin-bottom:8px; font-size:40px; line-height:40px; }

.hero-prusa { padding:15px; }
.hero-references li::after { margin-left:4px; margin-right:4px; }

.page-summary { font-size:19px; line-height:35px; }
.page-hero-text { font-size:27px; line-height:40px; }

.news-list li { width:50%; }
.news-item section { width:calc(100% - 40px); padding:20px; margin-left:20px; margin-top:-20px; }
.news-item span { margin-bottom:7px; }

.footer-connect , .copyright { padding:30px; }

.sidebar { width:240px; }
.right-block { width:calc(100% - 280px); }
.simple-list li { flex-basis:100%; padding-bottom:20px; }

.item { float:left; width:33.33334%; }

.flex-left , .flex-right { width:calc(50% - 25px); }

.certificates li { width:33.33334%; }
.certificates li a picture { padding:20px; }

.prusa-press .inner-20 , .video-list .inner-20 { margin:0 -15px; }
.prusa-press li { width:50%; padding:0 15px; margin-bottom:30px; }
.prusa-press li a strong { padding:20px 20px 15px 25px; }
.prusa-press li a strong::after { left:25px; }

.video-list li { padding:0 15px; }

.gallery li { width:33.33334%; }

}


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

#nav li { margin-right:20px; }
.breadcrumb section { padding:5px 0; }

}



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

.prusa { padding-top:70px; }
.wrap , .wrap-slim { float:left; width:100%; padding:0 30px; }
.wrap-right { padding-right:0 !important; }

.header { height:70px; background-color:#FFF; }
.nav-opened .header { background-color:#EEF9FA; }
.header .wrap { padding:0; }
.nav-up { margin-top:0; }

#logo { margin-left:15px; }
#logo a { padding:0 !important; }
#logo img { height:70px !important; padding:15px 0 !important; }

.header-lang-wrap { margin:15px 15px 15px 10px !important; }

.nav-icon { float:right; width:80px; height:70px; margin-right:0; position:relative; cursor:pointer; display:block; text-indent:-9999px; }
	.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:#57C5CC; transition:all 0.5s; }
		.nav-icon span::after { content:""; position:absolute; bottom:-6px; left:0; right:6px; height:2px; background-color:#57C5CC; 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;
		}
		.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;
			height:2px;
		}
		
	.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:#043B5D;
	}

#nav { position:fixed; top:70px; bottom:0; left:0; right:0; width:auto; height:100vh; padding:30px 30px 150px 30px; background-color:#043B5D; overflow-y:auto; z-index:200; display:none; }
	#nav ul { width:100%; border-top:1px solid rgba(255,255,255,0.06); }
		#nav li { width:100%; margin-right:0; position:relative; border-bottom:1px solid rgba(255,255,255,0.06); }
		#nav li.nav-multi::before { content:""; position:absolute; left:auto; 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.nav-multi::after { display:none; }
			#nav li > a { width:100%; padding:0 25px; color:#FFF; font-size:19px; letter-spacing:0.5px; line-height:60px !important; }
			#nav li > a:hover , #nav li > a.active { box-shadow:none; }
			#nav li > a.active { color:#57C5CC; }
			
			#nav > ul li span { float:left; width:100%; position:relative; top:auto !important; left:auto; box-shadow:none; }
				#nav li span::before { border-bottom-color:#FFF; }
				#nav > ul li span a { padding:14px 15px; font-size:16px; }
		
.nav-opened { overflow:hidden; }

.scroll-down { display:none; }

.slider-hero-title strong { font-size:36px; line-height:40px; }
.slider-hero-title article { padding-top:33px; position:relative; font-size:15px; line-height:25px; }
.slider-hero-title article::before { top:15px; }

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

.slider-hero-title-in { margin-left:0; }

.hero-prusa { padding:10px 0; }
.hero-references , .hero-references ul { width:100%; }
.hero-references li { width:16.66667%; position:relative; }
.hero-references li::after { position:absolute; right:-1px; top:calc(50% - 15px); margin:0; }
.hero-references li section { width:100%; }

.welcome-wrap::before { right:20px; background-size:65% auto; }
.welcome , .welcome-video { width:100%; }
.welcome-video { margin-top:30px; }

.hero-sectors li a strong { padding:25px 0 5px 0; margin-left:20px; font-size:17px; line-height:20px; }
.hero-sectors li a picture { width:calc(100% - 20px); }

.block-prusa { margin-bottom:0; }
.block-prusa-logo img { width:80px; }

.footer-compose { padding:35px 0; background-size:auto 100%; }
.get-in-touch { padding:50px 0; }
.footer-logo { padding-right:25px; margin-right:25px; }
.footer-phone a { font-size:19px; }

.page-title { margin:40px 0 20px 0; font-size:30px; line-height:40px; }
.page-title small { padding:22px 0 3px 0; margin-bottom:-5px; }
.page-title strong { margin-top:13px; margin-bottom:-3px; }

.footer-compose section { padding-right:100px; }
.footer-compose section small { padding-right:10px; }
.footer-compose section i { width:100px; }
.footer-compose section i .button { padding:0 15px 0 0; }

.tab { height:75px; overflow:hidden; overflow-x:auto; white-space:nowrap; }
.tab ul { display:block; }
.tab li { float:none; display:inline-block; padding:0; }

.prusa-references li section { padding:0; margin-left:30px; border-left:0; }

.sidebar-icon {
	float:left;
	width:100%;
	height:50px;
	margin-top:30px;
	font-weight:700;
	font-size:17px;
	line-height:52px;
	letter-spacing:1px;
	cursor:pointer;
	position:relative;
	background:#FFF url(../images/icon-menu.png) no-repeat 16px center / auto 16px;
	z-index:90;
	display:block;
	text-align:center;
	border:1px solid #999;
	border-radius:4px;
	transition:all 0.4s;
	}
	
	.sidebar-icon::after { content:""; position:absolute; top:0; bottom:0; right:14px; width:16px; background:url(../images/arrow-down.png) no-repeat 0 center / 16px auto; transition:all 0.3s; }
	
.sidebar-icon-close { background-color:#57C5CC; background-image:url(../images/icon-close.png) !important; color:#FFF !important; border-color:rgba(0,0,0,0.1) !important; border-radius:25px; }
	.sidebar-icon-close::after { background-image:url(../images/arrow-white-down.png); transform:rotate(180deg); }

.sidebar { width:100%; margin:20px 0; display:none; }
.right-block { width:100%; }

.block-flexed { display:block; }
.flex-left , .flex-right { width:100%; }

.contact-map { height:480px; }

.video-list li { width:50%; }
.slider-references { width:100%; }
}





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

.wrap , .wrap-slim { padding:0 20px; }
.cookies-wrap { right:0; left:0; width:auto; }
.cookies { padding:15px 20px; font-size:12px; border-radius:0; }
.cookies-close { right:10px; }
.my-fancy { padding:20px !important; }
ul.slick-dots { padding:40px 0 10px 0; }

.header { box-shadow:0 0 15px rgba(4,58,93,0.12) !important; }

.block-prusa .page-hero-text { width:calc(100% - 100px); }
.prusa-stats { margin-top:20px; }
.prusa-stats li { width:50%; margin:20px 0; }

.get-in-touch section { margin-bottom:20px; font-size:17px; }

.hero-references li { width:33.33334%; }
.hero-references li section small { max-height:50px; padding:0 5px; }
.hero-references li section img { max-height:50px; }

.footer-compose section { width:calc(100% + 10px); padding-right:0; }
.footer-compose section small { width:50%; margin-bottom:10px; }
.footer-compose section small:nth-child(3) { width:100%; }
.footer-compose section small .input { border-color:#FFF; }
.footer-compose section i { float:left; width:100%; padding-right:10px; position:static; }

.footer-connect , .copyright { padding:20px; }
.copyright { margin:10px 0; }
.copyright .left section i { margin:0 10px; }

.hero-sectors { width:calc(100% + 20px); overflow:hidden; overflow-x:auto; white-space:nowrap; }
.hero-sectors .inner-20 { margin:0; }
.hero-sectors ul { display:block; width:auto; }
.hero-sectors li { float:none; width:calc(100vw - 60px); display:inline-block; padding:0; padding-right:20px; }
.hero-sectors li a { background-color:#EEF9FA; box-shadow:none; }
.hero-sectors li a strong { padding-bottom:15px; }
.hero-sectors li a picture::after , .breadcrumb { display:none; }

.news-content , .news-sidebar { width:100%; }
.news-sidebar { padding-top:0; margin:-10px 0 20px 0; }

.sidebar-icon { margin-top:20px; }

.prusa-press li a strong { font-size:17px; }

.contact-info section { padding-right:60px; }

.gallery li { width:50%; }

}



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

.footer-logo { display:none; }
.copyright .left , .copyright .right { width:100%; }
.copyright .right { margin-top:10px; }

.page-hero-text { font-size:23px; line-height:35px; }
.page-summary { font-size:17px; line-height:30px; }

.certificates li { width:50%; }

}



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

.slider-hero-title-in { width:75%; }
.slider-hero-title strong { font-size:25px; line-height:30px; }
.slider-hero-title article { display:none; }

.prusa-stats li strong { font-size:30px; line-height:30px; }

.get-in-touch { padding:30px 0; }
.footer-connect { text-align:center; }
.footer-phone , .footer-social , .news-list li , .form-item .button , .video-list li { width:100%; }
.footer-phone { margin-top:-10px; }
.footer-social ul { float:none; display:inline-block; }

.block-prusa-logo img { width:50px; }
.block-prusa .page-hero-text { width:100%; margin-top:30px; }

.prusa-references li picture { width:150px; }
.prusa-references li section { margin-left:20px; font-size:15px; line-height:20px; }

.item { width:50%; }

.left-menu > ul > li a { font-size:17px; }

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

.contact-info section { max-width:initial; width:100%; padding-right:0; margin-bottom:21px; }
.form-item { width:100%; padding-bottom:20px; }
.contact-map { height:360px; }

.slider-pro-item img { height:40vh; max-height:240px; }

.hero-prusa { padding:0; }

}



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

.slider-hero-item picture img { max-height:400px; padding:5% 0; }
.certificates li { width:100%; }

}



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



}



.scroll-down { float:right; height:50px; margin:5px 10px 5px 0; position:relative; z-index:1000; cursor:pointer; text-align:center; }
.scroll-down::after { content:"scoll down"; float:right; margin-left:10px; color:#57C5CC; line-height:50px; }
.scroll-down:hover::after { color:#043C5D; }

.mouse { float:left; height:36px; width:24px; margin-top:7px; border-radius:12px; transform:none; border:2px solid #57C5CC; top:5px; }
.scroll-down:hover .mouse { border-color:#043C5D; }
.wheel { height:8px; width:2px; display:block; margin:6px auto 0 auto; background-color:#57C5CC; position:relative; }
.scroll-down:hover .wheel { background-color:#043C5D; }
.wheel { -webkit-animation:mouse-wheel 1.0s ease infinite; -moz-animation:mouse-wheel 1.0s ease infinite; }

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}