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

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 940px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #fff;
    overflow: hidden;
    font-family: "League Spartan", Arial, sans-serif;
    color: #0F1D38;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

#wrapper .width {
    max-width: 560px;
}

#wrapper .color {
    color: #EC6204;
    font-size: 18px;
    margin-bottom: 16px;
}

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

#wrapper .hide {
    display: none;
}

#wrapper .header {
    padding: 0;
}

#wrapper .article {
    padding: 20px 40px 10px;
    position: relative;
}

#wrapper .footer {
    padding: 20px 40px;
    background: #FCF4ED;
    display: flex;
    gap: 30px;
}

#wrapper .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wrapper .content {
    background: #F6F7F8;
    padding: 12px 15px;
    width: 31%;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
}

#wrapper p {
    margin-bottom: 10px;
}

#wrapper strong {
    font-weight: 600;
}

#wrapper .flex {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 19px;
}

#wrapper h1 {
    margin-bottom: 12px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
}

#wrapper h1 .block {
    display: block;
}

#wrapper h1 .small {
    font-size: 23px;
}

#wrapper .border p {
    margin-bottom: 0;
    font-size: 13px;
}

#wrapper h3 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #EC6204;
}

#wrapper .li {
    padding-right: 50px;
}

#wrapper .color1 {
    color: #EC6204;
    padding: 0 5px;
}

#wrapper .icon1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#wrapper .flex-icon {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(83px, 1fr));
    grid-gap: 12px;
    flex: 1 1 0;
}

#wrapper .icon1 p {
    font-size: 11px;
    text-align: center;
    margin: 6px 0 0;
    font-weight: 500;
}

#wrapper h4 {
    font-size: 16px;
    font-weight: 600;
    flex: 1 1 0;
    line-height: 1.2;
}

#wrapper .info {
    background: url(mail.png) no-repeat 0 0;
    padding-left: 70px;
}

#wrapper h5 {
    display: flex;
    font-size: 19px;
    font-weight: 600;
    color: #EC6204;
    align-items: flex-start;
    gap: 11px;
}

#wrapper h4 span {
    display: block;
    color: #EC6204;
}

#wrapper .icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

#wrapper .content:before {
    content: url(arrow.png);
    position: absolute;
    top: 37%;
    right: -22px;
}

#wrapper .content:last-child:before {
    display: none;
}

#wrapper h3.h3 {
    position: relative;
}

#wrapper h3.h3 span {
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

#wrapper h3.h3:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #EC6204;
    position: absolute;
    top: 12px;
    left: 0;
}

#wrapper .circle {
    background: #11203A;
    padding: 10px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 26%;
    right: 3%;
}

#wrapper .border {
    border: 1px solid #EC6204;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 10px;
}

#wrapper .circle p {
    font-size: 11px;
    margin-top: 5px;
}

#wrapper .flex2>div:nth-of-type(1) {
    width: 43%;
    border-right: 1px solid #EC6204;
    padding-right: 10px;
}

#wrapper .flex2>div:nth-of-type(1) ul li {
    margin-bottom: 17px;
}

#wrapper .flex2>div:nth-of-type(2) {
    width: 54%;
    padding-right: 50px;
}

#wrapper .flex2 ul li {
    padding-left: 25px;
    margin-bottom: 4px;
    font-size: 13px;
}

#wrapper .flex2 ul li:before {
    content: url(list.png);
}

#wrapper .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

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

#wrapper ul {
    margin: 0;
    list-style: none;
}

#wrapper ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

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

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

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

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

    #wrapper .article {
        padding: 16px;
    }

    #wrapper .circle {
        right: 16px;
    }

    #wrapper .footer {
        padding: 16px;
        flex-wrap: wrap;
    }
}

@media (max-width: 859px) {
    #wrapper .content {
        width: 100%;
        margin-bottom: 25PX;
    }

    #wrapper .content:before {
        transform: rotate(90deg);
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%;
    }

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

@media (max-width: 699px) {
    #wrapper .flex2>div:nth-of-type(1) {
        width: 100%;
        padding-right: 0;
        border: none;
        margin-bottom: 20px;
        border-bottom: 1px solid #EC6204;
    }

    #wrapper .flex2>div:nth-of-type(2) {
        padding-right: 0;
        width: 100%;
    }

    #wrapper .info {
        width: 100%;
        padding-left: 64px;
    }

    #wrapper h1 .block {
        display: inline;
    }

    #wrapper h1 {
        font-size: 40px;
    }

    #wrapper .flex-icon {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}