/* 
Datalife Engine template,
name: Gidonline, creation date: 06 july 2022, version dle: 14 and higher
*/

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
body {font: 16px 'rubik', sans-serif; line-height: normal; padding: 0; margin: 0;       
	color: #fff; background-color: #32425c; 
	min-height: 100%; width: 100%; font-weight: 300; overflow-x: hidden; letter-spacing: 0.02em;}
a {color: #fff; text-decoration: none;}
a:hover, a:focus {color: #fff; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 24px;}
::selection {background: #ff0000; color: #fff;}
b, strong, .bolder {font-weight: 500;}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
	{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit;}
button, .btn, input[type="button"], input[type="reset"], input[type="submit"], .form__btn, 
.qq-upload-button, .pm__links a, .usp__btn a {display: inline-flex; align-items: center; justify-content: center; 
	cursor: pointer; text-align: center; padding: 0 20px; height: 40px; font-size: 16px; font-weight: 400; 
	white-space: nowrap; background-color: #d06070; color:#fff; border-radius: 10px; box-shadow: none;}
button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
.form__btn:hover, .qq-upload-button:hover, .pm__links a:hover, .usp__btn a:hover 
{background-color: #b65160; color: #fff; border-color: #b65160;}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
.color-btn, [class*=fr], [class*=plyr], [class*=owl-], [id*=mceu] {padding: 0; margin: 0; 
	line-height: normal; border: 0; box-shadow: none; background: none; border-radius: 0;}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px; border-radius: 4px; padding: 0 15px;}
select {height: 40px; padding: 0 15px; display: block;}
select:not([multiple]) {background-image: url(../dleimages/chevron.svg); padding-right: 30px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: .6em auto;}
select option {padding: 6px 10px;}
select[multiple] {padding: 0 5px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #232e42; color: #fff; 
	box-shadow: inset 0 0 0 1px #232e42, inset 1px 2px 5px rgba(0,0,0,0.1);}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
	{box-shadow: inset 0 0 0 1px #d06070, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #fff; opacity: 0.6; font-size: 16px; font-weight: 300;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent !important;}

/* SNIPPETS
----------------------------------------------- */
.img-box, .img-wide, .img-responsive, .img-fit-cover {overflow: hidden; position: relative;}
.img-responsive {padding-top: 120%;}
.img-box > img, .img-responsive > img {width: 100%; min-height: 100%; display: block;}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a {width: 100%; display: block;}
.img-fit-cover img {width: 100%; height: 100%; object-fit: cover;}
.clr {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.line-clamp {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
.img-mask::before {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 50%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); opacity: 0.9;}
.d-flex, .fx-row, #dle-content, .player-select {display:-ms-flexbox;display:-webkit-flex; display:flex;
	-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap; flex-wrap:wrap; 
	-ms-flex-direction:row;-webkit-flex-direction:row; flex-direction: row;}
.fd-column, .fx-col {-ms-flex-direction:column;-webkit-flex-direction:column; flex-direction:column;} 
.jc-space-between, .fx-row {-ms-flex-pack:justify;-webkit-justify-content:space-between; justify-content:space-between;}
.jc-flex-start, .fx-start, #dle-content, .player-select {-webkit-justify-content:flex-start; justify-content: flex-start;}
.jc-center, .fx-center {-ms-flex-pack:center;-webkit-justify-content:center; justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center, .fx-middle {-ms-flex-align:center;-webkit-align-items:center; align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.flex-grow-1, .fx-1, .stretch-free-width {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; 
	-ms-flex-positive: 1; flex-grow: 1; flex: 1 1 0; max-width: 100%; min-width: 50px;}
.btn-icon, .centered-content {display: inline-flex !important; justify-content: center; align-items: center;}
.icon-at-left [class*="fa-"], .icon-left .icon {margin-right: 0.5em;}
.icon-at-right [class*="fa-"], .icon-right .icon {margin-left: 0.5em;}
.hidden, #dofullsearch, .form__header .form__btn, .comment-item__main .quote + br, .d-none, 
.page__info-rating br, .comment-item__controls li:empty, .page__info li:empty, .page__info-coll hr {display: none;}
.anim, button, .btn, a, a img, .has-overlay__icon::after, .nav__menu > li:hover .nav__menu-hidden, 
.poster-shader {transition: all .3s;}
.d-block, header, footer, nav, aside, article, main {display: block;}
[data-href], [data-scrollto] {cursor: pointer;}

#dle-content > *:not(.grid-item), #dle-content, .sect__items > *:not(.grid-item) {width: 100%;}

@font-face {font-family: 'rubik'; src: url('../webfonts/rubik-300.woff2') format('woff2');
	font-weight: 300; font-style: normal; font-display: swap;}
@font-face {font-family: 'rubik'; src: url('../webfonts/rubik-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'rubik'; src: url('../webfonts/rubik-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}

body.light-is-active {background-color: #dadde2; color: #000;}
body.dark-is-active {background-color: #141414; color: #fff;}
body.light2-is-active {background-color: #fafafa; color: #000;}
.light-is-active .wrapper, .dark-is-active .wrapper, .light2-is-active .wrapper, .old-is-active .wrapper {background-image: none}
.light-is-active .wrapper::before, .dark-is-active .wrapper::before, .light2-is-active .wrapper::before, .old-is-active .wrapper::before {display: none;}
body.old-is-active {background-color: #32425c; color: #333; font: 12px 'Verdana', 'Geneva', sans-serif; font-weight: 400; letter-spacing: 0;}
.old-is-active .wrapper-container {max-width: 1050px; width: 1050px; background-color: #dadde2; padding: 0 20px; overflow: hidden;}
.old-is-active * {transition: none;}
.old-is-active .wrapper {min-width: 1050px;}

@media screen and (min-width: 1220px) {
	.nav__menu > li:hover .nav__menu-hidden {opacity: 1; visibility: visible; transform: translateY(0);}
	.nav__menu-hidden a:hover, .menu-btns__genres a:hover {background-color: #f6f6f6;}
	.nav__menu > li:hover > a, .nav__menu > li:hover > span, .menu-voices a:hover, .menu-btns > li > a:hover, 
	.pagination__pages a:hover, .pagination__pages-btn a:hover, .poster__trailer:hover, .login__menu a:hover,   
	#save_series:hover, .page__player-faq-link:hover, .season-showallep a:hover, .emoji-select a:hover,  
	.xfilter-main-category-item:hover {background-color: #d06070; color: #fff; border-color: #d06070;}
	.menu-btns li > button:hover, .page__player-mark__item:hover, .top-block__category__item:hover {background-color: #b65160;}
	.theme-toggle li:hover {color: #000; background-color: #fff;}
	.top__img:hover, .podborki-item__link:hover .podborki-item__img, .lcomm__link:hover {box-shadow: 0 0 0 4px #d06070;}
	.poster__link:hover .poster__trailer b {display: inline;}
	.has-overlay:hover .has-overlay__icon::after {opacity: 1;}
	.has-overlay:hover .poster-shader {opacity: 0;}
	.xfilter__group-item:hover {color: #fff;}
	.xfilter__group-title:hover, .xfilter__group-item:hover {background-color: #32425c;}	
	.header__menu li a:hover, .nav__ext-menu > *:hover, .top-block__toggle:hover, .footer__menu a:hover, 
	.uniqPost:hover, .sect__sort a:hover, .speedbar a:hover, .footer__menu li span:hover, 
	.page__info a:hover, .page__schedule a:hover, .comment-item__controls a:hover, .comment-item__main--spoiler:hover::before, 
	.comment-item__reply > span:hover, .title_spoiler a:hover, .comment-item__reply a:hover, .comm-spoiler:hover {text-decoration: underline;}
	.nav__menu > li:not(:hover) > a.is-active, .menu-voices a.is-active {background-color: rgba(0,0,0,0.26); box-shadow: inset 0 3px #d06070;}
	.ps-item:not(.active):hover {background-color: #000 !important; color: #fff;}
	.page__tlg-link:hover, .page__tlg-link-2:hover {background-color: rgba(45, 170, 225, 0.5);}
	.full-text table tr:hover {background-color: rgba(255,255,255,0.1) !important; 
		box-shadow: 0 1px #cab991; position: relative; z-index: 1;}
	.season-mark:hover, .comment-item__rating-likes a:hover {color: #00a0b0;}
	.comment-item__rating > span:nth-child(2):hover, .full-text a:hover {border-color: transparent;}
}
		