/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;}
.wrapper-container {margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; padding: 0 var(--indent); display: grid; 
	grid-template-columns: 190px minmax(0,1fr); grid-template-rows: min-content 1fr min-content;
	grid-template-areas: "header header" "side main" "footer footer"; align-content: start;}
.col-main {grid-area: main; padding: 20px; padding-right: 0;}
.col-side {grid-area: side; border-right: 1px solid var(--bdc); padding: 40px; 
	background-color: var(--bg); margin-left: var(--indent-negative); border-left: 1px solid var(--bdc);}
.header {grid-area: header; background-color: var(--bg); box-shadow: var(--bsh); 
	padding-top: 15px; padding-bottom: 15px; height: 76px; position: relative; z-index: 100;}
.footer {grid-area: footer; border-top: 1px solid var(--bdc); 
	padding-top: 30px; padding-bottom: 30px; background-color: var(--bg);}

.iframe_block {
		overflow: hidden;
		width: 95%; /* Ширина окна */
	
	}

	.iframe_class {
		border: 0px;
		width: 95%;

	}

/* HEADER, NAV
----------------------------------------------- */
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 40px; letter-spacing: 1px;
	background: url(../images/logo.svg) 0 center / 22px no-repeat; padding-left: 34px; 
	color: var(--tt); font-weight: 700; font-size: 20px; min-width: 240px; margin-right: 40px;}

#mainwindow {
	width:90%;
	height:800px;
	border:0px;
	overflow: hidden;
}
#container-main {
	background-color: #404550;
    overflow: hidden;
    width:955px;
}
.side-top-hide {
	position: absolute;
    top: 0px;
    right: 5px;
    width: 529px;
    height: 28px;
    background-color: #404550;
}
.side-top-hide-left {
    position: absolute;
    top: 0px;
    left: 670px;
    width: 67px;
    height: 28px;
    background-color: #404550;
}

.hidden-tools {
	display:none;
	position: absolute;
    background-color: #700000;
    width: 324px;
    height: 60px;
    right: 5px;
    padding: 1px;
    bottom: 80px;
    margin-top: -100px;
    color: white;
    text-align: center;
}
.hidden-tools button {
	border: 1px solid #830606;
    border-radius: 5px;
    background-color: #e1e1e1;
    color: #a70505;
    font-size: 17px;
	margin-right:5px;
	padding: 0px 10px;
}
.start-window-button {
	display:none;
	width: 315px;
    position: absolute;
    background-color: #700000;
    right: 13px;
    z-index: 10000;
    text-align: center;
    color: white;
    font-size: 20px;
    top: 7px;
    border: 1px solid #e9e3e3;
	cursor:pointer;
}

.overlay-pso {
	position: absolute;
	background: rgb(37, 42, 53, .6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 40px;
	color: #fff;
	text-align: center
}

.overlay-pso .overside {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 450px;
	margin-top: 170px
}

.overlay-pso .new-sizes,
.overlay-pso .by-url {
	display: none;
	font-size: 30px
}

.overlay-pso .inside {
	position: absolute;
	background: url(../images/intro-fso.png);
	width: 640px;
	height: 450px;
	left: 50%;
	padding: 20px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .6);
	margin-left: -320px
}

.overlay-pso .inside .close-it {
	position: absolute;
	font-size: 15px;
	right: 12px;
	top: 7px;
	border: 1px solid #fff;
	padding: 1px 5px;
	border-radius: 5px;
	background-color: #2e5862;
	cursor: pointer;
	width: 25px;
    height: 25px;
}

.overlay-pso .buttons-menu-ps {
	margin-top: 140px
}

.overlay-pso .buttons-menu,
.overlay-pso .buttons-menu-upl {
	margin: 0 auto 10px;
	height: 50px;
	background-color: #223240;
	line-height: 50px;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer
}

.overlay-pso .buttons-menu-upl:hover,
.overlay-pso .buttons-menu:hover {
	background-color: #43596d
}

.overlay-pso .buttons-menu-upl {
	width: 100%!important
}

.overlay-pso .buttons-menu.create,
.overlay-pso .buttons-menu.openurl {
	display: block;
	font-family: inherit;
	border: 1px solid grey;
	margin-top: 10px;
	color: #fff;
	line-height: 19px;
	font-size: 25px;
	width: 250px
}

.overlay-pso .buttons-menu.back {
	display: block;
	font-family: inherit;
	border: 1px solid grey;
	margin-top: 12px;
	color: #fff;
	line-height: 14px;
	font-size: 18px;
	width: 125px;
	height: 28px
}

.overlay-pso .bx-size {
	border: 1px solid grey;
	display: inline-flex;
	padding: 5px 5px;
	border-radius: 5px
}

.overlay-pso .new-sizes input.inp-txt {
	font-size: 24px;
	width: 82px;
	text-align: center
}

.overlay-pso .bx-size.st {
	margin-bottom: 5px
}

.overlay-pso .bx-size.end {
	display: block;
	line-height: 34px;
	width: 453px;
	margin: 0 auto
}
.overlay-pso .bx-size.end.paste {
	width: 600px;
}
.overlay-pso .bx-size .info-in {
	font-size: 20px;
    line-height: 34px;
}

.overlay-pso .paste-box {
	background-color: #10171d;
    border: 1px dashed grey;
    font-size: 19px;
    width: 440px;
    border-radius: 5px;
    text-align: center;
}

.overlay-pso .new-sizes input[type=radio].css-checkbox {
	display: none
}

.overlay-pso .css-label {
	padding-left: 20px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-color: #e9eef4;
	background-size: contain;
	position: absolute
}

.overlay-pso .new-sizes input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 0;
	border: 2px solid #e21b1b
}

.overlay-pso .css-label.tp-trans {
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(../images/fso-trans.png);
	border: 2px solid #4b4c4c;
}

.overlay-pso .css-label.tp-white {
	margin-top: 5px;
	margin-left: 65px;
	background-image: url(../images/fso-white.png);
	border: 2px solid #4b4c4c;
}

.overlay-pso .css-label.tp-black {
	margin-top: 5px;
	margin-left: 35px;
	background-image: url(../images/fso-black.png);
	border: 2px solid #4b4c4c;
}

.overlay-pso .bg-title {
	display: inline-flex;
	margin-left: -65px
}

.buttons-menu.url {
    margin-top: 25px;
    font-size: 30px;
}

.inp-txt {
	border: 1px dashed grey;
    border-radius: 3px;
    background-color: #464646;
    color: white;
    outline: none;
}

#uploadifive-f_up {
	
}

.uploadifive-queue-item {
	background-color: #131e27;
	border-bottom: 1px dotted #5d7082;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 5px
}

.uploadifive-queue-item .close {
	background: url(../images/uploadify-cancel.png) 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px
}

.uploadifive-queue-item .progress {
	border: 1px solid #d0d0d0;
	height: 3px;
	margin-top: 5px;
	width: 100%
}

.uploadifive-queue-item .progress-bar {
	background-color: #09b3b5;
	height: 6px;
	width: 0
}

.header__search-box {position: relative; max-width: 400px;}
.header__search input, .header__search input:focus {border-radius: var(--bdrs); box-shadow: none; 
	background-color: var(--bg-2); color: #fff; font-size: 16px; padding: 0 20px 0 40px;}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.7; font-size: 12px;} 
.header__search button {position:absolute; left: 0; top: 0; width: 40px; padding: 0; 
	background: none; color: var(--tt-3); font-size: 14px;}

.header__pm {color: var(--tt-3); font-size: 24px; margin: 0 -20px 0 40px; cursor: pointer; position: relative;}
.header__pm i {font-style: normal; font-size: 10px; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; 
	position: absolute; top: -3px; right: -10px; background-color: var(--bg-2); color: var(--tt-3); text-align: center;}
.header__pm #i {background-color: var(--accent); color: #fff;}
.header__login {width: 40px; height: 40px; border-radius: 50%; cursor: pointer; margin-left: 40px;
	background-color: var(--accent); color: #fff; box-shadow: var(--bsh-accent);}
.header__order {font-size: 12px; color: var(--tt-2); display: block; text-align: center;}
.header__order div {height: 24px; border-radius: var(--bdrs); display: flex; align-items: center; padding: 0 10px; 
	border: 1px solid var(--bdc); color: var(--tt-4); margin-top: 5px; justify-content: center; 
	text-transform: uppercase; font-size: 10px; letter-spacing: 1px;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 60px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 20px; font-weight: 500;}
.sect__link {height: 30px; border-radius: var(--bdrs); padding: 0 10px; font-size: 12px;}
.sect--desc {display: grid; grid-gap: 20px 0; color: var(--tt-2); line-height: 1.6;margin-top: 30px;}
.sect--desc h1, .sect--desc h2, .sect--desc h3 {font-size: 20px; font-weight: 500; color: var(--tt); line-height: 1.3;}
.sect--desc a {text-decoration: underline; color: var(--accent);}
.sect--desc ul  {margin-left: 20px; line-height: 1.7;}
.sect--desc ul li, .calcsub__list li {position: relative; padding-left: 25px;}
.sect--desc ul li::before, .calcsub__list li:before {content:"\f00c"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 12px; color: var(--tt-2); margin-bottom: 20px;}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}


/* SIDEBAR
----------------------------------------------- */
.side-sticky {position: sticky; left: 0; top: 20px;}
.side-block {margin-bottom: 30px;}
.side-block__title {margin: 0 -20px 20px -20px; border-radius: var(--bdrs); padding: 10px 20px; font-size: 16px;
	background-color: var(--accent); color: #fff; box-shadow: var(--bsh-accent); font-weight: 500;}
.side-block__title [class*=fa-] {width: 30px;}
.side-nav {display: grid; grid-gap: 20px; line-height: 1.6; margin-bottom: 30px}
.side-nav li {position: relative;}
.side-nav--icon [class*=fa-] {position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	pointer-events: none; color: var(--tt-3); margin-top: -1px;}
.side-nav--icon a {padding-left: 10px; font-size: 16px;}
.side-nav a {display: block; color: var(--tt-4);}
.side-nav a:hover {color: var(--accent);}
.side-nav--simple {font-size: 12px; grid-gap: 15px;}


/* SHORT ITEM
----------------------------------------------- */
.thumb {position: relative; background-color: var(--bg); border-radius: var(--bdrs); 
	overflow: hidden; box-shadow: var(--bsh-2); padding-top: 20px;}
.thumb__img {width: 100px; height: 100px; margin: 0 auto; border-radius: 20px; position: relative; overflow: hidden;}
.thumb__img img {width: 100%; height: 100%; object-fit: cover;
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.thumb__desc {padding: 15px; padding-top: 30px;}
.thumb__title a {font-size: 14px; display: block; font-weight: 500;}
.thumb__title a::before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 5;}
.thumb__subtitle {font-size: 12px; color: var(--tt-2); margin-top: 5px; margin-bottom: 16px;}
.thumb__desc .ws-nowrap {position: relative; display: block; text-overflow: clip;}
.thumb__desc .ws-nowrap::before {content: ''; background: var(--gradient-mask); 
	position: absolute; right: 0; top: 0; bottom: 0; width: 30px;}
.thumb__rating > div {transform: scale(0.66,0.66); transform-origin: left center; margin: -2px 0 -4px 0;}
.thumb__version {color: var(--accent-2); font-weight: 500; font-size: 13px; padding-left: 16px; 
	background: url(../images/android.svg) 0 center / auto 12px no-repeat;}
.thumb__rating .unit-rating li {background:url(../dleimages/rating-short.svg) no-repeat;}
.thumb:hover {box-shadow: var(--bsh);}


/* NEWS ITEM
----------------------------------------------- */
.news {display: block; grid-column: span 3; height: 230px; border-radius: var(--bdrs);}
.news::before {height: 100%; transition: all .2s;}
.news__desc {position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; 
	padding: 30px 40px; text-align: center; color: #fff; line-height: 1.6; white-space: normal;}
.news__title {font-size: 20px; font-weight: 500; line-height: 1.3;}
.news__desc p {opacity: 0.8; margin-top: 24px;}
.news:hover::before {height: 200%;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.scroller .news {width: 460px; margin-right: 15px;}
.scroller {position: relative;}
.scroller__content > * {display: inline-block; vertical-align: top; margin-right: 15px;}
.scroller__content > *:last-child {margin-right: 0;}
.scroller__content {overflow-x: auto; overflow-y: hidden; padding-bottom: 15px; 
	scrollbar-width: thin; scrollbar-color: var(--accent) var(--bdc); white-space: nowrap;}
.scroller__content::-webkit-scrollbar {width: 12px; height: 8px;}
.scroller__content::-webkit-scrollbar-thumb {border-radius: 0; background-color:var(--accent); border: 0;}
.scroller__content::-webkit-scrollbar-track {background-color:var(--bdc);}
.scroller__btn {display: flex; cursor: pointer; box-shadow: var(--bsh); 
   width: 40px; height: 40px; border-radius: 50%; font-size: 18px; margin-top: -35px;
   background-color: var(--bg); color: var(--tt-3); position: absolute; top: 50%; right: -20px; z-index: 10;}
.scroller__btn--prev {right: auto; left: -20px; opacity: 0; visibility: hidden;}
.scroller__btn--prev.is-active {opacity: 1; visibility: visible;}
.scroller__btn:hover {background-color: var(--accent); color: #fff;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__tlg {text-transform: uppercase; font-weight: 700; font-size: 13px; 
	color: var(--accent); display: flex; align-items: center;}
.footer__tlg .fas {width: 26px; height: 26px; border-radius: 50%; margin-right: 10px; font-size: 12px;
	background-color: var(--accent); color: #fff; display: flex; justify-content: center; align-items: center;}
.footer__up {font-size: 24px; margin-left: 40px; color: var(--accent); width: 40px; height: 40px;}

.pagination {text-align: center; padding-top: 25px;}
.pagination__btn-loader a, .pagination__btn-loader span {display: inline-flex; justify-content: center; align-items: center; 
	height: 40px; padding: 0 50px; background: var(--bdc); color: var(--tt); width: 100%;
	font-weight: 500; text-transform: uppercase; font-size: 12px; letter-spacing: 2px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 5px 0 5px; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; background-color: var(--bg);
	border: 1px solid var(--bdc); border-radius: var(--bdrs);}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover, .pagination__btn-loader a:hover  
{background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}


/* INNER PAGE
----------------------------------------------- */
.page__poster-bg {position: absolute; left: -100px; top: 50%; width: 60%; height: 200%; 
	opacity: 0.6; filter: grayscale(0.5); transform: translateY(-50%);}
.page__header::after {content: ''; position: absolute; left: -100px; top: 50%; width: 60%; height: 200%; 
	background-image: var(--gradient-blur); transform: translateY(-50%); backdrop-filter: blur(12px);}

.page__header {display: grid; grid-template-columns: 180px 1fr min-content; grid-gap: 15px 40px;
	grid-template-areas: "pposter pmain pflow" "pposter pctrl pctrl"; align-items: start; 
	margin-bottom: 20px; background-color: var(--bg-3); color: #fff; margin-left: -10px; padding-left: 40px; 
	padding-top: 40px; margin-top: -40px; padding-bottom: 20px; position: relative; overflow: hidden;}
.page__poster {grid-area: pposter; min-height: 180px;}
.page__main {grid-area: pmain; }
.page__flow {grid-area: pflow; white-space: nowrap;}
.page__ctrl {grid-area: pctrl; align-self: end;}
.page__header > *:not(.page__poster-bg, .npage__poster) {position: relative; z-index: 5;}
.page__header h1 {font-weight: 700; font-size: 24px; margin-bottom: 10px; line-height: 1.3;}
.page__header h1 a {margin-left: 10px; font-size: 18px; color: #fff;}
.page__main-info li {margin: 0 15px 10px 0; font-weight: 500; font-size: 12px; color: var(--tt-dark);}
.page__main-info li a {color: var(--accent);}
.page__main-meta li {margin: 0 15px 10px 0; font-weight: 500; color: var(--accent-2); text-shadow: 0 1px 1px rgba(0,0,0,0.4);}
.page__main-meta .fas {margin-right: 5px;}
.page__android {padding-left: 16px; background: url(../images/android.svg) 0 center / auto 12px no-repeat;}
.page__verify {margin-bottom: 10px; font-weight: 500; line-height: 20px; padding-left: 26px; 
	background: url(../images/verify.svg) 0 center / auto 20px no-repeat; 
	color: #04eb84; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;}
.page__rating-count {margin-left: 20px; color: var(--tt-dark); font-size: 13px; font-weight: 500;}
.page__ctrl > a:not([class]) {border: 1px solid var(--accent); color: #fff; height: 40px; 
	padding: 0 20px; border-radius: var(--bdrs); margin-left: 15px; font-size: 15px;
	display: flex; align-items: center; justify-content: center;}
.page__fav a {padding-left: 50px; position: relative; display: block; 
	color: var(--tt--dark); line-height: 1.3; font-size: 13px;}
.page__fav .fas {width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; 
	border: 1px solid var(--accent); border-radius: 50%; color: var(--accent);
	position: absolute; left: 0; top: 50%; margin-top: -20px;}

.page__left-main {background-color: var(--bg); box-shadow: var(--bsh-2); padding: 30px 20px 20px 20px; margin-top: 10px;}
.page__right {width: 300px; margin-left: 40px;}
.page__related {grid-template-columns: repeat(auto-fill,minmax(140px,1fr));}
.page__related-news {grid-template-columns: repeat(auto-fill,minmax(280px,1fr)) !important;}

.page__list {padding-top: 0px; display: grid; grid-gap: 20px 20px; margin-bottom: 20px;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));}
.page__list li {display: flex; justify-content: space-between;}
.page__list li > span:first-child {color: var(--tt-2); display: inline-flex; align-items: center;
	flex: 1 1 0; min-width: 100px; max-width: 100%; margin-right: 10px; white-space: nowrap;}
.page__list li > span:first-child::after {content: ''; border-top: 1px solid var(--bdc); 
	flex: 1 1 0; min-width: 10px; max-width: 100%; margin-left: 10px;}
	.page__list li a {color: var(--accent); text-decoration: underline;}
.page__text {margin-bottom: 20px;}
.page__message {padding: 15px; margin-bottom: 3px; filter: invert(1); opacity: 0.66;}
.yellow {background-color: #ffecb3; color: #BF360C; border-left: 3px solid #BF360C;}
.blue {background-color: #e8eaf6; color: #1A237E; border-left: 3px solid #1A237E;}
.green {background-color: #e0f2f1; color: #004D40; border-left: 3px solid #004D40;}

.page__scr {margin: 0 -20px 20px 0;}
.page__scr br {display: none;}
.page__scr li, .page__scr .scroller__content > p, .page__scr .scroller__content > a, .page__scr .scroller__content > img 
{display: inline-block; vertical-align: top; margin-right: 15px; height: 200px;}
.page__scr li:last-child, .page__scr .scroller__content > *:last-child {margin-right: 0;}
.page__scr img {height: 200px;}
.page__scr a {display: block; position: relative; min-width: 130px; height: 200px;}
.page__scr a img {height: 100%; width: 100%; object-fit: cover;}
.page__scr a::before {content:"\f00e"; font-family:'Font Awesome 5 Pro'; font-weight: 900; box-shadow: var(--bsh);
	width: 40px; height: 40px; text-align: center; line-height: 40px; background-color: var(--accent); color: #fff; 
	position: absolute; left: 50%; top: 50%; margin: -20px 0 0 -20px; z-index: 5; border-radius: 50%; font-size: 18px;}
.page__trailer-btn {width: 200px; position: relative; padding-top: 0; cursor: pointer;}
.page__trailer-btn .fas {position: absolute; z-index: 5; left: 50%; top: 50%; transform: translate(-50%,-50%); 
	background-color: var(--accent); color: #fff; width: 60px; height: 60px; border-radius: 50%; 
	display: flex; justify-content: center; align-items: center; font-size: 16px; box-shadow: var(--bsh-a);}

.page__message + .page__dl {margin-top: 20px;}
.page__dl-header {margin-bottom: 20px; position: relative;}
.page__dl-header img {height: 46px; margin-right: 26px;}
.page__dl-title {font-size: 15px; font-weight: 500;}
.page__dl-header::before {content: ''; width: 34px; height: 34px; border-radius: 50%; 
	background: rgba(255,255,255,0.1) url(../images/verify.svg) center center / 22px no-repeat; 
	position: absolute; left: 32px; top: 50%; margin-top: -17px; backdrop-filter: blur(6px);}
	
.popular-item__img {width: 100px; height: 60px; margin-right: 15px;}
.popular-item__title {line-height: 1.4; -webkit-line-clamp: 3;}
.popular-item:hover, .page__prev-next-link:hover {text-decoration: underline;}
.npage__header {display: block; min-height: 200px;}
.npage__header::after {left: 0; top: 50%; width: 100%; max-width: 1000px; backdrop-filter: blur(0);}
.npage__header h1 {max-width: 600px; font-size: 30px; margin-bottom: 30px;}
.npage__poster {position: absolute; left: 0; top: 0; bottom: 0; width: 100%; max-width: 1000px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 14px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px; font-weight: 300;}
.full-text iframe {width: 100%; height: 700px; margin-bottom: 20px;}
.fdl-btn + .fdl-btn {margin-top: 10px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 40px;}
.page__comments-title {font-size: 21px; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-2); line-height: 1.5;}
.page__comments-info .fas {color: #eb4d4b; margin-right: 6px;}
.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px var(--bdc); border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-2); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-2);}
.comment-item__reply a .fas {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fas {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-2);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-3); margin-left: 10px; font-weight: 400; color: var(--tt-3);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-3);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fas {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fas {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 20px 40px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg); color: var(--tt);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; padding: 0; display: block;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 40px;}
.mobile-menu .header__menu-hidden {width: 100%; height: auto; display: block; position: relative; left: 0; top: 0;
	width: calc(100% + 40px); margin: 15px -20px; opacity: 1; visibility: visible; transform: none;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none;}
	.wrapper-container {max-width:1000px;}
	.col-side {display: none;}
	.col-main {padding-left: 0;}
	.wrapper-main {grid-template-columns: minmax(0,1fr); grid-template-areas: "header" "main" "footer";}
	.logo {min-width: 0; margin-right: 20px;}
	.header {position: sticky; left: 0; top: 0; z-index: 100;}
	.header.sticky {transform: translateY(-150%);}
	.header__search-box {max-width: 100%;}
	.header__search {margin-right: 40px;}
	.header__btn-menu {font-size: 24px; cursor: pointer; margin-left: 20px; height: 40px; 
		display: flex; align-items: center; justify-content: center; color: var(--accent);}
	
	.page__poster-bg, .page__header::after {width: 100%; left: 0;}
	.page__header {margin: -40px -20px 40px -20px; padding: 20px; grid-gap: 20px 20px;}
	.page__right {width: 100%; margin: 0; margin-top: 20px;}
	.page__left-main {margin-left: -20px; margin-right: -20px;}
	.page__scr {margin-right: 0;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	#dle-content, .d-grid {grid-template-columns: repeat(4,minmax(120px,1fr));}
	.footer {display: block; text-align: center;}
	.footer__text {margin: 20px 0;}
	.footer__tlg {justify-content: center; margin-bottom: 20px;}
	.footer__up {margin: 0;}
	.header {height: auto;}
	.header__search {min-width: 100%; margin: 20px 0;}
	.header__logo {order: -2; margin-right: 0; flex: 1 1 auto; min-width: 50px; max-width: 100%;}
	.header__btn-menu, .header__btn-more {order: -1;}
	.header__order {flex: 1 1 auto; min-width: 50px; max-width: 100%;}
	.header__btn-more {font-size: 24px; margin: 0 -10px 0 10px; cursor: pointer; color: var(--tt-2); 
		display: flex; justify-content: center; align-items: center; height: 40px; width: 30px;}
	.not-active .header__search, .not-active .header__pm, .not-active .header__login, 
	.not-active .header__order {display: none;}
	.header.sticky:not(.not-active) {transform: none;}

	.page__header {grid-template-columns: 1fr; grid-template-areas: "pmain" "pflow" "pposter" "pctrl"; text-align: center;}
	.page__poster {margin: 0 auto; width: 180px;}
	.page__main-meta, .page__main-info {justify-content: center; margin-top: 7px;margin-bottom: 7px}
	.page__flow {justify-content: center; display: flex; flex-wrap: wrap; text-align: left;}
	.page__verify, .page__rating-block {margin: 0 10px;}
	.npage__header {text-align: left;}
	.npage__header .page__main-info {justify-content: flex-start; margin-bottom: -10px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	
	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg1 {padding-left: 20px; padding-right: 20px;}
	#dle-content, .d-grid {grid-template-columns: repeat(2,minmax(120px,1fr));}	
	.scroller .news {width: calc(100vw - 100px);}	
	.news__desc {padding-left: 10px; padding-right: 10px;}
	.news__title {font-size: 16px; -webkit-line-clamp: 3; line-height: 1.5;}

	.page__ctrl > a:not(.btn) {order: 10; margin: 20px 0 0 0; width: 100%;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}

	.npage__header {display: flex; flex-direction: column; justify-content: center;}
	.page__header h1 {font-size: 20px;}
	.page__rating-block {width: 100%; margin-top: 10px; justify-content: center;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 430px; margin-left: -20px; margin-right: -20px;}
	.fdl-btn {padding: 130px 15px 15px 15px; margin-left: -20px; margin-right: -20px;}
	.fdl-btn-icon {margin-left: -25px; margin-top: 0; left: 50%; top: 40px;}
}

