body {
    font-size: 17px!important;
    letter-spacing: 0%!important;
}

h1 {
    font-size: 28px!important;
    letter-spacing: -2%!important;
}

h2 {
    font-size: 24px!important;
    letter-spacing: -2%!important;
}

h3 {
    font-size: 22px!important;
    letter-spacing: -2%!important;
}

h4 {
    font-size: 17px!important;
    letter-spacing: -2%!important;
}

img {
    max-width: 100%!important;
}

.section-article__container {
    line-height: 120%!important;
}

.section-article ._lead {
    font-size: 17px!important;
    line-height: 120%!important;
}

table, td {
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    padding: 5px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}