﻿@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: "Times New Roman", Times, serif;
    color: #000;
    line-height: 16px;
    font-size: 11px;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

header {
    /* display: flex; */
    /* align-items: flex-end; */
    /* flex-wrap: wrap; */
    /* column-gap: 1rem; */
}

header .logo {
    margin: 0 0 20px
}

header h2 {
    margin: 0;
}

article {
    background: url(../images/background.jpg) no-repeat;
    padding: 23px 40px 25px 35px;
    border-top: 5px solid #238044;
    background-size: cover;
    position: relative;
}

article:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #238044;
    width: 20px;
    height: 25px;
}

footer {
    margin: 0;
}

:is(strong, h1, h2, h3, h5) {
    font-weight: 700;
}

h1 {
    margin: 0.5rem 0 0;
    font-size: 11px;
    line-height: 15px;
    padding: 0 0 0 10px;
}

h1:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-indent: -10px;
}

h2 {
    font-size: 17px;
    margin: 0 0 10px;
    line-height: 20px;
    font-family: 'Roboto', Arial, sans-serif;
}

h3 {
    font-size: 47px;
    margin: 1.5rem 0;
    line-height: 1.2;
    text-align: center;
    color: #FFF;
}

h3 span {
    display: block;
    font-size: 22px;
}

h4 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
}

h5 {
    font-size: 11px;
    margin: -1px 0 4px;
    line-height: 15px;
}

:is(h3 span, h4, .font) {
    font-family: 'Roboto', Arial, sans-serif;
    color: #FFF;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

:is(.content-left, .content-right, .colum-left, .colum-right) {
    width: 50%;
}

:is(.colum-left, .colum-right) {
    width: 48.5%;
}

.content-left {
    background: #FFF;
    top: 0;
    left: 0;
}

.content-right {
    background: #0D3174;
    padding: 276px 0 0;
}

.content-right :is(h3, p, h4, a) {
    color: #FFF;
}

.flex {
    display: flex;
    justify-content: space-between;
}

article p {
    text-align: justify;
    hyphens: auto;
}

.text-left {
    text-align: left;
}

.header {
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
}

.header .logo {
    display: flex;
    justify-content: center;
}

hr {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #579563;
    margin: 0 0 1rem;
}

.link {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.qrcode {
    position: absolute;
    top: -30px;
    left: 40px;
}

.footer {
    position: relative;
    padding: 21px 1rem 15px 137px;
}

.footer p {
    margin: 0 0 10px;
}

.font {
    font-size: 12px;
    line-height: 18px;
}

p span {
    white-space: nowrap;
}

.colum {
    columns: 2;
    gap: 16px;
    margin: 0 0 1rem;
}

.fix {
    width: 100%;
    display: flex;
    column-gap: 1rem;
    align-items: center;
    padding-right: 1rem;
}

@media all and (max-width:1159px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    p {
        hyphens: auto;
        text-wrap: pretty;
    }

    article p {
        text-align: left;
    }

    h2 {
        font-size: 16px;
    }
}

@media all and (max-width:935px) {
    #wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .content-left {
        width: 100%;
    }

    .header {
        background: #0D3174;
        position: static;
        width: 50%;
    }

    .content-right {
        width: 100%;
        padding: 0;
    }

    .images {
        display: none;
    }

    .flexbox div {
        width: 50%;
    }

    header {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        gap: 1rem;
        align-items: flex-end;
    }

    .fix {
        width: 50%;
        background: #FFF;
        align-items: flex-end;
    }

    header {
        display: block;
    }

    :is(.header, .fix) {
        width: 100%;
    }
}

@media all and (max-width:800px) {
    h3 {
        font-size: 30px;
    }

    h3 span {
        font-size: 18px;
    }
}

@media all and (max-width:767px) {


    article {
        padding-bottom: 2rem;
    }


}

@media all and (max-width:575px) {
    .flex {
        display: block;
    }

    article {
        padding: 1rem 1rem 2rem 1rem;
    }

    :is(.colum-left, .colum-right) {
        width: 100%;
    }

    .colum {
        columns: 1;
        display: block;
        margin: 0;
    }

    header {
        justify-content: center;
    }
}

@media all and (max-width:480px) {
    .fix {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

@media all and (max-width:375px) {
    .footer {
        padding: 55px 1rem 15px 1rem;
        margin: 20px 0 0;
    }
}