/*
Theme Name: SectorClear
Theme URI: https://www.progamer.ru
Author: Vladimir Khokhlov
Description: Minimalist theme without jQuery
Version: 1.0.1
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
	box-sizing: border-box;
}
body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: #f8f8f6;
    color: #1d1d1f;
	line-height: 1.3;
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
	display:flex-inline;
	flex-direction: column;
}
a {
	text-decoration: none;
	color: #705fde
}
a:visited {
	color: #705fde
}
ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	list-style: none;
}
li:first-child {
	margin-top: 0;
}
hr, ol, p, pre, ul {
    margin-bottom: 0.6rem;
}
table {
	overflow: auto;
	background:#fefefe;
	width: 100%;
	margin:0 auto;
	border-collapse: collapse
}
th, td {
    padding:2px; 
	overflow: auto;
}
table thead {border-bottom:2px solid #55A1CD;}
header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	background-color: #f75454
}

.basecontent {
	max-width: 1200px;
	position: relative;
	margin: 0 auto		
}

.menu {
	width: 80%;
	height: 100%;
	float: right
}

.menu ul {
	width: 100%;
	height: inherit;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex
}

.menu ul li {
	flex-grow: 1
}

@keyframes glitch {
	0% {
		text-shadow: 0 0 0 #888
	}
	5% {
		text-shadow: 0 .2px 1px #888
	}
	10% {
		text-shadow: 0 .2px 3px #888, 0 0 0 #5cff72, 0 0 0 #54c4f7, 0 0 0 #f7ef54
	}
	12% {
		text-shadow: 0 .2px 3px #888, 2px 0 .4px #5cff72, 20px -2px .4px #54c4f7, 0 -1px .4px #f7ef54
	}
	15% {
		text-shadow: 0 .2px 3px #888, -4px 0 .4px #5cff72, 2px 0 .4px #54c4f7, 4px 1px .4px #f7ef54
	}
	16% {
		text-shadow: 0 .2px 3px #888, 6px 2px .4px #5cff72, 0 -2px .4px #54c4f7, -10px -3px .4px #f7ef54
	}
	17% {
		text-shadow: 0 .2px 3px #888, 1px 4px .4px #5cff72, 4px 1px .4px #54c4f7, 2px -2px .4px #f7ef54
	}
	20% {
		text-shadow: 0 .2px 3px #888, 0 0 0 #5cff72, 0 0 0 #54c4f7, 0 0 0 #f7ef54
	}
	30% {
		text-shadow: 0 .2px 1px #888, 0 0 0 #5cff72, 0 0 0 #54c4f7, 0 0 0 #f7ef54
	}
	32% {
		text-shadow: 0 .2px 1px #888, 1px 0 0 #5cff72, -2px 0 .4px #54c4f7, 0 0 0 #f7ef54
	}
	34% {
		text-shadow: 0 .2px 1px #888, -2px 0 .4px #5cff72, -3px 3px .4px #54c4f7, 4px 2px .4px #f7ef54
	}
	36% {
		text-shadow: 0 .2px 1px #888, 1px 0 .4px #5cff72, -3px 0 .4px #54c4f7, 2px -1px .4px #f7ef54
	}
	38% {
		text-shadow: 0 .2px 1px #888, 0 0 0 #5cff72, 0 0 0 #54c4f7, 0 0 0 #f7ef54
	}
	95% {
		text-shadow: 0 .2px 1px #888, 0 0 0 #5cff72, 0 0 0 #54c4f7, 0 0 0 #f7ef54
	}
	100% {
		text-shadow: 0 0 0 #888, -2px -2px .4px #5cff72, 0 0 .4px #54c4f7, 2px 2px .4px #f7ef54
	}
}

.logo {
	width: auto;
	height: 100%;
	float:left;
	margin: 0 0 0 2%;
	color: #fff;
}
.logo img {
	width:40px;
	height:40px
}
.logo a {
		display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}
.logo a:hover {
	color: #fff
}
.menu ul li a {
	width: 100%;
	height: inherit;
	color: #fff;
	display: inline-block;
	transition: color .2s cubic-bezier(.215, .61, .355, 1)
}

.menu ul li a:hover {
	color: #fff;
	animation: glitch 2.6s infinite
}

#menuToggle {
	display: none
}

.menu-toggle {
	display: none
}

input[type=checkbox] {
	display: none
}

input[type=checkbox]:checked~.menu-toggle>.menu-lines-container>.menu-lines {
	background: 0 0
}

input[type=checkbox]:checked~.menu-toggle>.menu-lines-container>.menu-lines:before {
	bottom: 0;
	transform: rotate(45deg)
}

input[type=checkbox]:checked~.menu-toggle>.menu-lines-container>.menu-lines:after {
	top: 0;
	transform: rotate(-45deg)
}

.menu-lines-container {
	display: block;
	width: 45px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	right: 0;
	padding: 10px 15px;
	box-sizing: unset;
}

.menu-lines {
	display: block;
	height: 2px;
	width: 21px;
	background: #fff;
	position: relative;
	transform: translateY(12px);
	transition: width .2s cubic-bezier(.215, .61, .355, 1), background .1s cubic-bezier(.215, .61, .355, 1)
}

.menu-lines:before {
	height: 2px;
	width: 34px;
	background: #fff;
	transition: transform .1s cubic-bezier(.215, .61, .355, 1), bottom .1s cubic-bezier(.215, .61, .355, 1);
	position: absolute;
	content: "";
	bottom: 12px;
	left: 0
}

.menu-lines:after {
	height: 2px;
	width: 26px;
	background: #fff;
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	transition: width .2s cubic-bezier(.215, .61, .355, 1), transform .1s cubic-bezier(.215, .61, .355, 1), top .1s cubic-bezier(.215, .61, .355, 1)
}

.menu-lines-container:hover .menu-lines,
.menu-lines-container:hover .menu-lines:after,
input[type=checkbox]:checked~.menu-toggle>.menu-lines-container>.menu-lines:after {
	width: 34px
}

.top-search {
	width: 160px
}

.searchform input::placeholder {
	color: #fff;
	opacity: 1;
	text-align: center
}

.searchform input:focus::placeholder {
	opacity:0.2;
}

.searchform {
	margin: 12px 12px 0 0;
	padding-right: 7%
}

.searchform input {
	height: 26px;
	width: 100%;
	background: 0 0;
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, .6);
	display: block;
	padding: 4px 6px 4px 6px;
	font-size: 16px;
	color: #fff;
	transition: border-bottom-color .1s cubic-bezier(.215, .61, .355, 1), color .1s cubic-bezier(.215, .61, .355, 1);
	caret-color: #f7ef54;
	caret-shape: block
}

.searchform input:focus,
.searchform input:hover {
	box-shadow: none;
	outline: 0;
	border-bottom-color: rgba(255, 255, 255, 1);
	color: #fff
}

@media screen and (max-width:768px) {
	th, td {
		font-size: 12px;
	}
	.menu {
		width: 100%;
		height: auto
	}
	.menu ul {
		display: block;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		background-color: #f75454;
		border-top: solid 1px rgba(255, 255, 255, .3);
		transition: max-height .3s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1)
	}
	.menu ul li a {
		text-align: right;
		padding-right: 7%;
		width: 100%;
		background-color: #f75454;
		border-bottom: solid 1px rgba(255, 255, 255, .1);
		transition: background-color .2s cubic-bezier(.215, .61, .355, 1)
	}
	.menu ul li a:hover {
		background-color: #f75f5f
	}
	.menu-toggle {
		width: 100px;
		height: inherit;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 60px;
		cursor: pointer;
		color: #fff
	}
	#menuToggle:checked~ul {
		max-height: 450px;
		opacity: 1
	}
	.searchform {
		padding: 4px 7%;
		margin: 0;
	}
	.top-search {
		width: 100%
	}
	.searchform input {
		text-align: left;
		padding: 0;
		margin: 0;		
		height: 42px;
	}
	.searchform input::placeholder {
		text-align: right
	}
}

/*Content styles*/
.render-content {
	max-width:1024px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.15;
    text-transform: none;    
	color: #3c4043;
    padding: 0 20px
}
.article-txt h1, .article-txt h2, .article-txt h3, .article-txt h4, .render-main h1, .article-txt .tagsline {
	padding: 0 160px
}
.article-txt table {
	max-width: calc(100% - 320px);
}
.article-stats {
	padding: 16px 160px
}
h1 {
	font-size: 34px;
	margin-bottom: .55rem;
}
h2 {
	font-size: 2.1em;
	margin-bottom: .34rem;
}
h3 {
	font-size: 1.3em;
	margin-bottom: .21rem;
}
h4, h5 {
	font-size: 1em;
	margin-bottom: .13rem;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
.article-txt a {
	outline: none;
	text-decoration:none;
	transition: color,background-color .2s cubic-bezier(.33,.66,.66,1);
}

.article-txt p a, .article-txt ul li a, .rp4wp-related-post-content a {
	border-bottom: .125rem solid #54C4F7;
    box-shadow: inset 0 -0.1875rem 0 #54C4F7;
	color:#111;
}
.article-txt p a:hover, .article-txt ul li a:hover, .rp4wp-related-post-content a:hover {
	background-color:#54C4F7;
}
.article-txt p.txt-imgwrap {
	align-content:center;
    margin: 16px 0;
}
.article-txt {
	font-size: 18px;
	line-height: 31px;	
} 
.article-txt p, .article-txt pre {
	overflow: visible;
	margin: 16px 160px;
} 



.article-txt p img { 
	height: auto;
	max-width: initial;
	/*max-width: calc(100% + 160px);*/
	margin: 0 auto;	
}

/* check mark */
ol{
  counter-reset: myCounter;
}
.article-txt ul, .article-txt ol {
	padding-left: 196px;
	padding-right: 160px;
}
.article-txt ul > li, .article-txt ol > li {
	position: relative;
	padding-left: 6px;
}
.article-txt ul > li::after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 11px;
	height: 5px;
	border-left: 3px solid #705FDE;
	border-bottom: 3px solid #705FDE;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.article-txt ol > li::before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	background: #705FDE;
	border: 1px solid #f8f8f6;
  display: inline-block;
  text-align: center;
  line-height: 28px;
	position: absolute;
    top: 0;
    left: -2em;
    width: 28px;
    height: 28px;
}
.wp-caption-text { 
margin: 0px 5% 30px !important;
font-weight: 600;
line-height: 20px;
border-bottom:1px solid #cccccc;
}

@media screen and (max-width: 1040px) {
.article-txt p, .article-txt pre {
	margin: 16px 20px !important;
}
.article-txt p img { 
	margin: 0px -20px !important;
	max-width: calc(100% + 40px) !important;
}
.wp-caption img { 
	max-width:100% !important;
	height: auto
}
.article-txt ul, .article-txt ol {
	padding-left: 36px;
	padding-right: 0;
}
h1, h2, h3, h4 {
	padding: 0 20px;
}
.article-txt h1, .article-txt h2, .article-txt h3, .article-txt h4, .render-main h1, .article-txt .tagsline {
	padding: 0 20px;
}
.article-txt table {
	max-width: 100%;
}
.article-stats {
	padding: 16px 20px
}	
}
.cat-title {
	margin: 30px auto 0;
	max-width:947px; 
}
.entrysearch {
	max-width:947px; 
	text-align: center
}

@media screen and (max-width: 768px) {
.article-txt {
	font-size: 16px;
	line-height: 28px;
} 
h1 {
	font-size: 1.6em;
	margin-bottom: .32rem;
}
h2 {
	font-size: 1.3em;
	margin-bottom: .21rem;
}
h3, h4, h5 {
	font-size: 1em;
	margin-bottom: .13rem;
}
}
@media screen and (max-width: 480px) {
	.article-txt {
	line-height: 26px;
} 
}

.article-txt blockquote, .comment_text blockquote {
border-left: 3px solid #705FDE;
margin: 15px auto;
width: calc(100% - 320px);
padding: 0 9px;
background-color: #f6f6f6;
 }
.article-txt blockquote p, .comment_text blockquote p {
padding: 4px 18px;
margin: 20px 0;
 }

.article-txt blockquote.hl-right {
    width: 50%;
    float: right;
	margin-left: 2%;
}
.article-txt blockquote.hl-left {
    width: 50%;
    float: left;	
	margin-left: -2%;
		margin-right: 2%;
}

.article-txt blockquote.hl-left, .article-txt blockquote.hl-right {
	background-color: transparent;
    display: block;
    padding: 0;
	border-left: none;
}
.article-txt blockquote.hl-left p, .article-txt blockquote.hl-right p {
    margin: 0;
    padding: 0;
	    font-style: italic;
    font-weight: 300;
    letter-spacing: normal;
    line-height: normal;
    font-size: 1.7em;
    color: #705FDE;
}

@media screen and (max-width: 979px), (max-device-width: 979px){
.article-txt blockquote, .comment_text blockquote { 
	width: 100%;
}
.article-txt blockquote.hl-right {
    margin-right: -3%;
}
.article-txt blockquote.hl-left {
    margin-left: -3%;
}
}
@media screen and (max-width: 750px), (max-device-width: 750px){
.article-txt blockquote.hl-right {
    width: 100%;
	margin-left: 0;
    margin-right: 0;
    float: none;
}
.article-txt blockquote.hl-left {
    width: 100%;
    margin-left: 0;
	margin-right: 0;
    float: none;
}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Tags styles*/
.tagbtn{font-weight:500;font-size:14px;line-height:20px;text-decoration:none;border:2px solid rgba(126, 126, 126, 0.3);transition:all 250ms cubic-bezier(0.1, 0.1, 0, 1);background-color:transparent;border-radius:3px;color:#423f3f;padding:6px 20px;text-align:center;font-size:14px;position:relative;z-index:1;margin:2px;}
.tagbtn::before{content:"";opacity:0;transform-origin:center center;transform:scale3d(0.9, 0.65, 0.8);transition:all 250ms cubic-bezier(0.1, 0.1, 0, 1);position:absolute;top:-2px;right:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:3px;background-color:#423f3f;z-index:-1;}
.tagbtn:hover::before{opacity:1;transform:scale3d(1, 1, 1);}
.tagbtn:focus{box-shadow:0 0 0 3px rgba(126, 126, 126, 0.15);outline:none;}
.tagbtn:hover{color:#fff;}
	
.tagsline {display: flex;flex-direction: row;flex-wrap: wrap;margin:10px 0;}
.tagsline .tagbtn{flex-grow: 1;}
	
@media screen and (min-width: 768px){
.tagbtn{font-size:16px;padding-top:8px;padding-bottom:8px; flex-grow: 0;}
.tagsline .tagbtn{flex-grow: 0;}
}
	
.tagbtn.ttgpc{background-color:transparent;border-color:#2a94de;color:#2a94de;}
.tagbtn.ttgpc::before{background-color:#2a94de;}
.tagbtn.ttgpc:focus{box-shadow:0 0 0 3px rgba(42, 148, 222, 0.15);}
.tagbtn.ttgpc:hover{color:#fff;}
	
.tagbtn.ttgps{background-color:transparent;border-color:#003791;color:#003791;}
.tagbtn.ttgps::before{background-color:#003791;}
.tagbtn.ttgps:focus{box-shadow:0 0 0 3px rgba(0, 55, 145, 0.15);}
.tagbtn.ttgps:hover{color:#fff;}
	
.tagbtn.ttgsw{background-color:transparent;border-color:#e60012;color:#e60012;}
.tagbtn.ttgsw::before{background-color:#e60012;}
.tagbtn.ttgsw:focus{box-shadow:0 0 0 3px rgba(230, 0, 18, 0.15);}
.tagbtn.ttgsw:hover{color:#fff;}
	
.tagbtn.ttgxb{background-color:transparent;border-color:#107c10;color:#107c10;}
.tagbtn.ttgxb::before{background-color:#107c10;}
.tagbtn.ttgxb:focus{box-shadow:0 0 0 3px rgba(16, 124, 16, 0.15);}
.tagbtn.ttgxb:hover{color:#fff;}

/* image styles */
.alignleft {
	display: inline;
	float: left;
	margin: 10px !important;
	max-width: 100%;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px !important;
	max-width: 100%;
}

.alignnone, .aligncenter, .wp-caption img {
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto
}

/* pagination */
.wp-pagenavi {
    clear: both;
    overflow: hidden;
	padding-top:16px;
	margin: 0 auto;
	max-width: 480px
}

.wp-pagenavi a,.wp-pagenavi span {
    background:#f0f0f0;
    border-radius: 3px;
    color: #414141;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-right: 3px;
    text-align: center;
    min-width: 36px
}

.wp-pagenavi a:last-of-type {
    margin-right: 0px
}

.wp-pagenavi span {
	background: #323232;
    color: #fff
}

/* index grid */
.list {
	max-width: 1146px;
	margin: 0 auto;
	padding: 32px 0;
	display: grid;
	grid-gap: 9px;
	grid-auto-flow: row dense;
	grid-template-columns: repeat(1, 1fr);
	width:100%;
}

.list img {
	width: 100%
}

.list h2 {
	margin-top: 0;
	margin-bottom: .4em
}

.list-item {
	display: -webkit-flex;
	display: flex
}

.list-content {
background-color: #fff;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
	border-radius: 0.525rem;
	transition: box-shadow .3s cubic-bezier(.25, .1, .25, .1);
	box-shadow: 0 2px 8px rgb(20 17 36 / 4%), 0 4px 32px rgb(20 17 36 / 8%)
}

.list-content:hover {
	box-shadow: 0 2px 8px rgb(20 17 36 / 8%), 0 4px 32px rgb(20 17 36 / 16%)
}

.list-content .link-content {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%
}

.list-content h2 {
	padding: 18px 16px 8px 16px;
	margin: 0;
	color: #2c2e33;
		font-size: 21px;
		font-weight: bold;
}

.list-content p {
	margin: 0;
	flex: 1 0 auto;
	font-size: 16px;
	line-height: 28px;
	color: #2c2e33;
	padding: 0 16px 6px 16px
}

.list-content .postgrid-category {
	font-size: .75em;
	padding-left: 16px;
	color: rgba(0, 0, 0, .45)
}
.list-content .postgrid-category a {
	padding: 6px 0;
	display: inline-block;
}
@media all and (min-width:33.125em) {
	.list {
		grid-gap: 12px;
		grid-template-columns: repeat(2, 1fr)
	}
	.list-item-big {
		grid-column: 1/3
	}
	.list-item-big:last-child {
    	grid-column: span 2;
	}
	.list-item-big h2 {
		font-size:27px;
	}
	.list-item-big .postgrid_txtpreview {
		border-radius: 0.525rem 0 0 0;
		margin-top: -42px;
		margin-left: auto;
		background: #fff;
		width: 84%;
		transition: margin-top .15s ease-out
	}
	.list-item-big .postgrid-category {
		margin-left: auto;
		width: 84%
	}
}

@media all and (min-width:60em) {
	.list {
		grid-gap: 15px;
		grid-template-columns: repeat(3, 1fr)
	}
}

.postgrid-author-info {
	padding: 8px 16px;
	display: inline-flex;
	align-items: center
}

.postgrid-author-role {
	display: inline-flex;
	align-items: baseline
}

.postgrid-author-avatar {
	width: 32px;
	height: 32px;
	outline: 0;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.postgrid-author-avatar img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 50%
}

.card-author-info__name {
	color: #705fde;
	font-size:14px;
	padding-left: 8px
}

.list-content a {
	text-decoration: none
}

.card-author-info__description {
	color: rgba(0, 0, 0, .45);
	padding-left: 6px;
	font-size: .8em
}

.card_preview {
	width: 100%;
	height: 100%;
	background-color: #e2e8f0;
	object-fit: cover
}

.postgrid-action-bar {
	display: -webkit-flex;
	display: flex
}

.postgrid-date {
	color: rgba(0, 0, 0, .5)
}

.postgrid-share {
	margin-left: auto
}

.postgrid-action-bar {
	padding: 16px 6px 16px 16px;
	font-size: .9em;
	margin-top: auto;
	margin-bottom: 0
}

.postgrid-action-bar .card-footer-btn {
	height: 36px;
	padding: 10px;
	border-radius: 0.525rem;
	transition: background-color .2s ease, color .2s ease;
	line-height: 17px;
	cursor: pointer;
	color: #705fde
}

.postgrid-action-bar .card-footer-btn:focus,
.postgrid-action-bar .card-footer-btn:hover {
	background-color: #f2f2f2
}

.postgrid-action-bar .card-footer-btn:active {
	background: #ddd
}

.modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	text-align: left;
	background: rgba(0, 0, 0, .6);
	transition: opacity .3s cubic-bezier(.25, .1, .25, .1)
}

.modal__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer
}

.modal-state {
	display: none
}

.modal-state:checked+.modal {
	opacity: 1;
	visibility: visible
}

.modal-state:checked+.modal .modal__inner {
	top: 0
}

.modal__inner {
	transition: top .3s ease;
	position: absolute;
	top: -20%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	max-width: 400px;
	margin: auto;
	overflow: auto;
	background: #fff;
	border-radius: 0.525rem;
	padding: 1em 2em;
	height: 65%;
	min-height: 160px;
	max-height: 360px
}

.modal__close {
	position: absolute;
	right: 1em;
	top: 1em;
	width: 1.1em;
	height: 1.1em;
	cursor: pointer
}

.modal__close:after,
.modal__close:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 1.5em;
	background: #ccc;
	display: block;
	transform: rotate(45deg);
	left: 50%;
	margin: -3px 0 0 -1px;
	top: 0
}

.modal__close:hover:after,
.modal__close:hover:before {
	background: #aaa
}

.modal__close:before {
	transform: rotate(-45deg)
}

@media screen and (max-width:768px) {
	.modal__inner {
		width: 90%;
		height: 90%;
		box-sizing: border-box;
		padding: 1em 1.5em;
		max-height: 400px
	}
}

.tooltip {
	position: relative;
	display: inline-block;
	opacity: .9
}

.tooltip .tooltiptext {
	visibility: hidden;
	min-width: 140px;
	max-width: 320px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 120%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity .3s
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1
}

@media screen and (max-width:768px) {
	.tooltip .tooltiptext {
		margin-left: -100px
	}
}

.copy-link {
	justify-content: space-between;
	border: 1px solid rgba(112, 95, 222, .2);
	background-color: rgba(0, 0, 0, .05);
	border-radius: 2px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
	max-width: 640px
}

.copy-link button {
	border: none;
	background: 0 0;
	padding: 12px;
	cursor: pointer
}

.LinkInput {
	flex-grow: 10;
	padding-left: 16px;
	padding-right: 8px;
	background: 0 0;
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	line-height: 19px;
	font-weight: 300;
	height: 40px;
	border: none;
	min-width: 140px;
	transition: box-shadow .1s ease-in
}

.LinkInput:focus {
	outline: 0
}

.copy-link>.LinkInput:focus {
	box-shadow: 0 0 5px rgba(112, 95, 222, .5)
}

.share-icons {
	margin: 0;
	padding: 10px 0;
	display:flex;
	 justify-content: flex-start;
	flex-wrap:wrap;
	width:100%;
}

.icon-link {
	width: 60px;
	height: 60px;
	background-color: #666;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	margin: 2px;
	font-size: 12px;
	box-sizing: content-box;
	background-color: #888;
	color: #fff;
	opacity: 1;
	transition: opacity .1s cubic-bezier(.25, .1, .25, .1)
}

a.icon-link {
	color: #fff
}

.icon-link.round {
	border-radius: 50%
}

.icon-link.telegram {
	background-color: #08c
}

.icon-link.twitter {
	background-color: #00acee
}

.icon-link.reddit {
	background-color: #ff4500
}

.icon-link.whatsapp {
	background-color: #25d366
}

.icon-link.youtube {
	background-color: #c4302b
}

.icon-link.discord {
	background-color: #7289da
}

.icon-link.vk {
	background-color: #4c75a3
}

.icon-link.facebook {
	background-color: #3b5998
}

.icon-link:hover {
	opacity: .7
}

/* footer */
.render-footer {
	color: #a39ea7;
	padding-top: 16px;
	margin-top: 64px
}

.footer-content {
	max-width: 1200px;
	margin: 0 auto;
}

.render-footer a {
	color: #5b5d60;
	text-decoration: none
}

.render-footer a:hover {
	color: #000
}

.render-footer #footer-tags a:hover {
    color: #fff;
}

.footer-logo, #footer-tags {
	padding: 32px 16px;
	color: #6b6d70
}
#footer-tags a {
	flex-grow: 1;
}

.footer-logo .about {
	font-size: 12px;
	padding-left: 36px
}

.footer-links {
	padding-bottom: 25px
}

.comlist {
	margin: 0;
	padding: 8px 0;
	list-style-type: none
}

.comlist li {
	display: inline-block
}

.comlist li a {
	padding: 4px 16px;
	font-size: 12px
}

.gin-gameheading {
	margin:2em 0;
	clear: both;
}
.gin-gamemeta dt {
  float: left;
  width: 160px;
}
.gin-karma dt {
  float: left;
  width: 169px;
}
.gin-gametitle {
	font-size: 21px;
}
.gin-userrate-box {
	margin-bottom:4px;
	padding: 5px;
	width: auto;
}
.gin-gamecover {
	float: right;
display: block;
}
.gin-gamecover img {
max-width:240px;
}
@media screen and (max-width: 650px), (max-device-width: 650px){
.gin-gamecover {
	float: none;
margin: 0px;
}
.gin-gamecover img { margin: 0px;
	width:240px}	
}
.gin-userrate-box {
text-shadow: -1px -1px 0px rgba(0,0,0,0.2);

	color:#ffffff;
}
#tg-games-full-desc {
clear: both;
}
.boxred {
	background: rgb(206,6,21); /* Old browsers */
	background: -moz-linear-gradient(-60deg,  rgba(206,6,21,1) 0%, rgba(0,121,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(206,6,21,1)), color-stop(100%,rgba(0,121,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-60deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-60deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-60deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(206,6,21,1) 0%,rgba(0,121,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE0615', endColorstr='#0079BC',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.boxgreen {
	background: rgb(6,181,19); /* Old browsers */
	background: -moz-linear-gradient(-60deg,  rgba(6,181,19,1) 0%, rgba(0,121,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(6,181,19,1)), color-stop(100%,rgba(0,121,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-60deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-60deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-60deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(6,181,19,1) 0%,rgba(0,121,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06b513', endColorstr='#0079BC',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gin-selected {
	font-size: 34px;
	font-weight: 500;
	display: block;
	margin-left: 0.4em;
}
.user-voted {
	color:#999;
	font-size: 11px;
}
.ratingScoreOvText {
	font-weight: 600;
}
.rp4wp-related-posts ul {
	padding-left: 18px;
}
.rp4wp-related-posts, .article-share, .author-info {
	background-color: #fff;
	padding: 15px 15px 15px 15px;
	margin: 15px 0;
	width: 100%;
	border-radius: 0.525rem;
	box-shadow: 0 2px 8px rgb(20 17 36 / 4%), 0 4px 32px rgb(20 17 36 / 8%);
	overflow: hidden;
}
.rp4wp-related-posts::before  {
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 24px;
    height: 40px;
	text-transform:uppercase;
    border-bottom: 1px solid #d5dddf;
}
.rp4wp-related-posts::before  { 
	  content: "Читайте также";
}

.author-ava { 
	display:flex;
}
.photo-cell .circle-mask {
    border-radius: 50%;
	max-width:120px;
	height:auto;
	border: 10px solid #f5f5f5
}
	.photo-cell {
    display: table-cell;
    vertical-align: middle		
}

.contact-cell {
	display: flex;
    vertical-align: middle;
    padding-left: 30px;
    flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 767px), (max-device-width: 767px) {	
	.contact-cell {
    	padding-left: 6px;
		font-size:14px;
	}
}
.bio-cell {
	    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 5px;
}
}