body {
    width: 100%;
}
* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    }
    .main {
    font-size: 18px;
    }
    .main ul, ol {
        padding: 10px 0 10px 20px;
    }
    .main li {
        padding: 2px 0;
        line-height: 1.6em;
        list-style: none;
        position: relative;
    }
    .main li:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #ffcc18;
        position: absolute;
        border-radius: 100%;
        top: 10px;
        left: -15px;
    }
    .main h1 {
        padding: 10px 0;
        color: rgba(68, 70, 72, 1.0);
        font-size: 1.6em;
    }
    .main h2 {
        font-size: 1.2em;
        color: rgba(68, 70, 72, 1.0);
        padding: 20px 0 0 0;
        display: block;
        width: 100%;
    }
    .main h3 {
        font-size: 1.1em;
        color: black;
        padding: 20px 0;
        display: block;
    }
    .main p {
        padding: 10px 0;
        line-height: 1.6em;
        text-indent: 1.5em;
    }
    .main span {
        display: block;
        padding-bottom: 10px;
    }
    .main i, strong {
        color: black;
    }
    .container {
        max-width: 959px;
        min-width: 320px;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }
    .image_float {
        padding-top: 24px;
        width: 250px;
        margin: auto;
    }
    
    .float_right{
        float: right;
        margin: 0 10px;
        max-width: 50%;
    }
    .float_left{
        float: left;
        margin: 0 10px;
        max-width: 50%;
    }
    .text_block {
        margin-bottom: 10px;
    }
    .txt_width_img {
        font-size: 15px;
        text-align: center;
    }
    .grey_block {
        background: #f3f3f3;
        padding: 10px 30px;
    }
    .flex-container {
        display: flex;
    }
    .img {
        text-align: center;
    }
    .img span {
        font-size: 12px;
    }
    .image_float img, .img img {
        width: 100%;
    }
    .main table {
        border: 2px solid white;
        border-bottom: 2px solid #ffcc18;
        border-collapse: collapse;
        color: #444642;
        table-layout: fixed;
        width: 100%;
    }
    .main td {
        border: 1px solid #999;
        border-collapse: collapse;
        padding: 5px 8px;	
    }
    .main thead {
        background: rgba(255, 204, 24, 1.0);
        font-weight: bold;
    }
    .main thead td {
        border: 1px solid white;
    }
    .main sup, sub {
        text-decoration: none !important;
        font-size: 12px;
    }
    .onefas-counter{
        background: url(../img/STAR128.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;

    }
    .twofas-counter{
        background: url(../img/STAR328.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;

    }
    .counters {
        justify-content: center;
    }
    .counters .flex-item {
        width: 200px;
    }
    .flex-item .txt_width_img {
        text-align: left;
    }
    .scheme  {
        width: 100%;
    }
    .scheme img {
        width: 100%;
    }
    .counters .flex-item span {
        padding: 5px;
    }
    .concentrator {
        width: 65%;
        text-align: center;
        margin: 0 auto;
    }
    .onefas-counter-104{
        background: url(../img/STAR104.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;

    }
    .twofas-counter-304{
        background: url(../img/STAR304.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;
    }
    @media screen and (max-width: 830px){ 
        h1 {width: 100%; text-align: center;}
        .float_left, .float_right {
            max-width: 100%;
        }
        
    }