a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
    }
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    }
a img, fieldset, img {
    border: none
    }
input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none
    }
button, input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
    }
button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0
    }
textarea {
    overflow: auto
    }
button, input {
    border: 0;
    margin: 0;
    padding: 0
    }
a, a:focus, button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
    outline: none
    }
ol, ul {
    list-style-type: none
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
    }
*, :after, :before, html {
    box-sizing: border-box
    }
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important
        }
    }
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
    }
a:not([class]) {
    transition: color 0.25s
    }
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: 100%;
    background-size: 30px 6px;
    padding-right: 30px !important
    }
select:focus {
    outline: none
    }
select::-ms-expand {
    display: none
    }
:root {
    --main-font: "Arial", sans-serif;
    --secondary-font: "Arial", sans-serif;
    --main-color: #023;
    --secondary-color: #333;
    --accent-color: red;
    --light-color: #f7f7f7;
    --success-color: green;
    --error-color: red
    }
body {
    color: var(--main-color);
    font: 400 16px/1.5 var(--main-font)
    }
.container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 15px;
    width: 100%
    }
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 10px
        }
    }
.ashe-article {
    padding: 50px 0 0
    }
.ashe-article__form {
    padding-bottom: 30px
    }
.ashe-article__title {
    color: var(--secondary-color);
    font: 700 36px/1.5 var(--secondary-font);
    margin: 0 auto;
    max-width: 800px;
    text-align: center
    }
.ashe-article__start {
    margin-bottom: 30px
    }
.ashe-article-content {
    margin-bottom: 50px
    }
.ashe-article-content__subtitle {
    color: var(--secondary-color);
    font: 700 24px/1.2 var(--secondary-font);
    margin-bottom: 15px
    }
.ashe-article-content__text {
    line-height: 1.8;
    margin: 0 auto;
    max-width: 800px
    }
.ashe-article-content__text h2 {
    color: var(--secondary-color);
    font: 700 20px/1.2 var(--secondary-font);
    margin: 40px 0 20px;
    width: 100%
    }
.ashe-article-content__text h3 {
    color: var(--secondary-color);
    font: 700 18px/1.2 var(--secondary-font);
    margin: 25px 0 10px;
    width: 100%
    }
.ashe-article-content__text p {
    list-style: none
    }
.ashe-article-content__text li {
    list-style: disc;
    list-style-position: inside
    }
.ashe-article-content__text a {
    color: var(--accent-color);
    display: inline-block;
    text-decoration: underline
    }
.ashe-article-content__text img {
    max-width: 100%
    }
.ashe-article-content__text table {
    font-size: 14px
    }
.ashe-article-content__text table tr {
    text-align: left
    }
.ashe-article-content__text table tr:first-of-type {
    background: var(--light-color)
    }
.ashe-article-content__text table td, .ashe-article-content__text table th {
    border: 1px solid var(--main-color);
    padding: 0 10px
    }
.ashe-article-content__footer {
    margin-top: 40px
    }