@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-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: #FFF;
    line-height: 17px;
    font-size: 13px;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 910px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background: #011728 url(../images/background.jpg) no-repeat;
}

header {
    padding: 0 0 3rem;
}

article {
    padding: 7px 48px 0;
}

footer {
    padding: 9px 48px;
    background: #015BA3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 40px;
}

.telephone {
    font-size: 16px;
    color: #fff;
}

footer>div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

footer p {
    margin-bottom: 0;
}

footer i {
    font-size: 28px;
}

.images {
    display: none;
}

.flex {
    display: flex;
    gap: 2rem;
    margin: 12px -3rem 0;
    padding: 1rem 3rem;
    background: url(../images/border.png) no-repeat top left;
    justify-content: space-between;
    align-items: center;
}



:is(strong, h1, h2, h3) {
    font-weight: 700;
}

.title {
    background: url(../images/background-title.png) no-repeat;
    background-size: 100% 100%;
    width: 582px;
    padding: 3rem 3rem 2rem;
    margin: 1rem 0;
}

h1 {
    margin: 1rem 0;
    font-size: 45px;
    line-height: 1.2;
    text-transform: uppercase;
}

h1 span {
    transform: rotate(-4deg);
    display: block;
}

h1 small {
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
}

h2 {
    font-size: 16px;
    margin: 8px 0;
    line-height: 20px;
    text-transform: uppercase;
    color: #015CA4;
}

h2.margin {
    margin-bottom: 0;
}

h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFF;
}

h3 strong {
    color: #015CA4;
    display: block;
}

.font {
    font-size: 20px;
    line-height: 22px;
    transform: rotate(-3deg);
    text-transform: uppercase;
    font-weight: bold;
}

.link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.line {
    border-right: 1px solid #fff;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}


ul {
    margin: 0;
    list-style: none;
}

ul li {
    padding-left: 12px;
    margin-top: 6px;
}

ul li:before {
    content: "\2022";
    color: #fff;
    float: left;
    margin-top: 1px;
    font-size: 18px;
    line-height: 1em;
    text-indent: -12px;
}

img {
    max-width: 100%;
}

.logo {
    padding: 34px 26px;
    display: flex;
    justify-content: flex-start;
}

.text {
    width: auto;
    text-shadow: -0.5px 3px 15px #000;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0878c9;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon i {
    color: white;
    font-size: 35px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.flexbox .column {
    width: 23%;
    padding: 1rem 1rem 0 0;
}

.color {
    color: #0878C9;
}

@media all and (max-width:909px) {
    #wrapper {
        margin: 0 auto;
        border: none;
        background-size: contain;
    }

    header {
        padding: 0 0 1rem;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .logo {
        padding: 1rem;
    }

    .logo img {
        width: 320px;
    }

    .title {
        width: 76%;
    }

    h1 {
        font-size: 6vw;
    }

    .text {
        width: 100%;
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        padding: 9px 16px;
    }

    .flexbox {
        flex-wrap: wrap;
    }


    .flexbox .column {
        width: 48%;
    }

    .hide {
        border-right: none;
    }

    .line {
        background: none;
    }

    br:not(footer br) {
        display: none;
    }
}

@media all and (max-width:575px) {
    .title {
        width: 100%;
    }

    .flexbox {
        flex-direction: column;
    }

    .flexbox .column {
        width: 100%;
    }

    h1 {
        font-size: 30px;
    }

    .line {
        border-right: none;
    }
}