@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');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    line-height: 1.25rem;
    font-size: 13px;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background: #fff url(../images/background.jpg) no-repeat;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header {
    margin: 0;
    width: 100%;
}

article {
    margin: 0 0 0 20px;
    background: #FFF;
    padding: 1rem;
    width: 656px;
}

footer {
    padding: 1rem;
    width: 196px;
}

:is(strong, h1, h2, h3, h4) {
    font-weight: 700;
}

h1 {
    margin: 1rem 0 0;
    font-size: 16px;
    line-height: 21px;
}

h2 {
    font-size: 46px;
    margin: 1rem 0;
    background: url(../images/title.jpg) no-repeat 366px 0;
    line-height: 1.3;
    padding: 10px 0 0;
}

h2 span {
    color: #f2693f;
}

h2 small {
    display: block;
    font-size: 32px;
}

h3 {
    font-size: 0.8125rem;
    margin: 8px 0;
    line-height: 1.125rem;
    color: #f2693f;
}

h4 {
    font-size: 18px;
    margin: 1rem 0 9px;
    line-height: 1.125rem;
}

p {
    margin: 0 0 8px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    margin: 0 0 20px;
    list-style: none;
}

ul li {
    padding-left: 1.25rem;
}

ul li:before {
    content: "\25A0";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-indent: -1.25rem;
    color: #f2693f;
    margin: -2px 0 0;
}

.text {
    position: relative;
    padding: 0 109px 0 0;
}

.benefit {
    position: absolute;
    top: 119px;
    right: 19px;
    width: 180px;
}

.benefit ul {
    font-weight: bold;
    font-size: 15px;
}

.benefit ul li {
    margin: 0 0 6px;
}

.link {
    background: url(../images/search.png);
    width: 161px;
    height: 103px;
    padding: 29px 35px;
    margin: 26px 0 18px;
}

footer p {
    color: #FFF;
    font-size: 17px;
}

.qrcode-infor {
    margin: 15px 7px;
}

.link a {
    font-size: 19px;
    font-weight: bold;
    color: #FFF !important;
}

.link p {
    padding: 29px 11px 0;
    font-size: 14px;
    font-weight: bold;
    hyphens: none !important;
}

.qrcode-link {
    position: absolute;
    top: 46px;
    right: 0;
}

.logo {
    position: absolute;
    top: 31px;
    right: 54px;
}

.web {
    display: flex;
    gap: 10px;
    margin: 1.5rem 0;
}

.web p {
    margin: -7px 0 0;
}

.web p a {
    font-size: 10px;
    color: #FFF !important;
    font-weight: bold;
    line-height: 1;
}

.top-employer {
    display: flex;
    justify-content: center;
}

p span {
    white-space: nowrap;
}

@media all and (max-width:899px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    br:not(footer br) {
        display: none;
    }
}

@media all and (max-width:880px) {
    #wrapper {
        background: #FFF;
    }

    .images img {
        width: 100%;
    }

    .logo {
        background: #FFF;
        width: 100%;
        padding: 1rem;
        display: flex;
        justify-content: center;
        position: static;
    }

    article {
        width: 69%;
        margin: 0;
        padding: 1rem;
    }

    footer {
        width: 30%;
        margin: 0;
        padding: 1rem;
        background: #f26253;
    }

    h2 {
        background: #FFF;
    }

    .benefit {
        position: static;
        width: 100%;
    }
}

@media all and (max-width:767px) {
    :is(article, footer) {
        width: 100%;
    }

    .flexbox {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media all and (max-width:480px) {
    .qrcode-link {
        position: static;
    }

    .text {
        padding: 0;
    }
}