
/* Comon
----------------------------------------------- */

:root {
	--black: #eee;
	--grey: #999;
	--green: #40739e;
	--blue: #16a085;
	--blue2: #487eb0;
	--yellow: #deb663;
	--black-a: rgba(42,42,42,0.75);
	--green-a: rgba(72, 126, 176,0.8);
	--blue-a: rgba(22, 160, 133,0.66);
	--bsh: 0 10px 20px rgba(0,0,0,0.4);
	--bdc: #141414;
	--gradient-green: linear-gradient(to right, #40739e, #40739e, #487eb0);
	--gradient-blue: linear-gradient(to right, #1fb698 0%, #117561 100%);
	--accent-color: #16a085;
	--accent-color-darker: #10816b;
	--ui-bg: #262626;
	--ui-bg-darker: #171717;
	--ui-bg-accent: #40739e;
	--ui-text-color-on-accent: #fff;
	--main-indent-negative: -40px;
	--main-indent: 40px; /* основной отступ справа и слева */
	--maximum-width: 1280px; /* максимальная ширина блока контента */
}

/* 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: 15px 'PT Sans', sans-serif; line-height: normal; padding: 0; margin: 0;       
	color: #eee; background: #0c1016 url(../images/fon.avif); overflow-x: hidden;
	min-height: 100%; width: 100%; font-weight: 400; }
a {color: #eee; text-decoration: none;}
a:hover, a:focus {color: #16a085; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 400; font-size: 24px;}
::selection {background: #2c8877; color: #fff;}
b, strong, .bolder {font-weight: 700;}

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; line-height: 1;
	white-space: nowrap; background-color: var(--accent-color); color:#fff; border-radius: 4px; 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: var(--accent-color-darker); border-color: var(--accent-color-darker); color: #fff;}
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: #161616; color: #eee; 
	box-shadow: inset 0 0 0 1px #131313, inset 1px 2px 5px rgba(0,0,0,0.4);}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
	{box-shadow: inset 0 0 0 1px var(--accent-color), inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #eee; opacity: 0.8; font-size: 13px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

/* SNIPPETS
----------------------------------------------- */
.img-box, .img-wide, .img-responsive, .img-fit-cover {overflow: hidden; position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive--portrait {padding-top: 150%;}
.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);}
.curvatura, .fx-row, #dle-content2 {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column, .fx-col {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between, .fx-row {justify-content: space-between;}
.jc-flex-start, .fx-start, #dle-content {justify-content: flex-start;}
.jc-center, .fx-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center, .fx-middle {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.ordine-primo {order: -1;}
.ordine-ultimo {order: 10;}
.curvatura_cresciuta-1, .fx-1, .stretch-free-width {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.btn-icon, .centered-content {display: inline-flex; justify-content: center; align-items: center;}
.icon-at-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-at-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch, .form__header .form__btn, .comment-paragrafo_main .quote + br, .d-none {display: none;}
.animated-element, button, .btn, a, a img, #scrolltop, .header__btn-login .fal, .giostre_tabs div, 
.giostra-paragrafo_titolo, .header {transition: all .3s;}

#dle-content2 > *:not(.grid-item), #dle-content {width: 100%;}
#dle-content2, .d-grid {display: grid; grid-template-columns: repeat(auto-fill,minmax(140px,1fr)); 
	grid-gap: 20px 20px; grid-auto-flow: row dense;}
#dle-content2 > *:not(.grid-item) {grid-column: 1 / -1;}
[data-src] {opacity: 0.7; transition: opacity 0.3s;}
[data-src]:hover {opacity: 1; transition: opacity 0.3s;}
[data-src].lazy-loaded {opacity: 1;}
.d-block {display: block;}
@font-face {font-family: 'PT Sans'; src: url('../webfonts/pt-sans-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'PT Sans'; src: url('../webfonts/pt-sans-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}

/* Базовая схема
----------------------------------------------- */
.involucro {min-width: 320px; position: relative;}
.involucro-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.involucro-main {padding: 0 var(--main-indent); background-color: #262626; box-shadow: 0 20px 60px rgba(0,0,0,0.8);;}
.header {background: #16a085; border-radius: 3px; box-shadow: var(--bsh);
	padding: 6px 20px; color: #fff; z-index: 100; position: relative; left: 0; top: 0;}
.header.sticky {padding-right: 76px; padding-left: 76px; position: sticky;
	margin: 0 var(--main-indent-negative); border-radius: 0;}
.giostre {padding-top: 20px;}
.cols {padding: 40px 0;}
.col-left {width: 240px; margin-right: 20px;}
.col-right {width: 240px; margin-left: 20px;}
.footer {margin: 0 var(--main-indent-negative); padding: 0 var(--main-indent); background-color: #161616;}
.footer_uno {padding: 20px 0;}
.footer_due {margin: 0 var(--main-indent-negative); padding: 15px var(--main-indent);
	font-size: 13px; color: #999; text-align: center; background-color: rgba(0,0,0,0.3);}
.footer_contatore_block {float: right;}	
.footer_contatore {opacity: 0.7; transition: opacity 0.3s;}
.footer_contatore:hover {opacity: 1; transition: opacity 0.3s; cursor: pointer;}
	
#scrolltop, .header_pulsante-menu {position: absolute; right: 0; top: 0; height: 100%; width: 56px; cursor: pointer; 
	display: flex; justify-content: center; align-items: center; background-color: rgba(0,0,0,0.15); 
	font-size: 18px; opacity: 0; visibility: hidden;}
.header_pulsante-menu {right: auto; left: 0; background-color: rgba(0,0,0,0.15); color: #fff; font-size: 24px;}
.header.sticky #scrolltop, .header.sticky .header_pulsante-menu {opacity: 1; visibility: visible;}
	.titolo {
			color: #eee;
    background:url(/templates/bestgames/images/titolo-torrent.svg) no-repeat left center; 
    background-size: 22px; 
    display:inline-block;
    vertical-align:bottom;
    padding-left: 30px;
}

/* Шапка
----------------------------------------------- */
.header__menu {font-size: 14px;  padding: 20px 0;}
.header__menu a:hover {text-decoration: underline;}
.logo {display: inline-flex; flex-direction: column; justify-content: center; height: 46px; padding-left: 50px; 
	line-height: 1; background: url(../images/logo.png) 0 center / 40px no-repeat;}
	
	
	
.logo_titolo { font-weight: 700; font-size: 30px; color: #fff; letter-spacing: 1px;}

.logo_footer {display: inline-flex; flex-direction: column; justify-content: center; height: 46px; padding-left: 30px; 
	line-height: 1; background: url(../images/logo.png) 0 center / 25px no-repeat;}

.logo_footer_titolo { font-weight: 600; font-size: 20px; color: #fff; letter-spacing: 1px;}
.header__btn-login {display: flex; align-items: center; justify-content: center; height: 36px; 
	border-radius: 18px; padding: 0 20px;  font-size: 14px; 
	box-shadow: 0 2px 4px rgba(68,68,68,0.3); cursor: pointer;
	background: linear-gradient(to top, #40739e 0%, #487eb0 50%, #5794ce 100%);}
.header__btn-login .fal:first-child {margin: -2px 10px 0 -17px; height: 30px; width: 30px; border-radius: 15px; 
	display: flex; align-items: center; justify-content: center; font-size: 12px;
	background: rgba(0,0,0,0.15);}
.header__btn-login::after {content:"\f178"; font-weight: 300; font-family:'Font Awesome 5 Pro'; margin-left: 10px;}
.header__btn-login:hover .fal {background-color: #fff; color: var(--blue);}
.header_ricerca {position:relative; margin: 0 80px;}
.header_ricerca input, .header_ricerca input:focus {padding: 0 60px 0 20px; border-radius: 3px; 
	background: rgba(0,0,0,0.2); color: #fff; box-shadow: none; height: 46px; line-height: 46px;}
.header_ricerca input:not(:focus)::placeholder {color: #fff; opacity: 0.8; font-size: 16px;} 
.header_ricerca button {position:absolute; right: 0; top: 0; width: 60px; padding: 0; 
	background: none; color: var(--black); font-size: 18px; height: 46px;}


/* Карусели
----------------------------------------------- */
.giostre_caption { margin-right: 20px; font-size: 18px;}
.giostre_tabs div {height: 30px; line-height: 30px; cursor: pointer; border-radius: 15px; 
	padding: 0 15px; margin-right: 5px;}
.giostre_tabs div.is-active {background-color: var(--blue2); color: #fff;}
.giostre_tabs div:not(.is-active):hover {background-color: #161616;}
.giostre_header {margin-bottom: 50px;}
.giostre-paragrafo {display: block; overflow: hidden; position: relative; border-radius: 2px;}
.giostre-paragrafo::before {content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 70%; 
	background: linear-gradient(to top, #000 0%, transparent 100%); z-index: 1; opacity: 0.8;}
.giostra-paragrafo_label {background-color: var(--blue-a); color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; right: 8px; top: 8px; z-index: 10; opacity: 0;}
.giostra-paragrafo_titolo {background-color: var(--blue-a); position: absolute; left: 0; right: 0; bottom: 0; z-index: 5;
	font-size: 14px; padding: 5px 15px; line-height: 1.4; opacity: 0;}
.giostra-paragrafo_label_correlata {background-color: var(--blue-a); color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; right: 8px; top: 8px; z-index: 10;}
.giostre-paragrafo:hover .giostra-paragrafo_label_correlata {opacity: 0;}
.giostre-paragrafo:hover .giostra-paragrafo_titolo {opacity: 1; color: #fff;}
.giostre-paragrafo:hover .giostra-paragrafo_label {opacity: 1;}
.giostre_content {min-height: 199px;}


/* Секция
----------------------------------------------- */
.sezione_titolo {font-size: 22px; font-weight: 400; padding-left: 30px; position: relative; }
.sezione_titolo::before {content:"\f0ab"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; left: 0; top: 3px; color: var(--blue); text-shadow: 0 2px 2px rgba(68,68,68,0.1);}
.sezione_header {margin-bottom: 20px;}
.sezione_link-top {background: var(--gradient-blue); color: #fff; font-size: 15px;  
	padding: 8px 20px 8px 50px; position: relative; border-radius: 3px;}
.sezione_link-top span {font-size: 18px; font-weight: 700; text-decoration: underline; 
	color: #deb663; margin-left: 3px;}
.sezione_link-top::before {content: ''; position: absolute; left: -6px; bottom: 0px; 
	background: url(../images/trophy.svg) 0 0 / contain no-repeat; width: 50px; height: 50px;}
.sezione_link-top:hover {color: #000; background-size: 250% 100%;}
.speedbar {font-size: 13px; color: #999; margin-bottom: 20px; padding: 10px 12px; border: 1px solid var(--bdc); border-radius: 2px;}
.speedbar1 a:after {display: inline; content: '/'; margin: 0 5px;}
.speedbar a {color: #eee;}
.speedbar a:hover {text-decoration: underline;}
.desc {width: 100%; display: grid; grid-gap: 20px; line-height: 1.7; color: #999; 
	padding-top: 40px; margin-top: 40px; border-top: 1px solid var(--bdc);}
.desc h1, .desc h2, .desc h3 {font-weight: 400; font-size: 19px;  color: #eee; line-height: 1.3;}
.desc ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.desc ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--blue); position: absolute; left: 0; top: 0;}
	

/* Короткая новость
----------------------------------------------- */
.paragrafo-annuncio {box-shadow: var(--bsh); border: 1px solid var(--bdc); border-radius: 3px; margin-bottom: 20px;}
.paragrafo_header {border-bottom: 1px solid var(--bdc); padding: 10px 15px;}
.paragrafo_cols {padding: 15px;}
.paragrafo_img {width: 180px; height: 260px; display: block; margin-right: 15px; border-radius: 2px;}
.paragrafo_label {background-color: var(--blue-a); color: #fff; padding: 3px 6px; font-size: 12px; 
	border-radius: 2px; position: absolute; left: 8px; top: 8px; z-index: 10;}
.paragrafo_titolo {font-size: 19px; font-weight: 400; color: #eee; background:url(/templates/bestgames/images/titolo-torrent.svg) no-repeat left center; background-size: 20px;  display:inline-block; vertical-align:bottom;  padding-left: 28px;}
.paragrafo_titolo:hover a{color: #16a085;}
.paragrafo_meta {margin-top: 8px; font-size: 13px; color: #999;}
.paragrafo_meta-item a, .paragrafo_category a, .desc a {color: #16a085;}
.paragrafo_meta-item + .paragrafo_meta-item::before {content: '|'; opacity: 0.3; display: inline; margin: 0 4px;}
.paragrafo_rating-value {background-color: #16a085; color: #fff; border-radius: 2px; 
	padding: 4px 6px; font-weight: 700; font-size: 12px; margin-left: 6px; text-align: center; min-width: 23px;}
.paragrafo_text {-webkit-line-clamp: 9; line-height: 1.6; opacity: 0.7;}
.paragrafo_footer {font-size: 13px; margin-top: 15px;}
.paragrafo_category-icon {width: 28px; height: 28px; border-radius: 50%; background-color: var(--yellow); color: #000; 
	display: inline-block; text-align: center; line-height: 28px; margin-right: 6px;}
.paragrafo_size {color:#16a085;}
.fal {opacity: 0.7; }
.fa-download {margin-right: 8px; opacity: 0.7; }
.paragrafo_fav a {color: var(--yellow); margin: 0 20px; font-size: 16px;}
.paragrafo_btn {height: 36px; padding: 0 12px 0 43px; position: relative;}
.paragrafo_btn::before {content: ''; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
	background: url(../images/ut.svg) 0 0 / 100% auto no-repeat; width: 20px; height: 20px;}
.paragrafo_header a:hover, .paragrafo_category a:hover, .desc a, .paragrafo_ctrl .paragrafo_fav a:hover {text-decoration: underline;}
a.paragrafo_img:hover {opacity: 0.8;}
.paragrafo_rating--likes > * {background-color: #6ab04c; color: #fff !important; font-size: 12px; display: block; 
	border-radius: 2px; padding: 4px 6px; font-weight: 700; }
.paragrafo_rating--likes > a:hover {text-decoration:none;}
.paragrafo_rating--likes > * + * {background-color: #eb4d4b; margin-left: 5px;}
.paragrafo_rating--likes .fal {margin-right: 5px;}


/* Сайдбары
----------------------------------------------- */
.side-block {padding: 15px; border-radius: 3px; background-color: #161616;
    border: 1px solid var(--bdc); box-shadow: var(--bsh); margin-bottom: 20px;}
.side-block_titolo {margin-bottom: 15px; font-size: 18px; text-align:center;}
.side-block--bg-22 {background-color: var(--green);}
.side-block--bg-none {background: none; border: 0; box-shadow: none; padding: 0;}
.side-block--sticky {position: sticky; left: 0; top: 80px;}
.side-block:last-child, .poster-paragrafo:last-child {margin-bottom: 0;}
.side-block--nav {border-radius: 4px; padding-bottom: 5px; border: 1px solid #16a085;}
.rkl {text-align: center;}
.posters-nav {margin-bottom: 15px;}

.nav > li {position: relative; margin: 0 -15px;}
.nav__btn {position: absolute; right: 15px; top: 10px; width: 16px; height: 16px; border-radius: 3px; font-size: 12px;
	background-color: var(--green); color: #eee; text-align: center; line-height: 16px; cursor: pointer;}
.nav__btn:hover {background-color: var(--blue); color: #fff;}
.is-active .nav__btn .fal {content:"\f068";}
.nav > li > a {display: block; padding: 8px 42px 8px 38px; border-top: 1px solid rgba(255,255,255,0.1);}
.nav > li:hover > a {background-color: rgba(255,255,255,0.1);}
.nav > li.submenu.is-active > a {background-color: var(--blue); color: #fff;}
.nav__hidden {background-color: #212121; padding: 12px 0; display: none;}
.nav__hidden a {display: block; padding: 6px 42px 6px 15px; position: relative;}
.nav__hidden a:hover {background-color: rgba(0,0,0,0.3);}
.nav__hidden a::before {content:"\f054"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; right: 15px; top: 6px; opacity: 0.6; font-size: 12px;}

.poster-paragrafo {margin-bottom: 15px; display: block;}
.poster-paragrafo_titolo {margin-top: 10px; font-size: 13px; text-align:center;}
.poster-paragrafo_meta {position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 5; 
	background-color: var(--black-a); color: #eee; border-radius: 3px; overflow: hidden;}
.poster-paragrafo_meta > * {text-align: center; font-size: 14px; padding: 6px;}
.poster-paragrafo_rating-caption {font-size: 12px;}
.poster-paragrafo_rating-value > span {color: var(--blue); font-size: 22px;}
.poster-paragrafo_size {font-weight: 700; background-color: var(--blue-a);}
.poster-paragrafo_size-value {padding-top: 5px;}
.poster-paragrafo_category, .poster-paragrafo_year {font-size: 12px;}
.poster-paragrafo_category {background-color: var(--blue-a);}
.sezione_content--top .poster-paragrafo {margin: 0; max-width: 100%;}
.sezione_content--top .poster-paragrafo_meta > * {min-width: 100%;}
.sezione_content--top .poster-paragrafo_size-icon {display: none;}

.popular li + li {margin-top: 10px; padding-top: 10px; border-top: 1px solid #262626;}
.popular-item {position: relative; font-size: 14px; line-height: 1.4;}
.popular-paragrafo_img {width: 50px; height: 50px; border-radius: 50%; margin-right: 10px;}
.popular-paragrafo_desc small {color: #999; font-size: 12px;}
.popular-item:hover .popular-paragrafo_titolo, .poster-paragrafo:hover .poster-paragrafo_titolo {text-decoration: underline;}
.popular {counter-reset: num;}
.popular-item::before {content: counter(num); counter-increment: num; background-color: #16a085; color: #000; 
	width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; font-size: 11px; 
	box-shadow: 0 0 0 3px #161616; position: absolute; left: -6px; top: 0; z-index: 1;}


/* Пагинация
----------------------------------------------- */
.paginazione {text-align: center; padding-top: 10px;}
.paginazione_btn-loader a, .paginazione_btn-loader span {display: inline-flex; justify-content: center; align-items: center; height: 32px; padding: 0 80px; background: transparent; color: #fff; border-radius: 3px; border: 1px solid var(--bdc); color: #ccc; margin: -10px 0 10px;}
.paginazione_btn-loader a:hover {background: #16a085; color: #fff; border-color: #16a085;}
.paginazione_btn-loader span {display: none;}
.paginazione_pagine a, .paginazione_pagine span {display: inline-block; margin: 10px 5px 0 5px; line-height: 30px; 
	padding: 0 8px; min-width: 36px; border-radius: 2px; border: 1px solid var(--bdc); color: #ccc;}
.paginazione_pagine span:not(.nav_ext), .paginazione_pagine a:hover {background: #16a085; color: #fff; border-color: #16a085;}
.paginazione_pagine-full a, .paginazione_pagine-full span {line-height: 30px; min-width: 30px; font-size: 14px;}

/* Внутренняя страница
----------------------------------------------- */
.form { margin-bottom: 20px;}
.pagina_main {box-shadow: var(--bsh); border: 1px solid var(--bdc); border-radius: 3px; margin-bottom: 20px;}
.pagina_desc {padding: 15px;}
.sezione-related, .pagina_footer {padding: 15px; border-top: 1px solid var(--bdc);}
.pagina_footer {background-color: #161616; border-radius: 0 0 3px 3px; display:block;}
.pagina_complaint {color: #999; font-size: 12px; line-height: 1.5; padding-left: 38px; position: relative;}
.pagina_complaint a { font-weight: 700; color: var(--yellow); font-size: 13px; display: block;}
.pagina_complaint::before {content:"\f05a"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	position: absolute; left: 0; top: -3px; color: #c0392b; font-size: 28px;}
.paragrafo_ctrl {margin-top: 10px;}
.paragrafo_ctrl .paragrafo_fav a {margin: 0; color: #eee; margin-right: 15px; 
	height: 30px; line-height: 30px; display: inline-block;}
.paragrafo_ctrl .paragrafo_fav a .fal, .paragrafo_ctrl .paragrafo_fav a .fas {margin-right: 8px; color: #b8b8b8;}
.paragrafo_ctrl > a {display: inline-flex; align-items: center; height: 30px; border-radius: 15px; 
	padding: 0 20px; background-color: #c0392b; color: #fff;}
.paragrafo_ctrl > a:hover {background-color: var(--blue2); color: #fff;}
.paragrafo_btns > * {font-size: 15px; margin-top: 15px; color: #fff !important;}
.pagina_text {margin-top: -5px; opacity: 0.7;}
.fdl-btn {display: block; position: relative; box-shadow: var(--bsh); text-decoration: none; padding: 15px 15px 15px 130px;
	border: 1px solid var(--bdc); border-radius: 3px; background: var(--blue); color: #fff !important; overflow: hidden;}
.fdl-btn-titolo { font-weight: 700; word-wrap: break-word;}
.fdl-btn-size { font-size: 14px; margin-top: 5px; margin-bottom: 10px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px;  margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn::before {content: ''; width: 50px; height: 50px; border-radius: 50%; margin-top: -25px;
	background: url(../images/ut.svg) 0 0 / 100% auto no-repeat; position: absolute; left: 40px; top: 50%; 
	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);}
.annotazione {font-size: 16px; color: #fff; margin-bottom: 10px; padding: 10px 12px; border: 1px solid var(--bdc); border-radius: 2px; opacity: 0.7;}
.sottotitoli-articolo {color:#16a085; font-size:20px; font-weight: bold; text-align:center;}
.paragrafo_testo h3 {font-size:18px; font-weight: bold; margin-top: 20px; margin-bottom: -15px;}

/* Временное решение
----------------------------------------------- */
.paragrafo_testo_portatile h3 {font-size:18px; font-weight: bold; margin-top: 20px; margin-bottom: -15px;}
.paragrafo_testo_portatile {width: 100%;}
.paragrafo_testo_portatile p {margin-bottom: 10px;}

/* Скрытие описания в полной новости
----------------------------------------------- */
.testo_nascosto_involucro {max-width: 100%;}
.paragrafo_testo {width: 100%;}
.paragrafo_testo p {margin-bottom: 10px;}
.io_paragrafo {width: 100%;padding-bottom: 10px;}
.io_pulsante_involucro {text-align: center;margin-top: 10px;}
.io_pulsante {display: inline-block; border: 1px solid #16a085; width: auto; padding: 0 20px; line-height: 32px; vertical-align: top; text-transform: uppercase; color: #16a085 !important; font-size: 10pt; border-radius: 22px; cursor: pointer;}
a.io_pulsante:hover {background-color: #16a085; border: 1px solid #16a085; color: #eee !important;}
.io_paragrafo .btn_close {display: none;}
.io_paragrafo .btn_open {display: inline-block;}
.io_paragrafo.open .btn_close {display: inline-block;}
.io_paragrafo.open .btn_open {display: none;}
.io_trans {width: inherit; position: absolute; height: 100px; bottom: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(22, 160, 133, 0) 0%, rgba(22, 160, 133, 1) 100%); transition: 1s;}
.io_paragrafo.open .io_trans { height: 0; transition: 1s;}
.io_paragrafo_involucro { position: relative; overflow: hidden; max-height: 100px; width: inherit; transition: max-height 0.5;}
.io_paragrafo.open .io_paragrafo_involucro {max-height: 9999px !important; transition: max-height 1s;}

	

/* Текстовый блок, типография
----------------------------------------------- */
.full-text {line-height: 1.6; font-size: 15px; 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, .pagina_titolo {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 #fac40c; position: absolute; top: 4px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: #fac40c; color: #000; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	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: #fac40c; 
	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;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}

/* Логин
----------------------------------------------- */
.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__titolo {font-size: 19px; font-weight: 400; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__titolo a {border-bottom: 1px dotted var(--grey); margin-left: 10px; font-weight: 400; color: var(--grey);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--grey);}
.login__caption {font-size: 14px; color: var(--black); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--blue);}
.login__input input {padding-left: 40px;}
.login__row .fal {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;  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 .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * Карусель Owl v2.3.4
 */
 .owl-giostra {display: none; width: 100%; position: relative; z-index: 5;}
 .owl-giostra .owl-stage {position: relative;
	 display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;}
 .owl-giostra .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-giostra .owl-item {position: relative; min-height: 1px;}
 .owl-giostra .owl-nav.disabled, .owl-giostra .owl-dots.disabled, .owl-giostra.owl-refresh .owl-item {display: none;}
 .owl-giostra.owl-loaded, .owl-giostra.owl-loading, .no-js .owl-giostra {display: block; opacity: 1;}
 .owl-giostra.owl-loading, .owl-giostra.owl-hidden {opacity: 0;}
 .owl-giostra.owl-drag .owl-item {user-select: none;}
 .owl-giostra.owl-grab {cursor: move; cursor: grab;}
 .owl-giostra .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-giostra .owl-animated-in {z-index: 0;}
 .owl-giostra .owl-animated-out {z-index: 1;}
 .owl-giostra .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-giostra .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-giostra .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {border-radius: 15px; border: 2px solid var(--bdc); overflow: hidden; 
	height: 30px; min-width: 132px; display: flex;}
 .owl-prev, .owl-next {display: block; cursor: pointer; background-color: #272727; box-shadow: none; 
 	width: 50%; font-size: 16px; height: 30px; line-height: 30px; color: #eee;}
 .owl-prev {margin: 0;}
 .owl-next {border-left: 2px solid var(--bdc) !important;}
 .owl-prev:hover, .owl-next:hover {background-color: #171717; color: var(--blue);}
.top-giostra .owl-nav, #owl-related .owl-nav {position: absolute; right: 0; top: -50px;}
.posters .owl-nav {margin: 15px auto 0 auto; max-width: 210px;}


/* Canvas
----------------------------------------------- */
.canvas-wrap {width: 100%; height: 365px; position: relative;}
#canvas {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.multi-textures {position: absolute; top: 0; left: 0; width: 100%; height: 365px;}
.multi-textures img {display: none;}
.change-slide {display: inline-block; background-color: #262626; color: #fff; border: 0; outline: 0; padding: 4px 20px;	font-size: 10px; margin: 10px 0 0 28px; font-family: 'Roboto', sans-serif; box-shadow: 0px 5px 10px rgb(22, 22, 22); transition: all 0.3s; cursor: pointer; border-radius: 3px; border-bottom: 3px solid #161616; position: relative; top: -6px;}
.change-slide:first-child  {margin: 20px 0 0 20px;}
.change-slide:hover {color: #16a085; box-shadow: 0px 10px 18px -5px rgba(0, 0, 0, 0.5); top:-2px;}

/* Соцкнопки
----------------------------------------------- */
.social-icons {list-style: none; margin: 10px; padding: 0; display: flex; justify-content: center;}
.social-icons a {text-decoration: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 3px; font-size: 13px; overflow: hidden; position: relative; color: #16a085; border: 1px solid #16a085; transition: border-radius 0.2s linear 0s; transform: rotate(45deg);}
.social-icons a:after {content: ""; display: block; width: 100%; height: 100%; top: -100%; left: 0; right: 0; margin: auto; position: absolute; background-color: #16a085;}
.social-icons a i,
.social-icons a img {transition: transform 0.2s linear 0s; transform: rotate(-45deg); position: relative; z-index: 1;          }
.social-icons a img {width: 13px; height: 13px;}
.social-icons a:hover {border-radius: 0px; width: 25px; height: 25px; color: #FFF; margin: 2.5px 5.5px}
.social-icons a:hover:after {top: 0; transition: all 0.2s linear 0s;}

/* Адаптивное, мобильное меню
----------------------------------------------- */
.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: 15px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: #262626;}
.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; margin-bottom: 5px;}
.mobile-menu .header__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .header__menu > li > a {height: 30px; display: block;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.involucro {padding: 0;}
	.involucro-container {max-width:1000px;}
	.involucro-main {padding-left: 20px; padding-right: 20px;}
	.header__menu {display: none;}
	.header {border-radius: 0; margin: 0 -20px !important; padding-left: 76px;}
	.header_ricerca {margin: 0 20px;}
	.header_pulsante-menu {visibility: visible; opacity: 1;}
	.giostre_content {min-height: 150px;}
	.col-left, .col-left .js-this-in-mobile-menu {display: none; order: 1;}
	.footer, .footer_due {margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 950px) {
	.involucro-container {max-width:768px;}
	.col-main {min-width: 100%;}
	.col-right, .col-left {width: 46%; margin: 0; margin-top: 40px; order: 1; display: block;}
	.footer_uno, .footer_due {display: block; text-align: center; background-image: none;}
	.footer__menu {justify-content: center; margin: 20px 0 0 0;}
	.footer__menu a {display: inline-block; margin: 0 10px 20px 10px;}
	.owl-nav {min-width: 80px;}
	.side-block--sticky {position: static;}
}

@media screen and (max-width: 760px) {
	.involucro-container {max-width:640px;}
	.header__logo {flex: 1 1 0; min-width: 50px; max-width: 100%; margin-right: 20px;}
	.header_pulsante-ricerca {display: block; cursor: pointer; font-size: 18px; margin-right: 10px;}
	.header__btn-login {font-size: 0; padding: 0; width: 30px; height: 30px; border-radius: 15px;}
	.header__btn-login .fal:first-child {margin: 0;}
	.header_ricerca {min-width: 100%; order: 10; margin: 0; margin-top: 8px; display: none;}
	.giostre_caption, .header__btn-login::after, .paragrafo_meta-item:not(.curvatura_cresciuta-1), 
	.paragrafo_meta-item::before {display: none !important;}
	.sezione_link-top {width: 100%; order: -1; margin: 0 0 20px 0;}
	.paragrafo-annuncio .paragrafo_btn {width: 100%; margin: 0; margin-top: 15px;}
	.paragrafo-annuncio .paragrafo_fav a {margin-right: 0;}

	.pagina_main {margin-bottom: 0;}
	.pagina_main, .pagina_comments {margin-left: -20px; margin-right: -20px; border-radius: 0; 
		border-left: 0; border-right: 0;}
	.pagina_header .paragrafo_meta {display: none;}
	.paragrafo_btns .paragrafo_btn.curvatura_cresciuta-1 {min-width: 100%;}
	.paragrafo_btns > * {margin-left: 0; width: 48%; padding: 0;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
}

@media screen and (max-width: 590px) {
	.involucro-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social {padding-left: 20px; padding-right: 20px;}
	.col-right, .col-left {width: 48%;}
	.pagina_header {padding: 15px; display: block; margin-bottom: 0;}
	.pagina_poster {position: relative; bottom: 0; left: 0; margin: 0 auto;}
	.pagina_header h1 {text-align: center; margin-bottom: 15px;}
	.pagina_share {width: 100%; margin-top: 15px;}
	.pagina .sezione_titolo, .pagina_dl-titolo {font-size: 20px;}
	.fdl-btn {padding-left: 100px;}
	.fdl-btn::before {width: 40px; height: 40px; margin-top: -20px; left: 25px;
		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);}
	.fdl-btn-dl {display: none;}
}

@media screen and (max-width: 470px) {
	.involucro-container22 {max-width:360px;}
	.header__logo {padding-left: 0; background-image: none;}
	.header {padding-left: 66px; padding-right: 10px;}
	.header.sticky {padding-right: 66px; padding-left: 66px;}
	.logo_titolo {font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.col-right, .col-left {width: 100%;}
	.paragrafo_cols {display: block;}
	.paragrafo_img {margin: 0 auto 15px auto;}
	.poster-paragrafo {max-width: 210px; margin-left: auto; margin-right: auto;}
	.speedbar {min-height: 39px;}
	.pagina_header h1, .paragrafo_footer {min-height: 28px;}
	.paragrafo_ctrl {height: 30px;}
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}

.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 12px 27px;
	border-radius: 10px;
	outline: none;
	background-color: #f44336;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.involucro {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.involucro {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.involucro.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.involucro.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.involucro.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.involucro.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.involucro.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.involucro.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}