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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

section {
	position: relative;
	transition: all ease .5s;
}

div {
	transition: all ease .5s;
}



/**** FONTS ****/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

/**** FONTS ****/




.top-sec {
	width: 100%;
	height: 650px;
	overflow: hidden;
	background-image: url(../images/slider-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.top-header h1.logo {
	width: 286px;
	height: 171px;
	background-color:#fff;
	position: absolute;
	top: 0;
	left: 50px; 
    z-index: 99;
}

.top-header h1.logo img {
	width:100%;
	display: block;
}

nav.mainmenu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 50px;
    background: #fff;
    width: calc(100% - 100px);
    z-index: 9;
    text-align: right;
}

nav.mainmenu ul li {
	display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

nav.mainmenu ul li a {
	color: #5a6771;
	font-size: 14px;
}

nav.mainmenu ul li a:hover {
	color: #ec5e24;
}

.slogan-holder {
	width: 840px;
	position: absolute;
	top: 40%;
	left:50%;
	margin-left: -420px;
	text-align: center;
}

.slogan-holder h2 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 300;
}

.slogan-holder p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}

a.cat-btn {
	width: 286px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin:0 auto;
	background-color: #ec5e24;
	display: block;
	transition: all ease .5s;
}

a.cat-btn span {
	font-weight: 700;
}

a.cat-btn:hover {
	background-color: #fff ;
	color: #ec5e24;
}


section.welcome {
    width: 100%;
	padding: 60px 0;
	background: #56636c;
	z-index: 999;
	height: 420px;
}

section.welcome .welcome-text {
	width:60%;
	position: absolute;
	left:100px;
}

section.welcome .welcome-text a.cat-btn {
	margin: 0 !important;
}

section.welcome .welcome-text h3 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 40px;
	font-weight: 300;
}

section.welcome .welcome-text h3 span {
	color: #ec5e24;
	font-size: 24px;
}

section.welcome .welcome-text p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 24px;
}

section.welcome .welcome-image {
	width:440px;
	height: 630px;
	background-image: url(../images/welcome-banner.jpg);
	background-size: cover;
	position: absolute;
	right:100px;
}

section.welcome .welcome-image .welcome-katalog {
	width: 722px;
	position: absolute;
	bottom:-250px;
	left: -350px;
	display: block;
}

.cloud-sep {
	position: relative;
	width: 100%;
	height: 340px;
	background-image: url(../images/text-cloud.jpg);
	background-repeat: repeat;
	z-index: 9;
}

.bottom-images {
	width: 100%;
	padding: 0;
	margin:0;
	line-height: 0;
}

.bottom-images-holder {
	width: 100%;
	overflow: hidden;
}

.bottom-images-box {
	width:25%;
	margin:0;
	padding: 0;
	float: left; 
}

footer {
	width: 100%;
	padding: 40px 0 0;
	background-color: #ec5e24;
}

.footer-top {
	width:440px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #ffF; 
	padding-bottom: 20px;
}

.footer-top p {
	margin-bottom: 10px;
}

.footer-top p span {
	font-weight: 700;
	font-size: 16px;
}

.footer-bottom {
	width: 100%;
	background-color: #ae3b0c;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 20px 0;

}




/***** RESPONSIVE ******/


@media screen and (max-width: 1600px) {
    section.welcome .welcome-text {
	    width: 50%;
	}
	section.welcome {
	    height: 480px;
	}

}

@media screen and (max-width: 1600px)  {
	section.welcome .welcome-image .welcome-katalog {
    bottom: -340px;
    left: -210px;
	}
}

@media screen and (max-width: 1280px) {
	section.welcome .welcome-text {
	    left: 40px;
	}
	section.welcome .welcome-image {
	    right: 40px;
		width: 380px;
		height: 540px;
	}
}

@media screen and (max-width: 1024px) {
	section.welcome .welcome-text {
	    width: 40%;
	}
	section.welcome {
	    height: 700px;
	}
	section.welcome .welcome-image .welcome-katalog {
	    width: 480px;
	    bottom: -140px;
    	left: -40px;
	}
	.bottom-images-box {
	    width: 50%;
	}
}

@media screen and (max-width: 768px)  {

	section.welcome .welcome-image {
	    display: none;
	}
	section.welcome .welcome-text {
	    width: 90%;
		position: unset;
		padding: 0 20px;
	}
	section.welcome {
	   	height: auto;
	    padding: 20px 0;
	}
	.cloud-sep {
		display: none;
	}
	.slogan-holder h2 {
	    font-size: 34px;
	    line-height: 34px;
	    margin-bottom: 10px;
	}
	.slogan-holder {
	    width: 92%;
	    position: absolute;
	    top: 32%;
	    left: 50%;
	    margin-left: -46%;
	    text-align: center;
	}
	.top-header h1.logo {
	    width: 172px;
	    height: 102px;
	    left: 50%;
	    margin-left: -86px;
	}
	nav.mainmenu {
	    top: 102px;
	    right: 50%;
	    width: 300px;
	    margin-right: -200px;
	    text-align: center;
	}

}



@media screen and (max-width: 480px)  {
	.bottom-images-box {
	    width: 100%;
	}
	.footer-bottom {
		font-size: 12px;
	}
	.footer-top {
		font-size: 12px;
		width: 96%;
	}
	.footer-top p span {
		font-size: 14px;
	}
}