@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-type: none;
	font-family: inherit;
	background: transparent
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=text],
input[type=submit],
textarea {
	-webkit-appearance: none
}

input:not([type="radio"]),
select,
textarea {
	font: inherit;
	outline: 0
}

button:not(.nstyle),
input[type="button"],
input[type="submit"] {
	color: #fff;
	padding: 5px 10px;
	background-color: #5F9BBD;
	border: 1px solid #5F9BBD;
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	border-radius: 2px
}

button:not(.nstyle):hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #292C33;
	border: 1px solid #292C33;
}

.nstyle {
	cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

p:not(:last-of-type) {
	padding: 0 0 12px;
}

p {
	font-size: 15px;
	line-height: 20px;
	color: #292C33;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 11px;
	font-size: inherit;
	font-weight: bold;
}

h1,
h2 {
	border: 0;
	color: #292C33;
	font-size: 20px;
}

.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.fd-column {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.fd-row-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.fd-column-reverse {
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.ai-center {
	align-items: center;
}

.jc-center {
	justify-content: center;
}

.pc-end {
	place-content: flex-end;
}

.jc-space-between {
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.ta-center {
	text-align: center;
}

.v-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a {
	color: #5F9BBD;
	text-decoration: none;
}

a:hover {
	color: #f26739;
}

input:not([type="radio"],.fbutton),
textarea {
	background: #F4F6FA;
	border: 1px solid #E6E8ED;
	outline: none;
	color: #7E8699;
	padding: 2px 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	resize: vertical;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

body {
	background-color: #3E4246;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #292C33;
	background-position: 50% 0;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#content {
	position: relative;
	margin-top: 60px;
	margin-bottom: 110px;
}

main {
	width: 100%;
	padding: 0 10px 15px 0;
}

aside {
	width: 300px;
	flex-shrink: 0;
	padding: 0px 15px 10px 10px;
	background: #F4F6FA;
}

header,
.contentWrap {
	padding: 0 0 0 15px;
}

.contentWrap {
	background-color: #fff;
}

header {
	position: absolute;
	top: 0;
	height: 59px;
	background: #f1dd58;
	width: 1200px;
	z-index: 10;
	padding-right: 15px;
}

.headerWrap {
	height: inherit;
}

.menuItem:not(:first-of-type) {
	margin-left: 30px;
}

.seasonItem {
	width: 160px;
	height: 221px;
	transform: translateY(0);
	transition: transform .2s ease-out;
}

.seasonItem img {
	border-radius: 5px 5px 0 0;
	object-fit: cover;
}

.seasonNum {
	height: 34px;
	width: 100%;
	margin-top: -1px;
	font-family: Impact;
	font-size: 25px;
	border-radius: 0 0 5px 5px;
}

.seasonNum a:before {
	content: "";
	position: absolute;
	inset: 0;
}

.seasonItem:hover {
	transform: translateY(-3px);
}

nav li > a,
.desktopLogin a {
	display: flex;
	height: 60px;
	align-items: center;
	font-size: 15px;
	color: #8F95A3;
	font-weight: bold;
	position: relative;
}

.has-childs {
	padding-right: 12px;
}

.has-childs:after {
	content: "";
	position: absolute;
	right: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #8F95A3;
	border-radius: .2px;
}

.has-sub:hover .has-childs,
.has-sub.active > a,
.desktopLogin li:hover > a {
	color: #f26739;
}

.has-sub:hover .has-childs:after,
.has-sub.active .has-childs:after {
	border-top: 5px solid #f26739;
}

.loginButton {
	color: #8F95A3;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.loginButton span {
	margin: 2px 0 0 6px;
	line-height: 1;
}

.loginButton span:hover {
	color: #f26739;
}

.myName {
	color: #83BF45 !important;
}

.seasonsWrap {
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 15px;
}

.seasons,
.siteNews,
.catPage {
	margin-bottom: 50px;
}

.siteNews > h2 {
	margin-bottom: 24px;
}

.speedbar {
	color: #8f95a3;
	font-size: 12px;
	margin-bottom: 20px;
}

.catPage {
	flex-wrap: wrap;
}

.sitenewsWrap,
.catPage {
	gap: 20px;
}

.newsItem {
	width: 273px;
}

.newsItem img {
	display: block;
	height: 168px;
	object-fit: cover;
	opacity: .9;
}

.newsItem:hover img {
	opacity: 1;
}

article h2 {
	color: #292C33;
	font-size: 17px;
}

.newsTitle {
	margin: 7px 0;
	line-height: 1.2;
}

.newsMeta {
	color: #8F95A3;
}

.postCount {
	margin-left: 20px;
	gap: 10px;
	line-height: 1;
}

.postCount svg {
	margin-right: 3px;
}

.newsExcerpt {
	margin-top: 9px;
	line-height: 16px;
	font-size: 13px;
	color: #535865;
}

.lcommHead {
	height: 39.5px;
	margin: 0 -15px 0 -10px;
	padding: 0 10px;
}

.lcommHead i {
	font-size: 16px;
	font-style: normal;
	color: #292C33;
	font-weight: bold;
}

.lcommHead a {
	margin-left: auto;
	border-bottom: 1px dotted;
}

.lcommHead a:hover {
	border: none;
}

.lCommentItem {
	margin: 0 -15px 0 -10px;
	padding: 7px 10px;
	border-left: 3px solid #98D554;
	background: #fff;
}

.lCommentItem-title {
	margin-bottom: 7px;
}

.lCommentItem-title a {
	display: block;
	width: 274px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	color: #8F95A3;
}

.lCommentItem:not(:first-of-type) {
	margin-top: 1px;
}

.lComment-footer {
	margin-top: 9px;
	color: #8F95A3;
}

.lComment-footer time {
	margin-left: auto;
}

.lCommentItem-title a:hover {
	color: #676b75;
}

.lCommentItem-avatar {
	display: block;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.lComment-footer span,
.lComment-footer time {
	font-size: 12px;
}

.vote {
	line-height: 20px;
	margin: 4px 0;
}

input[type="radio"] {
	appearance: none;
	width: 10px;
	height: 10px;
	outline: 1px solid #5F9BBD;
	outline-offset: 2px;
	border-radius: 50%;
}

input[type="radio"]:checked {
	background: #5F9BBD;
}

.vote label {
	cursor: pointer;
	position: relative;
	padding-left: 8px;
}

.vote label:before {
	content: "";
	left: 0;
	top: -2px;
	font-size: 20px;
	position: absolute;
}

.voteHead {
    height: unset;
    padding: 10px;
}

.voteButtons {
	margin-top: 12px;
	gap: 10px;
}

.voteButtons button {
	flex: 1;
	line-height: 23px;
}

button.voteResults {
	background: #bcbcbc;
	border-color: #bcbcbc;
}

button.voteResults:hover {
	background-color: #a5a5a5;
	border-color: #a5a5a5;
}

.voteprogress,
.voteprogress span {
	height: 5px;
	border-radius: 5px;
}

.voteprogress {
	overflow: hidden;
	margin-bottom: 10px;
	background-color: rgb(143 149 163 / 34%);
	margin-top: 6px;
}

.voteprogress span {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: #6cbf45;
}

.pagiNation {
	margin-top: 60px;
	flex: 100% 0 0;
	width: 100%;
	gap: 8px;
}

.pagiNation span,
.pagiNation a {
	min-width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.pagiNation span {
	background: #535865;
	color: #fff;
}

.pagiNation a {
	background: #F1F2F4;
	color: #535865;
}

.pagiNation a:hover {
	background: rgb(143 149 163 / 29%);
}

.subMenu {
	flex-wrap: wrap;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 15px;
	gap: 5px;
	background: #f1f1f1;
	z-index: 11;
}

.subMenu a {
	flex: 1;
	background: rgb(143 149 163 / 29%);
	color: #535865;
	font-size: 15px;
	padding: 8px 20px;
	display: flex;
	font-weight: bold;
	min-width: 166px;
	justify-content: center;
	border: 1px solid rgb(143 149 163 / 29%);
}

.subMenu a:hover {
	background: rgb(143 149 163 / 40%);
}

.info {
	background: rgb(143 149 163 / 29%);
	padding: 10px;
	margin-bottom: 17px;
}

.infoTitle {
	font-weight: bold;
	font-size: 14px;
}

.infoErr {
	margin-top: 5px;
	display: block;
}

.bodyfixed {
	overflow: hidden;
}

.bodyfixed:after {
	content: "";
	position: absolute;
	background: rgb(0 0 0 / 40%);
	inset: 0;
}

.v-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.submitComment button {
	height: 40px;
	width: 125px;
	font-weight: 700;
	font-size: 14px;
}

#dle-comments-list {
	margin-top: 20px;
}

#dle-comments-list>.comments-tree-list>li:nth-child(odd) .comments-tree-item>div,
#dlemasscomments #dle-comments-list>div:nth-child(odd) .comments-tree-item,
#dle-comments-list>.comments-tree-list>li:nth-child(odd)>div,
#dlemasscomments #dle-comments-list>div:nth-child(odd) {
	background: #F4F6FA;
}

#dle-comments-list>.comments-tree-list>li:nth-child(even) .comments-tree-item>div,
#dlemasscomments #dle-comments-list>div:nth-child(even) .comments-tree-item,
#dle-comments-list>.comments-tree-list>li:nth-child(even)>div,
#dlemasscomments #dle-comments-list>div:nth-child(even) {
	background: #eaedf2;
}

.comment {
	gap: 10px;
	padding: 10px;
	position: relative;
	color: #333;
}

.commentAvatar {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,.05);
	border-radius: 50%;
}
.commentBody {
	width: 100%;
}
.cBodyHeader {
	color: #777;
	padding-right: 30px;
	position: relative;
	display: flex;
	gap: 5px;
}
.cBodyText {
	margin: 10px 0;
	word-break: break-word;
	font-size: 14px;
}
.cReactions a {
	display: flex;
	gap: 5px;
}
.cFooter {
	gap: 10px;
}
.cFooter > a {
	font-size: 12px;
	font-weight: 700;
	text-decoration: dashed underline;
}
.cReactions > a {
	color: #00b036;
	font-size: 13px;
	text-decoration: none;
	align-items: baseline;
}
.cReact-like {
	text-decoration: underline dotted;
	padding-left: 22px;
	position: relative;
}
.cReact-like::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'%3E%3Cpath d='M1.6 8.9c.6-.7 1.5-.7 2.2-.7a12 12 0 0 1 1 0h.3l.7-.4c.5-.4.9-.9 1.2-1.4l.3-.3a8 8 0 0 0 1.4-2.3C9 3.4 9 3 9 2.4V.9c.2-.6.7-.9 1.3-.9.4 0 .8.2 1.1.4.9.6 1.4 1.7 1.5 3 0 .6-.2 1.2-.4 1.8-.2.5-.4 1-.4 1.5 0 .8.7 1 1.7 1.2h.2l.4.2a3 3 0 0 1 2.1.8c.4.4.7 1.1.5 1.8 0 .5-.3 1-.6 1.2.2.8-.2 1.8-1 2.3 0 .4 0 .8-.2 1.2-.3.5-.7.8-1 1 0 .8-.6 1.4-1.4 1.7h-2l-.5-.1-.7-.1c-.5 0-1-.1-1.5-.4-.4-.1-.8-.4-1.1-.6l-.3-.3a3 3 0 0 1-.4-.2l-.6-.5a6 6 0 0 0-.5 0H3.4c-.6 0-1.3-.1-1.8-.7-.7-.8-.8-2-.8-3.3 0-1 0-2.3.8-3Zm2.6 5c.2.6.5.8 1.3.9.2 0 .5 0 .8.2.3 0 .5.3.7.4a3.5 3.5 0 0 0 .5.5l1 .6.5.1.4.1 2.4.3h.8l.3-.3v-1c.2-.2.5-.3.7-.3.2 0 .4-.1.5-.4.2-.2.2-.6 0-.7v-.6c.1-.2.2-.3.4-.3.4-.1.6-.4.7-.7V12a.7.7 0 0 1-.1-.7c0-.1.2-.3.4-.3.3 0 .4-.4.5-.6 0-.4-.3-.8-.6-1L13.7 9c-.3 0-.6 0-.9-.2-1-.2-1.7-1-1.8-2 0-.6.2-1.2.4-1.8l.3-1.5c0-.5-.1-1-.4-1.6-.2-.4-.7-.8-1-.8-.3 0-.3.4-.3.8v1.9c-.2.8-.7 1.5-1.2 2.1l-.3.4-1.5 2-.4.3-.1.2-1.3.5c-.4 0-.7.1-.8.4-.3.5-.4 1.3-.4 2s0 1.5.2 2.1ZM2 11.6v.2c0 1 0 1.9.5 2.6.2.2.5.2 1 .2-.3-.5-.4-1-.4-1.5v-2.7l.3-1.2c-.3 0-.7.1-1 .4-.4.4-.4 1.3-.4 2Z' fill='%2300b036'/%3E%3C/svg%3E");
	background-size: 18px 19px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	width: 18px;
	height: 19px;
}
.cRatingNum {
	font-style: normal;
	font-size: 11px;
	color: #6ca26b;
}
.cFooter > a:hover,
.cReactions > a:hover .cReact-like {
	text-decoration: none;
}

.cReactions > a:hover,
.cReactions > a:hover .cRatingNum {
	color: #00922c;
}
.cReactions > a:hover .cReact-like::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'%3E%3Cpath d='M1.6 8.9c.6-.7 1.5-.7 2.2-.7a12 12 0 0 1 1 0h.3l.7-.4c.5-.4.9-.9 1.2-1.4l.3-.3a8 8 0 0 0 1.4-2.3C9 3.4 9 3 9 2.4V.9c.2-.6.7-.9 1.3-.9.4 0 .8.2 1.1.4.9.6 1.4 1.7 1.5 3 0 .6-.2 1.2-.4 1.8-.2.5-.4 1-.4 1.5 0 .8.7 1 1.7 1.2h.2l.4.2a3 3 0 0 1 2.1.8c.4.4.7 1.1.5 1.8 0 .5-.3 1-.6 1.2.2.8-.2 1.8-1 2.3 0 .4 0 .8-.2 1.2-.3.5-.7.8-1 1 0 .8-.6 1.4-1.4 1.7h-2l-.5-.1-.7-.1c-.5 0-1-.1-1.5-.4-.4-.1-.8-.4-1.1-.6l-.3-.3a3 3 0 0 1-.4-.2l-.6-.5a6 6 0 0 0-.5 0H3.4c-.6 0-1.3-.1-1.8-.7-.7-.8-.8-2-.8-3.3 0-1 0-2.3.8-3Zm2.6 5c.2.6.5.8 1.3.9.2 0 .5 0 .8.2.3 0 .5.3.7.4a3.5 3.5 0 0 0 .5.5l1 .6.5.1.4.1 2.4.3h.8l.3-.3v-1c.2-.2.5-.3.7-.3.2 0 .4-.1.5-.4.2-.2.2-.6 0-.7v-.6c.1-.2.2-.3.4-.3.4-.1.6-.4.7-.7V12a.7.7 0 0 1-.1-.7c0-.1.2-.3.4-.3.3 0 .4-.4.5-.6 0-.4-.3-.8-.6-1L13.7 9c-.3 0-.6 0-.9-.2-1-.2-1.7-1-1.8-2 0-.6.2-1.2.4-1.8l.3-1.5c0-.5-.1-1-.4-1.6-.2-.4-.7-.8-1-.8-.3 0-.3.4-.3.8v1.9c-.2.8-.7 1.5-1.2 2.1l-.3.4-1.5 2-.4.3-.1.2-1.3.5c-.4 0-.7.1-.8.4-.3.5-.4 1.3-.4 2s0 1.5.2 2.1ZM2 11.6v.2c0 1 0 1.9.5 2.6.2.2.5.2 1 .2-.3-.5-.4-1-.4-1.5v-2.7l.3-1.2c-.3 0-.7.1-1 .4-.4.4-.4 1.3-.4 2Z' fill='%2318A205'/%3E%3C/svg%3E");
	opacity: 1;
}

.comments-tree-list .comments-tree-list {
	margin-left: 40px;
}
.comments-tree-list .comments-tree-list .comment {
	border-left: 2px dashed #ddd;
}

.mass_comments_action {
	display: none !important;
}
footer {
	height: 50px;
	padding: 0 15px;
	background: #f1dd58;
	margin: 0 -1px;
}
.footerWrap {
	height: inherit;
}
footer,
footer a {
	color: #8F95A3;
}
.footerMenu {
	margin-left: auto;
}
footer a {
	margin-left: 10px;
	font-weight: bold;
	color: #8F95A3;
}













.ui-dialog {
	background: #fff;
	color: #777;
	max-width: 550px;
	max-height: 300px;
	padding: 20px;
	position: relative;
	cursor: move;
	z-index: 999;
}

.ui-dialog-titlebar {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

span.ui-dialog-title {
	color: #292C33;
	font-size: 18px;
	font-weight: bold;
}

button.ui-dialog-titlebar-close,
a.ui-dialog-titlebar-close {
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23292c33' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 0;
	padding: 0;
	background-color: unset;
	border: none;
}

button.ui-dialog-titlebar-close:hover {
	background-color: unset;
}

.commentsreplyname {
	float: unset !important;
	width: 100% !important;
	padding-right: 0px !important;
	box-sizing: border-box;
	padding: 13px 0 8px;
}

.commentsreplyname input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border-radius: 3px;
}

.commentsreplymail {
	display: none;
}

.ui-dialog textarea {
	height: 100px !important;
	min-height: 100px;
	resize: vertical;
	padding: 10px;
	max-height: 130px;
	border: 1px solid rgb(234 237 242);
	background: rgb(244 246 250);
}

body.userLogged .ui-dialog textarea {
	margin-top: 13px;
}

.ui-dialog-buttonset {
	display: flex;
	justify-content: center;
	padding: 10px 0 0;
	margin: 0 -6px;
}

.ui-dialog-buttonset button {
	height: 40px;
	padding: 0 15px;
	margin: 0 5px;
	width: 100px;
	max-width: 300px;
	color: #fff;
	background: #292c33;
	border: 1px solid #292c33;
	border-radius: 3px;
	cursor: pointer;
}

.ui-dialog-buttonset button:nth-child(2) {
	background: #DF582C;
	border: 1px solid #DF582C;
}

textarea#dle-promt-text {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

#boxLogin a {
	display: flex;
	box-shadow: 0 1px 2px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(0 0 0 / 6%), inset 0 -1px 0 rgb(0 0 0 / 12%), inset 1px 0 0 rgb(0 0 0 / 6%), inset -1px 0 0 rgb(0 0 0 / 6%);
	padding: 8px 15px;
	line-height: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#boxLogin span {
	margin-right: 8px;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 20;
	transition: .3s all;
	opacity: 0.9;
}