@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300italic.eot');
    src: url('../fonts/roboto-v30-latin-300italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300italic.woff') format('woff'), url('../fonts/roboto-v30-latin-300italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300italic.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Kameron';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kameron-v16-latin-700.eot');
    src: url('../fonts/kameron-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/kameron-v16-latin-700.woff2') format('woff2'), url('../fonts/kameron-v16-latin-700.woff') format('woff'), url('../fonts/kameron-v16-latin-700.ttf') format('truetype'), url('../fonts/kameron-v16-latin-700.svg#Kameron') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    font-size: 1rem;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
}

#wrapper {
    max-width: 800px;
    margin: 16px auto;
    border: 1px solid #000;
    background: #EAF0EE url(../images/backgground.jpg) top right no-repeat;
    padding: 26px 22px 30px 32px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 28px;
    align-items: flex-end;
}

header {
    padding: 0;
    width: 100%;
}

header>img {
    display: none;
}

article {}

:is(.font, .font a) {
    color: #70ad47 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 16px;
}

.flex p {
    font-family: 'Kameron', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 4px;
}

footer {
    width: 214px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: -173px 0 0 auto;
}

.kontakt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px;
    align-items: center;
    margin: 0 -10px 9px 0;
}

.kontakt p {
    font-size: 14px;
    flex: 1 1 0;
    line-height: 1.2;
    width: 149px;
}

figure {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 5px 0 0;
}

p:not(:is(.flex, .kontakt) p) {
    margin: 0 0 26px;
    text-align: justify;
    hyphens: auto;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 40px -15px 0 0;
    font-weight: 700;
    font-size: 29px;
    line-height: 34px;
    font-family: 'Kameron', Arial, sans-serif;
}

h1 small {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0 0 8px;
}

h1 span {
    font-size: 19px;
    line-height: 23px;
}

h2 {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
}

h3 {
    margin: 32px 0 20px;
    font-weight: 700;
    font-size: 31px;
    line-height: 24px;
    color: #70ad47;
    text-align: center;
}

ul {
    margin: 0 0 26px;
    list-style: none;
    text-align: justify;
    hyphens: auto;
}

ul li {
    padding-left: 12px;
}

li:before {
    content: '\2022';
    float: left;
    font-size: 26px;
    text-indent: -12px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

.title {
    width: 68%;
}

.kontakt img {
    margin: 0 0 0 -15px;
}

.margin {
    margin: 0 0 5px !important;
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.colum-left {
    width: 67%;
}

.colum-right {
    width: 29%;
}

.apply {
    margin: 0 0 10px;
}

.apply a {
    color: #6EAC49 !important;
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: underline !important;
}

@media all and (max-width: 799px) {
    #wrapper {
        padding: 16px;
        margin: 0;
        border: none;
    }

    footer {}

    :is(.kontakt, .kontakt+p) {
        margin-right: 0 !important;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
        text-align: left !important;
    }

    :is(a, span) {
        white-space: nowrap;
    }

    br:not(footer br) {
        display: none;
    }
}

@media all and (max-width: 767px) {
    #wrapper {
        flex-direction: column;
        background: #EAF0EE;
    }

    header {
        position: relative;
        margin: -16px -16px 16px;
        width: auto;
    }

    .flexbox {
        display: block;
    }

    :is(.colum-left, .colum-right) {
        width: 100%;
    }

    article {
        padding-bottom: 0;
    }

    .logo {
        position: absolute;
        top: 16px;
        left: 16px;
    }

    header>img {
        display: block;
    }

    footer {
        margin: 0;
        width: 100%;
        display: block;
    }

    .title {
        width: 100%;
    }

    h1 {
        margin: 0;
    }
}

@media all and (max-width: 480px) {
    .flex {
        display: block;
    }

    .flex p span {
        width: 23px;
        display: flex;
        justify-content: center;
    }
}