/* Datalife Engine template by webrambo.ru, creation date: 28 january 2021 */

/* SET BASE
----------------------------------------------- */
:root {
	--bg: #fff8e8;
	--bg-soft: #fffdf5;
	--surface: rgba(255, 252, 243, 0.88);
	--surface-strong: #fff4d8;
	--surface-hover: #fff1c9;
	--line: rgba(122, 91, 43, 0.16);
	--text: #2d2a24;
	--muted: #746958;
	--accent: #c98b22;
	--accent-2: #4e8b7b;
	--hot: #d85d4a;
	--shadow: 0 18px 48px rgba(91, 69, 33, 0.14);
}
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 15px 'Fira Sans', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;
	color: var(--text); background:
	radial-gradient(circle at 12% 0%, rgba(255,222,142,0.42), transparent 34%),
	radial-gradient(circle at 86% 6%, rgba(156,196,177,0.32), transparent 30%),
	linear-gradient(180deg, #fffdf7 0%, var(--bg) 52%, #f3e4c8 100%);
	min-height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: var(--text); text-decoration: none;}
a:hover, a:focus {color: var(--accent); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:500; font-size:18px;}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:500;}

button, input {font-family: 'Arial' !important;}

/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:20px; cursor:pointer; 
background: linear-gradient(135deg, #d99a31, #4e8b7b); color:#fff; text-align:center; font-weight: 500; font-size: 14px;
box-shadow: 0 10px 26px rgba(201,139,34,0.24);}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background: linear-gradient(135deg, #e3a640, #5a9a89); color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:42px; line-height:42px; padding:0 15px;
color:var(--text); background-color:#fffdfa; border-radius:8px; -webkit-appearance: none;
box-shadow:0 0 0 1px rgba(122,91,43,0.12), inset 1px 1px 3px 0 rgba(91,69,33,0.05); font-size: 16px;}
input:focus::placeholder {color: transparent}

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#F8F8F8; 
border-radius:0; overflow:auto; vertical-align:top; resize:vertical; 
box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}

.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .th-img {transition: all .3s;}
.button, .sc-title, .mask {transition: color .3s, background-color .3s, opacity .3s;}
.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-left {-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}

b, strong {font-weight: 500;}
.gorki-menu a:hover, .pesherki a:hover, .col-side a:hover, .jinglik:hover .jinglik-desc, 
.speedbar a:hover {text-decoration: underline;}
.vmestevse-t, .lesok-bt, .gorki-menu, .pesherki-menu, .lesok-nav a, h1, h2, h3, .gorki-logo 
{font-family: 'Comfortaa', sans-serif; font-weight: 400 !important;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; overflow: hidden;}
.wrap:before {content:""; position:absolute; left:0; right:0; top:0; height:340px; pointer-events:none;
	background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0));}
.center {max-width:1100px; margin:0 auto; position:relative; z-index:20;}
.gorki {padding: 18px 20px; background: rgba(255,252,243,0.9); border: 1px solid var(--line);
	border-top: 0; border-radius: 0 0 18px 18px; box-shadow: var(--shadow); backdrop-filter: blur(16px);}
.cols {padding: 40px 0;}
.col-side {width: 280px; margin-left: 40px;}
.col-main {min-height: 50vh;}
.pesherki {padding: 30px 20px 22px 100px; background: rgba(255,252,243,0.88) url(../images/logo.svg) 20px center / 60px no-repeat;
	border: 1px solid var(--line); border-radius: 18px 18px 0 0; box-shadow: var(--shadow); backdrop-filter: blur(16px);}


/* HEADER, FOOTER
----------------------------------------------- */
.gorki-logo {display: inline-block; height: 50px; line-height: 50px; color: var(--text) !important; 
	background: url(../images/logo.svg) 0 center / 40px no-repeat; padding-left: 50px; font-size: 28px;}
.gorki-logo span, .rand .fa {color: var(--accent); text-transform: uppercase; margin-left: 2px;}
.gorki-menu {text-align: center;}
.gorki-menu li {display: inline-block; vertical-align: top; margin: 0 10px;}
.gorki-menu a {font-size: 15px; opacity: 0.86; transition: color .2s, opacity .2s;}
.gorki-menu a:hover {opacity: 1;}
.search-wrap {position: relative; border: 1px solid var(--line);
	border-radius: 16px; overflow: hidden; margin-bottom: 34px; background: var(--surface); box-shadow: var(--shadow);}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height: 56px; line-height: 56px; padding:0 64px 0 22px; border-radius: 16px;
	background-color:rgba(255,255,255,0.64); box-shadow: none; color: var(--text);}
.search-box button {position:absolute; right:0px; top:0px; z-index:10; padding: 0 20px !important; 
	background: none !important; color: var(--accent) !important; font-size: 18px !important; height: 56px; line-height: 56px;}
.search-box input:not(:focus)::placeholder {color: var(--muted); opacity: 1; font-size: 14px;}
.pesherki-menu li {margin: 0 20px 5px 0; display: inline-block;}
.pesherki-menu a {font-size: 15px;}
.pesherki-desc {opacity: 0.6; margin-top: 1px;}
.pesherki b {color: var(--accent);}


/* SIDE
----------------------------------------------- */
.lesok-box {padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);}
.lesok-box + .lesok-box {margin-top: 24px;}
.lesok-bt {font-size: 18px; margin-bottom: 20px; color: var(--text);}
.lesok-nav a {display: block; margin-bottom: 13px; font-size: 15px; color: var(--muted);}
.lesok-nav a:hover {color: var(--text);}
.lesok-nav a:before {content:"\f192"; font-family:'FontAwesome'; color:var(--accent); font-size: 14px;
	width: 24px; display: inline-block; vertical-align: middle; position: relative; top: -2px;}
.popular {margin-bottom: 15px; line-height: 1.5;}
.popular-desc {display: block; padding-left: 24px; position: relative;}
.popular-desc:before {content:"\f005"; font-family:'FontAwesome'; color:var(--accent-2);
	width: 30px; display: inline-block; vertical-align: middle; 
	position: absolute; left: 0; top: 0px; font-size: 14px;}
.popular-title {opacity: 0.8;}


/* SECT, SHORT
----------------------------------------------- */
.polochka + .polochka, .vmestevse1 + .vmestevse1 {margin-top: 40px;}
.polochka .vmestevse {width: 49%;}
.vmestevse {padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);}
.vmestevse1 {padding: 22px;}
.vmestevse-t {font-size: 20px; margin-bottom: 18px; color: var(--text);}
.vmestevse-t .fa {color: var(--accent); margin-right: 10px;}
.speedbar {font-size: 14px; margin-bottom: 20px; color: var(--muted); background: rgba(255,255,255,0.56);
	border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px;}
.speedbar a {color: var(--muted);}
.speedbar .fa {color: var(--accent); margin-right: 10px;}

.jinglik {margin-bottom: 8px; padding: 11px 12px; border-radius: 12px; background-color: rgba(255,255,255,0.58);
	border: 1px solid transparent; transition: transform .2s, background-color .2s, border-color .2s, box-shadow .2s;}
.jinglik:hover {background-color: var(--surface-hover); border-color: rgba(201,139,34,0.26); transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(91,69,33,0.14);}
.jinglik-desc {padding: 0 20px 0 10px;}
.jinglik-artist {font-weight: 500;}
.jinglik-title {opacity: 0.76; margin-top: 3px; color: var(--muted);}
.jinglik-time {opacity: 0.7; margin-right: 10px; font-size: 12px; color: var(--muted);}
.jinglik .fa-play {width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; 
	padding-left: 3px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff;
	box-shadow: 0 8px 22px rgba(201,139,34,0.22);}
.jinglik .fa-external-link-square {color: var(--accent-2); font-size: 18px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:46px; text-align:center; margin-top: 30px; font-size: 14px; }
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
	min-width:46px; margin:0 3px; border-radius:23px; margin-top: 10px; 
	box-shadow:inset 0px 0 0 2px rgba(122, 91, 43, 0.18); font-weight: 500;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:var(--accent); color:#fff;}


/* FULL
----------------------------------------------- */
.full-comms {display: none;}
.mpiktri-header {margin-bottom: 20px;}
.mpiktri-header h1 {font-size: 28px; font-weight: 400; color: var(--text);}
.mpiktri-header h1 > span {color: var(--accent);}
.mpiktri-header h1 a {margin-left: 10px; font-size: 14px;}
.mrating {transform: scale(0.7,0.7); transform-origin: right center;}

.mpiktri-cols {padding: 22px; border-radius: 16px 16px 0 0; background-color: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);}
.mpiktri-img {width: 160px; height: 160px; margin-right: 20px; overflow: hidden; position: relative; border-radius: 14px;}
.mpiktri-img img {width: 100%; height: 100%; object-fit: cover;}
.mpiktri-right {width: 240px; margin-left: 20px;}
.mpiktri-caption {font-size: 14px; line-height: 1.7; color: var(--muted);}
.mpiktri-dl {position: absolute; bottom: 10px; right: 10px; left: 10px; z-index: 10;}
.mpiktri-dl-dl {width: 100%; height: 60px; line-height: 60px; text-align: center; border-radius: 0%;
	background-color: rgba(0,0,0,0.2); color: #fff; position: absolute; left: 0; top: 0; font-size: 24px;}
.mpiktri-btn-capt {display: inline;}
.mpiktri-btn-title {font-weight: 500; display: inline;}
.mpiktri-player {margin: 0 0 30px 0;}
.mpiktri-info li {position: relative; padding: 7px 10px 7px 160px;}
.mpiktri-info li:nth-child(2n+1) {background-color: rgba(255,255,255,0.54); border-radius: 8px;}
.mpiktri-info li > span:first-child {position: absolute; left: 10px; top: 7px; opacity: 0.7; color: var(--muted);}
.mpiktri-info a {color: var(--accent); text-decoration: underline;}
.grid {display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); 
	grid-gap: 0px 20px; grid-auto-flow: row dense;}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked {-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 200px);}
.slice-btn {margin:15px 0 0 0;}
.slice-btn span {display:inline-block; cursor:pointer; color: var(--accent); text-decoration: underline;}

.mpiktri-player {width: 100%; padding: 10px 10px; background-color: #fff4d8; color: var(--muted);
	position: relative; top: 5px; border-radius: 0 0 10px 10px;
	background: linear-gradient(135deg, #fff0c6, #e5f0e7);}
.audioplayer {position: relative; font-size: 12px;}
.audioplayer audio {display: none;}
.audioplayer-playpause {width: 30px; margin-right: 15px;}
.audioplayer-time {position: absolute; top: 18px; left: 60px; opacity: 1;}
.audioplayer-time-duration {left: auto; right: 120px;}
.audioplayer-volume {margin-left: 15px;}
.audioplayer-bar {background-color: rgba(122,91,43,0.18); height: 5px; border-radius: 0px;
	position: relative; top: 7px; position: absolute; left: -10px; right: -10px; top: -15px;}
.audioplayer-bar-loaded, .audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	border-radius: 5px; background-color: rgba(0,0,0,0);}
.audioplayer-bar-played {z-index: 10; background-color: var(--accent);}
.audioplayer-playpause a, .audioplayer-volume-button a {overflow: hidden; width: 50px; height: 50px; line-height: 50px; 
	text-indent: -9999px; position: relative; background-color: var(--accent);
	border-radius: 50%; display: block;}
.audioplayer-playpause a:before, .audioplayer-volume-button a:before {display: block; width: 50px; height: 50px; 
	line-height: 50px; text-align: center; 
	border-radius: 25px; color: #fff; position: absolute; left: 0; top: 0; 
	content:"\f04c"; font-family:'FontAwesome'; font-size: 18px; text-indent: 0;}
.audioplayer-volume-button a {background-color: var(--surface-hover); color: var(--accent);}
.audioplayer-volume-button a:before {color: var(--accent);}
.audioplayer-stopped .audioplayer-playpause a:before {content:"\f04b"; left: 2px;}
.audioplayer-volume-button a:before {content:"\f028";}
.audioplayer-muted .audioplayer-volume-button a:before {content:"\f026";}
.audioplayer-volume {position: relative;}
.audioplayer-volume {position: relative;}
.audioplayer-volume-button {display: inline-block; vertical-align: middle;}
.audioplayer-volume-adjust {position: relative; display: inline-block; vertical-align: middle; 
	margin-left: 10px; font-size: 0;}
.audioplayer-volume-adjust > div {width: 50px; height: 6px; border-radius: 3px;
position: relative; cursor: pointer; background-color: rgba(122,91,43,0.2);}
.audioplayer-volume-adjust > div > div {height: 6px; border-radius: 3px; background-color: var(--accent-2);
position: absolute; left: 0; bottom: 0;}
.audioplayer-volume-button {position: relative;}
.audioplayer-playpause a:hover, .audioplayer-volume-button a:hover {background: #8c6420; color: #fff;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:var(--muted); font-size:15px; line-height:1.7;}
.full-text img:not(.emoji) {max-width:100%; margin:10px auto;}
.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 a {text-decoration:underline; color: var(--accent);}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:500;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff8e8;
	padding: 20px; z-index:888; position:fixed; left:-280px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); cursor: pointer;
	position:fixed; left:0; top:0; z-index:887; display:none;}
.side-panel .gorki-menu {display: block; text-align: left; padding-bottom: 10px;}
.side-panel .gorki-menu > li {width: 100%; margin: 0;}
.side-panel .gorki-menu > li > a {height: 40px; line-height: 40px; display: block;}
.side-panel .to-mob {border-radius: 0; margin: 0;}
.side-panel .lesok-nav a {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media screen and (max-width: 1220px) {
	.center {max-width:1000px;}
	.wrap {padding-top: 0;}
	.cols, .gorki {border-radius: 0;}
	.gorki-menu, .col-side, .rand {display: none;}
	.cols {display: block; padding: 40px 20px;}
	.gorki-logo {top: 0; margin: 0;}
	.block-content {border-radius: 0;}

	.btn-menu {cursor:pointer; display:block; color: #fff; border-radius: 20px;
		width:40px; height:40px; line-height:40px; text-align:center; font-size:18px;
		background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 10px 24px rgba(201,139,34,0.22);}
}

@media screen and (max-width: 950px) {
	.center {max-width:768px;}
	.mpiktri-right {width: 100%; margin: 20px 0 0 0;}
}

@media screen and (max-width: 760px) {
	.center {max-width:640px;}
	.polochka .vmestevse {width: 100%;}
	.vmestevse + .vmestevse {margin-top: 40px;}
	.wrap {background-image: none; overflow: hidden;}

	.mpiktri-header {text-align: center;}
	.mpiktri-header h1 {text-align: center; font-size: 24px;}
	.mrating {transform: none; margin-top: 15px; display: inline-block;}
	.mpiktri-header, .mpiktri-cols {display: block;}
	.mpiktri-img {margin: 0 auto 20px auto; height: 60px; width: 220px; border-radius: 30px;}
	.mpiktri-img img {filter: blur(10px)}

	.mass_comments_action {display:none;}
	.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
	.center {max-width:480px;}

	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
	.ac-soc {position:static;}
	.ac-inputs input {width:100%; margin-top:10px;}
	.ac-protect {width:100%; float:none; margin:0;}
	.ui-dialog {width:100% !important;}
	.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
	.upop-left {margin-bottom:10px; text-align:center;}
	.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
	#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
	.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
	.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
	.center22 {max-width:360px;}
	.vmestevse-t {font-size: 18px;}
	.jinglik-time {display: none;}
	.pesherki {padding: 100px 20px 20px 20px; text-align: center; background-position: center 20px;}
	.pesherki-btm {display: block; line-height: 1.4;}
	.pesherki-count {margin-top: 20px;}
	.pesherki li {margin-bottom: 10px;}

	.mpiktri-info li {padding-left: 140px;}
	.mpiktri-info li span {display: inline-block; width: 110px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}








