html, body {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
	color: #fff;
}
img {
	width: 100%;
}

.first {
	background: url(img/bg.jpg);
	background-size: cover;
	padding: 0 20px 50px;
	text-align: center;
	margin-bottom: 10px;
	background-position: center;
}
.first h2 {
	margin: 0;
	padding-top: 60px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.79);
}
.first h3 {
	margin-top: 5px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.79);
}
.first img {
	width: 90%;
	padding: 50px 0 30px;
}
.btn {
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color: #f9f9f9;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 19px;
	text-decoration: none;
}
.down-arrow {
	width: 11px !important;
	padding: 0 5px !important;
}
.features {
	max-width: 80%;
	margin: auto;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.79);
}
.features b {
	font-size: 18px;
}
.features p {
	font-weight: 300;
	margin-bottom: 50px;
}
.block {
	background: rgba(255,255,255,0.2);
	padding: 20px;
	line-height: 25px;
}
.block b {
	background: indianred;
	padding: 4px 6px;
}

.char {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.char-item {
	color: #000;
	width: 40%;
	text-align: center;
	padding: 0 15px 30px;
}
.char-item img {
	width: 35px;
	height: 35px;
}

.title {
	color: #000;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}
.title b {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
video {
	width: 100%;
	display: block;
	margin: 50px 0 40px;
}
.videos {
	background-image: linear-gradient(to right, #d7d2cc 0%, #304352 100%);
	padding: 20px;
	text-align: center;
	margin: 20px;
	border-radius: 20px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.videos {
	font-weight: 400;
	line-height: 20px;
}
.videos b {
	font-weight: 700;
	font-size: 18px;
}
.verb {
	padding: 15px 0 30px;
}
.knop {
	text-align: center;
	padding-bottom: 20px;
}
.mt30 {
	margin-top: 30px;
}
.ph {
	padding: 15px 0 20px;
}

.why {
	text-align: center;
	color: #000;
	padding: 10px 20px;
}
.why img {
	width: 38px;
	padding: 5px;
}
img.mt30 {
	display: block;
}
.sale {
	background: tomato;
	font-weight: 700;
	padding: 2px 8px;
	font-size: 18px;
	border-radius: 0px;
	color: #fff;
}
.mar {
	padding: 0 20px;
}
.mar span {
	font-weight: 300;
}

form {
	color: #000;
	border: 2px dashed tomato;
	margin: 30px 15px 20px;
	padding: 20px;
	text-align: center;
}
input {
	width: 100%;
	width: 100%;
	margin: 15px 0px;
	padding: 5px;
	box-sizing: border-box;
}
.a {
	display: block;
	text-align: center;
	color: gray;
	padding: 30px 0 40px;
}

.slick-prev, .slick-next {
	opacity: 0.5 !important;
	width: 40px !important;
	height: 40px !important;
}
.slick-next {
	right: 15px !important;
}
.slick-prev {
	left: 15px !important;
	z-index: 1;
}
.c5 {
	background: #7A7A7A;
	padding-top: 5px;
}
form {
	border-color: #fff;
	color: #fff;
}
.mar span.sale, .block b {
	background: #d02718;
	font-weight: bold;
	white-space: nowrap;
	line-height: 30px;
}
.c5 .title {
	color: #fff;
}
.c5 .a {
	color: #fff;
}
.btn {
	box-shadow: 0px 3px 0px 0px #8a2a21;
	background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	border-radius: 18px;
	border: 1px solid #d02718;
	color: #fff;
	padding: 10px 20px;
}
.down-arrow {
	filter: brightness(0) invert(1);
}
.videos {
	background: #7A7A7A;
	border-radius: unset;
	margin: 0;
}
video {
	margin-bottom: 0;
}
.carousel {
	margin-top: -5px;
}
.ph {
	    padding-bottom: 0;
    display: block;
}
.knop {
    padding-bottom: 40px;
}