@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'), url('../fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'), url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}

html, body {
	font-family: 'gapa_textregular', sans-serif;
	font-size: 18px;
	color: #1d1d1d;
	scroll-behavior: smooth;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
*:focus, .btn.focus, .btn:focus, button:focus {
	outline: 0 none;
	border: 0;
	border-color: transparent;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
	width: 6px
}
::-webkit-scrollbar-track {
	background: #ffffff;
	border-radius: 3px
}
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 3px
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #669933;
}
figure {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6, .mainheadline {
	font-family: 'gapa_textbold', sans-serif;
	color: #000
}
h1, .h1, h2, .h2 {
	font-size: 42px
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-size: 24px
}

.mainheadline {
    font-size: 45px;
	text-transform: uppercase;
    color: #fff!important
}
@media (max-width: 767px) {
    .mainheadline {
        font-size: 48px;
        line-height: 1.1
    }
}

.download h3 {
    font-size: 16px;
}

.download article {
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.download article:hover {
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
}

.slider-nav {
    cursor: pointer;
}

.nicefont {
	font-family: 'gapa_headlineregular', serif;
	font-size: 90px;
}
@media (max-width: 767px) {
    .nicefont {
        font-family: 'gapa_headlineregular', serif;
        font-size: 48px;
    }
}
.readon {
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	background-color: #000;
	padding: 3px 30px 2px 30px;
	border: 1px solid #000;
	transition: 0.3s;
}
.readon:hover {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

.bg-dark {
    background-color: #242424!important;
    color: #fff;
}

.bg-dark a {
    color: #fff;
}
.bg-dark a:hover {
    color: #fff;
}

header,
header h1,
header h2{
    color: #fff;
}

.gapa-link {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
    display: inline-block;
    padding: 0 0 0 30px;
}

.tel-link {
    background-image: url(../images/tel-icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    padding: 0 0 0 30px;
}

.mail-link {
    background-image: url(../images/mail-icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    padding: 0 0 0 30px;
}

.bg-header {
	background-color: #000;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bg-main-bottom {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}