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;
}
@font-face {
  font-family: 'Overused Grotesk';
  src:
    url('../fonts/OverusedGrotesk-VF.woff2') format('woff2 supports variations'),
    url('../fonts/OverusedGrotesk-VF.woff2') format('woff2-variations');
  font-weight: 300 900;
}
html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: square;
    margin-bottom: 20px;
}
li {
    margin-left: 30px;
}
.center {text-align: center;}
.goleft {float: left;}
.goright {float: right;}
img {
    border: 0;
    display: block;
}
body {
    font-size: 18px; 
    line-height: 1.7;
    font-family: "Overused Grotesk", sans-serif;
    font-weight: 400; 
    color: #808080;
    background: #f0f0f0;
}
a {
    color: #1f9cd8;
    text-decoration: none;
}
.button {
    display: inline;
    color: #fff;
    background: #ff8000;
    padding: 6px 20px;
    margin: 40px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
}
p { 
    margin:  0 0 25px 0;
}
.bold, b, strong {
    font-weight: 700;
}
i, em {
    font-style: normal;
    font-weight: 300;
}
small { 
    font-size: 12px;
}
h1, h2, h3 {   
    font-size: 60px;
    padding: 0 0 30px;
    font-weight: 500;
    color: #202020;
}
h1 {
        letter-spacing: -1px;
}
h2 {
        letter-spacing: -1px;
}
h3 {
    font-size: 22px;
    letter-spacing: 0;
    padding: 0 0 30px;
    font-weight: 400;
}
.margined {
    padding-left: 50px;
    padding-right: 50px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: none;
    transition: all 0.5s ease;
    height: 80px;
}
header.thiner {
    position: fixed;
    background: #3861a8;
}
#logo {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 250px;
    height: 50px;
    background: url(../img/logo.svg) no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
}
.thiner #logo {
    top: 10px;
}
#menu-right {	
    position: absolute; 
    right: 50px;
    top: 70px;
    transition: all 0.3s ease;
}
#menu-right a{	
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.thiner #menu-right {	
    top: 30px;
}
.bg {
    top: 0;
    position: relative;
    background: rgb(56,97,168);
    background: linear-gradient( rgba(56,97,168,1) 0%, rgba(31,156,216,1) 100%);
    margin-bottom: 20vh;
    z-index: 2;
}
.bg img {
    margin-bottom: -100px;
}
.garbage {
    position: relative;
    background: url(../img/garbage.jpg)no-repeat;
    background-size: cover;
}
.garbage  h2 {
    color: #fff;
    padding: 12vh;
    font-size: 34px;
    letter-spacing: 0;
}
.cont {
    position: relative;
    float: left;
    margin: 0;
    width: 100%;
    z-index: 1;
}
.grey {
    background: #eee;
    color: #fff;
}
.grey h1, .grey h2, .grey h3, .dark h2 {
    color: #fff;
}
.dark {
    background: #000;
    color: #aaa;
}
.page {
	position: relative;
    margin: 0 auto;
    width: 1200px;
}
.space {
    margin:  0 0 100px 0;
}
.cleim {
	position: relative;
    text-align: center;
    width: 100%;
    padding-top: 30vh;;
    width: 100%;
}
.cleim h1, .cleim h2, .cleim h3{
    color: #fff;
    padding: 0;
}
.cleim img{
    margin-top: 50px;
    display: inline-block;
    width: 400px;
}
.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 13px;
    height: 41px;
    transform: translateY(-50%);
    background: url(../img/arrow.svg) no-repeat;
    background-size: cover;
    z-index: 2;
}
.full {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.half {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
}
.full img, .half img {
    width: 100%;

}
.right {
    float: right;
}
.left {
    float: left;
}
figure.down {
    margin-bottom: -100px;
    width: 80%;
}
figure.up {
    margin-top: -170px;
    margin-left: 20%;
    width: 80%;
}
.fourth {
    position: relative;
    float: left;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    padding: 10vh 0;
}
.fourth img {
    height: 70px;
    display: inline-block;
    transition: all .5s ease;
}
.fourth:hover img {
    margin-top:-10px;
}
.box {
    padding: 80px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: -60px;
}
.center {
    text-align: center !important;
}
.box:hover img{
    opacity: 1;
}
.text {
padding: 180px 40px 0;
}
.pause {
    position: relative;
    height: 50px;
    width: 100%
}
#kontakt {
    padding: 100px 0;
}
footer p, footer h2, footer h3 {
    color: #fff;
}
footer img{
    width: 200px;
    margin: 70px 0;
}
footer {
    width: 100%;
    transition: .5s linear;
    padding: 0;
    background: #000;
    font-size: 24px;
}
footer h2, footer b {
        color: #fff;
}
footer a {
    color: #fff;
}
.clear {
    clear:both;
}
/* forms */
input[type=text], input[type=password]{
    display: block;
    float: left;
    font-family: 'Epilogue', sans-serif;
	font-size: 18px;
	color: #101010;
	background: #fff;
	padding: 10px;
    border: 1px #aaa solid;
	outline: 0;
	margin: 10px 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    border-radius: 0;
    box-sizing: border-box;
}
select {
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
	padding: 10px;
    border: 1px #aaa solid;
	outline: 0;
	margin: 10px 0 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    border-radius: 0;
    box-sizing: border-box;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    }
input[type="submit"]{
	color: #fff;
	background: #ff8000;
    font-family: 'Epilogue', sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
	padding: 14px 20px;
	outline: 0;
	margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    transition: all 0.5s ease;
    box-sizing: border-box;
}
input[type="submit"]:hover {
    color: #fff;
	background: #101010;
}
input[name="tur"] {
    display: none;
    margin: 0;
}
.checkbox {
    display: inline-block;
    margin: 20px 0;
}
#login .register,#login .reset_pass,#login #remember_me {
    display: none;
}
#login li {
    list-style: none;
    margin-left: 0;
}
#login input {
    width: 100%
}
.error {
	float: left;
    font-weight: 400;
	font-size: 12px;
    line-height: 30px;
	color: #fff;
	background: #de481a;
	padding: 5px 2%;
    margin-top: 10px;
	border: none;
	outline: 0;
    width: 96%;
    border-radius: 0;
}
div.success-box {
	float: left;
    font-weight: 400;
	font-size: 12px;
	color: #fff;
	background: #00B57F;
	padding: 10px 2%;
	/*border-radius: 9px;*/
	border: none;
	outline: 0;
	margin: 5px 2% 0;
	display: inline;
    width: 96%;
    border-radius: 2px;
}

#menu {	
    display: block;
    position: absolute; 
    right: 50px;
    top: 55px;
    margin: 0;
    transition: all 0.3s ease;
}
.thiner #menu {
    top: 18px;
    right: 40px;
}
#menu li {
    font-size: 16px;
    display: inline;
    float: left;
    margin-left: 50px;
    line-height: 42px;
}
#menu li a {
	text-decoration: none;
    color: #fff;
    transition: .3s ease; 
    opacity: 0.9;
    text-transform: uppercase;
}
#menu li:last-of-type {
    margin-left: 60px;

}
#menu li a:hover, #menu li.current a, #menu li.parent a {
    opacity: 1;
}
#open-menu {
    position: fixed;
    top: 27px;
    right: 20px;
    width: 42px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    display: none;
}
#open-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s  ease-in-out;
    -moz-transition: all .25s  ease-in-out;
    -o-transition: all .25s  ease-in-out;
    transition: all .25s  ease-in-out;
}
#open-menu span:nth-child(2) {
    top: 8px;
    left: 0;
    width: 100%;
}
#open-menu span:nth-child(3) {
    top: 8px;
    left: 0;
    width: 50%;
}
#open-menu span:nth-child(4) {
    top: 16px;
    left: 0;
    width: 50%;
}
#open-menu:hover span:nth-child(4) {
    top: 16px;
    left: 0;
    width: 100%;
}
#open-menu.open span:nth-child(1), #open-menu.open span:nth-child(4) {
    opacity: 0;
}
#open-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 80%;
    left: 10%;
}
#open-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 80%;
    left: 10%;
}
#mobile-menu {
    right: -100%;
    top:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #3861a8;
    z-index: 2;
    box-sizing: border-box;
    padding: 20vh 10px;
    transition: 0.5s ease;
    display: none;
}
#mobile-menu.open {
    right: 0;
}
#mobile-menu ul li {
    list-style: none;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding:5vh;
    margin: 0;
    text-transform: uppercase;
}
#mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.icons {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}
.icons img {
    display: inline-block;
    width: 120px;
    margin: 20px;  
}


.qqvbed-p83tee-V1ur5d {
    display: none !important;
}


@media only screen and (max-width: 959px) {
    header.thiner {
        position: absolute;
    }
body {
    font-size: 16px; 
    }
h1 {
    font-size: 30px;
    padding-bottom: 20px;
    letter-spacing: 0
    }
h2 {
    font-size: 30px;
    padding-bottom: 20px;
    letter-spacing: 0
    }
        
h3, h4, .box h4 {
    font-size: 22px;
    letter-spacing: 0;
    }
#logo {
    top: 10px;
    left: 20px;
    width: 200px;
    height: 40px;
    }
.cleim {
    padding: 20vh 0;
    box-sizing: border-box;
    }
#menu {
    display: none;
    }
#open-menu, #mobile-menu {
    display: block;
    }
.bg img{
   width: 200px;
    }
.page {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    }
.fourth {
    width: 50%;
    margin: 2vh 0 0;
    padding: 20px 30px 0;
    float: left;
}
.full, .third, .half {
    width: 100%;
box-sizing: border-box;
    padding: 20px;
    float: left;
}
.garbage  h2 {
    padding: 12vh 20px;
}
.margined {
        padding-left: 0;
    padding-right: 0;
}
.space {
        padding: 4vh 0;
}
}