@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), 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: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v51-latin-900.eot');
    src: url('../fonts/roboto-v51-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-900.woff2') format('woff2'), url('../fonts/roboto-v51-latin-900.woff') format('woff'), url('../fonts/roboto-v51-latin-900.ttf') format('truetype'), url('../fonts/roboto-v51-latin-900.svg#Roboto') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 1046px;
    margin: 1rem auto;
    border: 1px solid #000;
    background-color: #fff;
    background: url('../images/background-right.jpg') top right no-repeat;
}

.logo {
    padding: 30px 38px;
    display: flex;
    justify-content: flex-start;
}

.top {
    background: rgba(2, 73, 141, 0.88);
    padding: 10px 30px;
}

article {
    padding: 30px 80px 30px 30px;
}

.flex {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.left {
    width: 483px;
}

.right {
    width: 395px;
}

footer {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    width: 54%;
    background: #e42444;
    padding: 27px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.text {
    width: 75%;
}

.footer-left p {
    color: #fff;
}

.footer-right {
    width: 46%;
    background: #d2d3d5;
    padding: 30px;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

.p {
    padding-top: 29px;
    font-weight: 700
}

h1 {
    font-size: 19px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 0 -5px;
}

h1 span {
    background: #e42444;
    padding: 1px 5px;
}

h1+p {
    padding: 10px 0 15px;
}

h2 {
    font-size: 27px;
    line-height: 1.2;
    color: #fff;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    color: #0e4c88;
    margin-top: 20px;
}

h4 {
    font-size: 16px;
    line-height: 21px;
    color: #0e4c88
}

ul {
    list-style: none;
    margin-top: 3px;
}

ul li {
    padding-left: 15px;
}

li:before {
    content: "\2022";
    color: #000;
    float: left;
    font-size: 17px;
    text-indent: -15px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, h3, h4, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:1046px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    article {
        padding: 16px
    }

    :is(.left, .right) {
        width: 48%
    }

    h1 span {
        display: block;
        padding: 5px 10px
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    br:not(footer br) {
        display: none;
    }
}

@media only screen and (max-width:780px) {

    .flex,
    footer {
        display: block;
    }

    :is(.left, .right, .footer-left, .footer-right) {
        width: auto
    }

    .right {
        padding-top: 16px
    }

    :is(.footer-left, .footer-right) {
        padding: 16px
    }
}

@media only screen and (max-width:695px) {
    #wrapper {
        background: none
    }

    .top {
        padding: 10px 16px
    }
}

@media only screen and (max-width:475px) {
    .footer-left {
        display: block;
    }

    .text {
        width: auto;
        padding-top: 15px
    }

    .qr-code {
        display: flex;
        justify-content: center;
    }

    .link {
        word-break: break-all;
        white-space: normal !important;
    }
}