@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-v16-latin-regular.eot');
    src: url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-regular.woff2') format('woff2'), url('../fonts/hind-v16-latin-regular.woff') format('woff'), url('../fonts/hind-v16-latin-regular.ttf') format('truetype'), url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/hind-v16-latin-600.eot');
    src: url('../fonts/hind-v16-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-600.woff2') format('woff2'), url('../fonts/hind-v16-latin-600.woff') format('woff'), url('../fonts/hind-v16-latin-600.ttf') format('truetype'), url('../fonts/hind-v16-latin-600.svg#Hind') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-v16-latin-700.eot');
    src: url('../fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-700.woff2') format('woff2'), url('../fonts/hind-v16-latin-700.woff') format('woff'), url('../fonts/hind-v16-latin-700.ttf') format('truetype'), url('../fonts/hind-v16-latin-700.svg#Hind') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #fff;
    font-family: 'Hind', Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

#wrapper {
    max-width: 1050px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #211c67 url('../images/background-bottom.jpg') bottom right no-repeat;
    padding-bottom: 118px;
    position: relative;
}

header {
    position: relative;
}

article {
    padding: 20px 40px;
    display: flex;
    gap: 45px;
    align-items: flex-start;
}

.column:nth-of-type(1) {
    width: 248px;
}

.column:nth-of-type(2) {
    width: 250px;
}

.column:nth-of-type(3) {
    width: 265px;
}

.qr-code {
    position: absolute;
    bottom: 38px;
    right: 180px;
}

footer {
    padding: 0px;
}

.logo {
    position: absolute;
    bottom: 0;
    right: 12px;
}

.social {
    width: 406px;
    position: absolute;
    bottom: 33px;
    left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social :is(p, a) {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

h2 {
    font-size: 28px;
    line-height: 1.2;
    position: absolute;
    top: 24px;
    left: 42px;
}

h3 {
    font-size: 15px;
    line-height: 19px;
    background: url('../images/line.jpg') bottom left no-repeat;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul {
    list-style: none
}

ul li {
    padding-left: 15px;
}

li:before {
    content: "\2022";
    color: #fff;
    float: left;
    font-size: 16px;
    text-indent: -15px;
    margin-top: 2px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h3, h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:1050px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    article {
        padding: 16px;
        gap: 20px;
    }

    .social {
        left: 16px;
        flex-direction: column;
        align-items: flex-start;
        bottom: 5px;
    }

    .column {
        width: 35% !important;
    }
}

@media only screen and (max-width:950px) {
    #wrapper {
        background: #211c67 none;
        padding-bottom: 0;
    }

    footer {
        background: #00aeef;
        padding: 16px;
    }

    .social {
        position: static;
        flex-direction: row;
        align-items: center;
        width: auto;
        padding: 0 0 16px;
    }

    :is(.logo, .qr-code) {
        position: static;
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    .logo {
        background: #fff;
        padding: 10px;
    }

    h2 {
        position: static;
        padding: 16px;
        margin-bottom: -18px;
    }
}

@media only screen and (max-width:778px) {
    article {
        flex-direction: column;
    }

    .column {
        width: auto !important;
    }
}

@media only screen and (max-width:426px) {
    .social {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .social p {
        text-align: center;
    }

    h2 {
        text-align: center;
    }

    h2 br {
        display: none;
    }
}