html {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    color: white;
    min-width: 375px;
	max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
	background-color: #22211d;
}

audio,
canvas,
iframe,
img,
svg,
video { vertical-align: middle; }

canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

a {
	outline: 0;
	color: #268AB7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
    text-underline-position: under;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	margin: 0;
}

/* stub */
.stub {
	position: relative;
    z-index: 0;
    overflow: hidden;
	padding-top: 80px;
	padding-bottom: 120px;
}
.stub:before {
	content: '';
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 550px;
    top: 0;
    left: 0;
    z-index: -1;
}
.padding-small {
	padding-left: 80px;
	padding-right: 80px;
}
.padding-large {
	padding-left: 190px;
	padding-right: 190px;
}
.logo {
	font-size: 24px;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.stub-block-logo {
	padding-top: 150px;
	padding-bottom: 150px;
}

.stub-block-headtitle {
	background-image: url('../images/block-headtitle.png');
	background-repeat: no-repeat;
    background-size: cover;
	padding-top: 35px;
    padding-bottom: 35px;
}

.stub-headtitle {
	font-size: 50px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}

.stub-block-prodinfo {
	margin-top: 60px;
}

.stub-block-prodinfo .title {
	font-size: 1.1rem;
    font-weight: 700;
    line-height: normal;
	margin-bottom: 15px;
}

.stub-ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.stub-ul li + li {
	margin-top: 10px;
}

@media (max-width: 1599px) {
	.stub-headtitle {
		font-size: 40px;
	}
	html {
		font-size: 18px;
	}
	.padding-large {
		padding-left: 150px;
		padding-right: 150px;
	}
	.stub:before {
		height: 450px;
	}
}
@media (max-width: 1439px) {
	.padding-large {
		padding-left: 100px;
		padding-right: 100px;
	}
	.stub-headtitle {
		font-size: 30px;
	}
	html {
		font-size: 16px;
	}
	.stub:before {
		height: 400px;
	}
}
@media (max-width: 1259px) {
	.padding-large {
		padding-left: 80px;
		padding-right: 80px;
	}
	.padding-small {
		padding-left: 50px;
		padding-right: 50px;
	}
	.stub {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.stub-block-logo {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.stub-headtitle {
		font-size: 25px;
	}
	html {
		font-size: 14px;
	}
	.stub-block-headtitle {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.stub-block-prodinfo {
		margin-top: 50px;
	}
	.stub:before {
		height: 350px;
	}
}
@media (max-width: 959px) {
	.padding-large {
		padding-left: 50px;
		padding-right: 50px;
	}
	.padding-small {
		padding-left: 50px;
		padding-right: 50px;
	}
	.logo {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.stub {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.padding-large {
		padding-left: 25px;
		padding-right: 25px;
	}
	.padding-small {
		padding-left: 25px;
		padding-right: 25px;
	}
	.stub:before {
		height: 250px;
	}
	.stub-headtitle {
		font-size: 20px;
	}
}