* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 999px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    position: relative;
}

#wrapper .block {
    display: block;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .font {
    position: absolute;
    bottom: 85px;
    left: 135px;
    margin-bottom: 0;
    font-size: 20px;
}

#wrapper .font a {
    color: #fff !important;
}

#wrapper .background {
    background: url(background.jpg) no-repeat;
    background-size: cover;
    padding: 20px 90px;
}

#wrapper .logo {
    position: relative;
}

#wrapper .logo a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29%;
    height: 25%;
    z-index: 1;
}

#wrapper .contact {
    width: 81%;
    position: relative;
}

#wrapper .flex {
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
    margin-top: 30px;
}

#wrapper .title p {
    margin-bottom: 0;
    font-size: 16px;
}

#wrapper .title {
    position: relative;
    margin-bottom: 19px;
}

#wrapper .title img {
    position: absolute;
    top: 77%;
    left: -90px;
    transform: translateY(-50%);
}

#wrapper .background p {
    color: #fff;
    margin-bottom: 0;
    text-align: justify;
    font-size: 17px;
}

#wrapper .nobr,
#wrapper .nobr-1 {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper .article {
    padding: 40px 62px 70px 90px;
}

#wrapper .footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

#wrapper p {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    padding-top: 10px;
    margin-bottom: 5px;
}

#wrapper h1 .block {
    display: block;
    font-size: 17px;
    margin-top: 7px;
}


#wrapper h3 {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper ul {
    margin: 0 0 21px;
    list-style: none;
    position: relative;
    z-index: 1;
}

#wrapper ul.mb-1 {
    margin-bottom: 30px;
}

#wrapper ul li {
    padding-left: 12px;
    position: relative;
    margin-bottom: 3px;
}

#wrapper ul li:before {
    content: '\25a0';
    color: #000;
    font-size: 9px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 4px;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 998px) {
    #wrapper {
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper .nobr-1 {
        white-space: normal;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .block {
        display: inline;
    }

    #wrapper .background p {
        text-align: left;
        font-size: 16px;
        line-height: 1.25;
    }

    #wrapper .background {
        padding: 10px 5%;
    }

    #wrapper .article {
        padding: 25px 5%;
    }

    #wrapper .title img {
        width: 34px;
        left: -6%;
    }

    #wrapper .logo a {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media all and (max-width: 829px) {
    #wrapper .footer {
        position: relative;
        top: 0;
        left: 0;
        max-width: 374px;
        margin: -39% 0 0 auto;
    }

    #wrapper .font {
        left: 100px;
        bottom: 70px;
    }

    #wrapper .contact {
        width: auto;
        padding-top: 50px;
    }

}

@media all and (max-width: 699px) {
    #wrapper .article {
        padding: 16px;
    }

    #wrapper .background {
        padding: 10px 16px;
    }

    #wrapper .title img {
        left: -23px;
    }

    #wrapper .title {
        padding-left: 15px;
    }

    #wrapper h1 {
        font-size: 25px;
        line-height: 1.2;
    }
}