html {
    position: relative;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

body {
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    color: #535353;
    font-weight: 300;
    margin: 0;
}

.container {
    margin: 80px auto;
    max-width: 1030px;
}

.page__title-main {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.page__title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 16px;
}

.page__text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 16px;
}

.page__link {
    border-bottom: 1px solid #5e83c0;
    cursor: pointer;
    color: #5e83c0;
}

.list {
    margin-bottom: 16px;
    margin-left: 20px;
}

.list__item {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 8px;
}

.list__item::marker {

}