.site-text:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.site-text {
    padding: 10px;
    background: #f6f9fc;
}
.site-text p,
.site-text blockquote,
.site-text ul,
.site-text ol,
.site-text table {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.5;
}
.site-text p:last-child,
.site-text blockquote:last-child,
.site-text ul:last-child,
.site-text ol:last-child,
.site-text table:last-child {
    margin-bottom: 0px;
}
.site-text p:first-child,
.site-text blockquote:first-child,
.site-text ul:first-child,
.site-text ol:first-child,
.site-text table:first-child{
    margin-top: 0px;
}
.site-text ul,
.site-text ol {
    padding-left: 30px;
    list-style-position: inside;
}
.site-text ul {
    list-style: none;
}
.site-text ul li {
    position: relative;
}
.site-text ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #2f4458;
    border-radius: 50%;

    position: absolute;
    left: -20px;
    top: 9px;
}
.site-text h1, .h1,
.site-text h2, .h2,
.site-text h3, .h3 {
    font-size: 32px;
    line-height: 1.31;
    color: #2f4458;
    margin: 12px 0;
    text-transform: uppercase;
}
.site-text h1, .h1 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    font-family: 'Oswald';
    font-weight: 600;
    color: #292929;
}
.site-text h2, .h2 {
    font-size: 18px;
    line-height: 18px;
}
.site-text h3, .h3 {
    font-size: 16px;
    line-height: 16px;
}
.site-text__brdl {
    border-left: 5px solid #017ab7;
}

.content_center {
    text-align: center;
}
.content_left {
    text-align: left;
}
.content_right {
    text-align: right;
}

.alignleft {
    float: left;
    margin: 0 20px 0 0;
}
.alignright {
    float: right;
    margin: -25px 0 0 20px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.toptext__mrg {
    margin-right: 250px;
}

.bet-text__header {
    margin-bottom: 12px;
}
.bet-text__header h1 {
    margin-bottom: 0;
}