@font-face {
    font-family: 'gapa_headlineregular';
    src: url('../fonts/gapa_headline-regular-webfont.woff2') format('woff2'),
         url('../fonts/gapa_headline-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}




@font-face {
    font-family: 'gapa_textbold';
    src: url('../fonts/gapa_text-bold-webfont.woff2') format('woff2'),
         url('../fonts/gapa_text-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}




@font-face {
    font-family: 'gapa_textregular';
    src: url('../fonts/gapa_text-regular-webfont.woff2') format('woff2'),
         url('../fonts/gapa_text-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap	
}

html, body {
	font-family: 'gapa_textregular', sans-serif;
	font-size: 22px;
	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: #669933;
	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: 32px
}

.mainheadline {
    font-size: 56px;
    color: #fff!important
}
@media (max-width: 767px) {
    .mainheadline {
        font-size: 48px;
        line-height: 1.1
    }
}

.download h3 {
    font-size: 28px;
}

.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);
}

.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: #669933;
	padding: 3px 30px 2px 30px;
	border: 1px solid #669933;
	transition: 0.3s;
}
.readon:hover {
	background-color: #c8e056;
	border: 1px solid #669933;
	color: #fff;
}

.bg-dark {
    background-color: #242424!important;
    color: #fff;
}

.bg-dark a {
    color: #fff;
}
.bg-dark a:hover {
    color: #588830;
}

header,
header h1,
header h2{
    color: #fff;
}

.gapa-link {
    background-image: url(../images/gapa-icon.png);
    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-image: url(../images/bg-header.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.bg-main-bottom {
    background-image: url(../images/bg-main-botom.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 80px;
}