* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 510px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background: #fff;
    overflow: hidden;
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    border: 2px solid #000;
    padding: 14px;
}


#wrapper .width {
    padding-right: 130px;
}

#wrapper .padding {
    padding-left: 7px;
}

#wrapper .text {
    background: #E30613;
    padding: 29px 16px 16px;
    border: 3px solid #fff;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 15%;
    right: 5%;
}

#wrapper .nobr,
#wrapper .nobr-1 {
    white-space: nowrap;
}

#wrapper .header p {
    color: #C7BCC2;
    padding: 10px 30px 0 56px;
    font-size: 17px;
    text-align: right;
}

#wrapper .hide {
    display: none;
}

#wrapper .logo {
    display: flex;
    justify-content: end;
    margin-bottom: 17px;
}

#wrapper .article {
    padding: 0 16px 16px;
    background: #59C6F2;
    position: relative;
}

#wrapper .contact {
    padding: 12px 16px;
    background: #fff;
    margin-top: 45px;
    position: relative;
}

#wrapper .big {
    font-size: 17px;
}

#wrapper .contact p {
    color: #000;
    position: relative;
    font-size: 15px;
}

#wrapper .contact p a {
    color: #000 !important;
}

#wrapper .contact:before {
    content: "";
    width: 35px;
    height: 30px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    top: -28px;
    left: 50px;
}

#wrapper .contact p .color {
    color: #59C6F2 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

#wrapper p {
    margin-bottom: 0;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 .block {
    display: block;
    font-size: 19px;
    line-height: 1.3;
    color: #E0F2FD;
}

#wrapper h1 .small {
    font-size: 22px;
    position: absolute;
    top: 61px;
    left: 224px;
    transform: rotate(90deg);
}

#wrapper h1 {
    margin: 10px 0 13px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

#wrapper h3 {
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 700;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 10px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 13px;
    position: relative;
}

#wrapper ul li:before {
    content: "\002010";
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -3px;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 509px) {
    #wrapper {
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper .header p {
        padding: 10px 16px;
    }

    #wrapper .nobr-1 {
        white-space: normal;
    }

    #wrapper .padding {
        padding-left: 0;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .article {
        padding: 16px;
    }
}

@media (max-width: 449px) {
    #wrapper h1 {
        font-size: 38px;
    }

    #wrapper .width {
        padding-right: 0;
    }

    #wrapper .text {
        position: static;
        margin: 15px auto;
    }

    #wrapper h1 .small {
        position: static;
        transform: none;
    }

    #wrapper .contact p .color {
        position: static;
    }
}