body, p, span, h1, h2 {
	margin: 0;
	padding: 0;
}

h1, h2 {
	text-align: center;
}

h2 {
	padding: 15px 0;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.3em;
}
table {
	border-radius: 1rem;
    margin: 10px 0;
    width: 100%;
	overflow: hidden;
	box-shadow: 0 0 8px #192232c2;
	table-layout: auto;
}

td, th {
    padding: 10px;
    word-wrap: break-word;
}
tr {
    background-color: #298afd6e;
}

tbody tr:nth-child(odd) {
    background-color: #212f44;
}

tbody tr:nth-child(even) {
    background-color: #192232;
}


table caption, td, th {
    text-align: left;
}
.one {
	background-color: unset;
	color: #fff;
}

.one:hover {
	box-shadow: 0 0 50px rgba(255, 255, 255, .3);
}

.two {
	background-color: #298afd;
}

.two:hover {
	background-color: #0185fe;
	box-shadow: 0 0 50px rgba(255, 255, 255, .3);
}

.large-button {
	background-color: #298afd;
	color: #fff;
}

.large-button:hover {
	background-color: #298afd;
}

.header {
	background-color: #121a29;
}

body {
	background-color: #0c111c;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", sans-serif;
}

.main-content {
	background-color: #121a29;
}

.header {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.img-container {
	width: 250px;
	display: flex;
	margin-top: 5px;
	transition: .3s;
}

.img-container .logo {
	max-width: 150px;    margin: 0 auto;
}

.img-container:hover {
	filter: opacity(80%);
}

.header-button-block {
	display: flex;
}

.header-button {
	cursor: pointer;
	max-width: 200px;
	height: 50px;
	border: none;
	transition: .3s;
	border-radius: 15px;
	margin: 20px;
	font-size: 1em;
	color: #fff;
	padding: 5px 30px;
	font-weight: 700;
}

html {
	scroll-behavior: smooth;
}

.main {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.main-content {
	max-width: 1000px;
	margin: 50px 0;
	box-shadow: 0 0 50px rgba(255, 255, 255, .1);
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
}

.img-banner {
	border-radius: 9px;
	padding: 10px 0;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.large-button {
	width: 90%;
	height: 60px;
	border-radius: 15px;
	font-size: 1.2em;
	margin: 20px;
	transition: .3s;
	padding: 5px 20px;
	cursor: pointer;
	border-width: 0;
}

li {
	text-align: left;
}

.footer {
	max-width: 1000px;
	margin: 0 auto 20px auto;
}

.footer p {
	font-size: .8em;
	color: #696262;
	text-align: center;
	margin: 10px 20px 70px;
}

.button-fixed {
	justify-content: center;
	position: fixed;
	z-index: 999;
	right: 0;
	left: 0;
	display: flex;
	width: 100%;
	bottom: 0;
}

button.header-button.one {
	border-width: 1px;
	border-style: solid;
	border-color: #a1a4a9;
}

.entry-content {
	display: flex;
	flex-direction: column;
}

@media (max-width:450px) {
	.img-container {
		        width: 150px;padding: 20px 0 5px 0;
	}
	
	.header {
		flex-direction: column;
		height: 100%;
	}
}

@media (max-width:767px) {
	.header {
		display: flex !important;
	}
}

@media (max-width:767px) {
	.large-button {
		display: inline-block !important;
	}
}

@keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 #2b90fe
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}
.anim {
	animation: pulse 2s infinite;
}

a.nolink {
	color: #2b90fe;
	text-decoration: none;
}

.author-box {
	background: #0c111c;
	border-radius: 1rem;
	padding: 20px 20px 40px 20px;
	margin: 10px 0;
	border-top: 1px solid #298afd;
}

.author-box__ava {
	float: left;
	margin-right: 20px;
}

.author-box__ava img {
	border-radius: 50%;
}

.author-box__body {
	overflow: hidden;
}

.author-box__author {
	font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.author-box__author em {
	margin-left: 10px;
	font-weight: 400;
	color: #fff;
	font-size: .7em;
}

.author-box__description {
	line-height: 1.3;
}

.q-question-block {
	border: 1px solid #298afd5e;
	box-shadow: 0 0 8px #298afda1;
	border-radius: 1rem;
	margin-bottom: 1rem;
	padding: 5px;
	background-color: #0c111c;
}

.q-question {
	padding: 10px 5px;
	font-weight: bold;
}

.q-answer {
	padding: 10px;
}

.main_tabs_listitem_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	box-sizing: border-box;
	max-height: 100%;
	font-weight: 600;
	font-size: 15px;
	color: #298afd;
}

img.star {
	display: inline;
	margin: 0 5px;
}

.answ>.main_tabs_listitem_text {
	background-color: #0c111c;
	width: 100%;
	border-radius: 1rem 1rem 0 0;
	padding: 10px;
}

.answ {
    border: 1px solid #298afd5e;
    margin: 1rem 0;
    border-radius: 1rem;
    box-shadow: 0 0 8px #298afda1;
}
.entry-content p {
	padding: 5px;
}

a {
	color: #2b90fe;
	text-decoration: underline;
}

.entry-content li {
	list-style: none;
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: .1em;
}

.entry-content ul:not([class]) li::before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	display: inline-block;
	width: .7rem;
	height: .5rem;
	background: #298afd;
}

.entry-content ul {
	padding-inline-start: 10px;
}

.entry-content ol:not([class]) li {
	padding-left: 4.5rem;
	margin-bottom: 2em;
}

.entry-content ol:not([class]) li:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	padding-top: .35em;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #298afd;
	border-radius: 50%;
}

.entry-content ol {
	padding-inline-start: 10px;
	counter-reset: section;
}

.entry-content blockquote {
	font-style: italic;
	position: relative;
	margin: 1em 0;
	padding: 10px 10px 10px 30px;
	border-left: 3px solid #298afd !important;
	background-color: #192232;
}

[class*=icon-] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	width: 100%;
}

.icon-fortune-wheel-border {
	background-image: url("../promo/fortune-wheel-border.svg");
}

.fortune-wheel-block__icon-border {
	height: 24px;
	position: relative;
	width: 24px;
}

.icon-fortune-wheel {
	background-image: url("../promo/fortune-wheel.svg");
}

.fortune-wheel-block__icon {
	bottom: 0;
	height: 22px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
}

.fortune-wheel-block__icon--counter {
	animation: rotate 2.7s linear 0s infinite;
}

.fortune-wheel-block__icons {
	position: relative;
}

.fortune-wheel-block__wrap {
	align-items: center;
	background: #192232;
	border-radius: 3px;
	display: flex;
	height: 78px;
	padding-left: 8px;
}

*, :after, :before {
	box-sizing: inherit;
}

.fortune-wheel-block {
	bottom: 42px;
	margin: 0 auto;
	max-width: 1360px;
	position: fixed;
	width: 100%;
	z-index: 3;
}

.fortune-wheel-block__content {
	background-color: #298afd;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	padding: 1px 0 1px 1px;
	position: relative;
}

.fortune-wheel-block__body {
	align-items: stretch;
	bottom: 90px;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	padding: 16px 0 0 8px;
	position: absolute;
	right: 0;
	width: 46px;
}

.motivational-block-frame {
	bottom: 160px;
	margin: 0 auto;
	max-width: 1360px;
	pointer-events: none;
	position: fixed;
	width: 100%;
	z-index: 3;
}

.motivational-block-frame__body.motivational-block-frame__body--cursor-pointer {
	cursor: pointer;
}

.motivational-block-frame__body {
	align-items: stretch;
	animation-name: slide;
	animation-direction: alternate;
	animation-duration: .6s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	animation-delay: .5s;
	bottom: 75px;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	padding: 0 8px;
	pointer-events: all;
	position: absolute;
	right: 0;
	transform: translateX(calc(100% - 44px));
	transition: transform .3s;
	width: 60px;
}

.motivational-block-content {
	background-color: #298afd;
	border-radius: 4px;
	padding: 1px;
	position: relative;
}

.motivational-block-content__label {
	left: 0;
	position: absolute;
	top: 0;
}

.status-flag.status-flag--motivational-block {
	background: #fe3436;
	border-top-left-radius: 4px;
	display: block;
	text-align: center;
}

.status-flag.status-flag--motivational-block {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	text-transform: none;
}

.motivational-block-content__label>.status-flag {
	padding: 0 4px;
}

.motivational-block-content__icons {
	margin: 27px 8px;
}

.motivational-block-content__icon {
	height: 27px;
	width: 27px;
}

.icon-bonus-motiv {
	background-image: url("../promo/bonus-motiv.svg");
}

.fortune-wheel-block__label {
	background: #fe3436;
	border-radius: 50%;
	color: #eef1f6;
	display: block;
	font-size: 12px;
	height: 20px;
	left: 13px;
	line-height: 14px;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 20px;
	z-index: 1;
}

.motivational-block-content__wrap {
	align-items: center;
	background-color: #192232;
	border-radius: inherit;
	display: flex;
	height: 78px;
}

.fortune - wheel - block {
	bottom: 42 px;
	margin: 0 auto;
	position: fixed;
}

@media screen and(min - width:480 px) and(orientation:landscape) and(max - height:420 px) and(max - width:900 px) {
	.fortune - wheel - block {
		bottom: 52 px;
	}
}

@media screen and(min - width:768 px) and(min - height:420 px) {
	.fortune - wheel - block {
		bottom: auto;
		height: 110 px;
		overflow: hidden;
		top: 96 px;
	}
}

.fortune - wheel - block--show - motivational {
	bottom: 130 px;
}

@media screen and(min - width:480 px) and(orientation:landscape) and(max - height:420 px) and(max - width:900 px) {
	.fortune - wheel - block--show - motivational {
		bottom: 52 px;
	}
}

@media screen and(min - width:768 px) and(min - height:420 px) {
	.fortune - wheel - block--show - motivational {
		bottom: auto;
	}
}

.fortune - wheel - block__body {
	bottom: 40 px;
	display: flex;
	padding: 16 px 0 0 8 px;
	position: absolute;
	right: 0;
	width: 46 px;
}

@media screen and(min - width:480 px) and(orientation:landscape) and(max - height:420 px) and(max - width:900 px) {
	.fortune - wheel - block__body {
		padding: 16 px 8 px 0 0;
		right: auto;
	}
}

@media screen and(min - width:768 px) and(min - height:420 px) {
	.fortune - wheel - block__body {
		bottom: auto;
		top: 0;
		width: 50 px;
	}
}

.fortune - wheel - block__content {
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	padding: 1px 0 1px 1px;
	position: relative;
}

@media screen and (min-width:480px)and (orientation:landscape)and (max-height:420px)and (max-width:900px) {
	.fortune-wheel-block__content {
		border-radius: 0 4px 4px 0;
		padding: 1px 1px 1px 0;
	}
}

@media screen and(min - width:480 px) and(orientation:landscape) and(max - height:420 px) and(max - width:900 px) {
	.fortune - wheel - block__wrap {
		padding: 0 4 px 4 px;
	}
}

.fortune - wheel - block__label {
	background: #fe3436;
	color: #eef1f6;
	display: block;
	height: 20 px;
	left: 13 px;
	position: absolute;
	top: 10 px;
	width: 20 px;
}

@media screen and(min - width:480 px) and(orientation:landscape) and(max - height:420 px) and(max - width:900 px) {
	.fortune - wheel - block__label {
		left: 5 px;
	}
}

@media screen and(min - width:768 px) and(min - height:420 px) {
	.fortune - wheel - block__label {
		left: 18 px;
	}
}

.fortune - wheel - block__icons {
	position: relative;
}

.fortune - wheel - block__icon {
	bottom: 0;
	height: 22 px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 22 px;
}

.fortune - wheel - block__icon--counter {
	animation: rotate 2.7 s linear 0 s infinite;
}

.fortune - wheel - block__icon - border {
	height: 24 px;
	position: relative;
	width: 24 px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(-1turn)
  }
}

.fortune-wheel-block__content--shadow {
	box-shadow: 0 0 12px #298afd;
}

.motivational-block-frame__bottom-container {
	box-shadow: 0 0 12px #298afd;
}

@keyframes slide {
    0% {
        transform: translateX(calc(100% - 60px));
    }
    100% {
        transform: translateX(40%);
    }
}

@media (max-width:767px) {
	.aton {
		display: block;
		z-index: 999;
		z-index: 999;
		justify-content: center;
		position: fixed;
		right: 0;
		left: 0;
	}
}

@media (min-width:767px) {
	.aton {
		display: none;
	}
}
/* Основной стиль меню */
.tag-cloud ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.tag-cloud ul li {
    margin: 3px;
}

.tag-cloud ul li a {
    display: inline-block;
    padding: 7px;
    background-color: #f0f0f0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: background-color 0.3s ease;
}

.tag-cloud ul li a:hover {
    background-color: #dcdcdc;
}

.tag-cloud ul li a.tag {
    font-size: 15px;
    background-color: #e5e5e5;
    color: #000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
nav ul li::before {
	content: none !important;
}
nav li {
	text-align: left;
	list-style: none;
	padding-left: 0rem !important;
}
.table-responsive {
    overflow-x: auto;
}