html {
    scroll-behavior: smooth;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
input {
    overflow: visible;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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;
}

ul, ol {
    list-style: none;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  
  
  .content img {
    border-radius: 14px;
    margin: 30px auto;
  }

/* header */

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) {
    .up-arrow_wrap {
        display: none !important;
    }
}
/* top bar */


.top-bar {
    background: #fff;
    height: 60px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 7%);
}

.top-bar__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 9px;
}

.top-bar .filter {
    cursor: pointer;
}

.top-bar input {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    margin-right: 20px;
    height: 40px;
}

.top-bar .filter img {
    height: 40px;
}

@media (max-width: 800px) {
    .top-bar__wrapper {
        justify-content: center;
    }
}

/* content */

.content {
    margin: 40px 0;
}

.content img {

}

.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,
.content h4,
.content h5,
.content h6 {
    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 h4 {
    font-size: 20px;
}

.content h5 {
    font-size: 18px;
}

.content h6 {
    font-size: 16px;
}

.content p {
    font-size: 14px;
    color: #322637;
    line-height: 2;
    margin-bottom: 20px;
}

.content p a {
    color: #008af7;
    font-size: 14px;
}

.content p a:hover {
    text-decoration: none;
}

.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;
}
.content .table-wrap {
    max-width: 100%;
    overflow-x: scroll;
}
.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;
}

.superslots-con-box-main-section table caption {
    font-size: 18px;
    margin-bottom: 20px;
}

/* anchors */

.anchors {
    padding: 0;
    margin-bottom: 25px;
}

.anchors ul {
    list-style: none;
    padding-left: 0;
}

.anchors ul li {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: none;
}

.anchors ul li:hover {
    cursor: pointer;
}

.anchors ul li a {
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-left: 12px;
    color: #008af7;
}

/* comments */

.comments ul {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.comments ul li {
    padding: 15px;
    background: #f9f9f9;
    margin-bottom: 20px;
    box-shadow: 1px 5px 8px 0px rgba(214,214,214,1);
    -webkit-box-shadow: 1px 5px 8px 0px rgba(214,214,214,1);
    -moz-box-shadow: 1px 5px 8px 0px rgba(214,214,214,1);
}

.author {
    display: flex;
    justify-content: flex-start;
}

.author__info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15px;
}

.author__photo img {
    width: 50px;
    height: 50px;
}

.author__info_name {
    font-weight: bold;
    font-size: 16px;
}

.author__info_date {
    font-style: italic;
    font-size: 12px;
}

.comment p {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 0;
}

.comment__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.comment__form input {
    margin-bottom: 15px;
    padding: 10px;
}

.comment__form textarea {
    margin-bottom: 25px;
    padding: 10px;
    overflow: auto;
}

.comment__form button {
    margin-bottom: 25px;
    padding: 10px;
    background-color: #2ecc71;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

.comment__form span {
    font-size: 12px;
    display: inline-block;
    border-radius: 12px;
    background: #e5e5e5;
    padding: 10px;
    font-style: italic;
}

/* footer */

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;
    }
    .up-arrow_wrap {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 35px;
        display: none;
    }
    .up-arrow_wrap img {
        max-width: 100%;
    }
    footer {
        padding: 25px 0;
    }
    .payment-methods__item  {
        max-width: 90px;
    }
    .payment-methods__item {
        max-width: 100%;
    }
    .footer-wrapper {
        flex-direction: column-reverse;
    }
    .copyright {
        margin-bottom: 0;
        margin-top: 15px;
    }
}