.swat_table table {
    width: 100%!important;;
    font-family: 'AvenirNextCyr';
    border-collapse: collapse;
    background: #f4f4f4;
}


.swat_table table, .swat_table th, .swat_table td {
    border: 1px solid #e0e0e0!important;
}

.swat_table th, .swat_table td {
    font-size: 14px;
    text-align: center;
}

.swat_table th, .swat_table td {
    padding: 0.625em;
}

.swat_table strong {
    font-weight: 600!important;
}

.t503__content {
    background: #fff;
    padding: 30px;
}


@media only screen and (max-width: 768px){
* {
    word-break: break-word!important;
}
}