@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/figtree-v6-latin-regular.eot');
    src: url('../fonts/figtree-v6-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/figtree-v6-latin-regular.woff2') format('woff2'), url('../fonts/figtree-v6-latin-regular.woff') format('woff'), url('../fonts/figtree-v6-latin-regular.ttf') format('truetype'), url('../fonts/figtree-v6-latin-regular.svg#Figtree') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/figtree-v6-latin-700.eot');
    src: url('../fonts/figtree-v6-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/figtree-v6-latin-700.woff2') format('woff2'), url('../fonts/figtree-v6-latin-700.woff') format('woff'), url('../fonts/figtree-v6-latin-700.ttf') format('truetype'), url('../fonts/figtree-v6-latin-700.svg#Figtree') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/figtree-v6-latin-800.eot');
    src: url('../fonts/figtree-v6-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/figtree-v6-latin-800.woff2') format('woff2'), url('../fonts/figtree-v6-latin-800.woff') format('woff'), url('../fonts/figtree-v6-latin-800.ttf') format('truetype'), url('../fonts/figtree-v6-latin-800.svg#Figtree') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    color: #4d4d4d;
    font-family: 'Figtree', Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    max-width: 912px;
    border: 1px solid #4d4d4d;
    background-color: #fff;
}

:is(.logo, article section) {
    padding: 30px 50px;
}

.background {
    background: #e9e9e9;
}

.benefits {
    display: flex;
    margin-top: 45px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 33.33%;
}

.row .benefit-icon {
    font-size: 185%;
    width: 64px;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

.row p {
    font-weight: 700;
}

footer {
    padding: 30px 50px 50px;
}

.kontakt {
    display: flex;
    margin: 40px 0;
    gap: 30px;
    align-items: center;
}

.button {
    display: flex;
    justify-content: flex-start;
    margin: 50px 0 17px 6px;
    gap: 6px;
}

.button a {
    padding: 15px 25px;
    text-align: center;
    transition: all ease-in-out .2s;
    transform: skewX(-12deg);
    text-transform: uppercase;
    border: 1px solid #4d4d4d;
    font-size: 16px;
    line-height: 1.55;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.whatsapp {
    background: #075e54;
    color: #fff !important;
}

.whatsapp span {
    transform: skewX(12deg);
    display: inline-block;
    position: relative;
    top: -1px;
}

.margin {
    margin: 6px 0 30px !important;
}

section p {
    margin: 0 0 10px !important;
}

p:not(:last-of-type) {
    margin-bottom: 30px;
}

strong {
    font-weight: 700
}

:is(h1, h2, h3, h4) {
    font-weight: 800;
}

h1 {
    font-size: 34px;
    line-height: 1.2;
    margin: 20px 0 6px;
}

h2 {
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 20px;
}

h3 {
    background: #4d4d4d;
    padding: 15px 12px;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
}

h4 {
    font-size: 25px;
    line-height: 1.2;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 25px;
}

li:before {
    content: "\2022";
    color: #707070;
    float: left;
    font-size: 32px;
    text-indent: -25px;
    margin-top: -1px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #4d4d4d;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:911px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    :is(.logo, section, footer) {
        padding: 16px
    }
}

@media only screen and (max-width:710px) {
    .row {
        width: 48%;
    }
}

@media only screen and (max-width:550px) {
    .kontakt {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }

    :is(.text p, .button + p) {
        text-align: center;
    }

    :is(.logo, .button) {
        justify-content: center
    }

    .benefits {
        display: block;
    }

    .row {
        width: 100%;
    }

    .button {
        flex-direction: column;
        align-items: center;
    }

    .whatsapp {
        padding: 15px 16px !important;
    }

    h1 {
        font-size: 30px;
    }
}