/*
Version: 1.0
Theme URI: https://github.com/MikitaLapik
Author: @wh1tefan, wh1tefan@mail.ru
Author URI: https://github.com/MikitaLapik
*/

html {
    scroll-behavior: smooth;
    height: 100%;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
input,
pre,
td,
textarea,
th {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    max-height: 100000px;
}

iframe {
    border: none;
    display: block;
}

body {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

input,
button,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1F7DD3;
}

a:hover {
    text-decoration: underline;
}

.header {
    background: #F8F9FA;
    text-align: center;
    padding: 19px;
}

.footer {
    background: #F8F9FA;
    text-align: center;
    padding: 20px;
}

.container {
    max-width: 920px;
    margin: 0 auto;
}

.logo {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
}

.logo img {
    max-width: 200px;
}

.subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #A7A7A7;
}

.important {
    background: linear-gradient(90deg, #DEF6FF 5.84%, #C3EFFF 91.27%);
    border-radius: 14px;
    padding: 23px 24px;
    margin-bottom: 36px;
}

.important p {
    margin: 0 0 9px 0;
}

.important p:last-of-type {
    margin-bottom: 0;
}

.content {
    margin: 39px 0 58px 0;
}

.content h1 {
    margin: 0 0 23px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 26px;
}

.content h2 {
    margin: 24px 0;
}

.content img {
    width: 100%;
    height: auto;
}

.markered {
    padding: 0;
    list-style: none;
}

.markered li {
    padding-left: 20px;
    position: relative;
}

.markered li:before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 12px;
    left: 0;
}

.footer-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.footer-copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 11px;
    color: #777777;
}

.table-of-contents {
    padding: 28px 27px;
    background: #F8F9FA;
    margin: 30px 0 52px 0;
}

.table-of-contents__header {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
}

.table-of-contents__list {
    padding-left: 18px;
    margin: 0;
    color: #1F7DD3;
}

.table-of-contents__list li {
    margin-bottom: 13px;
}

.table-of-contents__list li.level-2 {
    margin-left: 20px;
}

.table-of-contents__list li:last-of-type {
    margin-bottom: 0;
}

.adaptive-table {
    overflow-x: auto;
}

.adaptive-table table {
    border-spacing: 0;
}

.adaptive-table table td,
.adaptive-table table th {
    border: 1px solid #DDDDDD;
    padding: 18px 5px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.adaptive-table table th {
    background: #FBFBFB;
}

.adaptive-table table td img {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 10px;
    }
}