
html {
    scroll-behavior: smooth;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0
}

body {
    background: #f5f5f5;
    margin: 0;
    padding: 0
}

* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0
}

.grid {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px
}

header {
    background: #100018;
    padding: 30px 0
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-wrapper .logo a {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.header-wrapper .auth a {
    display: inline-block;
    color: #999;
    border: 1px solid #999;
    border-radius: 25px;
    padding: 12px 25px;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.3s ease
}

.header-wrapper .auth a:hover {
    opacity: .9
}

.header-wrapper .auth a:last-child {
    margin-left: 20px;
    background-color: #2ecc71;
    color: #fff
}

@media (min-width: 769px) {
}

@media (max-width: 800px) {
}

.content {
    margin: 40px 0
}

.content img.image-center {
    margin: 0 auto 25px;
    display: block;
    width: 80%;
    max-width: 100%
}

@media (max-width: 800px) {
    .content img.image-center {
        width: 100%
    }
}

.content h1, .content h2, .content h3 {
    color: #322637;
    padding: 0;
    margin: 0 0 25px 0;
    line-height: 1.5
}

.content h1 {
    font-size: 28px
}

.content h2 {
    font-size: 25px
}

.content h3 {
    font-size: 22px
}

.content p {
    font-size: 14px;
    color: #322637;
    line-height: 2;
    margin-bottom: 20px
}

.content ul, .content ol {
    margin-bottom: 25px;
    list-style: disc;
    padding: 0 0 0 35px
}

.content ol {
    list-style: decimal
}

.content ul li, .content ol li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5
}

.table {
    max-width: 100%;
    overflow-x: scroll
}

.content table {
    border: 1px solid #333;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 25px
}

.content table td {
    border: 1px solid #333;
    padding: 15px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5
}

.anchors {
    padding: 0;
    margin-bottom: 25px
}

footer {
    background: #000;
    padding: 50px 0
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.copyright {
    flex: 1 0 50%
}

.copyright__logo {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 20px
}

.copyright__text {
    font-size: 12px;
    color: #fff
}

.payment-methods {
    flex: 1 0 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

.payment-methods__item {
    background: #212529;
    display: inline-flex;
    height: 60px;
    width: 120px;
    justify-content: center;
    align-items: center;
    margin: 3px
}

.payment-methods__item:hover {
    cursor: pointer
}

@media (max-width: 1140px) {
    .copyright {
        margin-bottom: 40px
    }

    .footer-wrapper {
        flex-direction: column
    }

    .payment-methods {
        flex: 100%;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .payment-methods__item {
        flex: 1 0 120px;
        max-width: 120px
    }
}

@media (max-width: 500px) {
    .header-wrapper {
        flex-direction: column
    }

    .header-wrapper .logo {
        margin-bottom: 10px
    }

    .header-wrapper .auth a {
        padding: 10px 20px;
        font-size: 14px
    }

    header {
        padding: 10px 0
    }

    footer {
        padding: 25px 0
    }

    .payment-methods__item {
        max-width: 100%
    }

    .footer-wrapper {
        flex-direction: column-reverse
    }

    .copyright {
        margin-bottom: 0;
        margin-top: 15px
    }
}
nav ul {
    list-style: none;
}
nav a {
    text-decoration: none;
    color: white;
}
@media (max-width: 850px) {
    .header-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    nav ul {
        margin-bottom: 10px;
    }
    .header-wrapper .auth a:last-child {
        margin-left: 10px !important;
    }
}
article img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid black;
}
